Date: Tue, 31 Jan 2006 17:48:42 +0100 From: "Pawel Pekala" <c0rn@o2.pl> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Cc: arved@FreeBSD.org Subject: ports/92624: [PATCH] multimedia/kaffeine abide global knob WITHOUT_GSTREAMER Message-ID: <1138726122.15456@blaviken.slowicza.org> Resent-Message-ID: <200601311650.k0VGo2Za069192@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 92624 >Category: ports >Synopsis: [PATCH] multimedia/kaffeine abide global knob WITHOUT_GSTREAMER >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jan 31 16:50:02 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Pawel Pekala >Release: FreeBSD 5.4-RELEASE-p10 i386 >Organization: >Environment: System: FreeBSD 5.4-RELEASE-p10 #1: Wed Jan 25 18:36:04 CET 2006 root@blaviken.slowicza.org:/usr/src/sys/i386/compile/CORN >Description: This patch allows building kaffeine only with libxine support when WITHOUT_GSTREAMER is defined. >How-To-Repeat: >Fix: --- kaffeine.patch begins here --- diff -ur /usr/ports/multimedia/kaffeine/Makefile kaffeine/Makefile --- /usr/ports/multimedia/kaffeine/Makefile Fri Jan 6 15:52:48 2006 +++ kaffeine/Makefile Tue Jan 31 17:35:31 2006 @@ -6,7 +6,7 @@ PORTNAME= kaffeine PORTVERSION= 0.7.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= kaffeine @@ -19,7 +19,11 @@ USE_BZIP2= yes USE_KDELIBS_VER= 3 USE_GMAKE= yes + +.ifndef (WITHOUT_GSTREAMER) USE_GSTREAMER= yes +.endif + USE_AUTOTOOLS= libtool:15:inc GNU_CONFIGURE= yes CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" @@ -32,6 +36,10 @@ .if ${X_WINDOW_SYSTEM:L} == xorg CONFIGURE_ARGS+= --with-xorg +.endif + +.ifdef (WITHOUT_GSTREAMER) +CONFIGURE_ARGS+= --without-gstreamer .endif .include <bsd.port.post.mk> --- kaffeine.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1138726122.15456>