efd4c6c7c5
== Ruby-GNOME2 0.18.1: 2008-10-23 This release is bug fix release of 0.18.0. === Changes Ruby/GTK2: * fix a bug that init function is deleted. [Kouhei Sutou]
21 lines
688 B
Makefile
21 lines
688 B
Makefile
# $NetBSD: Makefile,v 1.2 2008/10/28 13:43:58 obache Exp $
|
|
#
|
|
|
|
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gstreamer-${VERSION}
|
|
COMMENT= Ruby binding of GStreamer 0.10.x or later
|
|
CATEGORIES= multimedia
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
RUBY_EXTCONF_SUBDIRS= gstreamer
|
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
do-test:
|
|
${RUN} cd ${WRKSRC}/gstreamer/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"
|
|
.include "../../multimedia/gstreamer0.10/buildlink3.mk"
|
|
.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
|
|
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
|