Skip to content

Commit

Permalink
*/*: Move consumers of libebur128 to ebur128
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Daniel Engberg authored and Daniel Engberg committed May 2, 2023
1 parent 05a44d7 commit 4cd4408
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions audio/cantata/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PORTNAME= cantata
DISTVERSIONPREFIX= v
DISTVERSION= 2.5.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= audio kde

MAINTAINER= [email protected]
Expand Down Expand Up @@ -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 "
Expand Down
4 changes: 2 additions & 2 deletions audio/libgroove/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= libgroove
PORTVERSION= 4.3.0
PORTREVISION= 10
PORTREVISION= 11
CATEGORIES= audio

MAINTAINER= [email protected]
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions audio/mixxx/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= mixxx
DISTVERSION= 2.3.2
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= audio

MAINTAINER= [email protected]
Expand All @@ -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 \
Expand Down
4 changes: 2 additions & 2 deletions audio/mixxx22/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ DISTVERSIONPREFIX= release-
DISTVERSION= 2.2.4
PORTREVISION= 12
CATEGORIES= audio
PKGNAMESUFFIX?= 22
PKGNAMESUFFIX?= 23

MAINTAINER= [email protected]
COMMENT= DJ mixing application (previous version)
Expand All @@ -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 \
Expand Down
4 changes: 2 additions & 2 deletions audio/pulseeffects/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PORTNAME= pulseeffects
DISTVERSIONPREFIX= v
DISTVERSION= 4.6.8
PORTREVISION= 12
PORTREVISION= 13
CATEGORIES= audio

MAINTAINER= [email protected]
Expand All @@ -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 \
Expand Down
3 changes: 2 additions & 1 deletion audio/rsgain/Makefile
Original file line number Diff line number Diff line change
@@ -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}/

Expand All @@ -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 \
Expand Down

0 comments on commit 4cd4408

Please sign in to comment.