summaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-plugins/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-01-21 01:46:02 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-01-21 01:46:02 +0800
commit6a26ff5dc21e8d17bb1c83a5d682520ff58e0c47 (patch)
tree6596958d25b9d781062a19431aa2fcf3c1dfde87 /multimedia/gstreamer-plugins/Makefile
parentb9f68f5b5ead16da9de239e1e49731a31798f602 (diff)
downloadmarcuscom-ports-6a26ff5dc21e8d17bb1c83a5d682520ff58e0c47.tar
marcuscom-ports-6a26ff5dc21e8d17bb1c83a5d682520ff58e0c47.tar.gz
marcuscom-ports-6a26ff5dc21e8d17bb1c83a5d682520ff58e0c47.tar.bz2
marcuscom-ports-6a26ff5dc21e8d17bb1c83a5d682520ff58e0c47.tar.lz
marcuscom-ports-6a26ff5dc21e8d17bb1c83a5d682520ff58e0c47.tar.xz
marcuscom-ports-6a26ff5dc21e8d17bb1c83a5d682520ff58e0c47.tar.zst
marcuscom-ports-6a26ff5dc21e8d17bb1c83a5d682520ff58e0c47.zip
- Add more "default" plugins to core and fix plist on ogg and theora
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5461 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer-plugins/Makefile')
-rw-r--r--multimedia/gstreamer-plugins/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile
index 89a0eb7c9..285a34eec 100644
--- a/multimedia/gstreamer-plugins/Makefile
+++ b/multimedia/gstreamer-plugins/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gstreamer
PORTVERSION?= 0.10.2
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES?= multimedia audio
MASTER_SITES= ${MASTER_SITE_GNOME:S/$/:base/} \
http://gstreamer.freedesktop.org/src/gst-plugins-base/:base \
@@ -123,6 +123,9 @@ post-patch:
${XARGS} -n 10 ${REINPLACE_CMD} -e \
's|malloc\.h|stdlib.h|; \
s|stdint\.h|inttypes.h|; \
+ s|$$(top_builddir)/gst-libs/gst/tag/libgsttag-@GST_MAJORMINOR@.la||; \
+ s|$$(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_MAJORMINOR@.la||; \
+ s|$$(top_builddir)/gst-libs/gst/riff/libgstriff-@GST_MAJORMINOR@.la||; \
s|%%VERSION%%|${VERSION}|'
#.for f in ${GST_ALL_PLUGINS}
# @${REINPLACE_CMD} -e 's|ext/${f}/Makefile||g' \