ports/175940: multimedia/gstreamer-plugins-good add missing dependency
Pawel Pekala
pawel at FreeBSD.org
Thu Feb 7 22:00:04 UTC 2013
>Number: 175940
>Category: ports
>Synopsis: multimedia/gstreamer-plugins-good add missing dependency
>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: Thu Feb 07 22:00:03 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Pawel Pekala
>Release: 10.0-CURRENT
>Organization:
>Environment:
FreeBSD blaviken.slowicza.org 10.0-CURRENT FreeBSD 10.0-CURRENT #4: Sat Feb 2 10:36:19 CET 2013 corn at blaviken.slowicza.org:/usr/obj/usr/src/sys/BLAVIKEN64 amd64
>Description:
Package links to Xdamage if found on system:
checking X11/Xlib.h usability... yes
checking X11/Xlib.h presence... yes
checking for X11/Xlib.h... yes
checking for XFIXES... yes
checking for XDAMAGE... yes
configure: *** These plugins will be built: ximagesrc
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -urN /usr/ports/multimedia/gstreamer-plugins-good/Makefile multimedia/gstreamer-plugins-good/Makefile
--- /usr/ports/multimedia/gstreamer-plugins-good/Makefile 2012-11-17 06:59:49.000000000 +0100
+++ multimedia/gstreamer-plugins-good/Makefile 2013-02-07 22:43:22.000000000 +0100
@@ -6,7 +6,7 @@
# $MCom: ports/multimedia/gstreamer-plugins-good/Makefile,v 1.14 2008/03/19 14:05:36 ahze Exp $
#
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= multimedia
COMMENT= Good gstreamer-plugins
@@ -19,6 +19,8 @@
BUILD_DEPENDS+= gstreamer-plugins>=${GST_VERSION}${GST_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer-plugins
RUN_DEPENDS+= gstreamer-plugins>=${GST_VERSION}${GST_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer-plugins
+USE_XORG= xdamage
+
gst_good_DIST= good
GOOD_GST_DIRS= gst sys po
PLIST_SUB= VERSION="${GST_VERSION}"
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list