diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2013-10-17 17:28:19 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2013-10-17 17:28:19 +0000 |
commit | 9674cdcd357cda10c644ed06b7f825ebbe803ff8 (patch) | |
tree | 37c879a621449b86fab1ba70e64659f11e5ecdd1 | |
parent | - Disable SSE if arch != amd64 (diff) |
Remove audio/akode*. This was part of KDE 3.x.
PR: ports/182283
Approved by: Scot Hetzel <swhetzel@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=330659
55 files changed, 9 insertions, 942 deletions
@@ -5107,3 +5107,12 @@ dns/dnsdoctor||2013-10-15|Has expired: Does not work with Ruby 1.9 devel/py-psyco||2013-10-15|Has expired: only bulds with lang/python26 x11-toolkits/ruby-tk||2013-10-15|Has expired: Does not work with Ruby 1.9 emulators/dolphin-emu-devel|emulators/dolphin-emu|2013-10-16|Has reached stable quality +audio/akode||2013-10-17|Removed: Dependency of KDE 3.x +audio/akode-plugins-ffmpeg||2013-10-17|Removed: Dependency of KDE 3.x +audio/akode-plugins-jack||2013-10-17|Removed: Dependency of KDE 3.x +audio/akode-plugins-mpc||2013-10-17|Removed: Dependency of KDE 3.x +audio/akode-plugins-mpeg||2013-10-17|Removed: Dependency of KDE 3.x +audio/akode-plugins-oss||2013-10-17|Removed: Dependency of KDE 3.x +audio/akode-plugins-pulseaudio||2013-10-17|Removed: Dependency of KDE 3.x +audio/akode-plugins-resampler||2013-10-17|Removed: Dependency of KDE 3.x +audio/akode-plugins-xiph||2013-10-17|Removed: Dependency of KDE 3.x diff --git a/audio/Makefile b/audio/Makefile index 058c041c28f8..ce75998870c6 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -15,15 +15,6 @@ SUBDIR += adplay SUBDIR += afsp SUBDIR += aften - SUBDIR += akode - SUBDIR += akode-plugins-ffmpeg - SUBDIR += akode-plugins-jack - SUBDIR += akode-plugins-mpc - SUBDIR += akode-plugins-mpeg - SUBDIR += akode-plugins-oss - SUBDIR += akode-plugins-pulseaudio - SUBDIR += akode-plugins-resampler - SUBDIR += akode-plugins-xiph SUBDIR += alac SUBDIR += alienwah SUBDIR += alsa-lib diff --git a/audio/akode-plugins-ffmpeg/Makefile b/audio/akode-plugins-ffmpeg/Makefile deleted file mode 100644 index ea5e6771f95c..000000000000 --- a/audio/akode-plugins-ffmpeg/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# Created by: Michael Nottebrock <lofi@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= akode -PORTVERSION= 2.0.2 -PORTREVISION= 4 -PORTEPOCH= 1 -CATEGORIES= audio kde -MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= laszlof -PKGNAMESUFFIX= -plugins-${PORTNAMESUFX} -DISTNAME= 30375-akode-${PORTVERSION} - -MAINTAINER= swhetzel@gmail.com -COMMENT= FFMPEG decoder plugin for akode -LICENSE= LGPL20 -LICENSE_FILE= ${WRKSRC}/COPYING - -LIB_DEPENDS= avcodec:${PORTSDIR}/multimedia/ffmpeg - -CONFLICTS= kdemultimedia-3.[1-3]* - -NO_STAGE= yes -PLUGIN= ffmpeg_decoder -PORTNAMESUFX= ${PLUGIN:S/_sink//:S/_decoder//:S/src_//} - -USES= gmake -USE_AUTOTOOLS= libltdl -USE_AUTOTOOLS= libtool -USE_BZIP2= yes -WRKSRC= ${WRKDIR}/akode-${PORTVERSION} -USE_LDCONFIG= yes - -LDFLAGS+= -L${WRKSRC}/akode/lib/.libs -CONFIGURE_ARGS+=--with-extra-libs=${LOCALBASE}/lib \ - --with-extra-includes=${LOCALBASE}/include - -post-patch: - @${SETENV} TZ=UTC \ - ${TOUCH} -t 200607222217.01 ${WRKSRC}/akode/lib/akode_export.h.in - -pre-configure: - @${REINPLACE_CMD} -e 's@%%SUBDIRS%%@${PLUGIN}@g' ${WRKSRC}/akode/plugins/Makefile.in - -do-build: - cd ${WRKSRC}/akode && ${GMAKE} - -do-install: - cd ${WRKSRC}/akode/plugins/${PLUGIN} && ${GMAKE} install - -.include <bsd.port.mk> diff --git a/audio/akode-plugins-ffmpeg/distinfo b/audio/akode-plugins-ffmpeg/distinfo deleted file mode 100644 index f219159938ff..000000000000 --- a/audio/akode-plugins-ffmpeg/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (30375-akode-2.0.2.tar.bz2) = ad689f7b3531cc3c42fda07c264873360bc0f4a94b90c1a4c91c92a22333a7a6 -SIZE (30375-akode-2.0.2.tar.bz2) = 472605 diff --git a/audio/akode-plugins-ffmpeg/files/patch-akode_Makefile.in b/audio/akode-plugins-ffmpeg/files/patch-akode_Makefile.in deleted file mode 100644 index 2b2f77e6972a..000000000000 --- a/audio/akode-plugins-ffmpeg/files/patch-akode_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- akode/Makefile.in.orig Tue Nov 29 17:51:19 2005 -+++ akode/Makefile.in Tue Nov 29 17:51:05 2005 -@@ -247,7 +247,7 @@ - unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@ - unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@ - bin_SCRIPTS = akode-config --SUBDIRS = lib plugins akodeplay -+SUBDIRS = lib plugins - #>- all: all-recursive - #>+ 1 - all: docs-am all-recursive diff --git a/audio/akode-plugins-ffmpeg/files/patch-akode__plugins__ffmpeg_decoder__ffmpeg_decoder.cpp b/audio/akode-plugins-ffmpeg/files/patch-akode__plugins__ffmpeg_decoder__ffmpeg_decoder.cpp deleted file mode 100644 index 66aad9b80ce8..000000000000 --- a/audio/akode-plugins-ffmpeg/files/patch-akode__plugins__ffmpeg_decoder__ffmpeg_decoder.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- ./akode/plugins/ffmpeg_decoder/ffmpeg_decoder.cpp.orig 2006-08-10 15:37:20.000000000 -0300 -+++ ./akode/plugins/ffmpeg_decoder/ffmpeg_decoder.cpp 2009-11-13 22:49:12.000000000 -0200 -@@ -45,7 +45,7 @@ - aKode::File *file = (aKode::File*)opaque; - return file->write((char*)buf, size); - } -- static offset_t akode_seek(void* opaque, offset_t pos, int whence) -+ static int64_t akode_seek(void* opaque, int64_t pos, int whence) - { - aKode::File *file = (aKode::File*)opaque; - return file->seek(pos, whence); -@@ -314,7 +314,7 @@ - assert(d->packet.stream_index == d->audioStream); - - retry: -- int len = avcodec_decode_audio( d->ic->streams[d->audioStream]->codec, -+ int len = avcodec_decode_audio2( d->ic->streams[d->audioStream]->codec, - (short*)d->buffer, &d->buffer_size, - d->packetData, d->packetSize ); - diff --git a/audio/akode-plugins-ffmpeg/files/patch-akode_plugins-Makefile.in b/audio/akode-plugins-ffmpeg/files/patch-akode_plugins-Makefile.in deleted file mode 100644 index c43387754ff0..000000000000 --- a/audio/akode-plugins-ffmpeg/files/patch-akode_plugins-Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ ---- akode/plugins/Makefile.in.orig Tue Nov 29 18:10:20 2005 -+++ akode/plugins/Makefile.in Tue Nov 29 18:10:45 2005 -@@ -252,11 +252,7 @@ - @include_sun_sink_TRUE@AKODE_SUN_SINK = sun_sink - @include_jack_sink_TRUE@AKODE_JACK_SINK = jack_sink - @include_polyp_sink_TRUE@AKODE_POLYP_SINK = polyp_sink --SUBDIRS = $(AKODE_MPC_DECODER) $(AKODE_XIPH_DECODER) \ -- $(AKODE_MPEG_DECODER) $(AKODE_FFMPEG_DECODER) \ -- $(AKODE_ALSA_SINK) $(AKODE_OSS_SINK) $(AKODE_SUN_SINK) \ -- $(AKODE_JACK_SINK) $(AKODE_POLYP_SINK) \ -- $(AKODE_SRC_RESAMPLER) -+SUBDIRS = %%SUBDIRS%% - - #>- all: all-recursive - #>+ 1 diff --git a/audio/akode-plugins-ffmpeg/pkg-descr b/audio/akode-plugins-ffmpeg/pkg-descr deleted file mode 100644 index 0f03fbfab8c0..000000000000 --- a/audio/akode-plugins-ffmpeg/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -aKode is a simple audio-decoding frame-work that provides a uniform interface -to decode the most common audio-formats. It also has a direct playback option -for a number of audio-outputs. diff --git a/audio/akode-plugins-ffmpeg/pkg-plist b/audio/akode-plugins-ffmpeg/pkg-plist deleted file mode 100644 index e9cb0f7f80b4..000000000000 --- a/audio/akode-plugins-ffmpeg/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -lib/libakode_ffmpeg_decoder.a -lib/libakode_ffmpeg_decoder.la -lib/libakode_ffmpeg_decoder.so diff --git a/audio/akode-plugins-jack/Makefile b/audio/akode-plugins-jack/Makefile deleted file mode 100644 index ae4abee507d5..000000000000 --- a/audio/akode-plugins-jack/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# Created by: Michael Nottebrock <lofi@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= akode-plugins-${PORTNAMESUFX} -PORTVERSION= 2.0.2 -PORTEPOCH= 1 -CATEGORIES= audio kde -MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR=laszlof -DISTNAME= 30375-akode-${PORTVERSION} - -MAINTAINER= swhetzel@gmail.com -COMMENT= Jack output plugin for akode -LICENSE= LGPL20 -LICENSE_FILE= ${WRKSRC}/COPYING - -LIB_DEPENDS= jack:${PORTSDIR}/audio/jack - -CONFLICTS= kdemultimedia-3.[1-3]* - -NO_STAGE= yes -PLUGIN= jack_sink -PORTNAMESUFX= ${PLUGIN:S/_sink//:S/_decoder//:S/src_//} - -USES= gmake -USE_AUTOTOOLS= libltdl -USE_AUTOTOOLS= libtool -USE_BZIP2= yes -WRKSRC= ${WRKDIR}/akode-${PORTVERSION} -USE_LDCONFIG= yes - -LDFLAGS+= -L${WRKSRC}/akode/lib/.libs -CONFIGURE_ARGS+=--with-extra-libs=${LOCALBASE}/lib \ - --with-extra-includes=${LOCALBASE}/include - -post-patch: - @${SETENV} TZ=UTC \ - ${TOUCH} -t 200607222217.01 ${WRKSRC}/akode/lib/akode_export.h.in - -pre-configure: - @${REINPLACE_CMD} -e 's@%%SUBDIRS%%@${PLUGIN}@g' ${WRKSRC}/akode/plugins/Makefile.in - -do-build: - cd ${WRKSRC}/akode && ${GMAKE} - -do-install: - cd ${WRKSRC}/akode/plugins/${PLUGIN} && ${GMAKE} install - -.include <bsd.port.mk> diff --git a/audio/akode-plugins-jack/distinfo b/audio/akode-plugins-jack/distinfo deleted file mode 100644 index f219159938ff..000000000000 --- a/audio/akode-plugins-jack/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (30375-akode-2.0.2.tar.bz2) = ad689f7b3531cc3c42fda07c264873360bc0f4a94b90c1a4c91c92a22333a7a6 -SIZE (30375-akode-2.0.2.tar.bz2) = 472605 diff --git a/audio/akode-plugins-jack/files/patch-akode_Makefile.in b/audio/akode-plugins-jack/files/patch-akode_Makefile.in deleted file mode 100644 index 2b2f77e6972a..000000000000 --- a/audio/akode-plugins-jack/files/patch-akode_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- akode/Makefile.in.orig Tue Nov 29 17:51:19 2005 -+++ akode/Makefile.in Tue Nov 29 17:51:05 2005 -@@ -247,7 +247,7 @@ - unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@ - unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@ - bin_SCRIPTS = akode-config --SUBDIRS = lib plugins akodeplay -+SUBDIRS = lib plugins - #>- all: all-recursive - #>+ 1 - all: docs-am all-recursive diff --git a/audio/akode-plugins-jack/files/patch-akode_plugins-Makefile.in b/audio/akode-plugins-jack/files/patch-akode_plugins-Makefile.in deleted file mode 100644 index c43387754ff0..000000000000 --- a/audio/akode-plugins-jack/files/patch-akode_plugins-Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ ---- akode/plugins/Makefile.in.orig Tue Nov 29 18:10:20 2005 -+++ akode/plugins/Makefile.in Tue Nov 29 18:10:45 2005 -@@ -252,11 +252,7 @@ - @include_sun_sink_TRUE@AKODE_SUN_SINK = sun_sink - @include_jack_sink_TRUE@AKODE_JACK_SINK = jack_sink - @include_polyp_sink_TRUE@AKODE_POLYP_SINK = polyp_sink --SUBDIRS = $(AKODE_MPC_DECODER) $(AKODE_XIPH_DECODER) \ -- $(AKODE_MPEG_DECODER) $(AKODE_FFMPEG_DECODER) \ -- $(AKODE_ALSA_SINK) $(AKODE_OSS_SINK) $(AKODE_SUN_SINK) \ -- $(AKODE_JACK_SINK) $(AKODE_POLYP_SINK) \ -- $(AKODE_SRC_RESAMPLER) -+SUBDIRS = %%SUBDIRS%% - - #>- all: all-recursive - #>+ 1 diff --git a/audio/akode-plugins-jack/pkg-descr b/audio/akode-plugins-jack/pkg-descr deleted file mode 100644 index 0f03fbfab8c0..000000000000 --- a/audio/akode-plugins-jack/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -aKode is a simple audio-decoding frame-work that provides a uniform interface -to decode the most common audio-formats. It also has a direct playback option -for a number of audio-outputs. diff --git a/audio/akode-plugins-jack/pkg-plist b/audio/akode-plugins-jack/pkg-plist deleted file mode 100644 index 82c54d68828e..000000000000 --- a/audio/akode-plugins-jack/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -lib/libakode_jack_sink.a -lib/libakode_jack_sink.la -lib/libakode_jack_sink.so diff --git a/audio/akode-plugins-mpc/Makefile b/audio/akode-plugins-mpc/Makefile deleted file mode 100644 index 8f2ed9a6e8a4..000000000000 --- a/audio/akode-plugins-mpc/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# Created by: Michael Nottebrock <lofi@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= akode-plugins-${PORTNAMESUFX} -PORTVERSION= 2.0.2 -PORTEPOCH= 1 -CATEGORIES= audio kde -MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= laszlof -DISTNAME= 30375-akode-${PORTVERSION} - -MAINTAINER= swhetzel@gmail.com -COMMENT= Musepack decoder plugin for akode -LICENSE= LGPL20 -LICENSE_FILE= ${WRKSRC}/COPYING - -CONFLICTS= kdemultimedia-3.[1-3]* - -NO_STAGE= yes -PLUGIN= mpc_decoder -PORTNAMESUFX= ${PLUGIN:S/_sink//:S/_decoder//:S/src_//} - -USES= gmake -USE_AUTOTOOLS= libltdl -USE_AUTOTOOLS= libtool -USE_BZIP2= yes -USE_GCC= any -WRKSRC= ${WRKDIR}/akode-${PORTVERSION} -USE_LDCONFIG= yes - -PLIST_FILES= lib/libakode_mpc_decoder.a \ - lib/libakode_mpc_decoder.la \ - lib/libakode_mpc_decoder.so - -LDFLAGS+= -L${WRKSRC}/akode/lib/.libs -CONFIGURE_ARGS+=--with-extra-libs=${LOCALBASE}/lib \ - --with-extra-includes=${LOCALBASE}/include - -post-patch: - @${SETENV} TZ=UTC \ - ${TOUCH} -t 200607222217.01 ${WRKSRC}/akode/lib/akode_export.h.in - -pre-configure: - @${REINPLACE_CMD} -e 's@%%SUBDIRS%%@${PLUGIN}@g' ${WRKSRC}/akode/plugins/Makefile.in - -do-build: - cd ${WRKSRC}/akode && ${GMAKE} - -do-install: - cd ${WRKSRC}/akode/plugins/${PLUGIN} && ${GMAKE} install - -.include <bsd.port.mk> diff --git a/audio/akode-plugins-mpc/distinfo b/audio/akode-plugins-mpc/distinfo deleted file mode 100644 index f219159938ff..000000000000 --- a/audio/akode-plugins-mpc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (30375-akode-2.0.2.tar.bz2) = ad689f7b3531cc3c42fda07c264873360bc0f4a94b90c1a4c91c92a22333a7a6 -SIZE (30375-akode-2.0.2.tar.bz2) = 472605 diff --git a/audio/akode-plugins-mpc/files/patch-akode_Makefile.in b/audio/akode-plugins-mpc/files/patch-akode_Makefile.in deleted file mode 100644 index 2b2f77e6972a..000000000000 --- a/audio/akode-plugins-mpc/files/patch-akode_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- akode/Makefile.in.orig Tue Nov 29 17:51:19 2005 -+++ akode/Makefile.in Tue Nov 29 17:51:05 2005 -@@ -247,7 +247,7 @@ - unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@ - unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@ - bin_SCRIPTS = akode-config --SUBDIRS = lib plugins akodeplay -+SUBDIRS = lib plugins - #>- all: all-recursive - #>+ 1 - all: docs-am all-recursive diff --git a/audio/akode-plugins-mpc/files/patch-akode_plugins-Makefile.in b/audio/akode-plugins-mpc/files/patch-akode_plugins-Makefile.in deleted file mode 100644 index c43387754ff0..000000000000 --- a/audio/akode-plugins-mpc/files/patch-akode_plugins-Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ ---- akode/plugins/Makefile.in.orig Tue Nov 29 18:10:20 2005 -+++ akode/plugins/Makefile.in Tue Nov 29 18:10:45 2005 -@@ -252,11 +252,7 @@ - @include_sun_sink_TRUE@AKODE_SUN_SINK = sun_sink - @include_jack_sink_TRUE@AKODE_JACK_SINK = jack_sink - @include_polyp_sink_TRUE@AKODE_POLYP_SINK = polyp_sink --SUBDIRS = $(AKODE_MPC_DECODER) $(AKODE_XIPH_DECODER) \ -- $(AKODE_MPEG_DECODER) $(AKODE_FFMPEG_DECODER) \ -- $(AKODE_ALSA_SINK) $(AKODE_OSS_SINK) $(AKODE_SUN_SINK) \ -- $(AKODE_JACK_SINK) $(AKODE_POLYP_SINK) \ -- $(AKODE_SRC_RESAMPLER) -+SUBDIRS = %%SUBDIRS%% - - #>- all: all-recursive - #>+ 1 diff --git a/audio/akode-plugins-mpc/pkg-descr b/audio/akode-plugins-mpc/pkg-descr deleted file mode 100644 index 0f03fbfab8c0..000000000000 --- a/audio/akode-plugins-mpc/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -aKode is a simple audio-decoding frame-work that provides a uniform interface -to decode the most common audio-formats. It also has a direct playback option -for a number of audio-outputs. diff --git a/audio/akode-plugins-mpeg/Makefile b/audio/akode-plugins-mpeg/Makefile deleted file mode 100644 index cb222dbb78d1..000000000000 --- a/audio/akode-plugins-mpeg/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# Created by: Michael Nottebrock <lofi@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= akode-plugins-${PORTNAMESUFX} -PORTVERSION= 2.0.2 -PORTEPOCH= 1 -CATEGORIES= audio kde -MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= laszlof -DISTNAME= 30375-akode-${PORTVERSION} - -MAINTAINER= swhetzel@gmail.com -COMMENT= MPEG audio decoder plugin for akode -LICENSE= LGPL20 -LICENSE_FILE= ${WRKSRC}/COPYING - -LIB_DEPENDS= mad:${PORTSDIR}/audio/libmad - -CONFLICTS= kdemultimedia-3.[1-3]* - -NO_STAGE= yes -PLUGIN= mpeg_decoder -PORTNAMESUFX= ${PLUGIN:S/_sink//:S/_decoder//:S/src_//} - -USES= gmake -USE_AUTOTOOLS= libltdl -USE_AUTOTOOLS= libtool -USE_BZIP2= yes -USE_GCC= any -WRKSRC= ${WRKDIR}/akode-${PORTVERSION} -USE_LDCONFIG= yes - -PLIST_FILES= lib/libakode_mpeg_decoder.a \ - lib/libakode_mpeg_decoder.la \ - lib/libakode_mpeg_decoder.so - -LDFLAGS+= -L${WRKSRC}/akode/lib/.libs -CONFIGURE_ARGS+=--with-extra-libs=${LOCALBASE}/lib \ - --with-extra-includes=${LOCALBASE}/include - -post-patch: - @${SETENV} TZ=UTC \ - ${TOUCH} -t 200607222217.01 ${WRKSRC}/akode/lib/akode_export.h.in - -pre-configure: - @${REINPLACE_CMD} -e 's@%%SUBDIRS%%@${PLUGIN}@g' ${WRKSRC}/akode/plugins/Makefile.in - -do-build: - cd ${WRKSRC}/akode && ${GMAKE} - -do-install: - cd ${WRKSRC}/akode/plugins/${PLUGIN} && ${GMAKE} install - -.include <bsd.port.mk> diff --git a/audio/akode-plugins-mpeg/distinfo b/audio/akode-plugins-mpeg/distinfo deleted file mode 100644 index f219159938ff..000000000000 --- a/audio/akode-plugins-mpeg/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (30375-akode-2.0.2.tar.bz2) = ad689f7b3531cc3c42fda07c264873360bc0f4a94b90c1a4c91c92a22333a7a6 -SIZE (30375-akode-2.0.2.tar.bz2) = 472605 diff --git a/audio/akode-plugins-mpeg/files/patch-akode_Makefile.in b/audio/akode-plugins-mpeg/files/patch-akode_Makefile.in deleted file mode 100644 index 2b2f77e6972a..000000000000 --- a/audio/akode-plugins-mpeg/files/patch-akode_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- akode/Makefile.in.orig Tue Nov 29 17:51:19 2005 -+++ akode/Makefile.in Tue Nov 29 17:51:05 2005 -@@ -247,7 +247,7 @@ - unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@ - unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@ - bin_SCRIPTS = akode-config --SUBDIRS = lib plugins akodeplay -+SUBDIRS = lib plugins - #>- all: all-recursive - #>+ 1 - all: docs-am all-recursive diff --git a/audio/akode-plugins-mpeg/files/patch-akode_plugins-Makefile.in b/audio/akode-plugins-mpeg/files/patch-akode_plugins-Makefile.in deleted file mode 100644 index c43387754ff0..000000000000 --- a/audio/akode-plugins-mpeg/files/patch-akode_plugins-Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ ---- akode/plugins/Makefile.in.orig Tue Nov 29 18:10:20 2005 -+++ akode/plugins/Makefile.in Tue Nov 29 18:10:45 2005 -@@ -252,11 +252,7 @@ - @include_sun_sink_TRUE@AKODE_SUN_SINK = sun_sink - @include_jack_sink_TRUE@AKODE_JACK_SINK = jack_sink - @include_polyp_sink_TRUE@AKODE_POLYP_SINK = polyp_sink --SUBDIRS = $(AKODE_MPC_DECODER) $(AKODE_XIPH_DECODER) \ -- $(AKODE_MPEG_DECODER) $(AKODE_FFMPEG_DECODER) \ -- $(AKODE_ALSA_SINK) $(AKODE_OSS_SINK) $(AKODE_SUN_SINK) \ -- $(AKODE_JACK_SINK) $(AKODE_POLYP_SINK) \ -- $(AKODE_SRC_RESAMPLER) -+SUBDIRS = %%SUBDIRS%% - - #>- all: all-recursive - #>+ 1 diff --git a/audio/akode-plugins-mpeg/pkg-descr b/audio/akode-plugins-mpeg/pkg-descr deleted file mode 100644 index 0f03fbfab8c0..000000000000 --- a/audio/akode-plugins-mpeg/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -aKode is a simple audio-decoding frame-work that provides a uniform interface -to decode the most common audio-formats. It also has a direct playback option -for a number of audio-outputs. diff --git a/audio/akode-plugins-oss/Makefile b/audio/akode-plugins-oss/Makefile deleted file mode 100644 index e529879dfb4f..000000000000 --- a/audio/akode-plugins-oss/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# Created by: Michael Nottebrock <lofi@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= akode-plugins-${PORTNAMESUFX} -PORTVERSION= 2.0.2 -PORTEPOCH= 1 -CATEGORIES= audio kde -MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= laszlof -DISTNAME= 30375-akode-${PORTVERSION} - -MAINTAINER= swhetzel@gmail.com -COMMENT= OSS output plugin for akode -LICENSE= LGPL20 -LICENSE_FILE= ${WRKSRC}/COPYING - -CONFLICTS= kdemultimedia-3.[1-3]* - -PLUGIN= oss_sink -PORTNAMESUFX= ${PLUGIN:S/_sink//:S/_decoder//:S/src_//} - -NO_STAGE= yes -USES= gmake -USE_AUTOTOOLS= libltdl -USE_AUTOTOOLS= libtool -USE_BZIP2= yes -USE_GCC= any -WRKSRC= ${WRKDIR}/akode-${PORTVERSION} -USE_LDCONFIG= yes - -PLIST_FILES= lib/libakode_oss_sink.a \ - lib/libakode_oss_sink.la \ - lib/libakode_oss_sink.so - -LDFLAGS+= -L${WRKSRC}/akode/lib/.libs -CONFIGURE_ARGS+=--with-extra-libs=${LOCALBASE}/lib \ - --with-extra-includes=${LOCALBASE}/include - -post-patch: - @${SETENV} TZ=UTC \ - ${TOUCH} -t 200607222217.01 ${WRKSRC}/akode/lib/akode_export.h.in - -pre-configure: - @${REINPLACE_CMD} -e 's@%%SUBDIRS%%@${PLUGIN}@g' ${WRKSRC}/akode/plugins/Makefile.in - -do-build: - cd ${WRKSRC}/akode && ${GMAKE} - -do-install: - cd ${WRKSRC}/akode/plugins/${PLUGIN} && ${GMAKE} install - -.include <bsd.port.mk> diff --git a/audio/akode-plugins-oss/distinfo b/audio/akode-plugins-oss/distinfo deleted file mode 100644 index f219159938ff..000000000000 --- a/audio/akode-plugins-oss/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (30375-akode-2.0.2.tar.bz2) = ad689f7b3531cc3c42fda07c264873360bc0f4a94b90c1a4c91c92a22333a7a6 -SIZE (30375-akode-2.0.2.tar.bz2) = 472605 diff --git a/audio/akode-plugins-oss/files/patch-akode_Makefile.in b/audio/akode-plugins-oss/files/patch-akode_Makefile.in deleted file mode 100644 index 2b2f77e6972a..000000000000 --- a/audio/akode-plugins-oss/files/patch-akode_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- akode/Makefile.in.orig Tue Nov 29 17:51:19 2005 -+++ akode/Makefile.in Tue Nov 29 17:51:05 2005 -@@ -247,7 +247,7 @@ - unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@ - unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@ - bin_SCRIPTS = akode-config --SUBDIRS = lib plugins akodeplay -+SUBDIRS = lib plugins - #>- all: all-recursive - #>+ 1 - all: docs-am all-recursive diff --git a/audio/akode-plugins-oss/files/patch-akode_plugins-Makefile.in b/audio/akode-plugins-oss/files/patch-akode_plugins-Makefile.in deleted file mode 100644 index c43387754ff0..000000000000 --- a/audio/akode-plugins-oss/files/patch-akode_plugins-Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ ---- akode/plugins/Makefile.in.orig Tue Nov 29 18:10:20 2005 -+++ akode/plugins/Makefile.in Tue Nov 29 18:10:45 2005 -@@ -252,11 +252,7 @@ - @include_sun_sink_TRUE@AKODE_SUN_SINK = sun_sink - @include_jack_sink_TRUE@AKODE_JACK_SINK = jack_sink - @include_polyp_sink_TRUE@AKODE_POLYP_SINK = polyp_sink --SUBDIRS = $(AKODE_MPC_DECODER) $(AKODE_XIPH_DECODER) \ -- $(AKODE_MPEG_DECODER) $(AKODE_FFMPEG_DECODER) \ -- $(AKODE_ALSA_SINK) $(AKODE_OSS_SINK) $(AKODE_SUN_SINK) \ -- $(AKODE_JACK_SINK) $(AKODE_POLYP_SINK) \ -- $(AKODE_SRC_RESAMPLER) -+SUBDIRS = %%SUBDIRS%% - - #>- all: all-recursive - #>+ 1 diff --git a/audio/akode-plugins-oss/pkg-descr b/audio/akode-plugins-oss/pkg-descr deleted file mode 100644 index 0f03fbfab8c0..000000000000 --- a/audio/akode-plugins-oss/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -aKode is a simple audio-decoding frame-work that provides a uniform interface -to decode the most common audio-formats. It also has a direct playback option -for a number of audio-outputs. diff --git a/audio/akode-plugins-pulseaudio/Makefile b/audio/akode-plugins-pulseaudio/Makefile deleted file mode 100644 index 4b808adb9648..000000000000 --- a/audio/akode-plugins-pulseaudio/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# Created by: Scot W. Hetzel <swhetzel@gmail.com> -# $FreeBSD$ - -PORTNAME= akode-plugins-${PORTNAMESUFX} -PORTVERSION= 2.0.2 -PORTREVISION= 5 -CATEGORIES= audio kde -MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= laszlof -DISTNAME= 30375-akode-${PORTVERSION} - -MAINTAINER= swhetzel@gmail.com -COMMENT= Pulseaudio output plugin for akode -LICENSE= LGPL20 -LICENSE_FILE= ${WRKSRC}/COPYING - -LIB_DEPENDS= pulse-simple:${PORTSDIR}/audio/pulseaudio - -CONFLICTS= kdemultimedia-3.[1-3]* akode-plugins-polypaudio-[0-9]* - -PLUGIN= polyp_sink -PORTNAMESUFX= pulseaudio - -NO_STAGE= yes -USES= gmake -USE_AUTOTOOLS= libltdl -USE_AUTOTOOLS= libtool -USE_BZIP2= yes -WRKSRC= ${WRKDIR}/akode-${PORTVERSION} -USE_LDCONFIG= yes - -PLIST_FILES= lib/libakode_polyp_sink.a lib/libakode_polyp_sink.la \ - lib/libakode_polyp_sink.so - -LDFLAGS+= -L${WRKSRC}/akode/lib/.libs -CONFIGURE_ARGS+=--with-extra-libs=${LOCALBASE}/lib \ - --with-extra-includes=${LOCALBASE}/include - -post-patch: - @${SETENV} TZ=UTC \ - ${TOUCH} -t 200607222217.01 ${WRKSRC}/akode/lib/akode_export.h.in - -pre-configure: - @${REINPLACE_CMD} -e 's@%%SUBDIRS%%@${PLUGIN}@g' ${WRKSRC}/akode/plugins/Makefile.in - -do-build: - cd ${WRKSRC}/akode && ${GMAKE} - -do-install: - cd ${WRKSRC}/akode/plugins/${PLUGIN} && ${GMAKE} install - -.include <bsd.port.mk> diff --git a/audio/akode-plugins-pulseaudio/distinfo b/audio/akode-plugins-pulseaudio/distinfo deleted file mode 100644 index f219159938ff..000000000000 --- a/audio/akode-plugins-pulseaudio/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (30375-akode-2.0.2.tar.bz2) = ad689f7b3531cc3c42fda07c264873360bc0f4a94b90c1a4c91c92a22333a7a6 -SIZE (30375-akode-2.0.2.tar.bz2) = 472605 diff --git a/audio/akode-plugins-pulseaudio/files/patch-akode_Makefile.in b/audio/akode-plugins-pulseaudio/files/patch-akode_Makefile.in deleted file mode 100644 index 2b2f77e6972a..000000000000 --- a/audio/akode-plugins-pulseaudio/files/patch-akode_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- akode/Makefile.in.orig Tue Nov 29 17:51:19 2005 -+++ akode/Makefile.in Tue Nov 29 17:51:05 2005 -@@ -247,7 +247,7 @@ - unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@ - unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@ - bin_SCRIPTS = akode-config --SUBDIRS = lib plugins akodeplay -+SUBDIRS = lib plugins - #>- all: all-recursive - #>+ 1 - all: docs-am all-recursive diff --git a/audio/akode-plugins-pulseaudio/files/patch-akode__polyp_sink__polyp_sink.cpp b/audio/akode-plugins-pulseaudio/files/patch-akode__polyp_sink__polyp_sink.cpp deleted file mode 100644 index a693dcf1807c..000000000000 --- a/audio/akode-plugins-pulseaudio/files/patch-akode__polyp_sink__polyp_sink.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- akode/plugins/polyp_sink/polyp_sink.cpp.orig Sun Jun 10 13:23:03 2007 -+++ akode/plugins/polyp_sink/polyp_sink.cpp Sun Jun 10 13:24:13 2007 -@@ -25,7 +25,7 @@ - #elif defined(HAVE_INTTYPES_H) - #include <inttypes.h> - #endif --#include <polyp/polyplib-simple.h> -+#include <pulse/simple.h> - - #include "audioframe.h" - #include "audiobuffer.h" -@@ -59,7 +59,7 @@ - - bool PolypSink::open() { - int error = 0; -- m_data->server = pa_simple_new(0, "akode-client", PA_STREAM_PLAYBACK, 0, "", &m_data->sample_spec, 0, 255, &error ); -+ m_data->server = pa_simple_new(0, "akode-client", PA_STREAM_PLAYBACK, 0, "", &m_data->sample_spec, 0, 0, &error ); - if (!m_data->server || error != 0) { - m_data->error = true; - close(); diff --git a/audio/akode-plugins-pulseaudio/files/patch-akode_plugins-Makefile.in b/audio/akode-plugins-pulseaudio/files/patch-akode_plugins-Makefile.in deleted file mode 100644 index c43387754ff0..000000000000 --- a/audio/akode-plugins-pulseaudio/files/patch-akode_plugins-Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ ---- akode/plugins/Makefile.in.orig Tue Nov 29 18:10:20 2005 -+++ akode/plugins/Makefile.in Tue Nov 29 18:10:45 2005 -@@ -252,11 +252,7 @@ - @include_sun_sink_TRUE@AKODE_SUN_SINK = sun_sink - @include_jack_sink_TRUE@AKODE_JACK_SINK = jack_sink - @include_polyp_sink_TRUE@AKODE_POLYP_SINK = polyp_sink --SUBDIRS = $(AKODE_MPC_DECODER) $(AKODE_XIPH_DECODER) \ -- $(AKODE_MPEG_DECODER) $(AKODE_FFMPEG_DECODER) \ -- $(AKODE_ALSA_SINK) $(AKODE_OSS_SINK) $(AKODE_SUN_SINK) \ -- $(AKODE_JACK_SINK) $(AKODE_POLYP_SINK) \ -- $(AKODE_SRC_RESAMPLER) -+SUBDIRS = %%SUBDIRS%% - - #>- all: all-recursive - #>+ 1 diff --git a/audio/akode-plugins-pulseaudio/files/patch-configure b/audio/akode-plugins-pulseaudio/files/patch-configure deleted file mode 100644 index dbb89b9397bb..000000000000 --- a/audio/akode-plugins-pulseaudio/files/patch-configure +++ /dev/null @@ -1,21 +0,0 @@ ---- configure.orig Fri Apr 6 08:23:22 2007 -+++ configure Tue May 27 02:12:49 2008 -@@ -25506,12 +25506,12 @@ - - - if test "x$polypaudio_test" = "xyes" ; then --{ echo "$as_me:$LINENO: checking for Polypaudio 0.7 or later" >&5 --echo $ECHO_N "checking for Polypaudio 0.7 or later... $ECHO_C" >&6; } --if $PKG_CONFIG --atleast-version 0.7 polyplib-simple >/dev/null 2>&1 ; then -- POLYP_CFLAGS="`$PKG_CONFIG --cflags polyplib-simple`" -- POLYP_LIBADD="`$PKG_CONFIG --libs-only-l polyplib-simple`" -- POLYP_LDFLAGS="`$PKG_CONFIG --libs-only-L polyplib-simple`" -+{ echo "$as_me:$LINENO: checking for Pulseaudio 0.9.2 or later" >&5 -+echo $ECHO_N "checking for Pulseaudio 0.9.2 or later... $ECHO_C" >&6; } -+if $PKG_CONFIG --atleast-version 0.9.2 libpulse-simple >/dev/null 2>&1 ; then -+ POLYP_CFLAGS="`$PKG_CONFIG --cflags libpulse-simple`" -+ POLYP_LIBADD="`$PKG_CONFIG --libs-only-l libpulse-simple`" -+ POLYP_LDFLAGS="`$PKG_CONFIG --libs-only-L libpulse-simple`" - have_polyp=yes - { echo "$as_me:$LINENO: result: yes" >&5 - echo "${ECHO_T}yes" >&6; } diff --git a/audio/akode-plugins-pulseaudio/pkg-descr b/audio/akode-plugins-pulseaudio/pkg-descr deleted file mode 100644 index 0f03fbfab8c0..000000000000 --- a/audio/akode-plugins-pulseaudio/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -aKode is a simple audio-decoding frame-work that provides a uniform interface -to decode the most common audio-formats. It also has a direct playback option -for a number of audio-outputs. diff --git a/audio/akode-plugins-resampler/Makefile b/audio/akode-plugins-resampler/Makefile deleted file mode 100644 index a4582869fcac..000000000000 --- a/audio/akode-plugins-resampler/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# Created by: Michael Nottebrock <lofi@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= akode-plugins-${PORTNAMESUFX} -PORTVERSION= 2.0.2 -PORTEPOCH= 1 -CATEGORIES= audio kde -MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= laszlof -DISTNAME= 30375-akode-${PORTVERSION} - -MAINTAINER= swhetzel@gmail.com -COMMENT= Resampler plugin for akode -LICENSE= LGPL20 -LICENSE_FILE= ${WRKSRC}/COPYING - -LIB_DEPENDS= samplerate:${PORTSDIR}/audio/libsamplerate - -CONFLICTS= kdemultimedia-3.[1-3]* - -PLUGIN= src_resampler -PORTNAMESUFX= ${PLUGIN:S/_sink//:S/_decoder//:S/src_//} - -NO_STAGE= yes -USES= gmake -USE_AUTOTOOLS= libltdl -USE_AUTOTOOLS= libtool -USE_BZIP2= yes -USE_GCC= any -WRKSRC= ${WRKDIR}/akode-${PORTVERSION} -USE_LDCONFIG= yes - -PLIST_FILES= lib/libakode_src_resampler.a \ - lib/libakode_src_resampler.la \ - lib/libakode_src_resampler.so - -LDFLAGS+= -L${WRKSRC}/akode/lib/.libs -CONFIGURE_ARGS+=--with-extra-libs=${LOCALBASE}/lib \ - --with-extra-includes=${LOCALBASE}/include - -post-patch: - @${SETENV} TZ=UTC \ - ${TOUCH} -t 200607222217.01 ${WRKSRC}/akode/lib/akode_export.h.in - -pre-configure: - @${REINPLACE_CMD} -e 's@%%SUBDIRS%%@${PLUGIN}@g' ${WRKSRC}/akode/plugins/Makefile.in - -do-build: - cd ${WRKSRC}/akode && ${GMAKE} - -do-install: - cd ${WRKSRC}/akode/plugins/${PLUGIN} && ${GMAKE} install - -.include <bsd.port.mk> diff --git a/audio/akode-plugins-resampler/distinfo b/audio/akode-plugins-resampler/distinfo deleted file mode 100644 index f219159938ff..000000000000 --- a/audio/akode-plugins-resampler/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (30375-akode-2.0.2.tar.bz2) = ad689f7b3531cc3c42fda07c264873360bc0f4a94b90c1a4c91c92a22333a7a6 -SIZE (30375-akode-2.0.2.tar.bz2) = 472605 diff --git a/audio/akode-plugins-resampler/files/patch-akode_Makefile.in b/audio/akode-plugins-resampler/files/patch-akode_Makefile.in deleted file mode 100644 index 2b2f77e6972a..000000000000 --- a/audio/akode-plugins-resampler/files/patch-akode_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- akode/Makefile.in.orig Tue Nov 29 17:51:19 2005 -+++ akode/Makefile.in Tue Nov 29 17:51:05 2005 -@@ -247,7 +247,7 @@ - unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@ - unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@ - bin_SCRIPTS = akode-config --SUBDIRS = lib plugins akodeplay -+SUBDIRS = lib plugins - #>- all: all-recursive - #>+ 1 - all: docs-am all-recursive diff --git a/audio/akode-plugins-resampler/files/patch-akode_plugins-Makefile.in b/audio/akode-plugins-resampler/files/patch-akode_plugins-Makefile.in deleted file mode 100644 index c43387754ff0..000000000000 --- a/audio/akode-plugins-resampler/files/patch-akode_plugins-Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ ---- akode/plugins/Makefile.in.orig Tue Nov 29 18:10:20 2005 -+++ akode/plugins/Makefile.in Tue Nov 29 18:10:45 2005 -@@ -252,11 +252,7 @@ - @include_sun_sink_TRUE@AKODE_SUN_SINK = sun_sink - @include_jack_sink_TRUE@AKODE_JACK_SINK = jack_sink - @include_polyp_sink_TRUE@AKODE_POLYP_SINK = polyp_sink --SUBDIRS = $(AKODE_MPC_DECODER) $(AKODE_XIPH_DECODER) \ -- $(AKODE_MPEG_DECODER) $(AKODE_FFMPEG_DECODER) \ -- $(AKODE_ALSA_SINK) $(AKODE_OSS_SINK) $(AKODE_SUN_SINK) \ -- $(AKODE_JACK_SINK) $(AKODE_POLYP_SINK) \ -- $(AKODE_SRC_RESAMPLER) -+SUBDIRS = %%SUBDIRS%% - - #>- all: all-recursive - #>+ 1 diff --git a/audio/akode-plugins-resampler/pkg-descr b/audio/akode-plugins-resampler/pkg-descr deleted file mode 100644 index 0f03fbfab8c0..000000000000 --- a/audio/akode-plugins-resampler/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -aKode is a simple audio-decoding frame-work that provides a uniform interface -to decode the most common audio-formats. It also has a direct playback option -for a number of audio-outputs. diff --git a/audio/akode-plugins-xiph/Makefile b/audio/akode-plugins-xiph/Makefile deleted file mode 100644 index 1896de3bb0eb..000000000000 --- a/audio/akode-plugins-xiph/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -# Created by: Michael Nottebrock <lofi@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= akode-plugins-${PORTNAMESUFX} -PORTVERSION= 2.0.2 -PORTREVISION= 5 -PORTEPOCH= 1 -CATEGORIES= audio kde -MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= laszlof -DISTNAME= 30375-akode-${PORTVERSION} - -MAINTAINER= swhetzel@gmail.com -COMMENT= FLAC/Speex/Vorbis decoder plugin for akode -LICENSE= LGPL20 -LICENSE_FILE= ${WRKSRC}/COPYING - -LIB_DEPENDS= FLAC:${PORTSDIR}/audio/flac \ - ogg:${PORTSDIR}/audio/libogg \ - speex:${PORTSDIR}/audio/speex \ - vorbis:${PORTSDIR}/audio/libvorbis - -CONFLICTS= kdemultimedia-3.[1-3]* - -PLUGIN= xiph_decoder -PORTNAMESUFX= ${PLUGIN:S/_sink//:S/_decoder//:S/src_//} - -NO_STAGE= yes -USES= gmake -USE_AUTOTOOLS= libltdl -USE_AUTOTOOLS= libtool -USE_BZIP2= yes -USE_GCC= any -WRKSRC= ${WRKDIR}/akode-${PORTVERSION} -USE_LDCONFIG= yes - -PLIST_FILES= lib/libakode_xiph_decoder.a \ - lib/libakode_xiph_decoder.la \ - lib/libakode_xiph_decoder.so - -LDFLAGS+= -L${WRKSRC}/akode/lib/.libs -CONFIGURE_ARGS+=--with-extra-libs=${LOCALBASE}/lib \ - --with-extra-includes=${LOCALBASE}/include - -post-patch: - @${SETENV} TZ=UTC \ - ${TOUCH} -t 200607222217.01 ${WRKSRC}/akode/lib/akode_export.h.in - -pre-configure: - @${REINPLACE_CMD} -e 's@%%SUBDIRS%%@${PLUGIN}@g' ${WRKSRC}/akode/plugins/Makefile.in - -do-build: - cd ${WRKSRC}/akode && ${GMAKE} - -do-install: - cd ${WRKSRC}/akode/plugins/${PLUGIN} && ${GMAKE} install - -.include <bsd.port.mk> diff --git a/audio/akode-plugins-xiph/distinfo b/audio/akode-plugins-xiph/distinfo deleted file mode 100644 index f219159938ff..000000000000 --- a/audio/akode-plugins-xiph/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (30375-akode-2.0.2.tar.bz2) = ad689f7b3531cc3c42fda07c264873360bc0f4a94b90c1a4c91c92a22333a7a6 -SIZE (30375-akode-2.0.2.tar.bz2) = 472605 diff --git a/audio/akode-plugins-xiph/files/patch-akode_Makefile.in b/audio/akode-plugins-xiph/files/patch-akode_Makefile.in deleted file mode 100644 index 2b2f77e6972a..000000000000 --- a/audio/akode-plugins-xiph/files/patch-akode_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- akode/Makefile.in.orig Tue Nov 29 17:51:19 2005 -+++ akode/Makefile.in Tue Nov 29 17:51:05 2005 -@@ -247,7 +247,7 @@ - unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@ - unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@ - bin_SCRIPTS = akode-config --SUBDIRS = lib plugins akodeplay -+SUBDIRS = lib plugins - #>- all: all-recursive - #>+ 1 - all: docs-am all-recursive diff --git a/audio/akode-plugins-xiph/files/patch-akode_plugins-Makefile.in b/audio/akode-plugins-xiph/files/patch-akode_plugins-Makefile.in deleted file mode 100644 index c43387754ff0..000000000000 --- a/audio/akode-plugins-xiph/files/patch-akode_plugins-Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ ---- akode/plugins/Makefile.in.orig Tue Nov 29 18:10:20 2005 -+++ akode/plugins/Makefile.in Tue Nov 29 18:10:45 2005 -@@ -252,11 +252,7 @@ - @include_sun_sink_TRUE@AKODE_SUN_SINK = sun_sink - @include_jack_sink_TRUE@AKODE_JACK_SINK = jack_sink - @include_polyp_sink_TRUE@AKODE_POLYP_SINK = polyp_sink --SUBDIRS = $(AKODE_MPC_DECODER) $(AKODE_XIPH_DECODER) \ -- $(AKODE_MPEG_DECODER) $(AKODE_FFMPEG_DECODER) \ -- $(AKODE_ALSA_SINK) $(AKODE_OSS_SINK) $(AKODE_SUN_SINK) \ -- $(AKODE_JACK_SINK) $(AKODE_POLYP_SINK) \ -- $(AKODE_SRC_RESAMPLER) -+SUBDIRS = %%SUBDIRS%% - - #>- all: all-recursive - #>+ 1 diff --git a/audio/akode-plugins-xiph/files/patch-akode_plugins_xiph__decoder_flac113__decoder.cpp b/audio/akode-plugins-xiph/files/patch-akode_plugins_xiph__decoder_flac113__decoder.cpp deleted file mode 100644 index 3ca2593f4bf1..000000000000 --- a/audio/akode-plugins-xiph/files/patch-akode_plugins_xiph__decoder_flac113__decoder.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- akode/plugins/xiph_decoder/flac113_decoder.cpp.orig 2008-03-27 16:11:26.000000000 +0100 -+++ akode/plugins/xiph_decoder/flac113_decoder.cpp 2008-03-27 16:11:46.000000000 +0100 -@@ -108,7 +108,7 @@ struct FLACDecoder::private_data { - static FLAC__StreamDecoderReadStatus flac_read_callback( - const FLAC__StreamDecoder *, - FLAC__byte buffer[], -- unsigned *bytes, -+ size_t *bytes, - void *client_data) - { - FLACDecoder::private_data *data = (FLACDecoder::private_data*)client_data; diff --git a/audio/akode-plugins-xiph/files/patch-akode_plugins_xiph__decoder_speex__decoder.cpp b/audio/akode-plugins-xiph/files/patch-akode_plugins_xiph__decoder_speex__decoder.cpp deleted file mode 100644 index 70047f2abf3d..000000000000 --- a/audio/akode-plugins-xiph/files/patch-akode_plugins_xiph__decoder_speex__decoder.cpp +++ /dev/null @@ -1,20 +0,0 @@ - -$FreeBSD$ - ---- akode/plugins/xiph_decoder/speex_decoder.cpp.orig -+++ akode/plugins/xiph_decoder/speex_decoder.cpp -@@ -25,10 +25,10 @@ - extern "C" { - #include <string.h> - #include <stdlib.h> --#include <speex.h> --#include <speex_header.h> --#include <speex_callbacks.h> --#include <speex_stereo.h> -+#include <speex/speex.h> -+#include <speex/speex_header.h> -+#include <speex/speex_callbacks.h> -+#include <speex/speex_stereo.h> - #include <ogg/ogg.h> - } - diff --git a/audio/akode-plugins-xiph/files/patch-configure b/audio/akode-plugins-xiph/files/patch-configure deleted file mode 100644 index 79349892b584..000000000000 --- a/audio/akode-plugins-xiph/files/patch-configure +++ /dev/null @@ -1,31 +0,0 @@ - -$FreeBSD$ - ---- configure.orig -+++ configure -@@ -22200,8 +22200,8 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - -- #include <speex.h> -- #include <speex_callbacks.h> -+ #include <speex/speex.h> -+ #include <speex/speex_callbacks.h> - #include <ogg/ogg.h> - - int -@@ -22350,10 +22350,10 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - -- #include <speex.h> -- #include <speex_callbacks.h> -- #include <speex_echo.h> -- #include <speex_preprocess.h> -+ #include <speex/speex.h> -+ #include <speex/speex_callbacks.h> -+ #include <speex/speex_echo.h> -+ #include <speex/speex_preprocess.h> - #include <ogg/ogg.h> - - int diff --git a/audio/akode-plugins-xiph/pkg-descr b/audio/akode-plugins-xiph/pkg-descr deleted file mode 100644 index 0f03fbfab8c0..000000000000 --- a/audio/akode-plugins-xiph/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -aKode is a simple audio-decoding frame-work that provides a uniform interface -to decode the most common audio-formats. It also has a direct playback option -for a number of audio-outputs. diff --git a/audio/akode/Makefile b/audio/akode/Makefile deleted file mode 100644 index 8fb31dfc2fc9..000000000000 --- a/audio/akode/Makefile +++ /dev/null @@ -1,78 +0,0 @@ -# Created by: Michael Nottebrock <lofi@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= akode -PORTVERSION= 2.0.2 -PORTREVISION= 2 -PORTEPOCH= 1 -CATEGORIES= audio kde -MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= laszlof -DISTNAME= 30375-${PORTNAME}-${PORTVERSION} - -MAINTAINER= swhetzel@gmail.com -COMMENT= Default KDE audio backend - -LICENSE= LGPL20 -LICENSE_FILE= ${WRKSRC}/COPYING - -CONFLICTS= kdemultimedia-3.[1-3]* - -OPTIONS_DEFINE= FFMPEG JACK MPC MPEG OSS RESAMPLER XIPH -OPTIONS_DEFAULT= MPC MPEG OSS RESAMPLER XIP - -MPC_DESC= Monkey's Audio decoder plugin -RESAMPLER_DESC= Resampler processing plugin -XIPH_DESC= FLAC/Speex/Vorbis decoder plugin - -NO_STAGE= yes -USES= gmake -USE_AUTOTOOLS= libltdl libtool -USE_BZIP2= yes -USE_GCC= any -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_LDCONFIG= yes - -CONFIGURE_ARGS+=--program-transform-name= \ - --with-extra-libs=${LOCALBASE}/lib \ - --with-extra-includes=${LOCALBASE}/include - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MFFMPEG} -RUN_DEPENDS+= ${LOCALBASE}/lib/libakode_ffmpeg_decoder.so:${PORTSDIR}/audio/akode-plugins-ffmpeg -.endif - -.if ${PORT_OPTIONS:MJACK} -RUN_DEPENDS+= ${LOCALBASE}/lib/libakode_jack_sink.so:${PORTSDIR}/audio/akode-plugins-jack -.endif - -.if ${PORT_OPTIONS:MMPC} -RUN_DEPENDS+= ${LOCALBASE}/lib/libakode_mpc_decoder.so:${PORTSDIR}/audio/akode-plugins-mpc -.endif - -.if ${PORT_OPTIONS:MMPEG} -RUN_DEPENDS+= ${LOCALBASE}/lib/libakode_mpeg_decoder.so:${PORTSDIR}/audio/akode-plugins-mpeg -.endif - -.if ${PORT_OPTIONS:MOSS} -RUN_DEPENDS+= ${LOCALBASE}/lib/libakode_oss_sink.so:${PORTSDIR}/audio/akode-plugins-oss -.endif - -.if ${PORT_OPTIONS:MRESAMPLER} -RUN_DEPENDS+= ${LOCALBASE}/lib/libakode_src_resampler.so:${PORTSDIR}/audio/akode-plugins-resampler -.endif - -.if ${PORT_OPTIONS:MXIPH} -RUN_DEPENDS+= ${LOCALBASE}/lib/libakode_xiph_decoder.so:${PORTSDIR}/audio/akode-plugins-xiph -.endif - -post-patch: - @${SETENV} TZ=UTC \ - ${TOUCH} -t 200607222217.01 ${WRKSRC}/akode/lib/akode_export.h.in - ${REINPLACE_CMD} -e 's|akodeplay_LDFLAGS =.*|akodeplay_LDFLAGS = \ - $$(all_libraries) ${PTHREAD_LIBS}|g' \ - ${WRKSRC}/akode/akodeplay/Makefile.in - -.include <bsd.port.mk> diff --git a/audio/akode/distinfo b/audio/akode/distinfo deleted file mode 100644 index f219159938ff..000000000000 --- a/audio/akode/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (30375-akode-2.0.2.tar.bz2) = ad689f7b3531cc3c42fda07c264873360bc0f4a94b90c1a4c91c92a22333a7a6 -SIZE (30375-akode-2.0.2.tar.bz2) = 472605 diff --git a/audio/akode/files/patch-akode_Makefile.in b/audio/akode/files/patch-akode_Makefile.in deleted file mode 100644 index f2d44639a36f..000000000000 --- a/audio/akode/files/patch-akode_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- akode/Makefile.in.orig Tue Nov 29 17:51:19 2005 -+++ akode/Makefile.in Tue Nov 29 17:51:05 2005 -@@ -247,7 +247,7 @@ - unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@ - unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@ - bin_SCRIPTS = akode-config --SUBDIRS = lib plugins akodeplay -+SUBDIRS = lib akodeplay - #>- all: all-recursive - #>+ 1 - all: docs-am all-recursive diff --git a/audio/akode/pkg-descr b/audio/akode/pkg-descr deleted file mode 100644 index 0f03fbfab8c0..000000000000 --- a/audio/akode/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -aKode is a simple audio-decoding frame-work that provides a uniform interface -to decode the most common audio-formats. It also has a direct playback option -for a number of audio-outputs. diff --git a/audio/akode/pkg-plist b/audio/akode/pkg-plist deleted file mode 100644 index 67b32eac9384..000000000000 --- a/audio/akode/pkg-plist +++ /dev/null @@ -1,32 +0,0 @@ -bin/akode-config -bin/akodeplay -include/akode/akode_export.h -include/akode/akodelib.h -include/akode/audiobuffer.h -include/akode/audioconfiguration.h -include/akode/audioframe.h -include/akode/auto_sink.h -include/akode/buffered_decoder.h -include/akode/bytebuffer.h -include/akode/converter.h -include/akode/crossfader.h -include/akode/decoder.h -include/akode/encoder.h -include/akode/fast_resampler.h -include/akode/file.h -include/akode/framedecoder.h -include/akode/localfile.h -include/akode/magic.h -include/akode/mmapfile.h -include/akode/player.h -include/akode/pluginhandler.h -include/akode/resampler.h -include/akode/sink.h -include/akode/void_sink.h -include/akode/volumefilter.h -include/akode/wav_decoder.h -lib/libakode.a -lib/libakode.la -lib/libakode.so -lib/libakode.so.2 -@dirrm include/akode |