diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-03-17 07:03:20 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-03-17 07:03:20 +0000 |
commit | 8cc150076ac2e8f997a7d4821a48971c4546a607 (patch) | |
tree | 438ae3e2653583552b9d75887627854df85600d9 /multimedia | |
parent | 12c6f69fa59480a83616fab9303f4151fd894836 (diff) | |
download | ports-8cc150076ac2e8f997a7d4821a48971c4546a607.tar.gz ports-8cc150076ac2e8f997a7d4821a48971c4546a607.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile | 9 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/pkg-plist | 4 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile | 9 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/pkg-plist | 4 |
4 files changed, 18 insertions, 8 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index 98cc56bbf3fe..5262f64c4e7f 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -137,6 +137,11 @@ post-patch: .if ${GST_PLUGIN}!="base" @${REINPLACE_CMD} -E -e 's|ac_config_files=\"*\"|ac_config_files="$$ac_config_files Makefile ${GST_PLUGIN_MAKEFILES}" #|' \ ${WRKSRC}/configure +.else +.for f in ${GST_ALL_PLUGINS} + @${REINPLACE_CMD} -e 's|ext/${f}/Makefile||g' \ + ${WRKSRC}/configure +.endfor .endif post-build: @@ -153,7 +158,7 @@ post-install: . endfor .endif # register plugins - -@${X11BASE}/bin/gst-register-${GST_VERSION} \ - --gst-registry=${PREFIX}/share/gnome/cache/gstreamer-${GST_VERSION}/registry.xml 2>/dev/null + -@${X11BASE}/bin/gst-register-${VERSION} \ + --gst-registry=${PREFIX}/share/gnome/cache/gstreamer-${VERSION}/registry.xml 2>/dev/null .include <bsd.port.post.mk> diff --git a/multimedia/gstreamer-plugins/pkg-plist b/multimedia/gstreamer-plugins/pkg-plist index 25e6d1b6a4d2..5e7a8a43fbfa 100644 --- a/multimedia/gstreamer-plugins/pkg-plist +++ b/multimedia/gstreamer-plugins/pkg-plist @@ -186,5 +186,5 @@ share/locale/vi/LC_MESSAGES/gst-plugins-%%VERSION%%.mo @dirrm include/gstreamer-%%VERSION%%/gst/audio @unexec rmdir %D/include/gstreamer-%%VERSION%%/gst 2>/dev/null || true @unexec rmdir %D/include/gstreamer-%%VERSION%% 2>/dev/null || true -@exec %D/bin/gst-register --gst-registry=%D/share/gnome/cache/gstreamer-${VERSION}/registry.xml 2>/dev/null || true -@unexec %D/bin/gst-register --gst-registry=%D/share/gnome/cache/gstreamer-${VERSION}/registry.xml 2>/dev/null || true +@exec %D/bin/gst-register --gst-registry=%D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true +@unexec %D/bin/gst-register --gst-registry=%D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true diff --git a/multimedia/gstreamer-plugins80/Makefile b/multimedia/gstreamer-plugins80/Makefile index 98cc56bbf3fe..5262f64c4e7f 100644 --- a/multimedia/gstreamer-plugins80/Makefile +++ b/multimedia/gstreamer-plugins80/Makefile @@ -137,6 +137,11 @@ post-patch: .if ${GST_PLUGIN}!="base" @${REINPLACE_CMD} -E -e 's|ac_config_files=\"*\"|ac_config_files="$$ac_config_files Makefile ${GST_PLUGIN_MAKEFILES}" #|' \ ${WRKSRC}/configure +.else +.for f in ${GST_ALL_PLUGINS} + @${REINPLACE_CMD} -e 's|ext/${f}/Makefile||g' \ + ${WRKSRC}/configure +.endfor .endif post-build: @@ -153,7 +158,7 @@ post-install: . endfor .endif # register plugins - -@${X11BASE}/bin/gst-register-${GST_VERSION} \ - --gst-registry=${PREFIX}/share/gnome/cache/gstreamer-${GST_VERSION}/registry.xml 2>/dev/null + -@${X11BASE}/bin/gst-register-${VERSION} \ + --gst-registry=${PREFIX}/share/gnome/cache/gstreamer-${VERSION}/registry.xml 2>/dev/null .include <bsd.port.post.mk> diff --git a/multimedia/gstreamer-plugins80/pkg-plist b/multimedia/gstreamer-plugins80/pkg-plist index 25e6d1b6a4d2..5e7a8a43fbfa 100644 --- a/multimedia/gstreamer-plugins80/pkg-plist +++ b/multimedia/gstreamer-plugins80/pkg-plist @@ -186,5 +186,5 @@ share/locale/vi/LC_MESSAGES/gst-plugins-%%VERSION%%.mo @dirrm include/gstreamer-%%VERSION%%/gst/audio @unexec rmdir %D/include/gstreamer-%%VERSION%%/gst 2>/dev/null || true @unexec rmdir %D/include/gstreamer-%%VERSION%% 2>/dev/null || true -@exec %D/bin/gst-register --gst-registry=%D/share/gnome/cache/gstreamer-${VERSION}/registry.xml 2>/dev/null || true -@unexec %D/bin/gst-register --gst-registry=%D/share/gnome/cache/gstreamer-${VERSION}/registry.xml 2>/dev/null || true +@exec %D/bin/gst-register --gst-registry=%D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true +@unexec %D/bin/gst-register --gst-registry=%D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true |