diff options
author | 2004-03-12 20:37:33 +0000 | |
---|---|---|
committer | 2004-03-12 20:37:33 +0000 | |
commit | a08161866cd522ea6efa3f7b16904265037e68cd (patch) | |
tree | 8e608615646f52ef012a74af8a96dfde1f192680 /kde-base/arts/files | |
parent | stable on sparc (diff) | |
download | historical-a08161866cd522ea6efa3f7b16904265037e68cd.tar.gz historical-a08161866cd522ea6efa3f7b16904265037e68cd.tar.bz2 historical-a08161866cd522ea6efa3f7b16904265037e68cd.zip |
x86 stable and cleanups
Diffstat (limited to 'kde-base/arts/files')
-rw-r--r-- | kde-base/arts/files/arts-1.1.4-alsafix.diff | 48 | ||||
-rw-r--r-- | kde-base/arts/files/arts-1.1.4-amd64.patch | 12 | ||||
-rw-r--r-- | kde-base/arts/files/digest-arts-1.1.4 | 1 |
3 files changed, 0 insertions, 61 deletions
diff --git a/kde-base/arts/files/arts-1.1.4-alsafix.diff b/kde-base/arts/files/arts-1.1.4-alsafix.diff deleted file mode 100644 index 09e6aa68617b..000000000000 --- a/kde-base/arts/files/arts-1.1.4-alsafix.diff +++ /dev/null @@ -1,48 +0,0 @@ ---- arts/configure.in.in 2003/09/03 00:02:52 1.81.2.7 -+++ arts/configure.in.in 2003/11/24 15:53:20 1.81.2.8 -@@ -497,6 +497,26 @@ AC_DEFUN([AC_CHECK_LIBASOUND], - #include <alsa/asoundlib.h> - #endif - ],[ -+ #if (SND_LIB_MAJOR == 1) && (SND_LIB_MINOR == 0) -+ /* we have ALSA 1.x */ -+ #else -+ #error not ALSA 1.x -+ #endif -+ ], -+ kde_has_alsa_1_0=yes, -+ kde_has_alsa_1_0=no) -+ fi -+ -+ if test "x$kde_has_asoundlib" = "xyes"; then -+ AC_TRY_COMPILE([ -+ #include "confdefs.h" -+ #ifdef HAVE_SYS_ASOUNDLIB_H -+ #include <sys/asoundlib.h> -+ #endif -+ #ifdef HAVE_ALSA_ASOUNDLIB_H -+ #include <alsa/asoundlib.h> -+ #endif -+ ],[ - #if (SND_LIB_MAJOR == 0) && (SND_LIB_MINOR == 5) - /* we have ALSA 0.5.x */ - #else -@@ -523,6 +543,18 @@ AC_DEFUN([AC_CHECK_LIBASOUND], - AC_DEFINE(HAVE_SND_PCM_RESUME, 1, - [Define if libasound has snd_pcm_resume()])]) - fi -+ if test "x$kde_has_alsa_1_0" = "xyes"; then -+ LIBASOUND="-lasound" -+ AC_DEFINE(HAVE_LIBASOUND2, 1, -+ [Define if you have libasound.so.2 (required for ALSA 0.9.x/1.x support)]) -+ AC_DEFINE(ALSA_PCM_OLD_SW_PARAMS_API, 1, -+ [Define if you have alsa 1.x]) -+ AC_DEFINE(ALSA_PCM_OLD_HW_PARAMS_API, 1, -+ [Define if you have alsa 1.x]) -+ AC_CHECK_LIB(asound,snd_pcm_resume,[ -+ AC_DEFINE(HAVE_SND_PCM_RESUME, 1, -+ [Define if libasound has snd_pcm_resume()])]) -+ fi - ]) - fi - AC_SUBST(LIBASOUND) diff --git a/kde-base/arts/files/arts-1.1.4-amd64.patch b/kde-base/arts/files/arts-1.1.4-amd64.patch deleted file mode 100644 index 61fe8f9c06e8..000000000000 --- a/kde-base/arts/files/arts-1.1.4-amd64.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- flow/gsl/gslglib.h 2003-07-13 15:33:38.000000000 -0400 -+++ flow/gsl/gslglib.h 2003-09-27 18:12:04.368204936 -0400 -@@ -507,6 +507,9 @@ - #if !defined (G_VA_COPY) - # if defined (__GNUC__) && ( defined (__PPC__) || defined (__s390__) ) && (defined (_CALL_SYSV) || defined (_WIN32) || defined (__s390__) ) - # define G_VA_COPY(ap1, ap2) (*(ap1) = *(ap2)) -+# elif defined (__x86_64__) -+# include <stdarg.h> -+# define G_VA_COPY(ap1, ap2) __va_copy((ap1), (ap2)) - # elif defined (G_VA_COPY_AS_ARRAY) - # define G_VA_COPY(ap1, ap2) g_memmove ((ap1), (ap2), sizeof (va_list)) - # else /* va_list is a pointer */ diff --git a/kde-base/arts/files/digest-arts-1.1.4 b/kde-base/arts/files/digest-arts-1.1.4 deleted file mode 100644 index 6cdfa961e81e..000000000000 --- a/kde-base/arts/files/digest-arts-1.1.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 aa4bef1e80cd3795e3fd832471e348e9 arts-1.1.4.tar.bz2 987612 |