summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2016-12-16 14:23:37 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2016-12-26 08:24:07 +0100
commita21cdb62c6c454c8c837b558ba11043f362c76e9 (patch)
tree51c96e47395d6f009397f89bd4671b9c1193f082 /meta-oe/recipes-multimedia
parent58fbe56044cdd7e48c5cd5c31a85dfce06de8464 (diff)
downloadmeta-openembedded-a21cdb62c6c454c8c837b558ba11043f362c76e9.tar.gz
esound: fix build after update of audiofile
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia')
-rw-r--r--meta-oe/recipes-multimedia/esound/esound/0001-replace-missing-AM_PATH_AUDIOFILE-by-PKG_CHECK_MODUL.patch31
-rw-r--r--meta-oe/recipes-multimedia/esound/esound_0.2.36.bb11
2 files changed, 38 insertions, 4 deletions
diff --git a/meta-oe/recipes-multimedia/esound/esound/0001-replace-missing-AM_PATH_AUDIOFILE-by-PKG_CHECK_MODUL.patch b/meta-oe/recipes-multimedia/esound/esound/0001-replace-missing-AM_PATH_AUDIOFILE-by-PKG_CHECK_MODUL.patch
new file mode 100644
index 000000000..89c97a4fc
--- /dev/null
+++ b/meta-oe/recipes-multimedia/esound/esound/0001-replace-missing-AM_PATH_AUDIOFILE-by-PKG_CHECK_MODUL.patch
@@ -0,0 +1,31 @@
1From 218e0702d6ce4d2cb20d5d108daa16afca2b7c41 Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
3Date: Fri, 16 Dec 2016 13:22:51 +0100
4Subject: [PATCH] replace missing AM_PATH_AUDIOFILE by PKG_CHECK_MODULES(
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9Upstrem-Status: Pending
10
11Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
12---
13 configure.ac | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16diff --git a/configure.ac b/configure.ac
17index 486c492..dccfd1b 100644
18--- a/configure.ac
19+++ b/configure.ac
20@@ -353,7 +353,7 @@ echo "---------------------------------------------------------------------"
21 echo "--- Checking for the audiofile library. NOTE: This library is now"
22 echo "--- REQUIRED from proper compilation of the esound package."
23
24-AM_PATH_AUDIOFILE(0.1.5, [
25+PKG_CHECK_MODULES(AUDIOFILE, audiofile, [
26
27 build_esdplay=true
28 echo "--- libaudiofile found. Building esound with audiofile support"
29--
302.7.4
31
diff --git a/meta-oe/recipes-multimedia/esound/esound_0.2.36.bb b/meta-oe/recipes-multimedia/esound/esound_0.2.36.bb
index 035358d54..dc6c3665e 100644
--- a/meta-oe/recipes-multimedia/esound/esound_0.2.36.bb
+++ b/meta-oe/recipes-multimedia/esound/esound_0.2.36.bb
@@ -8,10 +8,13 @@ inherit gnome binconfig
8 8
9PR = "r1" 9PR = "r1"
10 10
11SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/esound/0.2/esound-0.2.36.tar.bz2;name=archive \ 11SRC_URI = " \
12 file://esound_0.2.36-1ubuntu5.diff.gz \ 12 ftp://ftp.gnome.org/pub/GNOME/sources/esound/0.2/esound-0.2.36.tar.bz2;name=archive \
13 file://no-docs.patch \ 13 file://esound_0.2.36-1ubuntu5.diff.gz \
14 file://configure-fix.patch" 14 file://no-docs.patch \
15 file://configure-fix.patch \
16 file://0001-replace-missing-AM_PATH_AUDIOFILE-by-PKG_CHECK_MODUL.patch \
17"
15 18
16SRC_URI[archive.md5sum] = "3facb5aa0115cc1c31771b9ad454ae76" 19SRC_URI[archive.md5sum] = "3facb5aa0115cc1c31771b9ad454ae76"
17SRC_URI[archive.sha256sum] = "68bf399fcbd45c5e9ba99cd13a3a479e4ef2bc5dc52e540ffa00aef1e1b19a76" 20SRC_URI[archive.sha256sum] = "68bf399fcbd45c5e9ba99cd13a3a479e4ef2bc5dc52e540ffa00aef1e1b19a76"