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 /audio/akode-plugins-xiph/files | |
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
Diffstat (limited to 'audio/akode-plugins-xiph/files')
5 files changed, 0 insertions, 88 deletions
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 |