summaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-plugins/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2004-12-03 15:58:45 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2004-12-03 15:58:45 +0800
commit7aa787d9e9cbd348da8d30521dfbf4250dc5c3d5 (patch)
tree496035686f383ce15d30cb33a26b9faf56367288 /multimedia/gstreamer-plugins/Makefile
parentefa902e2451c1359ba0ec12e66a68c7d2469b9d1 (diff)
downloadmarcuscom-ports-7aa787d9e9cbd348da8d30521dfbf4250dc5c3d5.tar
marcuscom-ports-7aa787d9e9cbd348da8d30521dfbf4250dc5c3d5.tar.gz
marcuscom-ports-7aa787d9e9cbd348da8d30521dfbf4250dc5c3d5.tar.bz2
marcuscom-ports-7aa787d9e9cbd348da8d30521dfbf4250dc5c3d5.tar.lz
marcuscom-ports-7aa787d9e9cbd348da8d30521dfbf4250dc5c3d5.tar.xz
marcuscom-ports-7aa787d9e9cbd348da8d30521dfbf4250dc5c3d5.tar.zst
marcuscom-ports-7aa787d9e9cbd348da8d30521dfbf4250dc5c3d5.zip
Now that I understand the new gstreamer framework a little.
Update to version 0.8.6. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3203 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer-plugins/Makefile')
-rw-r--r--multimedia/gstreamer-plugins/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile
index 378d2bad0..18793b5ae 100644
--- a/multimedia/gstreamer-plugins/Makefile
+++ b/multimedia/gstreamer-plugins/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gstreamer
-PORTVERSION= 0.8.5
+PORTVERSION= 0.8.6
CATEGORIES?= multimedia audio
MASTER_SITES= ${MASTER_SITE_GNOME} \
http://gstreamer.freedesktop.org/src/gst-plugins/
@@ -52,6 +52,8 @@ INSTALLS_SHLIB= yes
PLIST_SUB= VERSION="${VERSION}" \
SHLIB_VERSION="${SHLIB_VERSION}"
+MAN1= gst-launch-ext-0.8.1 gst-visualise-0.8.1
+
## Additional directories which should be both built and installed
## but configure neglected to correctly identify them
# cdrom/vcd support
@@ -124,6 +126,9 @@ post-patch:
@${REINPLACE_CMD} -e 's|@CXXF|-fgcse @CXXF|g' \
${WRKSRC}/gst/modplug/Makefile.in \
${WRKSRC}/gst/modplug/libmodplug/Makefile.in
+# tell configure where the musepack includes live
+ @${REINPLACE_CMD} -e 's|/usr/include/musepack|${LOCALBASE}/include/musepack|g' \
+ ${WRKSRC}/configure
post-build:
.ifdef(EXTRA_BUILD_DIR)