aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2006-04-22 11:39:54 +0800
committermarcus <marcus@FreeBSD.org>2006-04-22 11:39:54 +0800
commit824ccf9b2f7e4e92cc1c87e8036aecfe72cdefb7 (patch)
tree7428a9ddcd028508a11af8e4715e2b89cd1e1a76 /audio
parent1ece0c00e01d819c79d6c0f6c1d4c724229db82c (diff)
downloadfreebsd-ports-graphics-824ccf9b2f7e4e92cc1c87e8036aecfe72cdefb7.tar.gz
freebsd-ports-graphics-824ccf9b2f7e4e92cc1c87e8036aecfe72cdefb7.tar.zst
freebsd-ports-graphics-824ccf9b2f7e4e92cc1c87e8036aecfe72cdefb7.zip
Repocopy gstreamer-plugins-polypaudio to gstreamer-plugins-polyp as the
latter is what gstreamer calls the Polyp Audio plug-in. This effectively fixes the linking of this plug-in. PR: 87777
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile2
-rw-r--r--audio/gstreamer-plugins-polyp/Makefile4
-rw-r--r--audio/gstreamer-plugins-polyp80/Makefile4
-rw-r--r--audio/gstreamer-plugins-polypaudio/Makefile17
4 files changed, 5 insertions, 22 deletions
diff --git a/audio/Makefile b/audio/Makefile
index d06ae622925..b9e0f564f26 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -17,7 +17,7 @@
SUBDIR += akode-plugins-mpc
SUBDIR += akode-plugins-mpeg
SUBDIR += akode-plugins-oss
- SUBDIR += akode-plugins-polypaudio
+ SUBDIR += akode-plugins-polyp
SUBDIR += akode-plugins-resampler
SUBDIR += akode-plugins-xiph
SUBDIR += alac
diff --git a/audio/gstreamer-plugins-polyp/Makefile b/audio/gstreamer-plugins-polyp/Makefile
index 654f009f82e..5c61725e6c6 100644
--- a/audio/gstreamer-plugins-polyp/Makefile
+++ b/audio/gstreamer-plugins-polyp/Makefile
@@ -6,11 +6,11 @@
#
CATEGORIES= audio
-PORTREVISION= 1
+PORTREVISION= 2
COMMENT= Gstreamer polypaudio sound server plugin
-GST_PLUGIN= polypaudio
+GST_PLUGIN= polyp
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
diff --git a/audio/gstreamer-plugins-polyp80/Makefile b/audio/gstreamer-plugins-polyp80/Makefile
index 654f009f82e..5c61725e6c6 100644
--- a/audio/gstreamer-plugins-polyp80/Makefile
+++ b/audio/gstreamer-plugins-polyp80/Makefile
@@ -6,11 +6,11 @@
#
CATEGORIES= audio
-PORTREVISION= 1
+PORTREVISION= 2
COMMENT= Gstreamer polypaudio sound server plugin
-GST_PLUGIN= polypaudio
+GST_PLUGIN= polyp
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
diff --git a/audio/gstreamer-plugins-polypaudio/Makefile b/audio/gstreamer-plugins-polypaudio/Makefile
deleted file mode 100644
index 654f009f82e..00000000000
--- a/audio/gstreamer-plugins-polypaudio/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# New ports collection makefile for: gstreamer-plugins-polypaudio
-# Date created: 8 Dec 2004
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-CATEGORIES= audio
-PORTREVISION= 1
-
-COMMENT= Gstreamer polypaudio sound server plugin
-
-GST_PLUGIN= polypaudio
-
-MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-
-.include "${MASTERDIR}/Makefile"