diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-29 05:43:01 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-29 05:43:01 +0800 |
commit | 7eed6c67f5a914301a60db9ec8534bfaaf72f9c5 (patch) | |
tree | 649a36d25ba33f841f47c7e96f00534b0112f3c7 /multimedia | |
parent | bd03dee23fcb3cb7553ff0fd08f9507deb66dea7 (diff) | |
download | marcuscom-ports-7eed6c67f5a914301a60db9ec8534bfaaf72f9c5.tar marcuscom-ports-7eed6c67f5a914301a60db9ec8534bfaaf72f9c5.tar.gz marcuscom-ports-7eed6c67f5a914301a60db9ec8534bfaaf72f9c5.tar.bz2 marcuscom-ports-7eed6c67f5a914301a60db9ec8534bfaaf72f9c5.tar.lz marcuscom-ports-7eed6c67f5a914301a60db9ec8534bfaaf72f9c5.tar.xz marcuscom-ports-7eed6c67f5a914301a60db9ec8534bfaaf72f9c5.tar.zst marcuscom-ports-7eed6c67f5a914301a60db9ec8534bfaaf72f9c5.zip |
Remove lame from being build for this package. Because lame can't be packaged.
requested by: marcus
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3337 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins-core/Makefile | 2 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile | 3 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 8 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile | 3 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile.common | 8 |
5 files changed, 23 insertions, 1 deletions
diff --git a/multimedia/gstreamer-plugins-core/Makefile b/multimedia/gstreamer-plugins-core/Makefile index 4658c0379..c02906679 100644 --- a/multimedia/gstreamer-plugins-core/Makefile +++ b/multimedia/gstreamer-plugins-core/Makefile @@ -23,7 +23,7 @@ GST_DIR= lib/gstreamer-${PORTVERSION} PLIST_FILES= ${GST_DIR}/.gstreamer-plugins-core.keep # Audio plugins -USE_GSTREAMER+= a52dec lame mad vorbis +USE_GSTREAMER+= a52dec mad vorbis # Graphics plugins USE_GSTREAMER+= libpng diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index 1b73b4918..0de9a69ab 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -148,6 +148,9 @@ post-build: @cd ${WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET} . endfor .endif +# @${ECHO_CMD} "@unexec ${PREFIX}/bin/gst-register-${GST_VERSION} \ +# --gst-registry=${PREFIX}/share/gnome/cache/gstreamer-${GST_VERSION}/registry.xml \ +# >> ${TMPPLIST}" post-install: .ifdef(EXTRA_BUILD_DIR) diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index fb6d36e23..9e53ec335 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -412,6 +412,14 @@ do-build: @cd ${WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET} .endfor + @${ECHO_CMD} "@unexec ${PREFIX}/bin/gst-register-${GST_VERSION} \ + --gst-registry=${PREFIX}/share/gnome/cache/gstreamer-${GST_VERSION}/registry.xml \ + >> ${TMPPLIST}" + + +post-build: + @${ECHO_CMD} ${PREFIX}/bin/gst-register-${GST_VERSION} \ + --gst-registry=${PREFIX}/share/gnome/cache/gstreamer-${GST_VERSION}/registry.xml do-install: .for dir in ${GST_PLUGIN_DIR} diff --git a/multimedia/gstreamer-plugins80/Makefile b/multimedia/gstreamer-plugins80/Makefile index 1b73b4918..0de9a69ab 100644 --- a/multimedia/gstreamer-plugins80/Makefile +++ b/multimedia/gstreamer-plugins80/Makefile @@ -148,6 +148,9 @@ post-build: @cd ${WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET} . endfor .endif +# @${ECHO_CMD} "@unexec ${PREFIX}/bin/gst-register-${GST_VERSION} \ +# --gst-registry=${PREFIX}/share/gnome/cache/gstreamer-${GST_VERSION}/registry.xml \ +# >> ${TMPPLIST}" post-install: .ifdef(EXTRA_BUILD_DIR) diff --git a/multimedia/gstreamer-plugins80/Makefile.common b/multimedia/gstreamer-plugins80/Makefile.common index fb6d36e23..9e53ec335 100644 --- a/multimedia/gstreamer-plugins80/Makefile.common +++ b/multimedia/gstreamer-plugins80/Makefile.common @@ -412,6 +412,14 @@ do-build: @cd ${WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET} .endfor + @${ECHO_CMD} "@unexec ${PREFIX}/bin/gst-register-${GST_VERSION} \ + --gst-registry=${PREFIX}/share/gnome/cache/gstreamer-${GST_VERSION}/registry.xml \ + >> ${TMPPLIST}" + + +post-build: + @${ECHO_CMD} ${PREFIX}/bin/gst-register-${GST_VERSION} \ + --gst-registry=${PREFIX}/share/gnome/cache/gstreamer-${GST_VERSION}/registry.xml do-install: .for dir in ${GST_PLUGIN_DIR} |