pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Update ruby-gnome2 package to 2.2.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/24cdc283b1d0
branches:  trunk
changeset: 641470:24cdc283b1d0
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Nov 09 06:27:02 2014 +0000

description:
Update ruby-gnome2 package to 2.2.3.

= NEWS

== Ruby-GNOME2 2.2.3: 2014-10-26

It is a bug fix release.

It's recommended that you upgrade if your application uses thread and
runs on Ruby 2.1 or later.

=== Changes

==== All

  * Improvements
    * Supported auto native package install on SuSE.

==== Ruby/GLib2

  * Fixes
    * Fixed infinite loop bug on Ruby 2.1 or later.
      [ruby-gnome2-devel-ja] [Reported by Toshi Hatsune]

==== Ruby/GDK3

  * Fixes
    * Added missing dependencies.
      [GitHub#258] [Reported by Luis Daniel Gonzalez Orozco]

==== Ruby/CairoGObject

  * Improvements
    * Supported auto required native package install by Homebrew.

  * Fixes
    * Fixed wrong package name on Debian.

==== Ruby/VTE3

  * Improvements
    * Supported auto required native package install by Homebrew.

==== Ruby/Clutter

  * Improvements
    * Added Clutter.check_version?.

=== Thanks

  * Luis Daniel Gonzalez Orozco
  * Toshi Hatsune

== Ruby-GNOME2 2.2.2: 2014-10-12

It is a Windows package fix release.

== Ruby-GNOME2 2.2.1: 2014-10-12

It is a release that Ruby/GDK3 is migrated to
Ruby/GObjectIntrospection based bindings.

Some API changes in Ruby/GDK3 are expected but unexpected API
changes may exist. If you find API change, please report it. If the
API change provides non Rubyish API, it will be a bug.

Ruby/GooCanvas is removed because we can't maintain it.

=== Changes

==== Ruby/GLib2

  * Improvements
    * Added GObject#unref to free large object immediately.

  * Fixes
    * [windows] Added a missing exported symbol. ((({rbg_inspect})))
    * Fixed a bug that signal handler doesn't work on Ruby 2.1.
      [ruby-gnome2-devel-en] [Reported by Carlo E. Prelz]
    * Fixed free function (free -> xfree).

==== Ruby/GObjectIntrospection

  * Improvements
    * Supported instantiating union.
    * Accepted 5 or more the number of signals.
      It may be increased for later GIO version.
      [GitHub#229] [Reported by cosmo0920]
    * Added "?" to boolean field value reader.
    * Supported mapping function info to method.
    * Don't handle MethodInfo as FunctionInfo.
    * Accepted not GType struct as an input argument.
    * Accepted getting a field value from not GType but
      GType descendant sruct.
    * Added Loader.register_constant_rename_map.
    * Supported in GType array.
    * Don't require needless array length argument.
    * Supported finding suitable method that has optional argument.

  * Fixes
    * Fixed wrong argument index for Ruby objects.
    * Fixed a bug that ArgInfo isn't passed.

==== Ruby/CairoGObject

  * Improvements
    * Suppressed a warning that instance variable gboxed not initialized.

==== Ruby/GIO2

  * Improvements
    * Supported GLib 2.42.0. Annotation for GObject Introspection is added
      to g_pollable_input_stream_read_nonblocking() since GLib 2.42.0.
      See also: https://bugzilla.gnome.org/show_bug.cgi?id=730493
    * Supported GLib <= 2.36.0.

  * Fixes
    * Fixed a bug that .pc isn't installed. [Reported by OBATA Akio]

==== Ruby/GDK3

  * Improvements
    * Migrated to Ruby/GObjectIntrospection based bindings.
    * Gdk::Keyval::GDK_KEY_x style is deprecated. Use
      Gdk::Keyval::KEY_x style instead.
    * Accepted Gdk::RGBA for Cairo::Context#set_source_rgba.

==== Ruby/GTK3

  * Improvements
    * Added Gtk::StackSwitcher.
    * Supported interrupt in Gtk.main.
    * Supported interrupt in Gtk::Dialog#run.
      [Reported by Carlo E. Prelz]
    * Added initialization with Gdk::RGBA value.
      [GitHub#231] [Patch by Detlef Reichl]
    * Added Gtk::Window#set_titlebar (enable the use of Gtk::HeaderBar).
      [GitHub#236] [Patch by tescorg]
    * Updated sample scripts.
      [Patch by kitachro]

  * Fixes
    * Fixed memory leak of Gtk::Image.
      [GitHub#252] [Reported by Michel Boaventura]

==== Ruby/GTK2

  * Improvements
    * Fixed wrong property value on ppc64 and s390x.
      [GitHub#256] [Reported by mtasaka]

==== Ruby/GStreamer

  * Improvements
    * Added gstreamer.rb for Bundler's autoload.
      [GitHub#232] [Reported by saepia]
    * Added Caps.any and Caps.empty.
    * Supported property for Gst::ChildProxy.
      [GitHub#233] [Reported by saepia]

  * Fixes
    * Fixed a bug that Gst.init is failed.
      [GitHub#232] [Reported by saepia]

==== Ruby/Poppler

  * Improvements
    * Install Poppler with --with-glib option for Homebrew.
      [GitHub#237] [Reported by Colin Dean]
    * Removed needless `--with-glib` option. Now, it is the default.
      [rabbit-shocker/rabbit#24] [Reported by Kazuhiro NISHIYAMA]

==== Ruby/ClutterGStreamer

  * Improvements
    * Added clutter-gstreamer.rb to support Bundler's autoload.

==== Ruby/GooCanvas

  * Removed.

=== Thanks

  * OBATA Akio
  * Carlo E. Prelz
  * cosmo0920
  * Detlef Reichl
  * saepia
  * tescorg
  * Colin Dean
  * Kazuhiro NISHIYAMA
  * kitachro
  * Michel Boaventura
  * mtasaka

diffstat:

 devel/ruby-gnome2-gio/Makefile                 |   7 +-----
 devel/ruby-gnome2-gio/PLIST                    |   3 +-
 devel/ruby-gnome2-pango/Makefile               |   3 +-
 graphics/ruby-gnome2-cairo-gobject/Makefile    |   3 +-
 graphics/ruby-gnome2-clutter/PLIST             |   4 ++-
 graphics/ruby-gnome2-gdk3/Makefile             |  27 ++++++++++++-------------
 graphics/ruby-gnome2-gdk3/PLIST                |  16 +++++++++-----
 graphics/ruby-gnome2-goocanvas/DESCR           |   5 ----
 graphics/ruby-gnome2-goocanvas/Makefile        |  19 ------------------
 graphics/ruby-gnome2-goocanvas/PLIST           |   5 ----
 graphics/ruby-gnome2-rsvg/Makefile             |   3 +-
 meta-pkgs/ruby-gnome2/Makefile                 |   3 +-
 meta-pkgs/ruby-gnome2/Makefile.common          |   4 +-
 meta-pkgs/ruby-gnome2/distinfo                 |   8 +++---
 multimedia/ruby-gnome2-clutter-gstreamer/PLIST |   3 +-
 multimedia/ruby-gnome2-gstreamer/PLIST         |   3 +-
 print/ruby-gnome2-poppler/Makefile             |   3 +-
 x11/ruby-gnome2-gtk/Makefile                   |   3 +-
 x11/ruby-gnome2-gtk3/Makefile                  |   3 +-
 x11/ruby-gnome2-gtksourceview2/Makefile        |   3 +-
 x11/ruby-gnome2-gtksourceview3/Makefile        |   3 +-
 x11/ruby-gnome2-vte/Makefile                   |   3 +-
 22 files changed, 48 insertions(+), 86 deletions(-)

diffs (truncated from 358 to 300 lines):

diff -r 96e1cb524264 -r 24cdc283b1d0 devel/ruby-gnome2-gio/Makefile
--- a/devel/ruby-gnome2-gio/Makefile    Sun Nov 09 05:15:07 2014 +0000
+++ b/devel/ruby-gnome2-gio/Makefile    Sun Nov 09 06:27:02 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2014/03/11 12:11:45 obache Exp $
+# $NetBSD: Makefile,v 1.16 2014/11/09 06:27:02 obache Exp $
 #
 
 PKGNAME=               ${RUBY_PKGPREFIX}-gnome2-gio-${VERSION}
@@ -11,11 +11,6 @@
 
 DEPENDS+=              ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib
 
-INSTALLATION_DIRS+=    lib/pkgconfig
-
-post-install:
-       ${INSTALL_DATA} ${WRKSRC}/gio2/ext/gio2/ruby-gio2.pc ${DESTDIR}${PREFIX}/lib/pkgconfig/
-
 do-test:
        ${RUN} cd ${WRKSRC}/gio2/test && ${SETENV} ${TEST_ENV} ${RUBY} load-test.rb
 
diff -r 96e1cb524264 -r 24cdc283b1d0 devel/ruby-gnome2-gio/PLIST
--- a/devel/ruby-gnome2-gio/PLIST       Sun Nov 09 05:15:07 2014 +0000
+++ b/devel/ruby-gnome2-gio/PLIST       Sun Nov 09 06:27:02 2014 +0000
@@ -1,11 +1,10 @@
-@comment $NetBSD: PLIST,v 1.4 2014/03/11 12:11:45 obache Exp $
+@comment $NetBSD: PLIST,v 1.5 2014/11/09 06:27:02 obache Exp $
 lib/pkgconfig/ruby-gio2.pc
 ${RUBY_VENDORLIB}/gio2.rb
 ${RUBY_VENDORLIB}/gio2/deprecated.rb
 ${RUBY_VENDORLIB}/gio2/inet-address.rb
 ${RUBY_VENDORLIB}/gio2/input-stream.rb
 ${RUBY_VENDORLIB}/gio2/loader.rb
-${RUBY_VENDORLIB}/gio2/output-stream.rb
 ${RUBY_VENDORLIB}/gio2/pollable-input-stream.rb
 ${RUBY_VENDORLIB}/gio2/pollable-output-stream.rb
 ${RUBY_VENDORLIB}/gio2/resources.rb
diff -r 96e1cb524264 -r 24cdc283b1d0 devel/ruby-gnome2-pango/Makefile
--- a/devel/ruby-gnome2-pango/Makefile  Sun Nov 09 05:15:07 2014 +0000
+++ b/devel/ruby-gnome2-pango/Makefile  Sun Nov 09 06:27:02 2014 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.44 2014/05/05 00:47:46 ryoon Exp $
+# $NetBSD: Makefile,v 1.45 2014/11/09 06:27:02 obache Exp $
 #
 
 PKGNAME=               ${RUBY_PKGPREFIX}-gnome2-pango-${VERSION}
 COMMENT=               Ruby binding of pango-1.x
-PKGREVISION=           1
 CATEGORIES=            devel fonts
 
 CONFLICTS+=            ruby-gnome2-pango-[0-9]*
diff -r 96e1cb524264 -r 24cdc283b1d0 graphics/ruby-gnome2-cairo-gobject/Makefile
--- a/graphics/ruby-gnome2-cairo-gobject/Makefile       Sun Nov 09 05:15:07 2014 +0000
+++ b/graphics/ruby-gnome2-cairo-gobject/Makefile       Sun Nov 09 06:27:02 2014 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2014/05/05 00:48:00 ryoon Exp $
+# $NetBSD: Makefile,v 1.7 2014/11/09 06:27:02 obache Exp $
 #
 
 PKGNAME=               ${RUBY_PKGPREFIX}-gnome2-cairo-gobject-${VERSION}
 COMMENT=               Ruby binding of cairo-gobject
-PKGREVISION=           1
 CATEGORIES=            graphics gnome
 
 RUBY_EXTCONF_SUBDIRS=  cairo-gobject
diff -r 96e1cb524264 -r 24cdc283b1d0 graphics/ruby-gnome2-clutter/PLIST
--- a/graphics/ruby-gnome2-clutter/PLIST        Sun Nov 09 05:15:07 2014 +0000
+++ b/graphics/ruby-gnome2-clutter/PLIST        Sun Nov 09 06:27:02 2014 +0000
@@ -1,9 +1,11 @@
-@comment $NetBSD: PLIST,v 1.1 2014/01/05 09:04:31 obache Exp $
+@comment $NetBSD: PLIST,v 1.2 2014/11/09 06:27:03 obache Exp $
 ${RUBY_VENDORLIB}/clutter.rb
 ${RUBY_VENDORLIB}/clutter/actor-iter.rb
 ${RUBY_VENDORLIB}/clutter/actor.rb
 ${RUBY_VENDORLIB}/clutter/animatable.rb
+${RUBY_VENDORLIB}/clutter/brightness-contrast-effect.rb
 ${RUBY_VENDORLIB}/clutter/cairo.rb
+${RUBY_VENDORLIB}/clutter/clutter.rb
 ${RUBY_VENDORLIB}/clutter/color.rb
 ${RUBY_VENDORLIB}/clutter/event.rb
 ${RUBY_VENDORLIB}/clutter/point.rb
diff -r 96e1cb524264 -r 24cdc283b1d0 graphics/ruby-gnome2-gdk3/Makefile
--- a/graphics/ruby-gnome2-gdk3/Makefile        Sun Nov 09 05:15:07 2014 +0000
+++ b/graphics/ruby-gnome2-gdk3/Makefile        Sun Nov 09 06:27:02 2014 +0000
@@ -1,27 +1,26 @@
-# $NetBSD: Makefile,v 1.14 2014/05/05 00:48:00 ryoon Exp $
+# $NetBSD: Makefile,v 1.15 2014/11/09 06:27:03 obache Exp $
 #
 
 PKGNAME=               ${RUBY_PKGPREFIX}-gnome2-gdk3-${VERSION}
 COMMENT=               Ruby binding of GDK3
-PKGREVISION=           1
 CATEGORIES=            graphics
 
 CONFLICTS+=            ruby[0-9][0-9]-gnome2-gdk3-[0-9]*
 
-RUBY_EXTCONF_SUBDIRS=  gdk3
+DEPENDS+=              ${RUBY_PKGPREFIX}-gnome2-gobject-introspection>=${VERSION}:../../devel/ruby-gnome2-gobject-introspection
+DEPENDS+=              ${RUBY_PKGPREFIX}-gnome2-cairo-gobject>=${VERSION}:../../graphics/ruby-gnome2-cairo-gobject
+DEPENDS+=              ${RUBY_PKGPREFIX}-gnome2-atk>=${VERSION}:../../devel/ruby-gnome2-atk
+DEPENDS+=              ${RUBY_PKGPREFIX}-gnome2-pango>=${VERSION}:../../devel/ruby-gnome2-pango
+DEPENDS+=              ${RUBY_PKGPREFIX}-gnome2-gdkpixbuf>=${VERSION}:../../graphics/ruby-gnome2-gdkpixbuf
+DEPENDS+=              gtk3+>=3.4.2:../../x11/gtk3
 
-DEPENDS+=              ${RUBY_PKGPREFIX}-gnome2-atk>=${VERSION}:../../devel/ruby-gnome2-atk
-DEPENDS+=              ${RUBY_PKGPREFIX}-gnome2-gdkpixbuf>=${VERSION}:../../graphics/ruby-gnome2-gdkpixbuf
+RUBY_SETUP_SUBDIRS=    gdk3
+
+USE_RUBY_EXTCONF=      no
+USE_RUBY_SETUP=                yes
+USE_RUBY_SETUP_PKG=    yes
 
 do-test:
-       ${RUN} cd ${WRKSRC}/gtk2/test; ${SETENV} ${TEST_ENV} ${RUBY} run-test.rb
+       ${RUN} cd ${WRKSRC}/gdk3/test; ${SETENV} ${TEST_ENV} ${RUBY} run-test.rb
 
-BUILDLINK_API_DEPENDS.ruby-gnome2-glib+=       ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}
-.include "../../devel/ruby-gnome2-glib/buildlink3.mk"
-BUILDLINK_API_DEPENDS.ruby-gnome2-pango+=      ${RUBY_PKGPREFIX}-gnome2-pango>=${VERSION}
-.include "../../devel/ruby-gnome2-pango/buildlink3.mk"
-.include "../../graphics/ruby-rcairo/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gtk3+=   gtk3+>=3.4.2
-.include "../../x11/gtk3/buildlink3.mk"
-.include "../../devel/ruby-pkg-config/tool.mk"
 .include "../../meta-pkgs/ruby-gnome2/Makefile.common"
diff -r 96e1cb524264 -r 24cdc283b1d0 graphics/ruby-gnome2-gdk3/PLIST
--- a/graphics/ruby-gnome2-gdk3/PLIST   Sun Nov 09 05:15:07 2014 +0000
+++ b/graphics/ruby-gnome2-gdk3/PLIST   Sun Nov 09 06:27:02 2014 +0000
@@ -1,8 +1,12 @@
-@comment $NetBSD: PLIST,v 1.1 2013/02/07 13:41:55 obache Exp $
-lib/pkgconfig/ruby-gdk3.pc
+@comment $NetBSD: PLIST,v 1.2 2014/11/09 06:27:03 obache Exp $
 ${RUBY_VENDORLIB}/gdk3.rb
-${RUBY_VENDORLIB}/gdk3/base.rb
+${RUBY_VENDORLIB}/gdk3/atom.rb
+${RUBY_VENDORLIB}/gdk3/cairo.rb
+${RUBY_VENDORLIB}/gdk3/color.rb
 ${RUBY_VENDORLIB}/gdk3/deprecated.rb
-${RUBY_VENDORARCHLIB}/gdk3.${RUBY_DLEXT}
-${RUBY_VENDORARCHLIB}/rbgdk3.h
-${RUBY_VENDORARCHLIB}/rbgdk3conversions.h
+${RUBY_VENDORLIB}/gdk3/event.rb
+${RUBY_VENDORLIB}/gdk3/loader.rb
+${RUBY_VENDORLIB}/gdk3/rectangle.rb
+${RUBY_VENDORLIB}/gdk3/rgba.rb
+${RUBY_VENDORLIB}/gdk3/window-attr.rb
+${RUBY_VENDORLIB}/gdk3/window.rb
diff -r 96e1cb524264 -r 24cdc283b1d0 graphics/ruby-gnome2-goocanvas/DESCR
--- a/graphics/ruby-gnome2-goocanvas/DESCR      Sun Nov 09 05:15:07 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-Ruby-GNOME 2 is a set of Ruby language bindings for the various
-application development libraries included with the GNOME/GTK+
-environment.
-
-Ruby/GooCanvas is a Ruby binding of GooCanvas.
diff -r 96e1cb524264 -r 24cdc283b1d0 graphics/ruby-gnome2-goocanvas/Makefile
--- a/graphics/ruby-gnome2-goocanvas/Makefile   Sun Nov 09 05:15:07 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-# $NetBSD: Makefile,v 1.38 2014/05/05 00:48:00 ryoon Exp $
-#
-
-PKGNAME=               ${RUBY_PKGPREFIX}-gnome2-goocanvas-${VERSION}
-COMMENT=               Ruby binding of GooCanvas
-PKGREVISION=           1
-CATEGORIES=            graphics gnome
-
-CONFLICTS+=            ruby[0-9][0-9]-gnome2-goocanvas-[0-9]*
-
-RUBY_EXTCONF_SUBDIRS=  goocanvas
-
-DEPENDS+=              ${RUBY_PKGPREFIX}-gnome2-gobject-introspection>=${VERSION}:../../devel/ruby-gnome2-gobject-introspection
-DEPENDS+=              ${RUBY_PKGPREFIX}-gnome2-gtk3>=${VERSION}:../../x11/ruby-gnome2-gtk3
-
-.include "../../graphics/ruby-rcairo/buildlink3.mk"
-.include "../../graphics/goocanvas2/buildlink3.mk"
-.include "../../devel/ruby-pkg-config/tool.mk"
-.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
diff -r 96e1cb524264 -r 24cdc283b1d0 graphics/ruby-gnome2-goocanvas/PLIST
--- a/graphics/ruby-gnome2-goocanvas/PLIST      Sun Nov 09 05:15:07 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2013/06/15 09:39:34 obache Exp $
-lib/pkgconfig/ruby-goocanvas.pc
-${RUBY_VENDORLIB}/goo/canvas-item.rb
-${RUBY_VENDORLIB}/goocanvas.rb
-${RUBY_VENDORARCHLIB}/goocanvas.${RUBY_DLEXT}
diff -r 96e1cb524264 -r 24cdc283b1d0 graphics/ruby-gnome2-rsvg/Makefile
--- a/graphics/ruby-gnome2-rsvg/Makefile        Sun Nov 09 05:15:07 2014 +0000
+++ b/graphics/ruby-gnome2-rsvg/Makefile        Sun Nov 09 06:27:02 2014 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.51 2014/05/05 00:48:00 ryoon Exp $
+# $NetBSD: Makefile,v 1.52 2014/11/09 06:27:03 obache Exp $
 #
 
 PKGNAME=               ${RUBY_PKGPREFIX}-gnome2-rsvg-${VERSION}
 COMMENT=               Ruby binding of librsvg
-PKGREVISION=           1
 CATEGORIES=            graphics
 
 CONFLICTS+=            ruby[0-9][0-9]-gnome2-rsvg-[0-9]*
diff -r 96e1cb524264 -r 24cdc283b1d0 meta-pkgs/ruby-gnome2/Makefile
--- a/meta-pkgs/ruby-gnome2/Makefile    Sun Nov 09 05:15:07 2014 +0000
+++ b/meta-pkgs/ruby-gnome2/Makefile    Sun Nov 09 06:27:02 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2014/01/14 12:01:51 obache Exp $
+# $NetBSD: Makefile,v 1.23 2014/11/09 06:27:02 obache Exp $
 #
 
 PKGNAME=       ${RUBY_PKGPREFIX}-gnome2-${VERSION}
@@ -15,7 +15,6 @@
 DEPENDS+=      ${RUBY_PKGPREFIX}-gnome2-clutter-gtk>=${VERSION}:../../graphics/ruby-gnome2-clutter-gtk
 DEPENDS+=      ${RUBY_PKGPREFIX}-gnome2-gdk3>=${VERSION}:../../graphics/ruby-gnome2-gdk3
 DEPENDS+=      ${RUBY_PKGPREFIX}-gnome2-gdkpixbuf>=${VERSION}:../../graphics/ruby-gnome2-gdkpixbuf
-DEPENDS+=      ${RUBY_PKGPREFIX}-gnome2-goocanvas>=${VERSION}:../../graphics/ruby-gnome2-goocanvas
 DEPENDS+=      ${RUBY_PKGPREFIX}-gnome2-rsvg>=${VERSION}:../../graphics/ruby-gnome2-rsvg
 DEPENDS+=      ${RUBY_PKGPREFIX}-gnome2-clutter-gstreamer>=${VERSION}:../../multimedia/ruby-gnome2-clutter-gstreamer
 DEPENDS+=      ${RUBY_PKGPREFIX}-gnome2-gstreamer>=${VERSION}:../../multimedia/ruby-gnome2-gstreamer
diff -r 96e1cb524264 -r 24cdc283b1d0 meta-pkgs/ruby-gnome2/Makefile.common
--- a/meta-pkgs/ruby-gnome2/Makefile.common     Sun Nov 09 05:15:07 2014 +0000
+++ b/meta-pkgs/ruby-gnome2/Makefile.common     Sun Nov 09 06:27:02 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.41 2014/03/26 14:27:22 taca Exp $
+# $NetBSD: Makefile.common,v 1.42 2014/11/09 06:27:02 obache Exp $
 #
 # used by devel/ruby-gnome2-atk/Makefile
 # used by devel/ruby-gnome2-gio/Makefile
@@ -34,7 +34,7 @@
 HOMEPAGE=              http://ruby-gnome2.sourceforge.jp/
 LICENSE=               gnu-lgpl-v2.1
 
-VERSION=               2.2.0
+VERSION=               2.2.3
 USE_RUBY_EXTCONF?=     yes
 CONFIGURE_ENV+=                RUBYOPT="-Ku"
 RUBY_VERSION_SUPPORTED=        193 200 21
diff -r 96e1cb524264 -r 24cdc283b1d0 meta-pkgs/ruby-gnome2/distinfo
--- a/meta-pkgs/ruby-gnome2/distinfo    Sun Nov 09 05:15:07 2014 +0000
+++ b/meta-pkgs/ruby-gnome2/distinfo    Sun Nov 09 06:27:02 2014 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.40 2014/03/11 12:11:45 obache Exp $
+$NetBSD: distinfo,v 1.41 2014/11/09 06:27:02 obache Exp $
 
-SHA1 (ruby-gnome2-all-2.2.0.tar.gz) = 45d1bd38de78c320a562d3f3825f45077e26309f
-RMD160 (ruby-gnome2-all-2.2.0.tar.gz) = d327faecd633e6a9ad509123a77cd828a3dfa6b1
-Size (ruby-gnome2-all-2.2.0.tar.gz) = 1736638 bytes
+SHA1 (ruby-gnome2-all-2.2.3.tar.gz) = cc492f6fb533df59c090777bae347d621c313a0a
+RMD160 (ruby-gnome2-all-2.2.3.tar.gz) = efe650b7a890c72a16614aea3b8804ecf4e040dc
+Size (ruby-gnome2-all-2.2.3.tar.gz) = 1657315 bytes
 SHA1 (patch-glib2_lib_mkmf-gnome2.rb) = 7ea9f2066aae905e64d8477f500245e3e3b5df9e
diff -r 96e1cb524264 -r 24cdc283b1d0 multimedia/ruby-gnome2-clutter-gstreamer/PLIST
--- a/multimedia/ruby-gnome2-clutter-gstreamer/PLIST    Sun Nov 09 05:15:07 2014 +0000
+++ b/multimedia/ruby-gnome2-clutter-gstreamer/PLIST    Sun Nov 09 06:27:02 2014 +0000
@@ -1,2 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1 2014/01/05 09:15:59 obache Exp $
+@comment $NetBSD: PLIST,v 1.2 2014/11/09 06:27:03 obache Exp $
 ${RUBY_VENDORLIB}/clutter-gst.rb
+${RUBY_VENDORLIB}/clutter-gstreamer.rb
diff -r 96e1cb524264 -r 24cdc283b1d0 multimedia/ruby-gnome2-gstreamer/PLIST
--- a/multimedia/ruby-gnome2-gstreamer/PLIST    Sun Nov 09 05:15:07 2014 +0000
+++ b/multimedia/ruby-gnome2-gstreamer/PLIST    Sun Nov 09 06:27:02 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2014/01/14 12:01:51 obache Exp $
+@comment $NetBSD: PLIST,v 1.8 2014/11/09 06:27:03 obache Exp $
 lib/pkgconfig/ruby-gstreamer.pc
 ${RUBY_VENDORLIB}/gst.rb
 ${RUBY_VENDORLIB}/gst/base-loader.rb
@@ -11,4 +11,5 @@
 ${RUBY_VENDORLIB}/gst/plugin-feature.rb
 ${RUBY_VENDORLIB}/gst/registry.rb
 ${RUBY_VENDORLIB}/gst/structure.rb
+${RUBY_VENDORLIB}/gstreamer.rb
 ${RUBY_VENDORARCHLIB}/gstreamer.${RUBY_DLEXT}
diff -r 96e1cb524264 -r 24cdc283b1d0 print/ruby-gnome2-poppler/Makefile
--- a/print/ruby-gnome2-poppler/Makefile        Sun Nov 09 05:15:07 2014 +0000
+++ b/print/ruby-gnome2-poppler/Makefile        Sun Nov 09 06:27:02 2014 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.55 2014/05/05 00:48:18 ryoon Exp $
+# $NetBSD: Makefile,v 1.56 2014/11/09 06:27:03 obache Exp $
 #
 
 PKGNAME=               ${RUBY_PKGPREFIX}-gnome2-poppler-${VERSION}
 COMMENT=               Ruby binding of poppler-glib
-PKGREVISION=           2
 CATEGORIES=            print
 
 CONFLICTS+=            ruby[0-9][0-9]-gnome2-poppler-[0-9]*
diff -r 96e1cb524264 -r 24cdc283b1d0 x11/ruby-gnome2-gtk/Makefile
--- a/x11/ruby-gnome2-gtk/Makefile      Sun Nov 09 05:15:07 2014 +0000
+++ b/x11/ruby-gnome2-gtk/Makefile      Sun Nov 09 06:27:02 2014 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.51 2014/05/05 00:48:33 ryoon Exp $
+# $NetBSD: Makefile,v 1.52 2014/11/09 06:27:03 obache Exp $
 #
 
 PKGNAME=               ${RUBY_PKGPREFIX}-gnome2-gtk-${VERSION}
 COMMENT=               Ruby binding of GTK+-2.x
-PKGREVISION=           1
 CATEGORIES=            x11



Home | Main Index | Thread Index | Old Index