diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-12-12 02:46:19 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-12-12 02:46:19 +0800 |
commit | db6b9e4dc36ead756b25c379fdb14d077a0059ce (patch) | |
tree | c368ba6965dd5afa68546efa62eda57bdada259a /audio | |
parent | 091bdc8f3f1fbce164b322bd810fe0154ba36e60 (diff) | |
download | freebsd-ports-gnome-db6b9e4dc36ead756b25c379fdb14d077a0059ce.tar.gz freebsd-ports-gnome-db6b9e4dc36ead756b25c379fdb14d077a0059ce.tar.zst freebsd-ports-gnome-db6b9e4dc36ead756b25c379fdb14d077a0059ce.zip |
audio/deadbeef: switch to non-obsolete ffmpeg
PR: 214821
Approved by: maintainer timeout (2 weeks)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/deadbeef/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/audio/deadbeef/Makefile b/audio/deadbeef/Makefile index ebfa906dc1c3..9c86ba4e034a 100644 --- a/audio/deadbeef/Makefile +++ b/audio/deadbeef/Makefile @@ -3,7 +3,7 @@ PORTNAME= deadbeef PORTVERSION= 0.7.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/ @@ -129,9 +129,9 @@ HOTKEYS_CONFIGURE_OFF= --disable-hotkeys OGG_LIB_DEPENDS= libvorbis.so:audio/libvorbis OGG_CONFIGURE_OFF= --disable-vorbis -FFMPEG_LIB_DEPENDS= libavcodec0.so:multimedia/ffmpeg0 \ - libavformat0.so:multimedia/ffmpeg0 \ - libavutil0.so:multimedia/ffmpeg0 +FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ + libavformat.so:multimedia/ffmpeg \ + libavutil.so:multimedia/ffmpeg FFMPEG_CONFIGURE_ENABLE= ffmpeg FLAC_LIB_DEPENDS= libFLAC.so:audio/flac @@ -220,9 +220,6 @@ post-patch: @${REINPLACE_CMD} -e 's,/etc/timidity++/timidity-freepats.cfg:/etc/timidity/freepats.cfg:/etc/timidity/,${LOCALBASE}/share/,' \ ${WRKSRC}/plugins/wildmidi/wildmidiplug.c @${REINPLACE_CMD} \ - -e 's,libavcodec ,libavcodec0 ,g' \ - -e 's,libavutil ,libavutil0 ,g' \ - -e 's,libavformat ,libavformat0 ,g' \ -e '/HAVE_OGG" = "yes"/ {n; n; /HAVE_VORBISPLUGIN=yes/d;}' \ ${WRKSRC}/configure # Fix build with libzip-1.0 |