Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Dec 2016 18:46:19 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428374 - head/audio/deadbeef
Message-ID:  <201612111846.uBBIkJCt082071@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612111846.uBBIkJCt082071>