diff --git a/packages/multimedia/SDL/meta b/packages/multimedia/SDL/meta index b6adedb2c8..a2965e3efb 100644 --- a/packages/multimedia/SDL/meta +++ b/packages/multimedia/SDL/meta @@ -19,7 +19,7 @@ ################################################################################ PKG_NAME="SDL" -PKG_VERSION="1.2.14" +PKG_VERSION="1.2.15" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="GPL" @@ -33,7 +33,7 @@ PKG_SHORTDESC="libsdl: A cross-platform Graphic API" PKG_LONGDESC="Simple DirectMedia Layer is a cross-platform multimedia library designed to provide fast access to the graphics framebuffer and audio device. It is used by MPEG playback software, emulators, and many popular games, including the award winning Linux port of 'Civilization: Call To Power.' Simple DirectMedia Layer supports Linux, Win32, BeOS, MacOS, Solaris, IRIX, and FreeBSD." PKG_IS_ADDON="no" -PKG_AUTORECONF="" +PKG_AUTORECONF="no" if [ "$PULSEAUDIO_SUPPORT" = yes ]; then PKG_DEPENDS="$PKG_DEPENDS pulseaudio" diff --git a/packages/multimedia/SDL/patches/SDL-1.2.14-audiodriver.patch b/packages/multimedia/SDL/patches/SDL-1.2.14-audiodriver.patch deleted file mode 100644 index c604e40c69..0000000000 --- a/packages/multimedia/SDL/patches/SDL-1.2.14-audiodriver.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- SDL-1.2.14/src/audio/SDL_audio.c 2009-10-13 18:25:35.000000000 +0800 -+++ SDL-1.2.14-new/src/audio/SDL_audio.c 2010-01-08 15:29:35.000000000 +0800 -@@ -36,15 +36,15 @@ - - /* Available audio drivers */ - static AudioBootStrap *bootstrap[] = { --#if SDL_AUDIO_DRIVER_BSD -- &BSD_AUDIO_bootstrap, --#endif - #if SDL_AUDIO_DRIVER_PULSE - &PULSE_bootstrap, - #endif - #if SDL_AUDIO_DRIVER_ALSA - &ALSA_bootstrap, - #endif -+#if SDL_AUDIO_DRIVER_BSD -+ &BSD_AUDIO_bootstrap, -+#endif - #if SDL_AUDIO_DRIVER_OSS - &DSP_bootstrap, - &DMA_bootstrap, diff --git a/packages/multimedia/SDL/patches/SDL-1.2.14-configure.patch b/packages/multimedia/SDL/patches/SDL-1.2.15-configure.patch similarity index 100% rename from packages/multimedia/SDL/patches/SDL-1.2.14-configure.patch rename to packages/multimedia/SDL/patches/SDL-1.2.15-configure.patch diff --git a/packages/multimedia/SDL/patches/SDL-1.2.14-rh484362.patch b/packages/multimedia/SDL/patches/SDL-1.2.15-rh484362.patch similarity index 100% rename from packages/multimedia/SDL/patches/SDL-1.2.14-rh484362.patch rename to packages/multimedia/SDL/patches/SDL-1.2.15-rh484362.patch