summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2009-12-17 11:17:13 +0000
committerobache <obache@pkgsrc.org>2009-12-17 11:17:13 +0000
commit1235a6fe40d9ca7e9a72fda4e798e1a085e684e7 (patch)
treef23dd0d67c0763c3809f95c223df3c593f4a22ea
parent9eb7a13b67c7960dc1abff09a83399c9f3116879 (diff)
downloadpkgsrc-1235a6fe40d9ca7e9a72fda4e798e1a085e684e7.tar.gz
Use Ruby/GStreamer in Ruby/Gnome2 instead of deprecated ruby gstreamer0.10.
Bump PKGREVISION of ruby-clutter-gst.
-rw-r--r--graphics/ruby-clutter/distinfo3
-rw-r--r--graphics/ruby-clutter/patches/patch-ab15
-rw-r--r--multimedia/ruby-clutter-gst/Makefile4
3 files changed, 19 insertions, 3 deletions
diff --git a/graphics/ruby-clutter/distinfo b/graphics/ruby-clutter/distinfo
index 73936aeaef6..e4cd4e186b0 100644
--- a/graphics/ruby-clutter/distinfo
+++ b/graphics/ruby-clutter/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/12/16 12:22:38 obache Exp $
+$NetBSD: distinfo,v 1.2 2009/12/17 11:17:13 obache Exp $
SHA1 (rbclutter-0.8.0.tar.gz) = 79de176bd8e58e2004a426701772fd7218c3a8ee
RMD160 (rbclutter-0.8.0.tar.gz) = 83e1d158e55d139c199f443a180df57c966510ab
Size (rbclutter-0.8.0.tar.gz) = 219540 bytes
SHA1 (patch-aa) = dca66284911305b023059308eb48c624dde73eab
+SHA1 (patch-ab) = 9dfe8538376477fae291a27b9aa7c7d0790e4634
diff --git a/graphics/ruby-clutter/patches/patch-ab b/graphics/ruby-clutter/patches/patch-ab
new file mode 100644
index 00000000000..ee672bcf0b0
--- /dev/null
+++ b/graphics/ruby-clutter/patches/patch-ab
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.1 2009/12/17 11:17:14 obache Exp $
+
+Use Ruby/GStreamer in Ruby/Gnome2 intead of deprecated ruby gstreamer0.10.
+
+--- clutter-gst/rbcluttergst.c.orig 2008-08-05 14:32:00.000000000 +0000
++++ clutter-gst/rbcluttergst.c
+@@ -52,7 +52,7 @@ Init_clutter_gst ()
+ {
+ rb_require ("glib2");
+ rb_require ("clutter");
+- rb_require ("gst0.10");
++ rb_require ("gst");
+
+ /* The base class init of some of the clutter-gst classes call some
+ gst functions so unfortunatly defining the Ruby wrappers will
diff --git a/multimedia/ruby-clutter-gst/Makefile b/multimedia/ruby-clutter-gst/Makefile
index 91ae7ac5e59..ea9fa211879 100644
--- a/multimedia/ruby-clutter-gst/Makefile
+++ b/multimedia/ruby-clutter-gst/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2009/10/26 08:40:34 obache Exp $
+# $NetBSD: Makefile,v 1.4 2009/12/17 11:17:14 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-clutter-gst-${VERSION}
COMMENT= Ruby binding for Clutter GStreamer library
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= multimedia
PKG_DESTDIR_SUPPORT= user-destdir