summaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-plugins
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-01-21 00:25:11 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-01-21 00:25:11 +0800
commitb9f68f5b5ead16da9de239e1e49731a31798f602 (patch)
treeda2081d08e6a7aa37b8dd6cd976148644c7c89fa /multimedia/gstreamer-plugins
parent15ca14fddd072a929f21ab6f38e0e667f4167344 (diff)
downloadmarcuscom-ports-b9f68f5b5ead16da9de239e1e49731a31798f602.tar
marcuscom-ports-b9f68f5b5ead16da9de239e1e49731a31798f602.tar.gz
marcuscom-ports-b9f68f5b5ead16da9de239e1e49731a31798f602.tar.bz2
marcuscom-ports-b9f68f5b5ead16da9de239e1e49731a31798f602.tar.lz
marcuscom-ports-b9f68f5b5ead16da9de239e1e49731a31798f602.tar.xz
marcuscom-ports-b9f68f5b5ead16da9de239e1e49731a31798f602.tar.zst
marcuscom-ports-b9f68f5b5ead16da9de239e1e49731a31798f602.zip
- Get gstreamer-plugins-core up and running
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5460 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer-plugins')
-rw-r--r--multimedia/gstreamer-plugins/Makefile2
-rw-r--r--multimedia/gstreamer-plugins/Makefile.common23
2 files changed, 16 insertions, 9 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile
index 42d4507ea..89a0eb7c9 100644
--- a/multimedia/gstreamer-plugins/Makefile
+++ b/multimedia/gstreamer-plugins/Makefile
@@ -73,6 +73,8 @@ WITHOUT_CPU_CFLAGS= yes
.if ${GST_PLUGIN} == "base"
INSTALLS_SHLIB= yes
MAN1= gst-visualise-0.10.1
+WRKSRC=${WRKDIR}/${BASE_DISTNAME}
+EXTRACT_ONLY=${BASE_DISTFILE}
PLIST_SUB+= VERSION="${VERSION}" \
SHLIB_VERSION="${SHLIB_VERSION}"
.endif
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common
index 8af35853d..f08d10dc4 100644
--- a/multimedia/gstreamer-plugins/Makefile.common
+++ b/multimedia/gstreamer-plugins/Makefile.common
@@ -129,7 +129,7 @@ DIST?= good
# a52dec
.if ${GST_PLUGIN}=="a52dec"
LIB_DEPENDS+= a52.0:${PORTSDIR}/audio/liba52
-DIST= bad
+DIST= ugly
.endif
# aalib
@@ -149,7 +149,7 @@ LIB_DEPENDS+= cdda_interface.0:${PORTSDIR}/audio/cdparanoia
GST_PLUGIN_DIR= gst-libs/gst/cdda \
ext/cdparanoia
PLIST_FILES= include/gstreamer-0.10/gst/cdda/gstcddabasesrc.h \
- lib/gstreamer-0.10/libgstcdparanoia.so \
+ ${GST_LIB_DIR}/libgstcdparanoia.so \
lib/libgstcdda-0.10.a \
lib/libgstcdda-0.10.so \
lib/libgstcdda-0.10.so.1
@@ -192,7 +192,7 @@ USE_GNOME+= gconf2
GST_PLUGIN_DIR= ext/gconf \
gconf
GCONF_SCHEMAS= gstreamer-0.10.schemas
-PLIST_FILES= lib/gstreamer-0.10/libgstgconfelements.so
+PLIST_FILES= ${GST_LIB_DIR}/libgstgconfelements.so
.endif
# gnomevfs
@@ -246,10 +246,8 @@ DIST= bad
# libpng and the snapshot plugin
.if ${GST_PLUGIN}=="libpng"
LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png
-GST_PLUGIN_DIR= ext/libpng \
- ext/snapshot
-PLIST_FILES= ${GST_LIB_DIR}/libgstpng.so \
- ${GST_LIB_DIR}/libgstsnapshot.so
+GST_PLUGIN_DIR= ext/libpng
+PLIST_FILES= ${GST_LIB_DIR}/libgstpng.so
.endif
# libvisual
@@ -280,14 +278,14 @@ DIST= bad
# ogg
.if ${GST_PLUGIN}=="ogg"
LIB_DEPENDS+= ogg.5:${PORTSDIR}/audio/libogg
+GST_PLUGIN_DIR= gst-libs/gst/riff \
+ ext/ogg
DIST= base
.endif
# pango
.if ${GST_PLUGIN}=="pango"
USE_GNOME+= pango
-PLIST_FILES= ${GST_LIB_DIR}/libgsttextoverlay.so \
- ${GST_LIB_DIR}/libgsttimeoverlay.so
DIST= base
.endif
@@ -318,6 +316,13 @@ LIB_DEPENDS+= speex.3:${PORTSDIR}/audio/speex
# theora
.if ${GST_PLUGIN}=="theora"
LIB_DEPENDS+= theora.1:${PORTSDIR}/multimedia/libtheora
+GST_PLUGIN_DIR= gst-libs/gst/tag \
+ ext/theora
+PLIST_FILES= include/gstreamer-0.10/gst/tag/tag.h \
+ ${GST_LIB_DIR}/libgsttheora.so \
+ lib/libgsttag-0.10.a \
+ lib/libgsttag-0.10.so \
+ lib/libgsttag-0.10.so.1
DIST= base
.endif