Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Feb 2013 21:51:26 GMT
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/175940: multimedia/gstreamer-plugins-good add missing dependency
Message-ID:  <201302072151.r17LpQb1012620@red.freebsd.org>
Resent-Message-ID: <201302072200.r17M03RS002127@freefall.freebsd.org>

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

>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@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:



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