Skip to content

Commit

Permalink
Update ruby-gnome2 to 2.0.0.
Browse files Browse the repository at this point in the history
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!
  • Loading branch information
obache committed May 8, 2013
1 parent 284b294 commit 9ebbb21
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 19 deletions.
11 changes: 8 additions & 3 deletions devel/ruby-gnome2-glib/PLIST
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
@comment $NetBSD: PLIST,v 1.13 2012/08/30 13:36:33 obache Exp $
@comment $NetBSD: PLIST,v 1.14 2013/05/08 12:47:05 obache Exp $
lib/pkgconfig/ruby-glib2.pc
${RUBY_VENDORLIB}/glib-mkenums.rb
${RUBY_VENDORLIB}/glib2.rb
${RUBY_VENDORLIB}/glib2/deprecatable.rb
${RUBY_VENDORLIB}/gnome2-raketask.rb
${RUBY_VENDORLIB}/gnome2-win32-binary-build-task.rb
${RUBY_VENDORLIB}/gnome2-win32-binary-download-task.rb
${RUBY_VENDORLIB}/gnome2/rake/external-package.rb
${RUBY_VENDORLIB}/gnome2/rake/native-binary-build-task.rb
${RUBY_VENDORLIB}/gnome2/rake/package-task.rb
${RUBY_VENDORLIB}/gnome2/rake/package.rb
${RUBY_VENDORLIB}/gnome2/rake/source-download-task.rb
${RUBY_VENDORLIB}/gnome2/rake/win32-binary-build-task.rb
${RUBY_VENDORLIB}/gnome2/rake/win32-binary-download-task.rb
${RUBY_VENDORARCHLIB}/glib-enum-types.h
${RUBY_VENDORARCHLIB}/glib2.${RUBY_DLEXT}
${RUBY_VENDORARCHLIB}/rbgcompat.h
Expand Down
4 changes: 2 additions & 2 deletions meta-pkgs/ruby-gnome2/Makefile.common
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.31 2013/04/10 14:47:50 obache Exp $
# $NetBSD: Makefile.common,v 1.32 2013/05/08 12:47:05 obache Exp $
#
# used by devel/ruby-gnome2-atk/Makefile
# used by devel/ruby-gnome2-gio/Makefile
Expand Down Expand Up @@ -28,7 +28,7 @@ MAINTAINER= [email protected]
HOMEPAGE= http://ruby-gnome2.sourceforge.jp/
LICENSE= gnu-lgpl-v2.1

VERSION= 1.2.6
VERSION= 2.0.0
USE_RUBY_EXTCONF?= yes
CONFIGURE_ENV+= RUBYOPT="-Ku"

Expand Down
8 changes: 4 additions & 4 deletions meta-pkgs/ruby-gnome2/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.35 2013/04/10 14:47:50 obache Exp $
$NetBSD: distinfo,v 1.36 2013/05/08 12:47:05 obache Exp $

SHA1 (ruby-gnome2-all-1.2.6.tar.gz) = fe10b4e63706a2b8a8712fc8d3080777cde960bd
RMD160 (ruby-gnome2-all-1.2.6.tar.gz) = 3b426eed60fde0215e2abe5c7d0edb41f715cca2
Size (ruby-gnome2-all-1.2.6.tar.gz) = 1718802 bytes
SHA1 (ruby-gnome2-all-2.0.0.tar.gz) = 9744a1d9a350371b032a977a92ef3037bb5a1d19
RMD160 (ruby-gnome2-all-2.0.0.tar.gz) = a46cb02517fd2d69cdc17b3c006e9f1f19d7c0c3
Size (ruby-gnome2-all-2.0.0.tar.gz) = 1661646 bytes
SHA1 (patch-glib2_lib_mkmf-gnome2.rb) = 7ea9f2066aae905e64d8477f500245e3e3b5df9e
13 changes: 6 additions & 7 deletions multimedia/ruby-gnome2-gstreamer/Makefile
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
# $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]*

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"
6 changes: 5 additions & 1 deletion multimedia/ruby-gnome2-gstreamer/PLIST
Original file line number Diff line number Diff line change
@@ -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}
3 changes: 1 addition & 2 deletions print/ruby-gnome2-poppler/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.42 2013/05/04 07:19:08 obache Exp $
# $NetBSD: Makefile,v 1.43 2013/05/08 12:47:05 obache Exp $
#

PKGNAME= ${RUBY_PKGPREFIX}-gnome2-poppler-${VERSION}
COMMENT= Ruby binding of poppler-glib
PKGREVISION= 1
CATEGORIES= print

CONFLICTS+= ruby[0-9][0-9]-gnome2-poppler-[0-9]*
Expand Down

0 comments on commit 9ebbb21

Please sign in to comment.