summaryrefslogtreecommitdiff
path: root/multimedia/clutter-gst/Makefile
diff options
context:
space:
mode:
authorprlw1 <prlw1@pkgsrc.org>2015-01-17 16:02:53 +0000
committerprlw1 <prlw1@pkgsrc.org>2015-01-17 16:02:53 +0000
commitbd39fe8246757fa3bbd4dd2bec4a620be6d181b1 (patch)
tree250efc7aaeb6b64f53448078941b981f2007a88a /multimedia/clutter-gst/Makefile
parent6fbf2d2601782983c0e97eed1582494fffc7291f (diff)
downloadpkgsrc-bd39fe8246757fa3bbd4dd2bec4a620be6d181b1.tar.gz
Update clutter-gst to 2.0.12
clutter-gst 2.0.12 (1/06/2014) =============================================================================== List of changes since 2.0.10 o Depend on GStreamer 1.0 o Fix build issues Many Thanks to: Antoine Jacoutot Ryan Lortie clutter-gst 2.0.10 (10/01/2014) =============================================================================== List of changes since 2.0.8 o Add NV12 support o Add GL upload meta API support o Add video crop meta API support o Add local shader cache to avoid leak o Fix memory leak in accept_caps() method Many Thanks to: Matthieu Bouron David King Edward Hervey
Diffstat (limited to 'multimedia/clutter-gst/Makefile')
-rw-r--r--multimedia/clutter-gst/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/multimedia/clutter-gst/Makefile b/multimedia/clutter-gst/Makefile
index 7264609ab4a..1e80ed530f0 100644
--- a/multimedia/clutter-gst/Makefile
+++ b/multimedia/clutter-gst/Makefile
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.34 2015/01/17 14:36:12 prlw1 Exp $
-#
+# $NetBSD: Makefile,v 1.35 2015/01/17 16:02:53 prlw1 Exp $
-DISTNAME= clutter-gst-2.0.8
-PKGREVISION= 2
-CATEGORIES= multimedia
+DISTNAME= clutter-gst-2.0.12
+CATEGORIES= multimedia gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/clutter-gst/2.0/}
EXTRACT_SUFX= .tar.xz
@@ -23,6 +21,7 @@ PKGCONFIG_OVERRIDE+= clutter-gst.pc.in
BUILDLINK_API_DEPENDS.clutter+= clutter>=1.6.0
.include "../../graphics/clutter/buildlink3.mk"
.include "../../graphics/cogl/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.2.0
.include "../../multimedia/gstreamer1/buildlink3.mk"
.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"