diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-16 00:31:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-16 00:31:54 +0000 |
commit | 6beb8fd966a65b742894777320b7727a66fcf46b (patch) | |
tree | 7e6494e7c6046944cf641884f39fa287a12e5f5e /multimedia/gstreamer-plugins | |
parent | I thought it was just my slow and overstuffed disks, but Adam (diff) |
Add missing gconf files to the plist.
Spotted by: adamw
Approved by: maintainer (implicit)
Diffstat (limited to 'multimedia/gstreamer-plugins')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile | 1 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/pkg-plist | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index 80d6fa5be693..e485eee7a09d 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -7,6 +7,7 @@ PORTNAME= gstreamer PORTVERSION= 0.6.4 +PORTREVISION= 1 CATEGORIES= multimedia audio MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gst-plugins/0.6 diff --git a/multimedia/gstreamer-plugins/pkg-plist b/multimedia/gstreamer-plugins/pkg-plist index 72d3224c82c4..96e4b3b8a0fa 100644 --- a/multimedia/gstreamer-plugins/pkg-plist +++ b/multimedia/gstreamer-plugins/pkg-plist @@ -1,5 +1,9 @@ bin/gst-launch-ext bin/gst-visualise +etc/gconf/gconf.xml.defaults/schemas/system/gstreamer/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/system/gstreamer/default/%gconf.xml +etc/gconf/gconf.xml.defaults/system/gstreamer/%gconf.xml +etc/gconf/gconf.xml.defaults/system/gstreamer/default/%gconf.xml etc/gconf/schemas/gstreamer.schemas include/gstreamer-%%VERSION%%/gst/audio/audio.h include/gstreamer-%%VERSION%%/gst/floatcast/floatcast.h @@ -136,6 +140,10 @@ libdata/pkgconfig/gstreamer-play-%%VERSION%%.pc @dirrm include/gstreamer-%%VERSION%%/gst/gconf @dirrm include/gstreamer-%%VERSION%%/gst/floatcast @dirrm include/gstreamer-%%VERSION%%/gst/audio +@dirrm etc/gconf/gconf.xml.defaults/system/gstreamer/default +@dirrm etc/gconf/gconf.xml.defaults/system/gstreamer +@dirrm etc/gconf/gconf.xml.defaults/schemas/system/gstreamer/default +@dirrm etc/gconf/gconf.xml.defaults/schemas/system/gstreamer @unexec rmdir %D/include/gstreamer-%%VERSION%% 2>/dev/null || true @exec %%X11BASE%%/bin/gst-register 2>/dev/null @unexec %%X11BASE%%/bin/gst-register 2>/dev/null |