Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Apr 2007 11:31:58 +1100 (VLAST)
From:      Dima Panov <fluffy@ael.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/111801: Switch audio/juk to gstreamer-0.10
Message-ID:  <200704180031.l3I0VwuI087348@ns.ael.RU>
Resent-Message-ID: <200704180040.l3I0e3kj027354@freefall.freebsd.org>

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

>Number:         111801
>Category:       ports
>Synopsis:       Switch audio/juk to gstreamer-0.10
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 18 00:40:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Dima Panov
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD ns.ael.RU 6.2-STABLE FreeBSD 6.2-STABLE #0: Sat Apr 14 11:12:17 VLAST 2007 root@ns.ael.RU:/usr/obj/usr/src/sys/AEL i386


	
>Description:
	
    audio/juk now have full support for gstreamer-0.10 
>How-To-Repeat:
	
>Fix:

	


Index: audio/juk/Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/juk/Makefile,v
retrieving revision 1.29
diff -u -r1.29 Makefile
--- audio/juk/Makefile	17 Apr 2007 14:18:12 -0000	1.29
+++ audio/juk/Makefile	18 Apr 2007 00:29:24 -0000
@@ -41,7 +41,7 @@
 
 .include <bsd.port.pre.mk>
 
-.if exists(${X11BASE}/lib/libgstplay-0.8.so)
+.if exists(${X11BASE}/lib/libgstreamer-0.10.so)
 .	if !defined(WITH_GSTREAMER)
 GSTREAMER_OVERRIDE=yes
 WITH_GSTREAMER=	yes
@@ -49,8 +49,7 @@
 .endif
 
 .if defined(WITH_GSTREAMER)
-LIB_DEPENDS+=	gstreamer:${PORTSDIR}/multimedia/gstreamer80 \
-		gstplay:${PORTSDIR}/multimedia/gstreamer-plugins80
+LIB_DEPENDS+=	gstreamer:${PORTSDIR}/multimedia/gstreamer
 .endif
 
 pre-everything::

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



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