summaryrefslogtreecommitdiff
path: root/graphics/ruby-gnome2-cairo-gobject
diff options
context:
space:
mode:
authorobache <obache>2013-06-15 09:39:33 +0000
committerobache <obache>2013-06-15 09:39:33 +0000
commit2f4c5dc662012dd517460ec1a98fd524004d03d9 (patch)
tree7b3d3a59528bfa6867f759e81430b3a6d8ec9d76 /graphics/ruby-gnome2-cairo-gobject
parent4ddb30094aa42e60e9e7479e2143915c00d21722 (diff)
downloadpkgsrc-2f4c5dc662012dd517460ec1a98fd524004d03d9.tar.gz
Update ruby-gnome2 to 2.0.2.
(whth addition of cairo-gobject, webkit-gtk and webkit-gtk2 binding packages) == Ruby-GNOME2 2.0.2: 2013-05-26 Windows XP re-supportted release! === Changes ==== Ruby/GLib2 * Improvements * Added rbgutil_key_equal() convenient function. It is used for comparing key that may be String or Symbol. ==== Ruby/Pango * Improvements * [windows] Forced to disable uniscribe backend of HarfBuzz. [ruby-list:49412] [Reported by Masafumi Yokoyama] * Don't define Pango::CairoFcFontMap and Pango::CairoWin32FontMap because they may cause crash on OS X. [shocker-ja:1119] [Reported by znz] * Updated samples. [GitHub#164] [Patch by Kentaro Fukuchi] * Fixes * Fixed wrong index access in Pango::GlyphString#glyphs. [ruby-gnome2-devel-ja] [Reported by Kentaro Fukuchi] === Thanks * Kentaro Fukuchi * Masafumi Yokoyama * znz == Ruby-GNOME2 2.0.1: 2013-05-25 Ruby 1.8 support is dropped release! === Changes ==== All * Improvements * Dropped Ruby 1.8 support. * Updated bundled binaries versions for Windows. ==== Ruby/Pango * Improvements * Added Pango::CairoFontMap.set_default. * Enabled fontconfig font on Windows. * Defined Pango::CairoFcFontMap on init if it is available. * Defined Pango::CairoWin32FontMap on init if it is available. ==== Ruby/GTK3 * Improvements * Added Gtk::Image#set_from_icon_set. [GitHub#150] [Patch by Detlef Reichl] * Added Gtk::Image#set_from_stock. [GitHub#150] [Patch by Detlef Reichl] * Added Gtk::Image#set_from_gicon. [GitHub#150] [Patch by Detlef Reichl] * Updated samples. [GitHUb#151] [Patch by Detlef Reichl] * Fixes * Fixed a GC related crash bug. [ruby-gnome2-devel-en] [Reported by Detlef Reichl] ==== Ruby/GObjectIntrospection * Improvements * Supported ownership transfer for some input argument types. (Struct and Object) * Supported "(out caller-allocates)" for boxed object. [ruby-gnome2-devel-ja] [Reported by Kentaro Fukuchi] * Supported gpointer in/out. [ruby-gnome2-devel-ja] [Reported by NAKAJIMA Takashi] * Fixes * Fixed missing argument. [GitHub#154] [Reported by Masafumi Yokoyama] ==== RubyGStreamer * Improvements * Supported methods that call callback [ruby-gnome2-devel-ja] [Reported by NAKAJIMA Takashi] * Updated samples. [GitHub#156][GitHub#159][GitHub#160][GitHub#161] [Patch by NAKAJIMA Takashi] * Supported Gst::Bus#set_handler. [ruby-gnome2-devel-ja] [Reported by NAKAJIMA Takashi] * Supported Gst::Controller [ruby-gnome2-devel-ja] [Suggested by NAKAJIMA Takashi] * Stopped to require Gst.init. * Fixes * Fixed out of index access bug. ==== Ruby/GooCanvas * Improvements * Migrated to Ruby/GObjectIntrospection based bindings. * Stopped to require Goo.init. * Fixes * Updated samples. [GitHub#152][GitHub#153][GitHub#155][GitHub#157] [Patch by Masafumi Yokoyama] ==== Ruby/Clutter * Improvements * Stopped to require Clutter.init. * Fixes * Fixed broken samples. [ruby-gnome2-devel-ja] [Patch by Kentaro Fukuchi] ==== Ruby/ClutterGtk * Improvements * Stopped to require ClutterGtk.init. ==== Ruby/ClutterGStreamer * Added. ==== Ruby/WebKitGtk * Improvements * Stopped to require WebKitGtk.init. ==== Ruby/WebKitGtk2 * Improvements * Stopped to require WebKitGtk2.init. === Thanks * Detlef Reichl * NAKAJIMA Takashi * Masafumi Yokoyama * Kentaro Fukuchi
Diffstat (limited to 'graphics/ruby-gnome2-cairo-gobject')
-rw-r--r--graphics/ruby-gnome2-cairo-gobject/DESCR5
-rw-r--r--graphics/ruby-gnome2-cairo-gobject/Makefile15
-rw-r--r--graphics/ruby-gnome2-cairo-gobject/PLIST3
3 files changed, 23 insertions, 0 deletions
diff --git a/graphics/ruby-gnome2-cairo-gobject/DESCR b/graphics/ruby-gnome2-cairo-gobject/DESCR
new file mode 100644
index 00000000000..95237887db1
--- /dev/null
+++ b/graphics/ruby-gnome2-cairo-gobject/DESCR
@@ -0,0 +1,5 @@
+Ruby-GNOME 2 is a set of Ruby language bindings for the various
+application development libraries included with the GNOME/GTK+
+environment.
+
+Ruby/CairoGObject is a Ruby binding of cairo-gobject.
diff --git a/graphics/ruby-gnome2-cairo-gobject/Makefile b/graphics/ruby-gnome2-cairo-gobject/Makefile
new file mode 100644
index 00000000000..f66dd7b7d73
--- /dev/null
+++ b/graphics/ruby-gnome2-cairo-gobject/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2013/06/15 09:39:33 obache Exp $
+#
+
+PKGNAME= ${RUBY_PKGPREFIX}-gnome2-cairo-gobject-${VERSION}
+COMMENT= Ruby binding of cairo-gobject
+CATEGORIES= graphics gnome
+
+RUBY_EXTCONF_SUBDIRS= cairo-gobject
+
+BUILDLINK_API_DEPENDS.ruby-gnome2-glib+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}
+.include "../../devel/ruby-gnome2-glib/buildlink3.mk"
+.include "../../graphics/ruby-rcairo/buildlink3.mk"
+.include "../../graphics/cairo-gobject/buildlink3.mk"
+.include "../../devel/ruby-pkg-config/tool.mk"
+.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
diff --git a/graphics/ruby-gnome2-cairo-gobject/PLIST b/graphics/ruby-gnome2-cairo-gobject/PLIST
new file mode 100644
index 00000000000..f03a38149a2
--- /dev/null
+++ b/graphics/ruby-gnome2-cairo-gobject/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2013/06/15 09:39:33 obache Exp $
+${RUBY_VENDORLIB}/cairo-gobject.rb
+${RUBY_VENDORARCHLIB}/cairo_gobject.${RUBY_DLEXT}