summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2009-01-28 14:44:38 +0000
committerKoop Mast <kwm@FreeBSD.org>2009-01-28 14:44:38 +0000
commitde394df2884a6b0b7d13a01d9913e8ca31d84c1a (patch)
tree205ace669d41e2566638eb2a3e97fe74a9fd229e /multimedia
parent- Install missing files (diff)
Fix packaging for plugins.
Pointed out by: GĂ©raud CONTINSOUZAS geraud at gcu dot nfo Jan Hendrik Sylvester me at janh dot de
Notes
Notes: svn path=/head/; revision=227051
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gstreamer-plugins-theora/Makefile2
-rw-r--r--multimedia/gstreamer-plugins/Makefile.common16
2 files changed, 17 insertions, 1 deletions
diff --git a/multimedia/gstreamer-plugins-theora/Makefile b/multimedia/gstreamer-plugins-theora/Makefile
index 49999ebc7791..cdc822324da4 100644
--- a/multimedia/gstreamer-plugins-theora/Makefile
+++ b/multimedia/gstreamer-plugins-theora/Makefile
@@ -6,7 +6,7 @@
# $MCom: ports/multimedia/gstreamer-plugins-theora/Makefile,v 1.4 2008/03/21 04:01:32 ahze Exp $
#
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= multimedia
COMMENT= Gstreamer theora plugin
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common
index 857c77addf7f..8765ebaaedea 100644
--- a/multimedia/gstreamer-plugins/Makefile.common
+++ b/multimedia/gstreamer-plugins/Makefile.common
@@ -171,6 +171,8 @@ gst_cdaudio_DIST= bad
# cdparanoia
gst_cdparanoia_LIB_DEPENDS+= cdda_interface.0:${PORTSDIR}/audio/cdparanoia
gst_cdparanoia_EXTRA_LIBS+= -lgstcdda-${VERSION}
+gst_cdparanoia_PLIST_FILES= ${GST_LIB_DIR}/libgstcdparanoia.la \
+ ${GST_LIB_DIR}/libgstcdparanoia.so
gst_cdparanoia_DIST= base
# cdio
@@ -242,11 +244,15 @@ gst_gdk_pixbuf_PLIST_FILES= ${GST_LIB_DIR}/libgstgdkpixbuf.a \
# gio
gst_gio_USE_GNOME+= glib20
gst_gio_CONFIGURE_ARGS+=--enable-experimental
+gst_gio_PLIST_FILES= ${GST_LIB_DIR}/libgstgio.la \
+ ${GST_LIB_DIR}/libgstgio.so
gst_gio_DIST= base
# gnomevfs
gst_gnomevfs_USE_GNOME+= gnomevfs2
gst_gnomevfs_CONFIGURE_ARGS+=--enable-gnome_vfs
+gst_gnomevfs_PLIST_FILES= ${GST_LIB_DIR}/libgstgnomevfs.la \
+ ${GST_LIB_DIR}/libgstgnomevfs.so
gst_gnomevfs_DIST= base
# gsm
@@ -299,6 +305,8 @@ gst_libpng_PLIST_FILES= ${GST_LIB_DIR}/libgstpng.so \
# libvisual
gst_libvisual_LIB_DEPENDS+= visual.0:${PORTSDIR}/graphics/libvisual
+gst_libvisual_PLIST_FILES= ${GST_LIB_DIR}/libgstlibvisual.la \
+ ${GST_LIB_DIR}/libgstlibvisual.so
gst_libvisual_DIST= base
# mad
@@ -347,10 +355,14 @@ gst_neon_DIST= bad
# ogg
gst_ogg_LIB_DEPENDS+= ogg.5:${PORTSDIR}/audio/libogg
gst_ogg_EXTRA_LIBS+= -lgstriff-${VERSION}
+gst_ogg_PLIST_FILES= ${GST_LIB_DIR}/libgstogg.la \
+ ${GST_LIB_DIR}/libgstogg.so
gst_ogg_DIST= base
# pango
gst_pango_USE_GNOME+= pango
+gst_pango_PLIST_FILES= ${GST_LIB_DIR}/libgstpango.la \
+ ${GST_LIB_DIR}/libgstpango.so
gst_pango_DIST= base
# sdl
@@ -398,12 +410,16 @@ gst_taglib_LIB_DEPENDS+= tag.6:${PORTSDIR}/audio/taglib
# theora
gst_theora_LIB_DEPENDS+= theora.0:${PORTSDIR}/multimedia/libtheora
+gst_theora_PLIST_FILES= ${GST_LIB_DIR}/libgsttheora.la \
+ ${GST_LIB_DIR}/libgsttheora.so
gst_theora_DIST= base
# vorbis
gst_vorbis_USE_GSTREAMER+= ogg
gst_vorbis_LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis
gst_vorbis_EXTRA_LIBS+= -lgsttag-${VERSION} -lgstaudio-${VERSION}
+gst_vorbis_PLIST_FILES= ${GST_LIB_DIR}/libgstvorbis.la \
+ ${GST_LIB_DIR}/libgstvorbis.so
gst_vorbis_DIST= base
# x264