summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorobache <obache>2008-09-17 00:21:48 +0000
committerobache <obache>2008-09-17 00:21:48 +0000
commitc37b0ee04306c636422ba94034328e5c7b8ed04c (patch)
tree24fe136e4ffd280b7c41acc7a744a9bd50514b51 /graphics
parente81a9472df6eb3df844429c1ec1684f33194b79f (diff)
downloadpkgsrc-c37b0ee04306c636422ba94034328e5c7b8ed04c.tar.gz
Update ruby-gnome2 to 0.17.0 release.
pkgsrc changes: * Add some additional modules: devel/ruby-gnome2-bonobo devel/ruby-gnome2-bonoboui devel/ruby-gnome2-gconf devel/ruby-gnome2-libglade graphics/ruby-gnome2-gtkglext multimedia/ruby-gnome2-gstreamer print/ruby-gnome2-gnomeprintui sysutils/ruby-gnome2-gnomevfs www/ruby-gnome2-gtkhtml2 www/ruby-gnome2-gtkmozembed x11/ruby-gnome2-gtksourceview x11/ruby-gnome2-vte * Fixed detection of rcairo. It had been broken since switched to gem. patch-a{c,h,i,j,k,l.m} (It Already in upstream trunk) * Add patches for allow to load gem rcairo. patch-a{n,o,p} * Fixed overwritten glib module when installing modules require generated header of glib module. Modify to install the header as part of glib module and use bl3.mk. * clean up dependency * Add test target for modules having unit test. * Modified patch-a{a,b,d,f,g} to acceptable by upstream. Ruby-GNOME2-0.17.0 (2008-09-07) Release notes: * This Release supports Ruby 1.8.7 and has many bug fixes and new bound functions. Main changes: * Ruby/GLib: - [#2060606] Crash when removing ruby applet from gnome panel with 0.7rc1 [Kouhei Sutou] * Ruby/GTK: - [#2025651] FTBFS with gtk+ 2.13.5 [Cesare Tirabassi, Kouhei Sutou] - [#2043970] Segfaults on 64-bit Linux [Neil Roberts, Kouhei Sutou] * Ruby/Pango: - [#2043970] Pango::FontDescription#weight= seg fault [Kouhei Sutou] * Many other changes, GC bugs, Segfault fixes. See corresponding ChangeLog for detailed information on changes and contributors. Special thanks for your contributions to: (list in no particular order) - Neil Roberts - Cesare Tirabassi - Arnaud Cornet
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile3
-rw-r--r--graphics/ruby-gnome2-gdkpixbuf/Makefile4
-rw-r--r--graphics/ruby-gnome2-gnomecanvas/Makefile8
-rw-r--r--graphics/ruby-gnome2-gtkglext/DESCR5
-rw-r--r--graphics/ruby-gnome2-gtkglext/Makefile19
-rw-r--r--graphics/ruby-gnome2-gtkglext/PLIST3
-rw-r--r--graphics/ruby-gnome2-libart/Makefile6
-rw-r--r--graphics/ruby-gnome2-rsvg/Makefile4
8 files changed, 45 insertions, 7 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index ada1386fa85..e48463d094f 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.491 2008/09/14 13:20:04 drochner Exp $
+# $NetBSD: Makefile,v 1.492 2008/09/17 00:21:48 obache Exp $
#
COMMENT= Graphics tools and libraries
@@ -297,6 +297,7 @@ SUBDIR+= ruby-color
SUBDIR+= ruby-gd
SUBDIR+= ruby-gnome2-gdkpixbuf
SUBDIR+= ruby-gnome2-gnomecanvas
+SUBDIR+= ruby-gnome2-gtkglext
SUBDIR+= ruby-gnome2-libart
SUBDIR+= ruby-gnome2-rsvg
SUBDIR+= ruby-gnuplot
diff --git a/graphics/ruby-gnome2-gdkpixbuf/Makefile b/graphics/ruby-gnome2-gdkpixbuf/Makefile
index 0a2eb110592..68db4955a31 100644
--- a/graphics/ruby-gnome2-gdkpixbuf/Makefile
+++ b/graphics/ruby-gnome2-gdkpixbuf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2008/06/19 15:12:10 taca Exp $
+# $NetBSD: Makefile,v 1.9 2008/09/17 00:21:49 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gdkpixbuf-${VERSION}
@@ -7,6 +7,8 @@ CATEGORIES= graphics devel
CONFLICTS+= ruby-gnome2-gdkpixbuf-[0-9]*
+PKG_DESTDIR_SUPPORT= user-destdir
+
RUBY_EXTCONF_SUBDIRS= gdkpixbuf
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib
diff --git a/graphics/ruby-gnome2-gnomecanvas/Makefile b/graphics/ruby-gnome2-gnomecanvas/Makefile
index d9098b0ea14..6bbe3308574 100644
--- a/graphics/ruby-gnome2-gnomecanvas/Makefile
+++ b/graphics/ruby-gnome2-gnomecanvas/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2008/06/19 15:12:35 taca Exp $
+# $NetBSD: Makefile,v 1.10 2008/09/17 00:21:49 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gnomecanvas-${VERSION}
@@ -7,12 +7,16 @@ CATEGORIES= graphics gnome
CONFLICTS+= ruby-gnome2-gnomecanvas-[0-9]*
-RUBY_EXTCONF_SUBDIRS= glib gnomecanvas
+PKG_DESTDIR_SUPPORT= user-destdir
+
+RUBY_EXTCONF_SUBDIRS= gnomecanvas
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-libart>=${VERSION}:../../graphics/ruby-gnome2-libart
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=${VERSION}:../../x11/ruby-gnome2-gtk
USE_TOOLS+= pkg-config
+BUILDLINK_DEPMETHOD.ruby-gnome2-glib= build
+.include "../../devel/ruby-gnome2-glib/buildlink3.mk"
.include "../../graphics/libgnomecanvas/buildlink3.mk"
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
diff --git a/graphics/ruby-gnome2-gtkglext/DESCR b/graphics/ruby-gnome2-gtkglext/DESCR
new file mode 100644
index 00000000000..ca9da3a0246
--- /dev/null
+++ b/graphics/ruby-gnome2-gtkglext/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/GtkGLExt is a Ruby binding of GtkGLExt.
diff --git a/graphics/ruby-gnome2-gtkglext/Makefile b/graphics/ruby-gnome2-gtkglext/Makefile
new file mode 100644
index 00000000000..893d3219c5d
--- /dev/null
+++ b/graphics/ruby-gnome2-gtkglext/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2008/09/17 00:21:49 obache Exp $
+#
+
+PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gtkglext-${VERSION}
+COMMENT= Ruby binding of gtkglext
+CATEGORIES= graphics
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+RUBY_EXTCONF_SUBDIRS= gtkglext
+
+DEPENDS+= ${RUBY_PKGPREFIX}-opengl-[0-9]*:../../graphics/ruby-opengl
+DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=${VERSION}:../../x11/ruby-gnome2-gtk
+USE_TOOLS+= pkg-config
+
+BUILDLINK_DEPMETHOD.ruby-gnome2-glib= build
+.include "../../devel/ruby-gnome2-glib/buildlink3.mk"
+.include "../../graphics/gtkglext/buildlink3.mk"
+.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
diff --git a/graphics/ruby-gnome2-gtkglext/PLIST b/graphics/ruby-gnome2-gtkglext/PLIST
new file mode 100644
index 00000000000..f198316ebd9
--- /dev/null
+++ b/graphics/ruby-gnome2-gtkglext/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2008/09/17 00:21:49 obache Exp $
+${RUBY_VENDORLIB}/gtkglext.rb
+${RUBY_VENDORARCHLIB}/gtkglext.${RUBY_DLEXT}
diff --git a/graphics/ruby-gnome2-libart/Makefile b/graphics/ruby-gnome2-libart/Makefile
index e98bc052142..d9d1789d014 100644
--- a/graphics/ruby-gnome2-libart/Makefile
+++ b/graphics/ruby-gnome2-libart/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2008/06/19 15:13:03 taca Exp $
+# $NetBSD: Makefile,v 1.8 2008/09/17 00:21:49 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-libart-${VERSION}
@@ -7,9 +7,11 @@ CATEGORIES= graphics
CONFLICTS+= ruby-gnome2-libart-[0-9]*
+PKG_DESTDIR_SUPPORT= user-destdir
+
RUBY_EXTCONF_SUBDIRS= libart
-DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib
+BUILD_DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib
USE_TOOLS+= pkg-config
.include "../../graphics/jpeg/buildlink3.mk"
diff --git a/graphics/ruby-gnome2-rsvg/Makefile b/graphics/ruby-gnome2-rsvg/Makefile
index ad83a7fac13..8c79b837e81 100644
--- a/graphics/ruby-gnome2-rsvg/Makefile
+++ b/graphics/ruby-gnome2-rsvg/Makefile
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.9 2008/06/19 15:13:26 taca Exp $
+# $NetBSD: Makefile,v 1.10 2008/09/17 00:21:49 obache Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-rsvg-${VERSION}
COMMENT= Ruby binding of librsvg
CATEGORIES= graphics
+PKG_DESTDIR_SUPPORT= user-destdir
+
RUBY_EXTCONF_SUBDIRS= rsvg
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gdkpixbuf>=${VERSION}:../../graphics/ruby-gnome2-gdkpixbuf