diff options
author | kwm <kwm@FreeBSD.org> | 2005-03-26 05:47:38 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2005-03-26 05:47:38 +0800 |
commit | 6a886dbc8a6679b93457723408940ed68b41988b (patch) | |
tree | 3876dc01a58e9beabb7beeefb04f5f7607acab58 /multimedia/gstreamer-plugins | |
parent | bb9f321204e372a3a41ec0cbfef657e74df29f87 (diff) | |
download | freebsd-ports-gnome-6a886dbc8a6679b93457723408940ed68b41988b.tar.gz freebsd-ports-gnome-6a886dbc8a6679b93457723408940ed68b41988b.tar.zst freebsd-ports-gnome-6a886dbc8a6679b93457723408940ed68b41988b.zip |
Spell LIB_DEPENDS correctly for the jpeg-mmx plugin. [1]
And bump portrevision for that plugin.
Fix plist when the gconf plugin is installed. [2]
Submitted by: [1] pointyhat via kris, [2] marcus
Approved by: portmgr (marcus)
Diffstat (limited to 'multimedia/gstreamer-plugins')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 2 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 3d2bdbd68376..4f8324e383e4 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -246,7 +246,7 @@ CONFLICTS+= gstreamer-plugins-jpeg-mmx-* # jpeg-mmx .if ${GST_PLUGIN}=="jpeg-mmx" -LIB_DEPEDNS+= jpeg-mmx.62:${PORTSDIR}/graphics/jpeg-mmx +LIB_DEPENDS+= jpeg-mmx.62:${PORTSDIR}/graphics/jpeg-mmx CONFLICTS+= gstreamer-plugins-jpeg-*.* GST_PLUGIN_DIR= ext/jpeg diff --git a/multimedia/gstreamer-plugins/pkg-plist b/multimedia/gstreamer-plugins/pkg-plist index 87b1ee4d42de..4f1a61a84d1f 100644 --- a/multimedia/gstreamer-plugins/pkg-plist +++ b/multimedia/gstreamer-plugins/pkg-plist @@ -174,7 +174,7 @@ share/locale/vi/LC_MESSAGES/gst-plugins-%%VERSION%%.mo @dirrm include/gstreamer-%%VERSION%%/gst/mixer @dirrm include/gstreamer-%%VERSION%%/gst/media-info @dirrm include/gstreamer-%%VERSION%%/gst/idct -@dirrm include/gstreamer-%%VERSION%%/gst/gconf 2>/dev/null || true +@unexec rmdir %D/include/gstreamer-%%VERSION%%/gst/gconf 2>/dev/null || true @dirrm include/gstreamer-%%VERSION%%/gst/floatcast @dirrm include/gstreamer-%%VERSION%%/gst/colorbalance @dirrm include/gstreamer-%%VERSION%%/gst/audio |