ports/107256: [MAINT] multimedia/gstreamer: Add gstreamer-plugins-good dep

Peter Johnson johnson.peter at gmail.com
Wed Dec 27 22:10:06 UTC 2006


>Number:         107256
>Category:       ports
>Synopsis:       [MAINT] multimedia/gstreamer: Add gstreamer-plugins-good dep
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 27 22:10:05 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Peter Johnson
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD 6.1-RELEASE
>Description:
Port does not currently depend on gstreamer-plugins-good, but this is required
for media with ID3 tags to be playable (as this needs id3demux, part of
gstreamer-plugins-good, to be installed).
>How-To-Repeat:
Clean install of port will not install gstreamer-plugins-good, and thus will
not play media with ID3 tags.
>Fix:
Patch attached.

--- quodlibet-gstreamer.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/multimedia/quodlibet/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- Makefile	10 Dec 2006 23:47:40 -0000	1.16
+++ Makefile	27 Dec 2006 21:30:51 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	quodlibet
 PORTVERSION=	0.24
+PORTREVISION=	1
 CATEGORIES=	multimedia audio python gnome
 MASTER_SITES=	http://www.sacredchao.net/~piman/software/
 
@@ -25,7 +26,7 @@
 USE_GMAKE=	yes
 USE_X_PREFIX=	yes
 USE_GSTREAMER=	yes
-USE_GSTREAMER+=	gconf
+USE_GSTREAMER+=	gconf good
 
 MAN1=		exfalso.1 quodlibet.1
 
--- quodlibet-gstreamer.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list