2009-10-12 05:09:30 +02:00
|
|
|
# $NetBSD: Makefile,v 1.7 2009/10/12 03:09:32 obache Exp $
|
2007-05-27 04:00:02 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-poppler-${VERSION}
|
|
|
|
COMMENT= Ruby binding of poppler-glib
|
|
|
|
CATEGORIES= print
|
|
|
|
|
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
2008-09-17 02:21:48 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2007-05-27 04:00:02 +02:00
|
|
|
RUBY_EXTCONF_SUBDIRS= poppler
|
|
|
|
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gdkpixbuf>=${VERSION}:../../graphics/ruby-gnome2-gdkpixbuf
|
Update ruby-gnome2 to 0.19.0.
== Ruby-GNOME2 0.19.0: 2009-05-29
This release supports new versions of panel-applet and xulrunner
and fixes various bugs including some GC issues
=== Changes
Ruby/GLib2:
* add 'const' to name argument of rbgerr_define_gerror()
[Nikolai Weibull, Kouhei Sutou]
* Bug fixes:
* #2420281: Failed to build
[troels knak-nielsen, Kouhei Sutou]
* #2493874: glib/rbglib_maincontext.c error in "RUBY_UBF_IO"
[boo, Kouhei Sutou]
* wrong priority conversion in GLib::Timeout.add and
GLib::Timeout.add_seconds.
[Nikolai Weibull]
* fixed limits of basic types
[Pascal Terjan]
Ruby/GTK2:
* Bug fixes:
* fixed initialize function is deleted.
[kimura wataru, Kouhei Sutou]
* checked GTK_FILE_SYSTEM_ERROR availability. GTK+ 2.15.x
doesn't have it.
[Kouhei Sutou]
* fixed GC problems.
[Kouhei Sutou]
* #2195432: Gtk::RCStyle.set_color_flags wrong conversion
[Jesse van den Kieboom, Kouhei Sutou]
* #2318481: gtkselectiondata_set Drag and Drop API problem
[dave foster, Kouhei Sutou]
* #2420281: Failed to build
[troels knak-nielsen, Kouhei Sutou]
Ruby/Pango:
* added Pango::Attribute#start_index= and Pango::Attribute#end_index=.
[Geoff Youngs, Kouhei Sutou]
Ruby/Poppler:
* removed 0.6.x support. 0.8.0 or later is required.
[Kouhei Sutou]
Ruby/RSVG2:
* fixed broken cairo integration.
[James Healy, Kouhei Sutou]
Ruby/PanelApplet:
* #2466921: fixed build failure with libpanel-applet >= 2.25
[Mamoru Tasaka, Kouhei Sutou]
* fixed incomplete install.
[Pascal Terjan, Kouhei Sutou]
Ruby/GtkMozEmbed:
* supported XULRunner 1.9.0.
[Arnaud Cornet, Kouhei Sutou]
Ruby/GNOME2:
* supported MinGW.
[id:luna_8bit, Kouhei Sutou]
Ruby/Bonobo2:
* moved Bonobo.setup_x_error_handler to Ruby/BonoboUI2.
[id:luna_8bit, Kouhei Sutou]
Ruby/BonoboUI2:
* moved Bonobo.setup_x_error_handler from Ruby/Bonobo2.
[id:luna_8bit, Kouhei Sutou]
Ruby/GnomeVFS:
* format security error.
[Pascal Terjan]
=== Thanks
* kimura wataru
* Philipp Götzinger
* Andrew S. Townley
* Jesse van den Kieboom
* James Healy
* dave foster
* troels knak-nielsen
* boo
* Geoff Youngs
* Arnaud Cornet
* id:luna_8bit
* ...
2009-05-31 11:00:48 +02:00
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=${VERSION}:../../x11/ruby-gnome2-gtk
|
2007-05-27 04:00:02 +02:00
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
|
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
2008-09-17 02:21:48 +02:00
|
|
|
do-test:
|
|
|
|
${RUN} cd ${WRKSRC}/poppler/test; ${SETENV} ${TEST_ENV} ${RUBY} run-test.rb
|
|
|
|
|
2007-05-27 04:00:02 +02:00
|
|
|
.include "../../graphics/ruby-rcairo/buildlink3.mk"
|
Update ruby-gnome2 to 0.19.0.
== Ruby-GNOME2 0.19.0: 2009-05-29
This release supports new versions of panel-applet and xulrunner
and fixes various bugs including some GC issues
=== Changes
Ruby/GLib2:
* add 'const' to name argument of rbgerr_define_gerror()
[Nikolai Weibull, Kouhei Sutou]
* Bug fixes:
* #2420281: Failed to build
[troels knak-nielsen, Kouhei Sutou]
* #2493874: glib/rbglib_maincontext.c error in "RUBY_UBF_IO"
[boo, Kouhei Sutou]
* wrong priority conversion in GLib::Timeout.add and
GLib::Timeout.add_seconds.
[Nikolai Weibull]
* fixed limits of basic types
[Pascal Terjan]
Ruby/GTK2:
* Bug fixes:
* fixed initialize function is deleted.
[kimura wataru, Kouhei Sutou]
* checked GTK_FILE_SYSTEM_ERROR availability. GTK+ 2.15.x
doesn't have it.
[Kouhei Sutou]
* fixed GC problems.
[Kouhei Sutou]
* #2195432: Gtk::RCStyle.set_color_flags wrong conversion
[Jesse van den Kieboom, Kouhei Sutou]
* #2318481: gtkselectiondata_set Drag and Drop API problem
[dave foster, Kouhei Sutou]
* #2420281: Failed to build
[troels knak-nielsen, Kouhei Sutou]
Ruby/Pango:
* added Pango::Attribute#start_index= and Pango::Attribute#end_index=.
[Geoff Youngs, Kouhei Sutou]
Ruby/Poppler:
* removed 0.6.x support. 0.8.0 or later is required.
[Kouhei Sutou]
Ruby/RSVG2:
* fixed broken cairo integration.
[James Healy, Kouhei Sutou]
Ruby/PanelApplet:
* #2466921: fixed build failure with libpanel-applet >= 2.25
[Mamoru Tasaka, Kouhei Sutou]
* fixed incomplete install.
[Pascal Terjan, Kouhei Sutou]
Ruby/GtkMozEmbed:
* supported XULRunner 1.9.0.
[Arnaud Cornet, Kouhei Sutou]
Ruby/GNOME2:
* supported MinGW.
[id:luna_8bit, Kouhei Sutou]
Ruby/Bonobo2:
* moved Bonobo.setup_x_error_handler to Ruby/BonoboUI2.
[id:luna_8bit, Kouhei Sutou]
Ruby/BonoboUI2:
* moved Bonobo.setup_x_error_handler from Ruby/Bonobo2.
[id:luna_8bit, Kouhei Sutou]
Ruby/GnomeVFS:
* format security error.
[Pascal Terjan]
=== Thanks
* kimura wataru
* Philipp Götzinger
* Andrew S. Townley
* Jesse van den Kieboom
* James Healy
* dave foster
* troels knak-nielsen
* boo
* Geoff Youngs
* Arnaud Cornet
* id:luna_8bit
* ...
2009-05-31 11:00:48 +02:00
|
|
|
BUILDLINK_API_DEPENDS.poppler-glib+= poppler-glib>=0.8.0
|
2007-05-27 04:00:02 +02:00
|
|
|
.include "../../print/poppler-glib/buildlink3.mk"
|
|
|
|
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
|