Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Mar 2007 05:07:49 -0300 (BRT)
From:      Sergio Lenzi <lenzi@k1.com.br>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        gnome@freebsd.org
Subject:   [PATCH] multimedia/totem-xine: update to 2.16.5
Message-ID:  <200703230807.l2N87ndA030756@k1.com.br>

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

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




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