pkgsrc/multimedia/gst-plugins0.10-good/Makefile
drochner ec6dfee7c5 update to 0.10.15
changes:
Some fixes for seeking in wav and FLAC files
Faster seeking in Matroska and AVI files
RTSP and RTP improvements
directdrawsink moved to Bad
y4menc and flvmux/flvdemux moved from Bad
deinterlace2 moved from Bad, replacing deinterlace
Many bug fixes and improvements
Pulseaudio sink completely overhauled
2009-05-25 15:50:12 +00:00

33 lines
878 B
Makefile

# $NetBSD: Makefile,v 1.18 2009/05/25 15:50:12 drochner Exp $
#
PKG_DESTDIR_SUPPORT= user-destdir
.include "Makefile.common"
COMMENT+= good plugins
# some plugins were moved from bad to good
CONFLICTS+= gst-plugins0.10-bad<0.10.12
CONFIGURE_ARGS+= --enable-gconf
CONFIGURE_ARGS+= --enable-gconftool
CONFIGURE_ARGS+= --enable-zlib
# We depend on libxml anyway (indirectly through GConf), so this
# doesn't hurt. Just make it explicite.
CONFIGURE_ARGS+= --enable-annodex
.include "../../textproc/libxml2/buildlink3.mk"
GCONF_SCHEMAS= gstreamer-0.10.schemas
# only useful if gstreamer was built with the "gstcheck" option
TEST_TARGET= check-torture
post-install:
${INSTALL_DATA} ${WRKSRC}/gconf/gstreamer-0.10.schemas \
${DESTDIR}${GCONF_SCHEMAS_DIR}
.include "../../devel/GConf/schemas.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"