1c595a2719
== Ruby-GNOME2 0.19.3: 2009-09-24 NOTE: 0.19.x releases are development series. This release is a bug fix release of 0.19.2. === Changes ===== Ruby/GLib2 * Bug fix: * really fix 'empty $(vendorarchdir) related build problem on CentOS 5.3 x86_64.' [Simon Arnaud, Kouhei Sutou] === Thanks * Simon Arnaud == Ruby-GNOME2 0.19.2: 2009-09-23 NOTE: 0.19.x releases are development series. This release is a bug fix release of 0.19.1. === Changes ==== Ruby/GLib2 * Bug fixes: * empty $(vendorarchdir) related build problem on CentOS 5.3 x86_64. [Toshiyuki Suzumura, Kouhei Sutou] * [#2862022] fix multi thread blocking with Ruby 1.8.6-p368 or later and 1.8.7-p173 or later. [Roy Wright, Andrea Dallera, Kouhei Sutou] * [Debian #502262] work Ruby thread with GTK+. [Johan Walles, Kouhei Sutou] ==== Ruby/GTK2 * Bug fixes: * [#2679744] fix a typo: Gtk::Widget#set_scroll_adjustment -> Gtk::Widget#set_scroll_adjustments. [Kentaro Fukuchi, Kouhei Sutou] ==== Ruby/GtkMozEmbed * Bug fixes: * fix .pc detection. [OBATA Akio, Kouhei Sutou] === Thanks * OBATA Akio * Toshiyuki Suzumura * Roy Wright * Andrea Dallera * Johan Walles * Kentaro Fukuchi
22 lines
744 B
Makefile
22 lines
744 B
Makefile
# $NetBSD: Makefile,v 1.7 2009/10/12 03:09:32 obache Exp $
|
|
#
|
|
|
|
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-poppler-${VERSION}
|
|
COMMENT= Ruby binding of poppler-glib
|
|
CATEGORIES= print
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
RUBY_EXTCONF_SUBDIRS= poppler
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gdkpixbuf>=${VERSION}:../../graphics/ruby-gnome2-gdkpixbuf
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=${VERSION}:../../x11/ruby-gnome2-gtk
|
|
USE_TOOLS+= pkg-config
|
|
|
|
do-test:
|
|
${RUN} cd ${WRKSRC}/poppler/test; ${SETENV} ${TEST_ENV} ${RUBY} run-test.rb
|
|
|
|
.include "../../graphics/ruby-rcairo/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.poppler-glib+= poppler-glib>=0.8.0
|
|
.include "../../print/poppler-glib/buildlink3.mk"
|
|
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
|