ports/111801: Switch audio/juk to gstreamer-0.10

Dima Panov fluffy at ael.ru
Wed Apr 18 00:40:04 UTC 2007


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



More information about the freebsd-ports-bugs mailing list