diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2023-05-02 21:35:15 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2023-05-02 21:35:19 +0000 |
commit | 4cd440845e24202042e8b35a1c1db08a928b5946 (patch) | |
tree | 3f7755e9ffbc4ca58016b7c2c2d76c5194d4e88e | |
parent | 05a44d7cbccba5b21acf9ffa80ed46ac7ac84bcd (diff) |
*/*: Move consumers of libebur128 to ebur128
ebur128 provides a noticable faster implementation on at least aarch64
and amd64 so make it default treewide as they conflict. If there's a
need further down the road we can add an option to choose between.
PR: 271175
Approved by: acm, jhale (maintainers of some of the ports)
Sponsored by: Blinkinblox
-rw-r--r-- | audio/cantata/Makefile | 4 | ||||
-rw-r--r-- | audio/libgroove/Makefile | 4 | ||||
-rw-r--r-- | audio/mixxx/Makefile | 4 | ||||
-rw-r--r-- | audio/mixxx22/Makefile | 4 | ||||
-rw-r--r-- | audio/pulseeffects/Makefile | 4 | ||||
-rw-r--r-- | audio/rsgain/Makefile | 3 |
6 files changed, 12 insertions, 11 deletions
diff --git a/audio/cantata/Makefile b/audio/cantata/Makefile index 2e2abeb50884..78a740a8cf5b 100644 --- a/audio/cantata/Makefile +++ b/audio/cantata/Makefile @@ -1,7 +1,7 @@ PORTNAME= cantata DISTVERSIONPREFIX= v DISTVERSION= 2.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio kde MAINTAINER= kde@FreeBSD.org @@ -94,7 +94,7 @@ VLC_CMAKE_BOOL= ENABLE_LIBVLC .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFFMPEG} || ${PORT_OPTIONS:MMPG123} -LIB_DEPENDS+= libebur128.so:audio/libebur128 +LIB_DEPENDS+= libebur128.so:audio/ebur128 PLIST_SUB+= REPLAYGAIN="" .else PLIST_SUB+= REPLAYGAIN="@comment " diff --git a/audio/libgroove/Makefile b/audio/libgroove/Makefile index 0d0f85c0043a..8b967bf23b97 100644 --- a/audio/libgroove/Makefile +++ b/audio/libgroove/Makefile @@ -1,6 +1,6 @@ PORTNAME= libgroove PORTVERSION= 4.3.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= audio MAINTAINER= ports@FreeBSD.org @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libavcodec.so.58:multimedia/ffmpeg4 \ libchromaprint.so:audio/chromaprint \ - libebur128.so:audio/libebur128 \ + libebur128.so:audio/ebur128 \ libspeexdsp.so:audio/speexdsp USE_GITHUB= yes diff --git a/audio/mixxx/Makefile b/audio/mixxx/Makefile index 0169166a4a0c..01ba6517621b 100644 --- a/audio/mixxx/Makefile +++ b/audio/mixxx/Makefile @@ -1,6 +1,6 @@ PORTNAME= mixxx DISTVERSION= 2.3.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio MAINTAINER= acm@FreeBSD.org @@ -20,7 +20,7 @@ LIB_DEPENDS= libchromaprint.so:audio/chromaprint \ libmodplug.so:audio/libmodplug \ libportaudio.so:audio/portaudio \ libSoundTouch.so:audio/soundtouch \ - libebur128.so:audio/libebur128 \ + libebur128.so:audio/ebur128 \ librubberband.so:audio/rubberband \ libsndfile.so:audio/libsndfile \ libogg.so:audio/libogg \ diff --git a/audio/mixxx22/Makefile b/audio/mixxx22/Makefile index fa12b992a0d0..7fbf676c1f21 100644 --- a/audio/mixxx22/Makefile +++ b/audio/mixxx22/Makefile @@ -3,7 +3,7 @@ DISTVERSIONPREFIX= release- DISTVERSION= 2.2.4 PORTREVISION= 12 CATEGORIES= audio -PKGNAMESUFFIX?= 22 +PKGNAMESUFFIX?= 23 MAINTAINER= acm@FreeBSD.org COMMENT= DJ mixing application (previous version) @@ -24,7 +24,7 @@ LIB_DEPENDS= libchromaprint.so:audio/chromaprint \ libmodplug.so:audio/libmodplug \ libportaudio.so:audio/portaudio \ libSoundTouch.so:audio/soundtouch \ - libebur128.so:audio/libebur128 \ + libebur128.so:audio/ebur128 \ librubberband.so:audio/rubberband \ libsndfile.so:audio/libsndfile \ libvamp-sdk.so:audio/vamp-plugin-sdk \ diff --git a/audio/pulseeffects/Makefile b/audio/pulseeffects/Makefile index 84c188476bfd..b37b47772468 100644 --- a/audio/pulseeffects/Makefile +++ b/audio/pulseeffects/Makefile @@ -1,7 +1,7 @@ PORTNAME= pulseeffects DISTVERSIONPREFIX= v DISTVERSION= 4.6.8 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= audio MAINTAINER= daniel@shafer.cc @@ -20,7 +20,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR} \ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libbs2b.so:audio/libbs2b \ libdbus-1.so:devel/dbus \ - libebur128.so:audio/libebur128 \ + libebur128.so:audio/ebur128 \ liblilv-0.so:audio/lilv \ libpulse.so:audio/pulseaudio \ librubberband.so:audio/rubberband \ diff --git a/audio/rsgain/Makefile b/audio/rsgain/Makefile index 501cc85bba9e..1ecf33140f36 100644 --- a/audio/rsgain/Makefile +++ b/audio/rsgain/Makefile @@ -1,6 +1,7 @@ PORTNAME= rsgain DISTVERSION= 3.3 DISTVERSIONSUFFIX= -source +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://github.com/complexlogic/rsgain/releases/download/v${DISTVERSION}/ @@ -11,7 +12,7 @@ WWW= https://github.com/complexlogic/rsgain LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libebur128.so:audio/libebur128 \ +LIB_DEPENDS= libebur128.so:audio/ebur128 \ libtag.so:audio/taglib \ libfmt.so:devel/libfmt \ libinih.so:devel/inih \ |