Commit Graph

5562 Commits

Author SHA1 Message Date
naddy
2af3a89613 audio/mpg123: Update to 1.27.2
This includes some noteworthy, but backwards-compatible library
changes.

libmpg123:
Running on precomputed tables now, no need to call mpg123_init() or
mpg123_exit() anymore.

libmpg123, libout123:
Added API that avoids enums, mapped-to by default.
2021-05-08 22:59:48 +00:00
naddy
efa33df98f audio/flac: CVE-2020-0499: Fix out-of-bounds read; from Moritz Buhl 2021-05-08 15:19:22 +00:00
ajacoutot
5862829c79 Disable some stuff until proven useful.
Fix some @sample while here.
2021-05-08 11:01:16 +00:00
ajacoutot
2d980d13c0 Unbreak with new meson(1).
Also reported by sthen@
2021-05-06 11:11:17 +00:00
thfr
68d03df611 maintenance update to FAudio 21.05. Tested with Cryptark 2021-05-03 19:05:47 +00:00
solene
9e0ab05405 Update to clementine-1.4.0rc1-550-g72c1f91c0
ok rsadowski@
2021-04-30 22:46:24 +00:00
sthen
aced9777ad update to picard-2.6.2 2021-04-28 08:39:06 +00:00
phessler
c9a417c5f9 also build on aarch64, passes regress 2021-04-25 10:40:13 +00:00
fcambus
0f959fd4c0 Update libopenmpt to 0.5.8. 2021-04-24 07:23:38 +00:00
rsadowski
8e2d423615 Update libsndfile to 1.0.31
Update diff from Brad
2021-04-24 06:17:13 +00:00
rsadowski
5bc7c0854d Disable doxygen 2021-04-24 04:36:07 +00:00
jeremy
b0b1d925a7 Stop building ruby26 ports by default
Ruby 2.6 is now in security maintenance mode, so per our Ruby support
policy, we will no longer build ruby26 packages by default.
2021-04-24 00:31:55 +00:00
sthen
28d16a3f51 update to picard-2.6.1 2021-04-23 21:14:11 +00:00
sthen
b960b78096 mark ONLY_FOR_ARCHS i386 amd64 for now, currently requires sse/sse2 2021-04-08 13:45:11 +00:00
solene
83eea84c82 Fix a typo in a patch modifying the example
configuration file which trigger a syntax error

ok landry@
2021-04-08 10:16:48 +00:00
thfr
8cf602696d update to FAudio 21.04. Now supporting audio in "Unholey Heights".
Tested with Unholy Heights, Cryptark, Celeste, Rogue Legacy

Update Notes:

New Features:
Added support for SDL_GetAudioDeviceSpec, coming in a future SDL release
FACT: Implemented accurate Fast/Slow/SinCos RPC curve types
Added support for XMA2 audio, for Xbox 360 data

Fixes:
Voice filters/effects should be processed even when SendCount is 0
FACT:
Fix parsing/calculation of filter Q factors
Enforce STOPPING flag for fade-outs or RPC releases
Various fixes for parsing big-endian SoundBanks
2021-04-03 08:36:35 +00:00
sthen
34cfe2e959 update to picatd-2.6 2021-03-31 19:12:25 +00:00
sthen
f311149add add zyn-fusion ports 2021-03-29 19:52:37 +00:00
sthen
1ccd84f63b import the ZynFusion ports (zynaddsubfx, mruby-zest, meta/zyn-fusion)
from deserter666/at/danwin1210.me, ok solene@

ZynAddSubFX is a opensource software synthesizer capable of making
a countless number of instruments, from some common heard from
expensive hardware to interesting sounds that you'll boost to an
amazing universe of sounds.
2021-03-29 19:51:31 +00:00
bket
df7550d71a audacious: drop flavor and move to Qt5
Recent addition of a qt5-flavor resulted in a dpb-related issue causing
only one of the flavors being build unless building happens on different
machines or dpb junks no longer needed installed packages in between.
Fix this by dropping flavors and moving audacious to Qt5.

"ports parts are good" sthen@
2021-03-28 05:40:31 +00:00
naddy
81540864b2 audio/mpg123: update to 1.26.5 2021-03-23 20:38:09 +00:00
fcambus
af70d73e42 Update libopenmpt to 0.5.7. 2021-03-22 08:53:27 +00:00
bluhm
53f5db07c6 update libmysofa to 1.2
fixes CVE-2020-36148, CVE-2020-36149, CVE-2020-36150, CVE-2020-36151,
CVE-2020-36152
from Moritz Buhl; OK Brad Smith (maintainer), kn@
2021-03-19 20:49:55 +00:00
tb
734d0ff92c audio/clementine: update to latest GitHub tag
Fixes build failure due to the protobuf 3.15 update. Tested on amd64,
build tested on sparc64.

ok sthen
2021-03-18 18:04:32 +00:00
fcambus
1083bc57a7 Update libopenmpt to 0.5.6. 2021-03-18 09:27:53 +00:00
sthen
743fb9caac py-musicbrainzngs -> py3-only 2021-03-15 20:01:38 +00:00
fcambus
404c47a768 Do not block unknown compiler versions.
Fixes the build with LLVM 11.
2021-03-11 09:00:59 +00:00
espie
217ff7f519 link ebur128 to the build and have dependent ports use it instead
of the outdated version they ship with
2021-03-08 09:22:08 +00:00
espie
6d01f9d98f libebur128 is a very small library implementing the EBU R128 loudness
normalization algorithm.  
okay and feedback sthen@ zhuk@
2021-03-08 09:20:18 +00:00
bket
69229e7686 Update to ncspot-0.5.0
Changelog: https://github.com/hrkfdn/ncspot/releases/tag/v0.5.0

From maintainer (Henrik Friedrichsen <henrik AT diff DOT cc>). Thank
you!
2021-03-08 05:48:41 +00:00
thfr
baa7ab2c00 update to FAudio 21.03.05. Only internal symbol changes; no bump.
Tested working with Unexplored.

Changelog:

21.03.05

Fixes a regression that caused SoundBanks to no longer parse correctly

21.03

New Features:
* XACT:
** Implemented FACT_FLAG_MANAGEDATA
** Implemented the CUEPLAY and CUESTOP notification types
** Added support for XACT 3.0 content
** Added support for WaveBanks with endian-swapped PCM data

21.02

New Features:
* XACT: All notification types with the PERSIST flag are now recorded
2021-03-07 17:07:19 +00:00
bentley
fe19a14458 Update url in MESSAGE. 2021-03-07 08:03:48 +00:00
ajacoutot
21f6d3cc6a Remove what seems to be a left over dependency on the old
multimedia/gstreamer-0.10 stack.

tested and OK kn@
2021-03-04 08:50:31 +00:00
gnezdo
1f5b0ee27b Remove unused audio/hs-libmpd 2021-03-04 06:05:53 +00:00
gnezdo
633ea1ab54 Unplug all hs-* ports for removal
ok kili, sthen
2021-03-04 02:45:49 +00:00
sthen
7b534ce4c1 add BDEP on textproc/p5-Pod-Parser for podselect, removed from core in perl 5.32 2021-03-03 17:07:52 +00:00
sthen
08610e762b update to quodlibet-4.4.0 2021-03-01 16:18:19 +00:00
sthen
33214836dc update to hydrogen-1.0.1 2021-02-27 15:45:36 +00:00
ajacoutot
b25fdb8308 Fox python3 only ports, use the proper construct for FLAVOR and forcibly assign
the variable.
FLAVOR = python3
(not FLAVOR =?)

ok sthen@
2021-02-27 11:13:34 +00:00
tb
52125dd388 audio/nspmod: fix build with -fno-common.
This is the latest version 0.1 from 1995. It still works fine.
A 5 times less outdated alternative is xmp.
2021-02-26 21:29:54 +00:00
naddy
afcc689c59 remove carriage returns ('\r') from patch files and set FIX_CRLF_FILES 2021-02-26 18:20:31 +00:00
tb
54c5771608 audio/wmtune: fix build with -fno-common 2021-02-26 16:59:32 +00:00
sthen
24fcb1bb5a remove audio/gtkpod, upstream website is dead, we are using a very old
version (the 2.x releases are different enough that the 1.x port isn't
any help if anyone wants to update - newest 2.x release is still 5+
years old), doesn't build with -fno-common, limited hardware support.

audio/clementine may be an alternative; also ipod support could possibly
be added to amarok/banshee/rhythmbox via libgpod if needed.
2021-02-26 13:00:43 +00:00
eric
2363a29ca1 update and fix sndio module
ok espie aja
2021-02-26 07:11:45 +00:00
sthen
7cb1984d5f use FIX_CRLF_FILES, this is so much neater I can't believe we didn't
do it before!
2021-02-25 22:26:01 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
bket
3a9d306643 audio/audacious/plugins,qt5 picks up qtx11extras if installed, so make
it a LDEP. Pointed out by naddy@, thanks you!
2021-02-23 06:30:57 +00:00
bket
a1f14b6f11 Bump audio/audacious/{player,plugins}
audio/audacious/player failed to package in naddy@'s latest bulk build due a
missing bump. The addition of the qt5 flavor also involves a change in the
PLIST of audio/audacious/plugins, so bump this one as well.
2021-02-22 04:22:42 +00:00
sthen
543ea52b4d update to picard-2.5.6 2021-02-21 21:10:40 +00:00
landry
afc58185f8 audio/py-last: move to python3 only
the only py2 consumer went to the attic, other consumers (pithos and
beets) are py3 only

according to pypi upstream is at 4.1.0 and the 0.5.11 version we ship is
from 2015 :)

looks good to sthen@
2021-02-20 20:54:56 +00:00