diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-22 11:46:50 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-22 11:46:50 +0800 |
commit | dd17ff0ef5293528284956b89d0fdde5e40d3136 (patch) | |
tree | 04d1c6d03e9c24046c136273ccd3decdf9105357 /audio | |
parent | 0e1c3de9bed275a8b9f7588ac08789301fab4c30 (diff) | |
download | marcuscom-ports-dd17ff0ef5293528284956b89d0fdde5e40d3136.tar marcuscom-ports-dd17ff0ef5293528284956b89d0fdde5e40d3136.tar.gz marcuscom-ports-dd17ff0ef5293528284956b89d0fdde5e40d3136.tar.bz2 marcuscom-ports-dd17ff0ef5293528284956b89d0fdde5e40d3136.tar.lz marcuscom-ports-dd17ff0ef5293528284956b89d0fdde5e40d3136.tar.xz marcuscom-ports-dd17ff0ef5293528284956b89d0fdde5e40d3136.tar.zst marcuscom-ports-dd17ff0ef5293528284956b89d0fdde5e40d3136.zip |
Repocopy gstreamer-plugins-polypaudio80 to gstreamer-plugins-polyp80 as the
latter is what gstreamer calls the Polyp Audio plug-in. This effectively
fixes the linking of this plug-in.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6099 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gstreamer-plugins-polyp80/Makefile | 6 | ||||
-rw-r--r-- | audio/gstreamer-plugins-polypaudio80/Makefile | 18 |
2 files changed, 3 insertions, 21 deletions
diff --git a/audio/gstreamer-plugins-polyp80/Makefile b/audio/gstreamer-plugins-polyp80/Makefile index 8268e13cd..e9adce9db 100644 --- a/audio/gstreamer-plugins-polyp80/Makefile +++ b/audio/gstreamer-plugins-polyp80/Makefile @@ -3,15 +3,15 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/audio/gstreamer-plugins-polypaudio80/Makefile,v 1.1 2006/01/20 02:55:53 ahze Exp $ +# $MCom: ports/audio/gstreamer-plugins-polyp80/Makefile,v 1.2 2006/02/23 18:05:33 marcus Exp $ # CATEGORIES= audio -PORTREVISION= 2 +PORTREVISION= 3 COMMENT= Gstreamer polypaudio sound server plugin -GST_PLUGIN= polypaudio +GST_PLUGIN= polyp MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 diff --git a/audio/gstreamer-plugins-polypaudio80/Makefile b/audio/gstreamer-plugins-polypaudio80/Makefile deleted file mode 100644 index 8268e13cd..000000000 --- a/audio/gstreamer-plugins-polypaudio80/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-polypaudio -# Date created: 8 Dec 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/audio/gstreamer-plugins-polypaudio80/Makefile,v 1.1 2006/01/20 02:55:53 ahze Exp $ -# - -CATEGORIES= audio -PORTREVISION= 2 - -COMMENT= Gstreamer polypaudio sound server plugin - -GST_PLUGIN= polypaudio - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 - -.include "${MASTERDIR}/Makefile" |