diff options
-rw-r--r-- | meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer/configure.patch | 9 | ||||
-rw-r--r-- | meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer/fix-flac-madness.diff | 28 | ||||
-rw-r--r-- | meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer_1.2.12.bb (renamed from meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer_1.2.11.bb) | 10 |
3 files changed, 9 insertions, 38 deletions
diff --git a/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer/configure.patch b/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer/configure.patch index 7cc69e057..4c9e8d094 100644 --- a/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer/configure.patch +++ b/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer/configure.patch | |||
@@ -1,11 +1,10 @@ | |||
1 | Index: SDL_mixer-1.2.11/configure.in | 1 | diff -Nurd SDL_mixer-1.2.12/configure.in SDL_mixer-1.2.12/configure.in |
2 | =================================================================== | 2 | --- SDL_mixer-1.2.12/configure.in 2012-01-16 00:01:05.000000000 +0200 |
3 | --- SDL_mixer-1.2.11.orig/configure.in 2011-02-15 11:54:23.929086120 +0100 | 3 | +++ SDL_mixer-1.2.12/configure.in 2012-12-15 04:08:04.627871456 +0200 |
4 | +++ SDL_mixer-1.2.11/configure.in 2011-02-15 11:56:53.745736645 +0100 | ||
5 | @@ -1,6 +1,5 @@ | 4 | @@ -1,6 +1,5 @@ |
6 | dnl Process this file with autoconf to produce a configure script. | 5 | dnl Process this file with autoconf to produce a configure script. |
7 | AC_INIT(README) | 6 | AC_INIT(README) |
8 | -AC_CONFIG_AUX_DIRS($srcdir/build-scripts) | 7 | -AC_CONFIG_AUX_DIR(build-scripts) |
9 | 8 | ||
10 | dnl Set various version strings - taken gratefully from the GTk sources | 9 | dnl Set various version strings - taken gratefully from the GTk sources |
11 | 10 | ||
diff --git a/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer/fix-flac-madness.diff b/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer/fix-flac-madness.diff deleted file mode 100644 index 48fe88ef4..000000000 --- a/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer/fix-flac-madness.diff +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | --- /tmp/configure.in 2009-12-02 16:18:33.000000000 +0100 | ||
2 | +++ SDL_mixer-1.2.11/configure.in 2009-12-02 16:20:02.000000000 +0100 | ||
3 | @@ -413,24 +413,7 @@ | ||
4 | [], [enable_music_flac_shared=yes]) | ||
5 | if test x$enable_music_flac = xyes; then | ||
6 | AC_CHECK_HEADER([FLAC/export.h], [have_flac_export=yes]) | ||
7 | - if test x$have_flac_export = xyes; then | ||
8 | - LIBS_SAVED="$LIBS" | ||
9 | - LIBS="-lFLAC" | ||
10 | - AC_MSG_CHECKING([for libflac so-name version >= $libflac_ver]) | ||
11 | - AC_TRY_RUN([ | ||
12 | -#include "FLAC/export.h" | ||
13 | -#include "stdio.h" | ||
14 | -int main( int argc, char *argv[] ) { | ||
15 | -#if defined(FLAC_API_VERSION_CURRENT) && (FLAC_API_VERSION_CURRENT >= $libflac_ver) | ||
16 | - return 0; | ||
17 | -#else | ||
18 | - return 1; | ||
19 | -#endif | ||
20 | -} | ||
21 | -], have_flac_ver=yes, have_flac_ver=no) | ||
22 | - LIBS="$LIBS_SAVED" | ||
23 | - AC_MSG_RESULT($have_flac_ver) | ||
24 | - fi | ||
25 | + have_flac_ver=yes | ||
26 | |||
27 | if test x$have_flac_ver = xyes; then | ||
28 | AC_CHECK_HEADER([FLAC/stream_decoder.h], [have_flac_hdr=yes]) | ||
diff --git a/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer_1.2.11.bb b/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer_1.2.12.bb index bccbc50fc..c8fa6ca46 100644 --- a/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer_1.2.11.bb +++ b/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer_1.2.12.bb | |||
@@ -1,15 +1,15 @@ | |||
1 | DESCRIPTION = "Simple DirectMedia Layer mixer library." | 1 | DESCRIPTION = "Simple DirectMedia Layer mixer library." |
2 | SECTION = "libs" | 2 | SECTION = "libs" |
3 | DEPENDS = "virtual/libsdl flac libmikmod libvorbis ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad', d)}" | 3 | DEPENDS = "virtual/libsdl flac libmikmod libvorbis ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad', d)}" |
4 | LICENSE = "LGPLv2.1" | 4 | LICENSE = "zlib" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=27818cd7fd83877a8e3ef82b82798ef4" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=a37a47a0e579e461474cd03b9e05199d" |
6 | 6 | ||
7 | SRC_URI = "http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-${PV}.tar.gz \ | 7 | SRC_URI = "http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-${PV}.tar.gz \ |
8 | file://fix-flac-madness.diff \ | ||
9 | file://configure.patch \ | 8 | file://configure.patch \ |
10 | " | 9 | " |
11 | SRC_URI[md5sum] = "65ada3d997fe85109191a5fb083f248c" | 10 | |
12 | SRC_URI[sha256sum] = "86145ac39cac6d2c6169c226f937648dca5e89dcd828751763dd174fa9af9cf9" | 11 | SRC_URI[md5sum] = "e03ff73d77a55e3572ad0217131dc4a1" |
12 | SRC_URI[sha256sum] = "1644308279a975799049e4826af2cfc787cad2abb11aa14562e402521f86992a" | ||
13 | 13 | ||
14 | S = "${WORKDIR}/SDL_mixer-${PV}" | 14 | S = "${WORKDIR}/SDL_mixer-${PV}" |
15 | 15 | ||