diff options
Diffstat (limited to 'media-libs/libsndfile/files')
8 files changed, 0 insertions, 183 deletions
diff --git a/media-libs/libsndfile/files/digest-libsndfile-1.0.10 b/media-libs/libsndfile/files/digest-libsndfile-1.0.10 deleted file mode 100644 index 4748731a098f..000000000000 --- a/media-libs/libsndfile/files/digest-libsndfile-1.0.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 8146c8496b8587a789aafce0f9d7b77d libsndfile-1.0.10.tar.gz 749365 diff --git a/media-libs/libsndfile/files/digest-libsndfile-1.0.12-r1 b/media-libs/libsndfile/files/digest-libsndfile-1.0.12-r1 deleted file mode 100644 index d42009b738e0..000000000000 --- a/media-libs/libsndfile/files/digest-libsndfile-1.0.12-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 03718b7b225b298f41c19620b8906108 libsndfile-1.0.12.tar.gz 798471 -RMD160 ed7d7c93cda1f04260dfec505e05eb6e4874b3b4 libsndfile-1.0.12.tar.gz 798471 -SHA256 cad48cf4d5c1ac867e0551eb25045da9a0706eb33c63dc601064234d117bed7b libsndfile-1.0.12.tar.gz 798471 diff --git a/media-libs/libsndfile/files/digest-libsndfile-1.0.15-r2 b/media-libs/libsndfile/files/digest-libsndfile-1.0.15-r2 deleted file mode 100644 index c690a215e57c..000000000000 --- a/media-libs/libsndfile/files/digest-libsndfile-1.0.15-r2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 4171faabfad0ce550cbe9bf1b065e976 libsndfile-1.0.15.tar.gz 861709 -RMD160 48576a7769ac64727f93f74ba530d051ac134ff2 libsndfile-1.0.15.tar.gz 861709 -SHA256 e31360cd6d84d5c220c636792700f80d2f55a26db695dce5278722ecb70f938c libsndfile-1.0.15.tar.gz 861709 diff --git a/media-libs/libsndfile/files/digest-libsndfile-1.0.16 b/media-libs/libsndfile/files/digest-libsndfile-1.0.16 deleted file mode 100644 index 37a149417b67..000000000000 --- a/media-libs/libsndfile/files/digest-libsndfile-1.0.16 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 773b6639672d39b6342030c7fd1e9719 libsndfile-1.0.16.tar.gz 857117 -RMD160 c77c33284f0083e0375b918edea2cc13a99774f6 libsndfile-1.0.16.tar.gz 857117 -SHA256 79e305112a4d9598b93b614a7747604f9ef10d9a2dee52c5903b554bbeaedd7c libsndfile-1.0.16.tar.gz 857117 diff --git a/media-libs/libsndfile/files/digest-libsndfile-1.0.5 b/media-libs/libsndfile/files/digest-libsndfile-1.0.5 deleted file mode 100644 index 2dae3cc1c066..000000000000 --- a/media-libs/libsndfile/files/digest-libsndfile-1.0.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 41d0c91fbdf88bb26ac5e0eb857bd611 libsndfile-1.0.5.tar.gz 634706 diff --git a/media-libs/libsndfile/files/digest-libsndfile-1.0.9 b/media-libs/libsndfile/files/digest-libsndfile-1.0.9 deleted file mode 100644 index b1feaf4c5de4..000000000000 --- a/media-libs/libsndfile/files/digest-libsndfile-1.0.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 d72ba14354d2d727c81afc16897749a5 libsndfile-1.0.9.tar.gz 776011 diff --git a/media-libs/libsndfile/files/libsndfile-1.0.12-flac.patch b/media-libs/libsndfile/files/libsndfile-1.0.12-flac.patch deleted file mode 100644 index 38599e673ec3..000000000000 --- a/media-libs/libsndfile/files/libsndfile-1.0.12-flac.patch +++ /dev/null @@ -1,30 +0,0 @@ -Make flac dependency optional by providing a --without-flac option, as -requested in bug #114228. - -Index: libsndfile-1.0.12/configure.ac -=================================================================== ---- libsndfile-1.0.12.orig/configure.ac -+++ libsndfile-1.0.12/configure.ac -@@ -322,15 +322,19 @@ if test x$ac_cv_header_alsa_asoundlib_h - #==================================================================================== - # Check for FLAC - --FLAC_LIBS="" --AC_CHECK_HEADERS(FLAC/all.h) --if test x$ac_cv_header_FLAC_all_h = xyes ; then -+AC_ARG_WITH([flac], AC_HELP_STRING([--without-flac], [Disable FLAC support (default: check)])) -+ -+if test "x$with_flac" != "xno"; then -+ FLAC_LIBS="" -+ AC_CHECK_HEADERS(FLAC/all.h) -+ if test x$ac_cv_header_FLAC_all_h = xyes ; then - AC_CHECK_LIB(FLAC, FLAC__seekable_stream_encoder_set_tell_callback, HAVE_FLAC_1_1_1="yes") - if test "x$HAVE_FLAC_1_1_1" = xyes ; then - AC_DEFINE(HAVE_FLAC_1_1_1, [1], [Define to 1 if you have libflac 1.1.1]) - fi - FLAC_LIBS="-lFLAC" - fi -+fi - - #==================================================================================== - # Test for sanity when cross-compiling. diff --git a/media-libs/libsndfile/files/libsndfile-1.0.15-ac-arg-fixes.patch b/media-libs/libsndfile/files/libsndfile-1.0.15-ac-arg-fixes.patch deleted file mode 100644 index 10db37dda280..000000000000 --- a/media-libs/libsndfile/files/libsndfile-1.0.15-ac-arg-fixes.patch +++ /dev/null @@ -1,141 +0,0 @@ -Index: libsndfile-1.0.15/configure.ac -=================================================================== ---- libsndfile-1.0.15.orig/configure.ac -+++ libsndfile-1.0.15/configure.ac -@@ -71,46 +71,37 @@ SHLIB_VERSION_ARG="" - # Finished checking, handle options. - - AC_ARG_ENABLE(experimental, -- AC_HELP_STRING([--enable-experimental], [enable experimental code]), -- ac_arg_experimental=yes, ac_arg_experimental=no) -+ AC_HELP_STRING([--enable-experimental], [enable experimental code])) - - EXPERIMENTAL_CODE=0 --if test x$ac_arg_experimental = xyes ; then -+if test x$enable_experimental = xyes ; then - EXPERIMENTAL_CODE=1 - fi - AC_DEFINE_UNQUOTED([ENABLE_EXPERIMENTAL_CODE],${EXPERIMENTAL_CODE}, [Set to 1 to enable experimental code.]) - - AC_ARG_ENABLE(gcc-werror, -- AC_HELP_STRING([--enable-gcc-werror], [enable -Werror in all Makefiles]), -- ac_arg_gcc_werror=yes, ac_arg_gcc_werror=no) -+ AC_HELP_STRING([--enable-gcc-werror], [enable -Werror in all Makefiles])) - - AC_ARG_ENABLE(gcc-pipe, -- AC_HELP_STRING([--disable-gcc-pipe], [disable gcc -pipe option]), -- ac_arg_gcc_pipe="N", ac_arg_gcc_pipe="Y") -+ AC_HELP_STRING([--disable-gcc-pipe], [disable gcc -pipe option])) - - AC_ARG_ENABLE(gcc-opt, -- AC_HELP_STRING([--disable-gcc-opt], [disable gcc optimisations]), -- ac_arg_gcc_opt="N", ac_arg_gcc_opt="Y") -+ AC_HELP_STRING([--disable-gcc-opt], [disable gcc optimisations])) - - AC_ARG_ENABLE(cpu-clip, -- AC_HELP_STRING([--disable-cpu-clip], [disable tricky cpu specific clipper]), -- ac_arg_cpu_clip="N", ac_arg_cpu_clip="Y") -+ AC_HELP_STRING([--disable-cpu-clip], [disable tricky cpu specific clipper])) - - AC_ARG_ENABLE(bow-docs, -- AC_HELP_STRING([--enable-bow-docs], [enable black-on-white html docs]), -- ac_arg_bow_docs="Y", ac_arg_bow_docs="N") -+ AC_HELP_STRING([--enable-bow-docs], [enable black-on-white html docs])) - - AC_ARG_ENABLE(sqlite, -- AC_HELP_STRING([--disable-sqlite], [disable use of sqlite]), -- ac_arg_enable_sqlite=no, ac_arg_enable_sqlite=yes) -+ AC_HELP_STRING([--disable-sqlite], [disable use of sqlite])) - - AC_ARG_ENABLE(flac, -- AC_HELP_STRING([--disable-flac], [disable use of FLAC]), -- ac_arg_enable_flac=no, ac_arg_enable_flac=yes) -+ AC_HELP_STRING([--disable-flac], [disable use of FLAC])) - - AC_ARG_ENABLE(alsa, -- AC_HELP_STRING([--disable-alsa], [disable use of ALSA]), -- ac_arg_enable_alsa=no, ac_arg_enable_alsa=yes) -+ AC_HELP_STRING([--disable-alsa], [disable use of ALSA])) - - #==================================================================================== - # Check types and their sizes. -@@ -261,7 +252,7 @@ case "$host_os" in - # Check for libsqlite3 (only used in regtest). - - ac_cv_sqlite3=no --if test x$ac_arg_enable_sqlite = xyes ; then -+if test x$enable_sqlite != xno ; then - PKG_CHECK_MODULES(SQLITE3, sqlite3 >= 3.2, ac_cv_sqlite3=yes, ac_cv_sqlite3=no) - fi - -@@ -276,7 +267,7 @@ AC_DEFINE_UNQUOTED([HAVE_SQLITE3],$HAVE_ - #==================================================================================== - # Determine if the processor can do clipping on float to int conversions. - --if test x$ac_arg_cpu_clip = "xY" ; then -+if test x$enable_cpu_clip != "xno" ; then - AC_C_CLIP_MODE - else - echo "checking processor clipping capabilities... disabled" -@@ -324,7 +315,7 @@ AC_DEFINE_UNQUOTED(USE_WINDOWS_API, ${us - - ALSA_LIBS="" - --if test x$ac_arg_enable_alsa = xyes ; then -+if test x$enable_alsa != xno ; then - AC_CHECK_HEADERS(alsa/asoundlib.h) - if test x$ac_cv_header_alsa_asoundlib_h = xyes ; then - ALSA_LIBS="-lasound" -@@ -336,7 +327,7 @@ if test x$ac_arg_enable_alsa = xyes ; th - - FLAC_LIBS="" - --if test x$ac_arg_enable_flac = xyes ; then -+if test x$enable_flac != xno ; then - AC_CHECK_HEADERS(FLAC/all.h) - if test x$ac_cv_header_FLAC_all_h = xyes ; then - AC_CHECK_LIB(FLAC, FLAC__seekable_stream_encoder_set_tell_callback, HAVE_FLAC_1_1_1="yes") -@@ -398,7 +389,7 @@ else - htmldocdir=$prefix/share/doc/libsndfile1-dev/html - fi - --if test x$ac_arg_bow_docs = "xY" ; then -+if test x$enable_bow_docs = "xyes" ; then - HTML_BGCOLOUR="white" - HTML_FGCOLOUR="black" - else -@@ -416,14 +407,14 @@ if test x$ac_cv_c_compiler_gnu = xyes ; - - AC_ADD_CFLAGS(-Wdeclaration-after-statement) - -- if test x$ac_arg_gcc_werror = "xyes" ; then -+ if test x$enable_gcc_werror = "xyes" ; then - CFLAGS="-Werror $CFLAGS" - fi - - CFLAGS="$CFLAGS -Wstrict-prototypes -Wmissing-prototypes -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wbad-function-cast -Wwrite-strings" - # -Wpointer-arith -Wundef -Wmissing-declarations -Winline -Wconversion" - -- if test "$ac_arg_gcc_opt" = "N" ; then -+ if test "x$enable_gcc_opt" = "xno" ; then - temp_CFLAGS=`echo $CFLAGS | sed "s/O2/O0/"` - CFLAGS=$temp_CFLAGS - AC_MSG_WARN([[*** Compiler optimisations switched off. ***]]) -@@ -450,7 +441,7 @@ if test x$ac_cv_c_compiler_gnu = xyes ; - *) - ;; - esac -- if test x$ac_arg_gcc_pipe != "xN" ; then -+ if test x$enable_gcc_pipe != "xno" ; then - CFLAGS="$CFLAGS -pipe" - fi - -@@ -502,7 +493,7 @@ AC_MSG_RESULT([ - Configuration summary : - - Version : ..................... ${VERSION} -- Experimental code : ........... ${ac_arg_experimental} -+ Experimental code : ........... ${enable_experimental:-no} - ]) - - if test x$ac_cv_c_compiler_gnu = xyes ; then |