diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-04-30 01:16:30 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-04-30 01:16:30 +0000 |
commit | 86be777380c282a6e5689a510d58a9f2b67359cd (patch) | |
tree | 0ae932ab5b5bd5dadf801eca3e46cba5304ee1b2 /audio | |
parent | 7638f1ccc32c38730a76f3778cddda1c420113ff (diff) | |
download | ports-86be777380c282a6e5689a510d58a9f2b67359cd.tar.gz ports-86be777380c282a6e5689a510d58a9f2b67359cd.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 11 | ||||
-rw-r--r-- | audio/gstreamer-plugins-artsd/Makefile | 17 | ||||
-rw-r--r-- | audio/gstreamer-plugins-audiofile/Makefile | 17 | ||||
-rw-r--r-- | audio/gstreamer-plugins-cdaudio/Makefile | 17 | ||||
-rw-r--r-- | audio/gstreamer-plugins-jack/Makefile | 17 | ||||
-rw-r--r-- | audio/gstreamer-plugins-mikmod/Makefile | 17 | ||||
-rw-r--r-- | audio/gstreamer-plugins-musicbrainz/Makefile | 17 | ||||
-rw-r--r-- | audio/gstreamer-plugins-nas/Makefile | 17 | ||||
-rw-r--r-- | audio/gstreamer-plugins-polyp/Makefile | 17 | ||||
-rw-r--r-- | audio/gstreamer-plugins-shout/Makefile | 17 | ||||
-rw-r--r-- | audio/gstreamer-plugins-smoothwave/Makefile | 17 | ||||
-rw-r--r-- | audio/gstreamer-plugins-sndfile/Makefile | 17 |
12 files changed, 0 insertions, 198 deletions
diff --git a/audio/Makefile b/audio/Makefile index bafc9f5fbe8a..ee47906a3bfb 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -192,11 +192,8 @@ SUBDIR += gstreamer-monkeysaudio SUBDIR += gstreamer-plugins-a52dec SUBDIR += gstreamer-plugins-a52dec80 - SUBDIR += gstreamer-plugins-artsd SUBDIR += gstreamer-plugins-artsd80 - SUBDIR += gstreamer-plugins-audiofile SUBDIR += gstreamer-plugins-audiofile80 - SUBDIR += gstreamer-plugins-cdaudio SUBDIR += gstreamer-plugins-cdaudio80 SUBDIR += gstreamer-plugins-cdparanoia SUBDIR += gstreamer-plugins-cdparanoia80 @@ -212,7 +209,6 @@ SUBDIR += gstreamer-plugins-gsm80 SUBDIR += gstreamer-plugins-ivorbis SUBDIR += gstreamer-plugins-ivorbis80 - SUBDIR += gstreamer-plugins-jack SUBDIR += gstreamer-plugins-jack80 SUBDIR += gstreamer-plugins-ladspa SUBDIR += gstreamer-plugins-ladspa80 @@ -220,27 +216,20 @@ SUBDIR += gstreamer-plugins-lame80 SUBDIR += gstreamer-plugins-mad SUBDIR += gstreamer-plugins-mad80 - SUBDIR += gstreamer-plugins-mikmod SUBDIR += gstreamer-plugins-mikmod80 SUBDIR += gstreamer-plugins-musepack SUBDIR += gstreamer-plugins-musepack80 - SUBDIR += gstreamer-plugins-musicbrainz SUBDIR += gstreamer-plugins-musicbrainz80 - SUBDIR += gstreamer-plugins-nas SUBDIR += gstreamer-plugins-nas80 SUBDIR += gstreamer-plugins-ogg SUBDIR += gstreamer-plugins-ogg80 - SUBDIR += gstreamer-plugins-polyp SUBDIR += gstreamer-plugins-polyp80 - SUBDIR += gstreamer-plugins-shout SUBDIR += gstreamer-plugins-shout2 SUBDIR += gstreamer-plugins-shout280 SUBDIR += gstreamer-plugins-shout80 SUBDIR += gstreamer-plugins-sidplay SUBDIR += gstreamer-plugins-sidplay80 - SUBDIR += gstreamer-plugins-smoothwave SUBDIR += gstreamer-plugins-smoothwave80 - SUBDIR += gstreamer-plugins-sndfile SUBDIR += gstreamer-plugins-sndfile80 SUBDIR += gstreamer-plugins-speex SUBDIR += gstreamer-plugins-speex80 diff --git a/audio/gstreamer-plugins-artsd/Makefile b/audio/gstreamer-plugins-artsd/Makefile deleted file mode 100644 index 253c9b2b155c..000000000000 --- a/audio/gstreamer-plugins-artsd/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-artsd -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer kde audio system plugin - -GST_PLUGIN= artsd - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-audiofile/Makefile b/audio/gstreamer-plugins-audiofile/Makefile deleted file mode 100644 index c0b205a6b78f..000000000000 --- a/audio/gstreamer-plugins-audiofile/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-audiofile -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer SGI audio file plugin - -GST_PLUGIN= audiofile - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-cdaudio/Makefile b/audio/gstreamer-plugins-cdaudio/Makefile deleted file mode 100644 index bed8a12956c3..000000000000 --- a/audio/gstreamer-plugins-cdaudio/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-cdaudio -# Date created: 17 Dec 2004 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer audio cd playing plugin - -GST_PLUGIN= cdaudio - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-jack/Makefile b/audio/gstreamer-plugins-jack/Makefile deleted file mode 100644 index 959ac287a1bb..000000000000 --- a/audio/gstreamer-plugins-jack/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-jack -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer low-latency audio server plugin - -GST_PLUGIN= jack - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-mikmod/Makefile b/audio/gstreamer-plugins-mikmod/Makefile deleted file mode 100644 index 59669433aad1..000000000000 --- a/audio/gstreamer-plugins-mikmod/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-mikmod -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer mikmod sound plugin - -GST_PLUGIN= mikmod - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-musicbrainz/Makefile b/audio/gstreamer-plugins-musicbrainz/Makefile deleted file mode 100644 index 5e5e50d4145e..000000000000 --- a/audio/gstreamer-plugins-musicbrainz/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-musicbrainz -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer CD index/audio metadata plugin - -GST_PLUGIN= musicbrainz - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-nas/Makefile b/audio/gstreamer-plugins-nas/Makefile deleted file mode 100644 index cd1f2e6d7829..000000000000 --- a/audio/gstreamer-plugins-nas/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-nas -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= GStreamer NAS (Network Audio System) plugin - -GST_PLUGIN= nas - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-polyp/Makefile b/audio/gstreamer-plugins-polyp/Makefile deleted file mode 100644 index 5c61725e6c68..000000000000 --- a/audio/gstreamer-plugins-polyp/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= 2 - -COMMENT= Gstreamer polypaudio sound server plugin - -GST_PLUGIN= polyp - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-shout/Makefile b/audio/gstreamer-plugins-shout/Makefile deleted file mode 100644 index 8c9aa2f40190..000000000000 --- a/audio/gstreamer-plugins-shout/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-shout -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer icecast plugin - -GST_PLUGIN= shout - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-smoothwave/Makefile b/audio/gstreamer-plugins-smoothwave/Makefile deleted file mode 100644 index baf393cfc4c7..000000000000 --- a/audio/gstreamer-plugins-smoothwave/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-smoothwave -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer visualisation plugin - -GST_PLUGIN= smoothwave - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-sndfile/Makefile b/audio/gstreamer-plugins-sndfile/Makefile deleted file mode 100644 index e07dea1fbcea..000000000000 --- a/audio/gstreamer-plugins-sndfile/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-sndfile -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer sndfile plugin - -GST_PLUGIN= sndfile - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" |