diff options
author | Saul Wold <sgw@linux.intel.com> | 2010-12-07 20:06:29 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2010-12-09 08:18:17 -0800 |
commit | 3d08b9f2c65835822b1c0ed30e3170f02f877ce3 (patch) | |
tree | 774991d51470129319c18bb6b32c9b0c2d5a2b7c /meta/recipes-multimedia | |
parent | ba5e0b9531b9a967aa3d408a13024590d96b8391 (diff) | |
download | poky-3d08b9f2c65835822b1c0ed30e3170f02f877ce3.tar.gz |
SRC_URI Checksums Additionals
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-multimedia')
20 files changed, 60 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-lib_1.0.23.bb b/meta/recipes-multimedia/alsa/alsa-lib_1.0.23.bb index b0a2a305c0..db58abb1da 100644 --- a/meta/recipes-multimedia/alsa/alsa-lib_1.0.23.bb +++ b/meta/recipes-multimedia/alsa/alsa-lib_1.0.23.bb | |||
@@ -17,6 +17,9 @@ PR = "r0" | |||
17 | SRC_URI = "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2 \ | 17 | SRC_URI = "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2 \ |
18 | file://fix-tstamp-declaration.patch;patch=1" | 18 | file://fix-tstamp-declaration.patch;patch=1" |
19 | 19 | ||
20 | SRC_URI[md5sum] = "f48b50421d8a69d2d806d9c47e534f0d" | ||
21 | SRC_URI[sha256sum] = "b4238ecaba5e4a1383af06180611a57ef29f9bf47bc177136dba1bb5b70ff423" | ||
22 | |||
20 | inherit autotools pkgconfig | 23 | inherit autotools pkgconfig |
21 | 24 | ||
22 | require alsa-fpu.inc | 25 | require alsa-fpu.inc |
diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.0.23.bb b/meta/recipes-multimedia/alsa/alsa-utils_1.0.23.bb index 7b30c0d4b0..46283ccccc 100644 --- a/meta/recipes-multimedia/alsa/alsa-utils_1.0.23.bb +++ b/meta/recipes-multimedia/alsa/alsa-utils_1.0.23.bb | |||
@@ -11,6 +11,9 @@ PR = "r0" | |||
11 | SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \ | 11 | SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \ |
12 | file://ncursesfix.patch;patch=1 " | 12 | file://ncursesfix.patch;patch=1 " |
13 | 13 | ||
14 | SRC_URI[md5sum] = "cb0cf46029ac9549cf3a31bff6a4f4e1" | ||
15 | SRC_URI[sha256sum] = "b7d05e915e25f8540ad151c6dd558cf0fc1e9bb0ee23052d531c983666a1f7b0" | ||
16 | |||
14 | # lazy hack. needs proper fixing in gettext.m4, see | 17 | # lazy hack. needs proper fixing in gettext.m4, see |
15 | # http://bugs.openembedded.org/show_bug.cgi?id=2348 | 18 | # http://bugs.openembedded.org/show_bug.cgi?id=2348 |
16 | # please close bug and remove this comment when properly fixed | 19 | # please close bug and remove this comment when properly fixed |
diff --git a/meta/recipes-multimedia/flac/flac_1.2.1.bb b/meta/recipes-multimedia/flac/flac_1.2.1.bb index 30a8cfb933..d41d94e1ed 100644 --- a/meta/recipes-multimedia/flac/flac_1.2.1.bb +++ b/meta/recipes-multimedia/flac/flac_1.2.1.bb | |||
@@ -20,6 +20,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/flac/flac-${PV}.tar.gz \ | |||
20 | file://flac-gcc43-fixes.patch;patch=1 \ | 20 | file://flac-gcc43-fixes.patch;patch=1 \ |
21 | file://xmms.m4" | 21 | file://xmms.m4" |
22 | 22 | ||
23 | SRC_URI[md5sum] = "153c8b15a54da428d1f0fadc756c22c7" | ||
24 | SRC_URI[sha256sum] = "9635a44bceb478bbf2ee8a785cf6986fba525afb5fad1fd4bba73cf71f2d3edf" | ||
25 | |||
23 | S = "${WORKDIR}/flac-${PV}" | 26 | S = "${WORKDIR}/flac-${PV}" |
24 | 27 | ||
25 | inherit autotools | 28 | inherit autotools |
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.20.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.20.bb index 811daa2f0d..59e127c859 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.20.bb +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.20.bb | |||
@@ -22,3 +22,6 @@ do_configure_prepend() { | |||
22 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 | 22 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 |
23 | rm ${S}/m4/lib-link.m4 || true | 23 | rm ${S}/m4/lib-link.m4 || true |
24 | } | 24 | } |
25 | |||
26 | SRC_URI[md5sum] = "7c84766f6d24f41ba90c3f6141012ab8" | ||
27 | SRC_URI[sha256sum] = "1031dff866df976a957f34039addbab4c0753406299a275f4cf1780e1dbe2a90" | ||
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.30.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.30.bb index 7e0370adc9..71d211a032 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.30.bb +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.30.bb | |||
@@ -12,6 +12,9 @@ RDEPENDS += "gnome-vfs-plugin-file gnome-vfs-plugin-http gnome-vfs-plugin-ftp \ | |||
12 | 12 | ||
13 | SRC_URI += " file://gst-plugins-base-tremor.patch" | 13 | SRC_URI += " file://gst-plugins-base-tremor.patch" |
14 | 14 | ||
15 | SRC_URI[md5sum] = "3ad90152b58563e1314af26c263f3c4c" | ||
16 | SRC_URI[sha256sum] = "63938641380be9935c804ae8d55acdcfd93920ed2deb72dcf70f027a78b085d7" | ||
17 | |||
15 | PR = "r1" | 18 | PR = "r1" |
16 | 19 | ||
17 | inherit gettext | 20 | inherit gettext |
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.25.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.25.bb index 528dcbf540..83b43b6f9e 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.25.bb +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.25.bb | |||
@@ -17,3 +17,6 @@ do_configure_prepend() { | |||
17 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 | 17 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 |
18 | rm ${S}/m4/lib-link.m4 || true | 18 | rm ${S}/m4/lib-link.m4 || true |
19 | } | 19 | } |
20 | |||
21 | SRC_URI[md5sum] = "d734bc866788d1d6fc74c4ff1318926c" | ||
22 | SRC_URI[sha256sum] = "b5d5750c12412c47d85ba9391c842f6f02cad9511876695e48b15fb37e4699f6" | ||
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer_0.10.30.bb b/meta/recipes-multimedia/gstreamer/gstreamer_0.10.30.bb index 38e28fa534..7d2bfb8301 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer_0.10.30.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer_0.10.30.bb | |||
@@ -15,6 +15,9 @@ SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.bz | |||
15 | file://check_fix.patch;patch=1 \ | 15 | file://check_fix.patch;patch=1 \ |
16 | file://gst-inspect-check-error.patch;patch=1" | 16 | file://gst-inspect-check-error.patch;patch=1" |
17 | 17 | ||
18 | SRC_URI[md5sum] = "de01f73f71d97c5854badd363ca06509" | ||
19 | SRC_URI[sha256sum] = "e8ef301be423797ff36a0bb3615930b112b4175634051d19fd655e0ed974532a" | ||
20 | |||
18 | inherit autotools pkgconfig | 21 | inherit autotools pkgconfig |
19 | 22 | ||
20 | EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking --with-check=no --disable-examples --disable-tests --disable-valgrind --disable-debug" | 23 | EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking --with-check=no --disable-examples --disable-tests --disable-valgrind --disable-debug" |
diff --git a/meta/recipes-multimedia/liba52/liba52_0.7.4.bb b/meta/recipes-multimedia/liba52/liba52_0.7.4.bb index 884b861a91..239c30af14 100644 --- a/meta/recipes-multimedia/liba52/liba52_0.7.4.bb +++ b/meta/recipes-multimedia/liba52/liba52_0.7.4.bb | |||
@@ -11,6 +11,9 @@ inherit autotools | |||
11 | 11 | ||
12 | SRC_URI = "http://liba52.sourceforge.net/files/a52dec-${PV}.tar.gz \ | 12 | SRC_URI = "http://liba52.sourceforge.net/files/a52dec-${PV}.tar.gz \ |
13 | file://buildcleanup.patch;patch=1" | 13 | file://buildcleanup.patch;patch=1" |
14 | |||
15 | SRC_URI[md5sum] = "caa9f5bc44232dc8aeea773fea56be80" | ||
16 | SRC_URI[sha256sum] = "a21d724ab3b3933330194353687df82c475b5dfb997513eef4c25de6c865ec33" | ||
14 | S = "${WORKDIR}/a52dec-${PV}" | 17 | S = "${WORKDIR}/a52dec-${PV}" |
15 | 18 | ||
16 | EXTRA_OECONF = " --enable-shared " | 19 | EXTRA_OECONF = " --enable-shared " |
diff --git a/meta/recipes-multimedia/libid3tag/libid3tag_0.15.1b.bb b/meta/recipes-multimedia/libid3tag/libid3tag_0.15.1b.bb index 072db9de66..3616f080dc 100644 --- a/meta/recipes-multimedia/libid3tag/libid3tag_0.15.1b.bb +++ b/meta/recipes-multimedia/libid3tag/libid3tag_0.15.1b.bb | |||
@@ -13,6 +13,9 @@ PR = "r3" | |||
13 | SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libid3tag-${PV}.tar.gz \ | 13 | SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libid3tag-${PV}.tar.gz \ |
14 | file://addpkgconfig.patch;patch=1" | 14 | file://addpkgconfig.patch;patch=1" |
15 | 15 | ||
16 | SRC_URI[md5sum] = "e5808ad997ba32c498803822078748c3" | ||
17 | SRC_URI[sha256sum] = "63da4f6e7997278f8a3fef4c6a372d342f705051d1eeb6a46a86b03610e26151" | ||
18 | |||
16 | S = "${WORKDIR}/libid3tag-${PV}" | 19 | S = "${WORKDIR}/libid3tag-${PV}" |
17 | 20 | ||
18 | inherit autotools pkgconfig | 21 | inherit autotools pkgconfig |
diff --git a/meta/recipes-multimedia/libogg/libogg_1.2.1.bb b/meta/recipes-multimedia/libogg/libogg_1.2.1.bb index 0c64da280b..7223e4ef24 100644 --- a/meta/recipes-multimedia/libogg/libogg_1.2.1.bb +++ b/meta/recipes-multimedia/libogg/libogg_1.2.1.bb | |||
@@ -12,4 +12,7 @@ PR = "r0" | |||
12 | 12 | ||
13 | SRC_URI = "http://downloads.xiph.org/releases/ogg/libogg-${PV}.tar.gz" | 13 | SRC_URI = "http://downloads.xiph.org/releases/ogg/libogg-${PV}.tar.gz" |
14 | 14 | ||
15 | SRC_URI[md5sum] = "b998c2420721146df3b3d0e7776c97b9" | ||
16 | SRC_URI[sha256sum] = "6858848617bca6eab01e7d8526bc0d2a417e95070a255cbf9c881881365e36c0" | ||
17 | |||
15 | inherit autotools pkgconfig | 18 | inherit autotools pkgconfig |
diff --git a/meta/recipes-multimedia/libpng/libpng_1.2.44.bb b/meta/recipes-multimedia/libpng/libpng_1.2.44.bb index 318bb7436d..4a8d5c30ed 100644 --- a/meta/recipes-multimedia/libpng/libpng_1.2.44.bb +++ b/meta/recipes-multimedia/libpng/libpng_1.2.44.bb | |||
@@ -10,6 +10,9 @@ PR = "r0" | |||
10 | 10 | ||
11 | SRC_URI = "${SOURCEFORGE_MIRROR}/libpng/libpng-${PV}.tar.bz2" | 11 | SRC_URI = "${SOURCEFORGE_MIRROR}/libpng/libpng-${PV}.tar.bz2" |
12 | 12 | ||
13 | SRC_URI[md5sum] = "e3ac7879d62ad166a6f0c7441390d12b" | ||
14 | SRC_URI[sha256sum] = "b9ab20f1c2c3bf6c4448fd9bd8a4a8905b918114d5fada56c97bb758a17b7215" | ||
15 | |||
13 | inherit autotools binconfig pkgconfig | 16 | inherit autotools binconfig pkgconfig |
14 | 17 | ||
15 | PACKAGES =+ "${PN}12-dbg ${PN}12 ${PN}12-dev" | 18 | PACKAGES =+ "${PN}12-dbg ${PN}12 ${PN}12-dev" |
diff --git a/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.2.bb b/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.2.bb index 1ecf4e4154..85eb7bca9e 100644 --- a/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.2.bb +++ b/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.1.2.bb | |||
@@ -7,6 +7,9 @@ DEPENDS = "flac" | |||
7 | PR = "r3" | 7 | PR = "r3" |
8 | 8 | ||
9 | SRC_URI = "http://www.mega-nerd.com/SRC/libsamplerate-${PV}.tar.gz" | 9 | SRC_URI = "http://www.mega-nerd.com/SRC/libsamplerate-${PV}.tar.gz" |
10 | |||
11 | SRC_URI[md5sum] = "06861c2c6b8e5273c9b80cf736b9fd0e" | ||
12 | SRC_URI[sha256sum] = "98b8766323c78b7b718dfd4ef6b9292bbf0796b742abb2319b8278cbeee731d4" | ||
10 | S = "${WORKDIR}/libsamplerate-${PV}" | 13 | S = "${WORKDIR}/libsamplerate-${PV}" |
11 | 14 | ||
12 | inherit autotools pkgconfig | 15 | inherit autotools pkgconfig |
diff --git a/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.23.bb b/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.23.bb index 1c575f0371..4d12a42a20 100644 --- a/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.23.bb +++ b/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.23.bb | |||
@@ -8,6 +8,9 @@ PR = "r0" | |||
8 | 8 | ||
9 | SRC_URI = "http://www.mega-nerd.com/libsndfile/files/libsndfile-${PV}.tar.gz" | 9 | SRC_URI = "http://www.mega-nerd.com/libsndfile/files/libsndfile-${PV}.tar.gz" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "d0e22b5ff2ef945615db33960376d733" | ||
12 | SRC_URI[sha256sum] = "54c9c375598538263395a691f9b30987a2faa3d8a166d27e6a09ba4700223d4d" | ||
13 | |||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=e77fe93202736b47c07035910f47974a" | 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=e77fe93202736b47c07035910f47974a" |
12 | 15 | ||
13 | S = "${WORKDIR}/libsndfile-${PV}" | 16 | S = "${WORKDIR}/libsndfile-${PV}" |
diff --git a/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb b/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb index 74d75720d3..0dc68e9763 100644 --- a/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb +++ b/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb | |||
@@ -11,6 +11,9 @@ PR = "r1" | |||
11 | SRC_URI = "http://downloads.xiph.org/releases/theora/libtheora-${PV}.tar.bz2 \ | 11 | SRC_URI = "http://downloads.xiph.org/releases/theora/libtheora-${PV}.tar.bz2 \ |
12 | file://no-docs.patch" | 12 | file://no-docs.patch" |
13 | 13 | ||
14 | SRC_URI[md5sum] = "292ab65cedd5021d6b7ddd117e07cd8e" | ||
15 | SRC_URI[sha256sum] = "b6ae1ee2fa3d42ac489287d3ec34c5885730b1296f0801ae577a35193d3affbc" | ||
16 | |||
14 | inherit autotools pkgconfig | 17 | inherit autotools pkgconfig |
15 | 18 | ||
16 | EXTRA_OECONF = "--disable-examples" | 19 | EXTRA_OECONF = "--disable-examples" |
diff --git a/meta/recipes-multimedia/libtiff/tiff_3.8.2.bb b/meta/recipes-multimedia/libtiff/tiff_3.8.2.bb index 012085f584..2d9fa4811f 100644 --- a/meta/recipes-multimedia/libtiff/tiff_3.8.2.bb +++ b/meta/recipes-multimedia/libtiff/tiff_3.8.2.bb | |||
@@ -8,6 +8,9 @@ PR = "r2" | |||
8 | SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz \ | 8 | SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz \ |
9 | file://libtool2.patch;patch=1" | 9 | file://libtool2.patch;patch=1" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "fbb6f446ea4ed18955e2714934e5b698" | ||
12 | SRC_URI[sha256sum] = "be88f037080b93ce0a337b2b3ca5e8195f76885deb6c558cc3aa872ee848fc76" | ||
13 | |||
11 | inherit autotools | 14 | inherit autotools |
12 | 15 | ||
13 | PACKAGES =+ "tiffxx tiffxx-dbg tiffxx-dev tiff-utils tiff-utils-dbg" | 16 | PACKAGES =+ "tiffxx tiffxx-dbg tiffxx-dev tiff-utils tiff-utils-dbg" |
diff --git a/meta/recipes-multimedia/libvorbis/libvorbis_1.3.2.bb b/meta/recipes-multimedia/libvorbis/libvorbis_1.3.2.bb index 2181cb609a..d30057f9d9 100644 --- a/meta/recipes-multimedia/libvorbis/libvorbis_1.3.2.bb +++ b/meta/recipes-multimedia/libvorbis/libvorbis_1.3.2.bb | |||
@@ -13,6 +13,9 @@ PR = "r0" | |||
13 | 13 | ||
14 | SRC_URI = "http://downloads.xiph.org/releases/vorbis/libvorbis-${PV}.tar.gz" | 14 | SRC_URI = "http://downloads.xiph.org/releases/vorbis/libvorbis-${PV}.tar.gz" |
15 | 15 | ||
16 | SRC_URI[md5sum] = "c870b9bd5858a0ecb5275c14486d9554" | ||
17 | SRC_URI[sha256sum] = "eeb4dcada143846dfba760d982954a02f82e08845cbc33871f5dac547b8b6124" | ||
18 | |||
16 | inherit autotools pkgconfig | 19 | inherit autotools pkgconfig |
17 | 20 | ||
18 | # vorbisfile.c reveals a problem in the gcc register spilling for the | 21 | # vorbisfile.c reveals a problem in the gcc register spilling for the |
diff --git a/meta/recipes-multimedia/musicbrainz/libmusicbrainz_3.0.3.bb b/meta/recipes-multimedia/musicbrainz/libmusicbrainz_3.0.3.bb index 4ef88f68a3..8f6b1ba7de 100644 --- a/meta/recipes-multimedia/musicbrainz/libmusicbrainz_3.0.3.bb +++ b/meta/recipes-multimedia/musicbrainz/libmusicbrainz_3.0.3.bb | |||
@@ -10,4 +10,7 @@ PR = "r0" | |||
10 | SRC_URI = "http://ftp.musicbrainz.org/pub/musicbrainz/${PN}-${PV}.tar.gz \ | 10 | SRC_URI = "http://ftp.musicbrainz.org/pub/musicbrainz/${PN}-${PV}.tar.gz \ |
11 | file://fix_build_issue_for_gcc_4.5.0.patch" | 11 | file://fix_build_issue_for_gcc_4.5.0.patch" |
12 | 12 | ||
13 | SRC_URI[md5sum] = "f4824d0a75bdeeef1e45cc88de7bb58a" | ||
14 | SRC_URI[sha256sum] = "7fd459a9fd05be9faec60a9a21caa9a1e9fda03147d58d8c7c95f33582a738c5" | ||
15 | |||
13 | inherit cmake pkgconfig | 16 | inherit cmake pkgconfig |
diff --git a/meta/recipes-multimedia/pulseaudio/libcanberra_0.10.bb b/meta/recipes-multimedia/pulseaudio/libcanberra_0.10.bb index 7af02f4854..fc7ffe9592 100644 --- a/meta/recipes-multimedia/pulseaudio/libcanberra_0.10.bb +++ b/meta/recipes-multimedia/pulseaudio/libcanberra_0.10.bb | |||
@@ -12,6 +12,9 @@ SRC_URI = "http://0pointer.de/lennart/projects/libcanberra/libcanberra-${PV}.tar | |||
12 | file://nofallbackfix.patch;patch=1 \ | 12 | file://nofallbackfix.patch;patch=1 \ |
13 | file://autoconf_version.patch;patch=1" | 13 | file://autoconf_version.patch;patch=1" |
14 | 14 | ||
15 | SRC_URI[md5sum] = "2623370bfcecaeecaeb85e5ec445f340" | ||
16 | SRC_URI[sha256sum] = "b0e3cb59e605412a52352cf9cf36344b165463d4e65916c95deb73fc51838272" | ||
17 | |||
15 | EXTRA_OECONF = " --disable-oss --disable-ltdl-install" | 18 | EXTRA_OECONF = " --disable-oss --disable-ltdl-install" |
16 | 19 | ||
17 | do_configure_prepend () { | 20 | do_configure_prepend () { |
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.15.bb b/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.15.bb index 49387ece83..7bac9f9831 100644 --- a/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.15.bb +++ b/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.15.bb | |||
@@ -11,6 +11,9 @@ SRC_URI += "\ | |||
11 | file://autoconf_version.patch;patch=1 \ | 11 | file://autoconf_version.patch;patch=1 \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRC_URI[md5sum] = "4510364eeab219fd100bd1b373b1a002" | ||
15 | SRC_URI[sha256sum] = "1e8ad5b7c5cf3485bd0738c296274ff2c99d26d12a25a225dc250eddea25b9f1" | ||
16 | |||
14 | do_compile_prepend() { | 17 | do_compile_prepend() { |
15 | cd ${S} | 18 | cd ${S} |
16 | mkdir -p ${S}/libltdl | 19 | mkdir -p ${S}/libltdl |
diff --git a/meta/recipes-multimedia/speex/speex_1.2rc1.bb b/meta/recipes-multimedia/speex/speex_1.2rc1.bb index 6f1b133f24..424f2127f9 100644 --- a/meta/recipes-multimedia/speex/speex_1.2rc1.bb +++ b/meta/recipes-multimedia/speex/speex_1.2rc1.bb | |||
@@ -10,6 +10,9 @@ PR = "r0" | |||
10 | 10 | ||
11 | SRC_URI = "http://downloads.us.xiph.org/releases/speex/speex-1.2rc1.tar.gz" | 11 | SRC_URI = "http://downloads.us.xiph.org/releases/speex/speex-1.2rc1.tar.gz" |
12 | 12 | ||
13 | SRC_URI[md5sum] = "c4438b22c08e5811ff10e2b06ee9b9ae" | ||
14 | SRC_URI[sha256sum] = "342f30dc57bd4a6dad41398365baaa690429660b10d866b7d508e8f1179cb7a6" | ||
15 | |||
13 | PARALLEL_MAKE = "" | 16 | PARALLEL_MAKE = "" |
14 | 17 | ||
15 | inherit autotools pkgconfig | 18 | inherit autotools pkgconfig |