svn commit: r320462 - in head: audio/gstreamer-plugins-flac audio/gstreamer1-plugins-flac multimedia/gstreamer-plugins

Christian Weisgerber naddy at FreeBSD.org
Mon Jun 10 11:04:04 UTC 2013


Author: naddy
Date: Mon Jun 10 11:04:03 2013
New Revision: 320462
URL: http://svnweb.freebsd.org/changeset/ports/320462

Log:
  Chase audio/flac 1.3.0 update in gstreamer.
  
  Submitted by:	Barbara Guida <barbara.freebsd at gmail.com>

Modified:
  head/audio/gstreamer-plugins-flac/Makefile
  head/audio/gstreamer1-plugins-flac/Makefile
  head/multimedia/gstreamer-plugins/Makefile.common

Modified: head/audio/gstreamer-plugins-flac/Makefile
==============================================================================
--- head/audio/gstreamer-plugins-flac/Makefile	Mon Jun 10 11:02:29 2013	(r320461)
+++ head/audio/gstreamer-plugins-flac/Makefile	Mon Jun 10 11:04:03 2013	(r320462)
@@ -6,7 +6,7 @@
 #   $MCom: ports/audio/gstreamer-plugins-flac/Makefile,v 1.5 2008/03/19 14:05:29 ahze Exp $
 #
 
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	audio
 
 COMMENT=	Gstreamer free lossless audio encoder/decoder plugin

Modified: head/audio/gstreamer1-plugins-flac/Makefile
==============================================================================
--- head/audio/gstreamer1-plugins-flac/Makefile	Mon Jun 10 11:02:29 2013	(r320461)
+++ head/audio/gstreamer1-plugins-flac/Makefile	Mon Jun 10 11:04:03 2013	(r320462)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	audio
 
 COMMENT=	Gstreamer free lossless audio encoder/decoder plugin

Modified: head/multimedia/gstreamer-plugins/Makefile.common
==============================================================================
--- head/multimedia/gstreamer-plugins/Makefile.common	Mon Jun 10 11:02:29 2013	(r320461)
+++ head/multimedia/gstreamer-plugins/Makefile.common	Mon Jun 10 11:04:03 2013	(r320462)
@@ -281,7 +281,7 @@ gst_faad_PLIST_FILES=	${GST_LIB_DIR}/lib
 gst_faad_DIST=	bad
 
 # flac
-gst_flac_LIB_DEPENDS+=	FLAC.10:${PORTSDIR}/audio/flac
+gst_flac_LIB_DEPENDS+=	FLAC:${PORTSDIR}/audio/flac
 gst_flac_PLIST_FILES=	${GST_LIB_DIR}/libgstflac.la \
 			${GST_LIB_DIR}/libgstflac.so
 


More information about the svn-ports-all mailing list