Sun Jul 27 14:01:42 2008 UTC ()
The package supports installation to DESTDIR.


(heinz)
diff -r1.13 -r1.14 pkgsrc/multimedia/gst-plugins0.10-good/Makefile

cvs diff -r1.13 -r1.14 pkgsrc/multimedia/gst-plugins0.10-good/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins0.10-good/Attic/Makefile 2008/05/14 18:28:36 1.13
+++ pkgsrc/multimedia/gst-plugins0.10-good/Attic/Makefile 2008/07/27 14:01:42 1.14
@@ -1,31 +1,33 @@ @@ -1,31 +1,33 @@
1# $NetBSD: Makefile,v 1.13 2008/05/14 18:28:36 drochner Exp $ 1# $NetBSD: Makefile,v 1.14 2008/07/27 14:01:42 heinz Exp $
2# 2#
3 3
 4PKG_DESTDIR_SUPPORT= user-destdir
 5
4.include "Makefile.common" 6.include "Makefile.common"
5 7
6COMMENT+= good plugins 8COMMENT+= good plugins
7 9
8# some plugins were moved from bad to good 10# some plugins were moved from bad to good
9CONFLICTS+= gst-plugins0.10-bad<0.10.6 11CONFLICTS+= gst-plugins0.10-bad<0.10.6
10 12
11CONFIGURE_ARGS+= --enable-gconf 13CONFIGURE_ARGS+= --enable-gconf
12CONFIGURE_ARGS+= --enable-gconftool 14CONFIGURE_ARGS+= --enable-gconftool
13CONFIGURE_ARGS+= --enable-zlib 15CONFIGURE_ARGS+= --enable-zlib
14 16
15# We depend on libxml anyway (indirectly through GConf), so this 17# We depend on libxml anyway (indirectly through GConf), so this
16# doesn't hurt. Just make it explicite. 18# doesn't hurt. Just make it explicite.
17CONFIGURE_ARGS+= --enable-annodex 19CONFIGURE_ARGS+= --enable-annodex
18.include "../../textproc/libxml2/buildlink3.mk" 20.include "../../textproc/libxml2/buildlink3.mk"
19 21
20GCONF_SCHEMAS= gstreamer-0.10.schemas 22GCONF_SCHEMAS= gstreamer-0.10.schemas
21 23
22# only useful if gstreamer was built with the "gstcheck" option 24# only useful if gstreamer was built with the "gstcheck" option
23TEST_TARGET= check-torture 25TEST_TARGET= check-torture
24 26
25post-install: 27post-install:
26 ${INSTALL_DATA} ${WRKSRC}/gconf/gstreamer-0.10.schemas \ 28 ${INSTALL_DATA} ${WRKSRC}/gconf/gstreamer-0.10.schemas \
27 ${GCONF_SCHEMAS_DIR} 29 ${DESTDIR}${GCONF_SCHEMAS_DIR}
28 30
29.include "../../devel/GConf/schemas.mk" 31.include "../../devel/GConf/schemas.mk"
30.include "../../devel/zlib/buildlink3.mk" 32.include "../../devel/zlib/buildlink3.mk"
31.include "../../mk/bsd.pkg.mk" 33.include "../../mk/bsd.pkg.mk"