Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 May 2006 23:21:58 GMT
From:      Vladimir Kushnir <vkushnir@i.kiev.ua>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/97235: multimedia/gstreamer-plugins80 incorrectly depend on multimedia/gstreamer-plugins
Message-ID:  <200605132321.k4DNLwGo059573@www.freebsd.org>
Resent-Message-ID: <200605132330.k4DNUH0u022478@freefall.freebsd.org>

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

>Number:         97235
>Category:       ports
>Synopsis:       multimedia/gstreamer-plugins80 incorrectly depend on multimedia/gstreamer-plugins
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 13 23:30:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Vladimir Kushnir
>Release:        7.0-CURRENT
>Organization:
BITP
>Environment:
FreeBSD kushnir1.kiev.ua 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Wed May  3 05:20:18 EEST 2006     root@kushnir1.kiev.ua:/usr/obj/usr/src/sys/KUSHNIR  amd64
>Description:
multimedia/gstreamer-plugins80/Makefile.common contains dependencies on multimedia/gstreamer-plugins (in form USE_GSTREAMER+=)
>How-To-Repeat:
Build this port
>Fix:
Replace USE_GSTREAMER+= by USE_GSTREAMER80+=:

--- Makefile.common.orig	Sun May 14 02:05:25 2006
+++ Makefile.common	Sun May 14 02:05:44 2006
@@ -418,7 +418,7 @@
 
 # mpeg2enc
 .if ${GST_PLUGIN}=="mpeg2enc"
-USE_GSTREAMER+=	mplex
+USE_GSTREAMER80+=	mplex
 LIB_DEPENDS+=	lavjpeg-1.8.0:${PORTSDIR}/multimedia/mjpegtools
 
 # XXX - make sure CONFIGURE works with mpeg2enc even with "ccache
@@ -493,7 +493,7 @@
 
 # vorbis
 .if ${GST_PLUGIN}=="vorbis"
-USE_GSTREAMER+=	ogg
+USE_GSTREAMER80+=	ogg
 LIB_DEPENDS+=	vorbis.3:${PORTSDIR}/audio/libvorbis
 .endif
 

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



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