diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-11-02 21:20:59 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-11-02 21:20:59 +0000 |
commit | 814559933ab237e7fd526c6db698f707f2d51031 (patch) | |
tree | 76aa202ee960957fc2c03181f22822f9032717c6 /multimedia | |
parent | b30035be670201518fc121ca56456cda097c6134 (diff) | |
download | pkgsrc-814559933ab237e7fd526c6db698f707f2d51031.tar.gz |
Explicitly disable gtk-doc during the build, which results in some files
not beeing installed (these were here in the first place because I had
gtk-doc installed while updating the package). Bump PKGREVISION to 1.
Fixes problem shown in kristerw@'s bulk build.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer/Makefile | 4 | ||||
-rw-r--r-- | multimedia/gstreamer/PLIST | 10 |
2 files changed, 4 insertions, 10 deletions
diff --git a/multimedia/gstreamer/Makefile b/multimedia/gstreamer/Makefile index bed2e2ae512..7415f61ceb9 100644 --- a/multimedia/gstreamer/Makefile +++ b/multimedia/gstreamer/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2004/10/28 14:21:52 jmmv Exp $ +# $NetBSD: Makefile,v 1.18 2004/11/02 21:20:59 jmmv Exp $ # DISTNAME= gstreamer-0.8.7 +PKGREVISION= 1 CATEGORIES= multimedia gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gstreamer/0.8/} EXTRACT_SUFX= .tar.bz2 @@ -25,6 +26,7 @@ CONFIGURE_ARGS+= --disable-plugin-builddir CONFIGURE_ARGS+= --localstatedir=${PREFIX}/libdata/gstreamer-0.8 CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc CONFIGURE_ENV+= ac_cv_path_PYTHON="${PYTHONBIN}" +CONFIGURE_ARGS+= HAVE_GTK_DOC=no PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-control.pc.in PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer.pc.in diff --git a/multimedia/gstreamer/PLIST b/multimedia/gstreamer/PLIST index 5aced6a9375..86d8936b202 100644 --- a/multimedia/gstreamer/PLIST +++ b/multimedia/gstreamer/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2004/10/28 14:21:52 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.10 2004/11/02 21:20:59 jmmv Exp $ bin/gst-complete bin/gst-complete-0.8 bin/gst-compprep @@ -174,12 +174,8 @@ share/doc/gstreamer-0.8/gstreamer-gstconfig.html share/doc/gstreamer-0.8/gstreamer-hierarchy.html share/doc/gstreamer-0.8/gstreamer-support.html share/doc/gstreamer-0.8/gstreamer.html -share/doc/gstreamer-0.8/home.png share/doc/gstreamer-0.8/index.html share/doc/gstreamer-0.8/index.sgml -share/doc/gstreamer-0.8/left.png -share/doc/gstreamer-0.8/right.png -share/doc/gstreamer-0.8/up.png share/doc/gstreamer-libs-0.8/api-index.html share/doc/gstreamer-libs-0.8/gstreamer-libs-0.8.devhelp share/doc/gstreamer-libs-0.8/gstreamer-libs-gstbytestream.html @@ -188,12 +184,8 @@ share/doc/gstreamer-libs-0.8/gstreamer-libs-gstdataprotocol.html share/doc/gstreamer-libs-0.8/gstreamer-libs-gstgetbits.html share/doc/gstreamer-libs-0.8/gstreamer-libs-hierarchy.html share/doc/gstreamer-libs-0.8/gstreamer-libs.html -share/doc/gstreamer-libs-0.8/home.png share/doc/gstreamer-libs-0.8/index.html share/doc/gstreamer-libs-0.8/index.sgml -share/doc/gstreamer-libs-0.8/left.png -share/doc/gstreamer-libs-0.8/right.png -share/doc/gstreamer-libs-0.8/up.png ${PKGLOCALEDIR}/locale/af/LC_MESSAGES/gstreamer-0.8.mo ${PKGLOCALEDIR}/locale/az/LC_MESSAGES/gstreamer-0.8.mo ${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/gstreamer-0.8.mo |