svn commit: r428374 - head/audio/deadbeef

Jan Beich jbeich at FreeBSD.org
Sun Dec 11 18:46:20 UTC 2016


Author: jbeich
Date: Sun Dec 11 18:46:19 2016
New Revision: 428374
URL: https://svnweb.freebsd.org/changeset/ports/428374

Log:
  audio/deadbeef: switch to non-obsolete ffmpeg
  
  PR:		214821
  Approved by:	maintainer timeout (2 weeks)

Modified:
  head/audio/deadbeef/Makefile   (contents, props changed)

Modified: head/audio/deadbeef/Makefile
==============================================================================
--- head/audio/deadbeef/Makefile	Sun Dec 11 18:01:05 2016	(r428373)
+++ head/audio/deadbeef/Makefile	Sun Dec 11 18:46:19 2016	(r428374)
@@ -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


More information about the svn-ports-head mailing list