Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jan 2009 03:29:45 +0900
From:      "Junji NAKANISHI" <jun-g@daemonfreaks.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/130790: [PATCH] missing dependency for audio/sound-juicer
Message-ID:  <1232476185.34253@blackmagic.daemonfreaks.local>
Resent-Message-ID: <200901201830.n0KIU1kh058367@freefall.freebsd.org>

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

>Number:         130790
>Category:       ports
>Synopsis:       [PATCH] missing dependency for audio/sound-juicer
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 20 18:30:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Junji NAKANISHI
>Release:        FreeBSD 7.1-STABLE i386
>Organization:
>Environment:


System: FreeBSD 7.1-STABLE #4: Sun Jan 11 03:44:03 JST 2009
    root@blackmagic.daemonfreaks.local:/usr/obj/usr/src/sys/BLACKMAGIC



>Description:


sound-juicer needs devel/gstreamer-plugins-gio.


>How-To-Repeat:


When it is not installed, sound-juicer doesn't start.


>Fix:


--- sj.patch begins here ---
diff -du sound-juicer.orig/Makefile sound-juicer/Makefile
--- sound-juicer.orig/Makefile	2009-01-21 03:06:17.000000000 +0900
+++ sound-juicer/Makefile	2009-01-21 03:06:45.000000000 +0900
@@ -26,7 +26,7 @@
 INSTALLS_OMF=	yes
 USE_GNOME=	gnomehack intlhack gnomeprefix libgnomeui nautiluscdburner \
 		gnomedocutils
-USE_GSTREAMER=	cdparanoia vorbis flac gconf good
+USE_GSTREAMER=	cdparanoia vorbis flac gconf gio good
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-ignore-missing-cd
 INSTALLS_ICONS=	yes
--- sj.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?1232476185.34253>