[PATCH] multimedia/totem-xine: update to 2.16.5

Sergio Lenzi lenzi at k1.com.br
Sat Mar 24 06:06:02 UTC 2007


>Submitter-Id:	current-users
>Originator:	Sergio Lenzi
>Organization:	k1 sistemas
>Confidential:	no 
>Synopsis:	[PATCH] multimedia/totem-xine: update to 2.16.5
>Severity:	critical
>Priority:	low
>Category:	ports 
>Class:		update
>Release:	FreeBSD 6.1-RELEASE i386
>Environment:
System: FreeBSD k1.com.br 6.1-RELEASE FreeBSD 6.1-RELEASE #1: Sat Nov  4 17:26:48 BRST
>Description:
- Update to 2.16.5

Port maintainer (gnome at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
the Makefile does not have a condition --enable-xine
that is needed if totem is to use the xine library,
so it will default to use gstreamer.
>Fix:
Modify port Makefile to include the option --enable-xine=yes
--- totem-xine-2.16.5.patch begins here ---
Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/multimedia/totem-xine/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	23 Mar 2007 06:10:51 -0000	1.1
+++ Makefile	23 Mar 2007 08:03:59 -0000
@@ -14,6 +14,10 @@
 WITH_TOTEM_XINE=	yes
 
+LIB_DEPENDS+=	xine:${PORTSDIR}/multimedia/libxine
+PLIST_SUB+=	GSTREAMER="@comment "
+CONFIGURE_ARGS+=--enable-xine=yes
+
 MASTERDIR=	${.CURDIR}/../totem
 
 CONFLICTS=	totem-[0-9]* totem-gstreamer-[0-9]*
--- totem-xine-2.16.5.patch ends here ---



More information about the freebsd-gnome mailing list