Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jul 2014 10:58:32 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363043 - head/multimedia/gstreamer-plugins-good
Message-ID:  <201407271058.s6RAwWmP036926@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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}"



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