summaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-plugins
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-07 03:04:00 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-07 03:04:00 +0800
commit15baafc16b3bf88df51fa1dadde8131d25ff1481 (patch)
tree5fae96ede28d381315da20d892e39b1d9da8f523 /multimedia/gstreamer-plugins
parenta5ad2ca2f40866b5b3ebdcf6ce69e0fa31a613b4 (diff)
downloadmarcuscom-ports-15baafc16b3bf88df51fa1dadde8131d25ff1481.tar
marcuscom-ports-15baafc16b3bf88df51fa1dadde8131d25ff1481.tar.gz
marcuscom-ports-15baafc16b3bf88df51fa1dadde8131d25ff1481.tar.bz2
marcuscom-ports-15baafc16b3bf88df51fa1dadde8131d25ff1481.tar.lz
marcuscom-ports-15baafc16b3bf88df51fa1dadde8131d25ff1481.tar.xz
marcuscom-ports-15baafc16b3bf88df51fa1dadde8131d25ff1481.tar.zst
marcuscom-ports-15baafc16b3bf88df51fa1dadde8131d25ff1481.zip
Add bz2 gstreamer plugin
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6513 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer-plugins')
-rw-r--r--multimedia/gstreamer-plugins/Makefile.common5
1 files changed, 4 insertions, 1 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common
index 2065b1de8..0e21a5998 100644
--- a/multimedia/gstreamer-plugins/Makefile.common
+++ b/multimedia/gstreamer-plugins/Makefile.common
@@ -1,5 +1,5 @@
# $FreeBSD: ports/multimedia/gstreamer-plugins/Makefile.common,v 1.34 2006/06/09 20:24:02 ahze Exp $
-# $MCom: ports/multimedia/gstreamer-plugins/Makefile.common,v 1.55 2006/06/25 17:45:40 marcus Exp $
+# $MCom: ports/multimedia/gstreamer-plugins/Makefile.common,v 1.56 2006/06/25 20:43:13 marcus Exp $
# base
BASE_GST_ALL_PLUGINS= \
alsa \
@@ -118,6 +118,9 @@ gst_aalib_PLIST_FILES= ${GST_LIB_DIR}/libgstaasink.so \
${GST_LIB_DIR}/libgstaasink.a \
${GST_LIB_DIR}/libgstaasink.la
+# bz2
+gst_bz2_DIST= bad
+
# cairo
gst_cairo_LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo