Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  8 Nov 2005 13:14:17 +0100 (CET)
From:      Jean-Yves Lefort <jylefort@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        hendrik@scholz.net
Subject:   ports/88658: Update port: multimedia/totem (add missing dependency on iso-codes)
Message-ID:  <20051108121417.4AE2DC14F@jsite.lefort.net>
Resent-Message-ID: <200511081220.jA8CKMqA008746@freefall.freebsd.org>

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

>Number:         88658
>Category:       ports
>Synopsis:       Update port: multimedia/totem (add missing dependency on iso-codes)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 08 12:20:21 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Jean-Yves Lefort
>Release:        FreeBSD 6.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD jsite.lefort.net 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Mon Nov 7 19:32:08 CET 2005 jylefort@jsite.lefort.net:/usr/obj/usr/src/sys/JSITE i386
>Description:
iso-codes is also needed in the non-gstreamer case.
>How-To-Repeat:
>Fix:
diff -ruN /usr/ports/multimedia/totem/Makefile totem/Makefile
--- /usr/ports/multimedia/totem/Makefile	Sat Nov  5 05:53:08 2005
+++ totem/Makefile	Tue Nov  8 13:11:13 2005
@@ -15,6 +15,9 @@
 MAINTAINER?=	hendrik@scholz.net
 COMMENT?=	A Xine-based video player for the Gnome 2 Desktop
 
+BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
+RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
+
 USE_REINPLACE=	yes
 USE_BZIP2=	yes
 USE_X_PREFIX=	yes
@@ -42,8 +45,6 @@
 LIB_DEPENDS+=	musicbrainz:${PORTSDIR}/audio/libmusicbrainz
 
 .if defined(WITH_GSTREAMER)
-BUILD_DEPENDS+=	${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
-RUN_DEPENDS+=	${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
 CONFIGURE_ARGS+=--enable-gstreamer
 USE_GSTREAMER+=	gnomevfs core gconf
 WITHOUT_DVDNAV=	yes
>Release-Note:
>Audit-Trail:
>Unformatted:



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