summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-05-08 12:47:05 +0000
committerobache <obache@pkgsrc.org>2013-05-08 12:47:05 +0000
commit60191d072d2ed252e82626ad4a10cc831f7a6772 (patch)
treed175cf6301a016a4d85aadad4603fbc2ba7f3b40 /multimedia
parent7df88e72a67de6d50fea470b60a5c127ddb2224c (diff)
downloadpkgsrc-60191d072d2ed252e82626ad4a10cc831f7a6772.tar.gz
Update ruby-gnome2 to 2.0.0.
GObject Introspection based bindings on Windows support release! === Changes ==== NEWS * Fixes * Fixed a typo. [Reported by Masafumi Yokoyama] * FIxed a typo. [Reported by Toyo Abe] ==== Ruby/GLib2 * Improvements * Moved lib/gnome2-*.rb files to lib/gnome2/ directory. * Supported GLib 2.34. [Reported by OBATA Akio] ==== Ruby/GdkPixbuf2 * Fixes * [windows] Fixed PNG can't be handled problem. [ruby-gnoem2-devel-ja] [Reported by Masafumi Yokoyama] ==== Ruby/GDK3 * Improvements * [windows] Removed needless Greybird theme. [ruby-gnome2-devel-en] [Reported by Regis d'Aubarede] * Added Gdk::Window#create_cairo_context [ruby-gnome2-devel-en] [Reported by Detlef Reichl] ==== Ruby/GTK3 * Improvements * Updated samples. [GitHub #140][GitHub #141][GitHub #144] [Patch by Simon Arnaud] [GitHub #142][GitHub #143][GitHub #145][GitHub #146][GitHub #148] [Patch by Detlef Reichl] ==== Ruby/GObjectIntrospection * Improvements * [windows] Supported! ==== Ruby/GStreamer * Improvements * Supported GStreamer 1.0! * Migrated to GObject Introspection bindings! * Dropped GStreamer 0.10 support. ==== Ruby/Clutter * Improvements * [windows] Supported! ==== Ruby/ClutterGTK * Improvements * [windows] Supported!
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/ruby-gnome2-gstreamer/Makefile13
-rw-r--r--multimedia/ruby-gnome2-gstreamer/PLIST6
2 files changed, 11 insertions, 8 deletions
diff --git a/multimedia/ruby-gnome2-gstreamer/Makefile b/multimedia/ruby-gnome2-gstreamer/Makefile
index d757118999b..0ea3b2e4608 100644
--- a/multimedia/ruby-gnome2-gstreamer/Makefile
+++ b/multimedia/ruby-gnome2-gstreamer/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2013/02/07 13:41:56 obache Exp $
+# $NetBSD: Makefile,v 1.20 2013/05/08 12:47:05 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gstreamer-${VERSION}
-COMMENT= Ruby binding of GStreamer 0.10.x or later
+COMMENT= Ruby binding of GStreamer 1.0.x or later
CATEGORIES= multimedia
CONFLICTS+= ruby[0-9][0-9]-gnome2-gstreamer-[0-9]*
@@ -10,11 +10,10 @@ CONFLICTS+= ruby[0-9][0-9]-gnome2-gstreamer-[0-9]*
RUBY_EXTCONF_SUBDIRS= gstreamer
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib
+DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gobject-introspection>=${VERSION}:../../devel/ruby-gnome2-gobject-introspection
+DEPENDS+= gst-plugins1-base-[0-9]*:../../multimedia/gst-plugins1-base
-do-test:
- ${RUN} cd ${WRKSRC}/gstreamer/test; ${SETENV} ${TEST_ENV} ${RUBY} run-test.rb
-
-.include "../../multimedia/gstreamer0.10/buildlink3.mk"
-.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
+.include "../../devel/gobject-introspection/buildlink3.mk"
+.include "../../multimedia/gstreamer1/buildlink3.mk"
.include "../../devel/ruby-pkg-config/tool.mk"
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
diff --git a/multimedia/ruby-gnome2-gstreamer/PLIST b/multimedia/ruby-gnome2-gstreamer/PLIST
index 612b52b5268..fb76f25aadd 100644
--- a/multimedia/ruby-gnome2-gstreamer/PLIST
+++ b/multimedia/ruby-gnome2-gstreamer/PLIST
@@ -1,4 +1,8 @@
-@comment $NetBSD: PLIST,v 1.4 2012/01/11 13:47:31 obache Exp $
+@comment $NetBSD: PLIST,v 1.5 2013/05/08 12:47:05 obache Exp $
lib/pkgconfig/ruby-gstreamer.pc
${RUBY_VENDORLIB}/gst.rb
+${RUBY_VENDORLIB}/gst/base_loader.rb
+${RUBY_VENDORLIB}/gst/bin.rb
+${RUBY_VENDORLIB}/gst/bus.rb
+${RUBY_VENDORLIB}/gst/element.rb
${RUBY_VENDORARCHLIB}/gstreamer.${RUBY_DLEXT}