pkgsrc/multimedia/gst-plugins0.8/Makefile
jmmv 242def5068 Rename gstreamer, gst-plugins and gst-plugins-* to gstreamer0.8,
gst-plugins0.8 and gst-plugins0.8-* respectively.  This is to leave room
for gstreamer 0.10 (which will be added with versioned names too, to avoid
annoying renames in the future).

While here, do some changes:
- Make gstreamer0.8 use the alternatives system to provide the unversioned
  gst-* utilities.
- Rename all internal variables to have 0.8 in them to make it clear which
  package they belong to.
2006-01-18 12:44:00 +00:00

32 lines
969 B
Makefile

# $NetBSD: Makefile,v 1.1 2006/01/18 12:44:03 jmmv Exp $
#
.include "Makefile.common"
COMMENT+= base plugins
USE_TOOLS+= perl:run
PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-gconf.pc.in
PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-interfaces.pc.in
PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-media-info.pc.in
PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-libs.pc.in
PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-play.pc.in
PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-plugins.pc.in
CONFIGURE_ARGS+= --enable-gconf
CONFIGURE_ARGS+= --enable-gconftool
CONFIGURE_ARGS+= --enable-x
CONFIGURE_ARGS+= --enable-xshm
CONFIGURE_ARGS+= --enable-xvideo
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/gst-plugins-0.8
GCONF2_SCHEMAS= gstreamer-0.8.schemas
REPLACE_PERL+= tools/gst-launch-ext-m.m
REPLACE_PERL+= tools/gst-visualise-m.m
.include "../../devel/GConf2/schemas.mk"
.include "../../x11/Xfixes/buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"