Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Dec 2006 13:37:44 -0800 (PST)
From:      Peter Johnson <johnson.peter@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/107256: [MAINT] multimedia/gstreamer: Add gstreamer-plugins-good dep
Message-ID:  <20061227213744.5A33F17003@cvs.tortall.net>
Resent-Message-ID: <200612272210.kBRMA6fD090383@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



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