diff options
Diffstat (limited to 'audio/alsaplayer/files')
-rw-r--r-- | audio/alsaplayer/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | audio/alsaplayer/files/patch-app::CorePlayer.cpp | 10 | ||||
-rw-r--r-- | audio/alsaplayer/files/patch-app::Makefile.in | 11 | ||||
-rw-r--r-- | audio/alsaplayer/files/patch-app_AlsaNode.cpp | 12 | ||||
-rw-r--r-- | audio/alsaplayer/files/patch-configure | 60 | ||||
-rw-r--r-- | audio/alsaplayer/files/patch-input::sndfile::sndfile_engine.c | 10 | ||||
-rw-r--r-- | audio/alsaplayer/files/patch-input_audiofile_audiofile_engine.c | 10 | ||||
-rw-r--r-- | audio/alsaplayer/files/patch-scopes::monoscope::monoscope.c | 11 |
8 files changed, 135 insertions, 0 deletions
diff --git a/audio/alsaplayer/files/patch-Makefile.in b/audio/alsaplayer/files/patch-Makefile.in new file mode 100644 index 000000000000..b908b79be61a --- /dev/null +++ b/audio/alsaplayer/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in-orig Tue Jun 17 17:34:25 2003 ++++ Makefile.in Tue Jun 17 17:34:43 2003 +@@ -228,7 +228,7 @@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ + AUTOMAKE_OPTIONS = foreign +-SUBDIRS = interface output input scopes app alsaplayer extra docs \ ++SUBDIRS = interface output input scopes app alsaplayer extra \ + libalsaplayer examples m4 reader + + diff --git a/audio/alsaplayer/files/patch-app::CorePlayer.cpp b/audio/alsaplayer/files/patch-app::CorePlayer.cpp new file mode 100644 index 000000000000..6ac307a37579 --- /dev/null +++ b/audio/alsaplayer/files/patch-app::CorePlayer.cpp @@ -0,0 +1,10 @@ +--- app/CorePlayer.cpp-orig Wed Jun 18 13:48:49 2003 ++++ app/CorePlayer.cpp Wed Jun 18 13:52:02 2003 +@@ -1165,6 +1165,7 @@ + //alsaplayer_error("producer: waiting for free buffer"); + pthread_mutex_lock(&obj->counter_mutex); + //alsaplayer_error("producer: unblocked"); ++ dosleep(1000); + } + } + //alsaplayer_error("Exitting producer_func (producing = %d)", obj->producing); diff --git a/audio/alsaplayer/files/patch-app::Makefile.in b/audio/alsaplayer/files/patch-app::Makefile.in new file mode 100644 index 000000000000..7ef74faffa48 --- /dev/null +++ b/audio/alsaplayer/files/patch-app::Makefile.in @@ -0,0 +1,11 @@ +--- app/Makefile.in-orig Tue Jun 17 17:33:15 2003 ++++ app/Makefile.in Tue Jun 17 17:33:33 2003 +@@ -149,7 +149,7 @@ + LIBMIKMOD_LIBS = @LIBMIKMOD_LIBS@ + LIBOBJS = @LIBOBJS@ + +-LIBS = -lpthread -ldl $(SUN_LIBS) ++LIBS = -pthread $(SUN_LIBS) + LIBTOOL = @LIBTOOL@ + LN_S = @LN_S@ + LTLIBOBJS = @LTLIBOBJS@ diff --git a/audio/alsaplayer/files/patch-app_AlsaNode.cpp b/audio/alsaplayer/files/patch-app_AlsaNode.cpp new file mode 100644 index 000000000000..f1fb9d5598f7 --- /dev/null +++ b/audio/alsaplayer/files/patch-app_AlsaNode.cpp @@ -0,0 +1,12 @@ +--- app/AlsaNode.cpp.orig Sun Jun 29 20:14:02 2003 ++++ app/AlsaNode.cpp Sun Jun 29 20:14:10 2003 +@@ -23,8 +23,8 @@ + #include "AlsaPlayer.h" + #include "config.h" + #include "prefs.h" +-#include <sys/mman.h> + #include <sys/types.h> ++#include <sys/mman.h> + #include <sys/stat.h> + #ifdef USE_REALTIME + #include <sched.h> diff --git a/audio/alsaplayer/files/patch-configure b/audio/alsaplayer/files/patch-configure new file mode 100644 index 000000000000..e5b0eb1bb0b0 --- /dev/null +++ b/audio/alsaplayer/files/patch-configure @@ -0,0 +1,60 @@ +--- configure.orig Wed Apr 23 19:21:24 2003 ++++ configure Mon Jun 30 00:08:58 2003 +@@ -2591,13 +2591,13 @@ + CFLAGS=$ac_save_CFLAGS + elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then +- CFLAGS="-g -O2" ++ CFLAGS="-g" + else + CFLAGS="-g" + fi + else + if test "$GCC" = yes; then +- CFLAGS="-O2" ++ CFLAGS="" + else + CFLAGS= + fi +@@ -3419,13 +3419,13 @@ + CXXFLAGS=$ac_save_CXXFLAGS + elif test $ac_cv_prog_cxx_g = yes; then + if test "$GXX" = yes; then +- CXXFLAGS="-g -O2" ++ CXXFLAGS="-g" + else + CXXFLAGS="-g" + fi + else + if test "$GXX" = yes; then +- CXXFLAGS="-O2" ++ CXXFLAGS="" + else + CXXFLAGS= + fi +@@ -8351,6 +8351,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -14618,7 +14619,7 @@ + echo "$as_me:$LINENO: checking for gcc optimization flags" >&5 + echo $ECHO_N "checking for gcc optimization flags... $ECHO_C" >&6 + old_cflags=$CFLAGS +-CFLAGS="$CFLAGS -O2 -fexpensive-optimizations -funroll-loops -finline-functions -ffast-math -Wall" ++CFLAGS="$CFLAGS -fexpensive-optimizations -funroll-loops -finline-functions -ffast-math -Wall" + cat >conftest.$ac_ext <<_ACEOF + #line $LINENO "configure" + /* confdefs.h. */ +@@ -14647,7 +14648,7 @@ + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then +- EXTRA_OPT_CFLAGS="-O2 -fexpensive-optimizations -funroll-loops -finline-functions -ffast-math -Wall" ++ EXTRA_OPT_CFLAGS="-fexpensive-optimizations -funroll-loops -finline-functions -ffast-math -Wall" + else + echo "$as_me: failed program was:" >&5 + sed 's/^/| /' conftest.$ac_ext >&5 diff --git a/audio/alsaplayer/files/patch-input::sndfile::sndfile_engine.c b/audio/alsaplayer/files/patch-input::sndfile::sndfile_engine.c new file mode 100644 index 000000000000..fa08a4b2bcd6 --- /dev/null +++ b/audio/alsaplayer/files/patch-input::sndfile::sndfile_engine.c @@ -0,0 +1,10 @@ +--- input/sndfile/sndfile_engine.c-orig Tue Jun 17 16:43:57 2003 ++++ input/sndfile/sndfile_engine.c Tue Jun 17 16:44:12 2003 +@@ -20,7 +20,6 @@ + */ + + #include <stdio.h> +-#include <alloca.h> + #include <stdlib.h> + #include <limits.h> + #include <string.h> diff --git a/audio/alsaplayer/files/patch-input_audiofile_audiofile_engine.c b/audio/alsaplayer/files/patch-input_audiofile_audiofile_engine.c new file mode 100644 index 000000000000..174c20971709 --- /dev/null +++ b/audio/alsaplayer/files/patch-input_audiofile_audiofile_engine.c @@ -0,0 +1,10 @@ +--- input/audiofile/audiofile_engine.c.orig Sun Jun 29 21:24:22 2003 ++++ input/audiofile/audiofile_engine.c Sun Jun 29 21:24:26 2003 +@@ -18,7 +18,6 @@ + */ + + #include <stdio.h> +-#include <alloca.h> + #include <stdlib.h> + #include <limits.h> + #include <string.h> diff --git a/audio/alsaplayer/files/patch-scopes::monoscope::monoscope.c b/audio/alsaplayer/files/patch-scopes::monoscope::monoscope.c new file mode 100644 index 000000000000..3995860aebb3 --- /dev/null +++ b/audio/alsaplayer/files/patch-scopes::monoscope::monoscope.c @@ -0,0 +1,11 @@ +--- scopes/monoscope/monoscope.c-orig Thu Jun 19 11:15:16 2003 ++++ scopes/monoscope/monoscope.c Thu Jun 19 11:15:22 2003 +@@ -103,7 +103,7 @@ + pthread_mutex_lock(&update_mutex); + memcpy (copyEq, newEq, sizeof (short) * CONVOLVE_BIG); + thisEq = copyEq; +-#if 1 ++#if 0 + val = convolve_match (avgEq, copyEq, state); + thisEq += val; + #endif |