diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-26 23:47:45 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-26 23:47:45 +0800 |
commit | 6ac42989a7e687771d0ac758e962ed27b9a7976a (patch) | |
tree | 85352ce2dcd66a13cc45611487a034531e003a33 /multimedia/gstreamer-plugins | |
parent | cc2456b0b3661bbf40f06cea41470475819464a8 (diff) | |
download | marcuscom-ports-6ac42989a7e687771d0ac758e962ed27b9a7976a.tar marcuscom-ports-6ac42989a7e687771d0ac758e962ed27b9a7976a.tar.gz marcuscom-ports-6ac42989a7e687771d0ac758e962ed27b9a7976a.tar.bz2 marcuscom-ports-6ac42989a7e687771d0ac758e962ed27b9a7976a.tar.lz marcuscom-ports-6ac42989a7e687771d0ac758e962ed27b9a7976a.tar.xz marcuscom-ports-6ac42989a7e687771d0ac758e962ed27b9a7976a.tar.zst marcuscom-ports-6ac42989a7e687771d0ac758e962ed27b9a7976a.zip |
Add missing library files.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5777 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer-plugins')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile | 4 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/pkg-plist | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index 02e0160ca..dad32b334 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -3,13 +3,13 @@ # Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/multimedia/gstreamer-plugins/Makefile,v 1.71 2006/02/25 00:09:17 marcus Exp $ +# $MCom: ports/multimedia/gstreamer-plugins/Makefile,v 1.72 2006/02/26 15:27:06 ahze Exp $ # PORTNAME= gstreamer PORTVERSION?= 0.10.3 ## SET BACK TO PORTREVISION?= when we reset PORTREVISION in all the gst plugin ports -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES?= multimedia audio MASTER_SITES= ${MASTER_SITE_GNOME:S|$|sources/gst-plugins-base/0.10/:base|} \ http://gstreamer.freedesktop.org/src/gst-plugins-base/:base \ diff --git a/multimedia/gstreamer-plugins/pkg-plist b/multimedia/gstreamer-plugins/pkg-plist index 1653e90c3..f4720a089 100644 --- a/multimedia/gstreamer-plugins/pkg-plist +++ b/multimedia/gstreamer-plugins/pkg-plist @@ -47,6 +47,8 @@ lib/gstreamer-%%VERSION%%/libgstaudiorate.so lib/gstreamer-%%VERSION%%/libgstaudioresample.a lib/gstreamer-%%VERSION%%/libgstaudioresample.la lib/gstreamer-%%VERSION%%/libgstaudioresample.so +lib/gstreamer-%%VERSION%%/libgstaudiotestsrc.a +lib/gstreamer-%%VERSION%%/libgstaudiotestsrc.la lib/gstreamer-%%VERSION%%/libgstaudiotestsrc.so lib/gstreamer-%%VERSION%%/libgstdecodebin.a lib/gstreamer-%%VERSION%%/libgstdecodebin.la |