svn commit: r363043 - head/multimedia/gstreamer-plugins-good
Thomas Zander
riggs at FreeBSD.org
Sun Jul 27 10:58:32 UTC 2014
Author: riggs
Date: Sun Jul 27 10:58:31 2014
New Revision: 363043
URL: http://svnweb.freebsd.org/changeset/ports/363043
QAT: https://qat.redports.org/buildarchive/r363043/
Log:
- Fix hidden dependency on xdamage
- Bump PORTREVISION
PR: 175940
Submitted by: Pawel Pekala <pawel at FreeBSD.org>
Approved by: mentors (implicit)
MFH: 2014Q3
Modified:
head/multimedia/gstreamer-plugins-good/Makefile
Modified: head/multimedia/gstreamer-plugins-good/Makefile
==============================================================================
--- head/multimedia/gstreamer-plugins-good/Makefile Sun Jul 27 10:47:05 2014 (r363042)
+++ head/multimedia/gstreamer-plugins-good/Makefile Sun Jul 27 10:58:31 2014 (r363043)
@@ -2,7 +2,7 @@
# $FreeBSD$
# $MCom: ports/multimedia/gstreamer-plugins-good/Makefile,v 1.14 2008/03/19 14:05:36 ahze Exp $
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia
COMMENT= Good gstreamer-plugins
@@ -15,6 +15,8 @@ MASTERDIR= ${.CURDIR}/../../multimedia/g
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}"
More information about the svn-ports-all
mailing list