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

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


>Number:         110749
>Category:       ports
>Synopsis:       [PATCH] multimedia/totem-xine: update to 2.16.5
>Confidential:   no
>Severity:       critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 24 06:10:00 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Sergio Lenzi
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
k1 sistemas
>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 ---

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



More information about the freebsd-ports-bugs mailing list