svn commit: r363050 - branches/2014Q3/multimedia/gstreamer-plugins-good

Thomas Zander riggs at FreeBSD.org
Sun Jul 27 11:34:21 UTC 2014


Author: riggs
Date: Sun Jul 27 11:34:21 2014
New Revision: 363050
URL: http://svnweb.freebsd.org/changeset/ports/363050
QAT: https://qat.redports.org/buildarchive/r363050/

Log:
  MFH: r363043
  
  - Fix hidden dependency on xdamage
  - Bump PORTREVISION
  
  PR:		175940
  Submitted by:	Pawel Pekala <pawel at FreeBSD.org>
  Approved by:	portmgr(erwin), mentors (implicit)

Modified:
  branches/2014Q3/multimedia/gstreamer-plugins-good/Makefile
Directory Properties:
  branches/2014Q3/   (props changed)

Modified: branches/2014Q3/multimedia/gstreamer-plugins-good/Makefile
==============================================================================
--- branches/2014Q3/multimedia/gstreamer-plugins-good/Makefile	Sun Jul 27 11:28:05 2014	(r363049)
+++ branches/2014Q3/multimedia/gstreamer-plugins-good/Makefile	Sun Jul 27 11:34:21 2014	(r363050)
@@ -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-branches mailing list