summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia/libsdl-mixer
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2012-12-15 17:54:06 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2012-12-16 21:11:45 +0100
commit4b5d2af979c17c6a2a65a6ea9a4e7f41414c9feb (patch)
tree623d99a05d7f9077fd496b64ab15faa314b06414 /meta-oe/recipes-multimedia/libsdl-mixer
parent70129e0cd109f03cd7b888b20edddd0d85442b56 (diff)
downloadmeta-openembedded-4b5d2af979c17c6a2a65a6ea9a4e7f41414c9feb.tar.gz
libsdl-mixer: update to upstream version 1.2.12
Now uses zlib license. Dropped fix-flac-madness patch as upsream configure check in question now uses AC_TRY_COMPILE instead of AC_TRY_RUN. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia/libsdl-mixer')
-rw-r--r--meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer/configure.patch9
-rw-r--r--meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer/fix-flac-madness.diff28
-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 @@
1Index: SDL_mixer-1.2.11/configure.in 1diff -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 @@
1DESCRIPTION = "Simple DirectMedia Layer mixer library." 1DESCRIPTION = "Simple DirectMedia Layer mixer library."
2SECTION = "libs" 2SECTION = "libs"
3DEPENDS = "virtual/libsdl flac libmikmod libvorbis ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad', d)}" 3DEPENDS = "virtual/libsdl flac libmikmod libvorbis ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad', d)}"
4LICENSE = "LGPLv2.1" 4LICENSE = "zlib"
5LIC_FILES_CHKSUM = "file://COPYING;md5=27818cd7fd83877a8e3ef82b82798ef4" 5LIC_FILES_CHKSUM = "file://COPYING;md5=a37a47a0e579e461474cd03b9e05199d"
6 6
7SRC_URI = "http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-${PV}.tar.gz \ 7SRC_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 "
11SRC_URI[md5sum] = "65ada3d997fe85109191a5fb083f248c" 10
12SRC_URI[sha256sum] = "86145ac39cac6d2c6169c226f937648dca5e89dcd828751763dd174fa9af9cf9" 11SRC_URI[md5sum] = "e03ff73d77a55e3572ad0217131dc4a1"
12SRC_URI[sha256sum] = "1644308279a975799049e4826af2cfc787cad2abb11aa14562e402521f86992a"
13 13
14S = "${WORKDIR}/SDL_mixer-${PV}" 14S = "${WORKDIR}/SDL_mixer-${PV}"
15 15