[oe] [meta-oe][PATCH] libcanberra: upgrade and refresh packaging

Martin Jansa martin.jansa at gmail.com
Tue Jan 22 12:28:07 UTC 2013


On Sun, Jan 20, 2013 at 10:44:39PM +0000, Ross Burton wrote:
> Update to 0.29 (latest, 0.30, needs GStreamer 1.0) and refresh the package based
> on the different recipes in oe-core and meta-oe.
> 
> Explicitly depend on GTK+ 2 and GTK+ 3, but split those dependencies into
> different packages.

Merged, thanks


> 
> Signed-off-by: Ross Burton <ross.burton at intel.com>
> ---
>  .../libcanberra-increase-buffer-size.patch         |   13 ----
>  .../libcanberra/libcanberra_0.26.bb                |   63 --------------------
>  .../libcanberra/libcanberra_0.29.bb                |   55 +++++++++++++++++
>  3 files changed, 55 insertions(+), 76 deletions(-)
>  delete mode 100644 meta-oe/recipes-devtools/libcanberra/libcanberra/libcanberra-increase-buffer-size.patch
>  delete mode 100644 meta-oe/recipes-devtools/libcanberra/libcanberra_0.26.bb
>  create mode 100644 meta-oe/recipes-support/libcanberra/libcanberra_0.29.bb
> 
> diff --git a/meta-oe/recipes-devtools/libcanberra/libcanberra/libcanberra-increase-buffer-size.patch b/meta-oe/recipes-devtools/libcanberra/libcanberra/libcanberra-increase-buffer-size.patch
> deleted file mode 100644
> index 1005d78..0000000
> --- a/meta-oe/recipes-devtools/libcanberra/libcanberra/libcanberra-increase-buffer-size.patch
> +++ /dev/null
> @@ -1,13 +0,0 @@
> -Index: libcanberra-0.14/src/alsa.c
> -===================================================================
> ---- libcanberra-0.14.orig/src/alsa.c
> -+++ libcanberra-0.14/src/alsa.c
> -@@ -272,7 +272,7 @@
> -     return translate_error(ret);
> - }
> - 
> --#define BUFSIZE (16*1024)
> -+#define BUFSIZE (128*1024)
> - 
> - static void* thread_func(void *userdata) {
> -     struct outstanding *out = userdata;
> diff --git a/meta-oe/recipes-devtools/libcanberra/libcanberra_0.26.bb b/meta-oe/recipes-devtools/libcanberra/libcanberra_0.26.bb
> deleted file mode 100644
> index 5cf9a55..0000000
> --- a/meta-oe/recipes-devtools/libcanberra/libcanberra_0.26.bb
> +++ /dev/null
> @@ -1,63 +0,0 @@
> -DESCRIPTION = "Libcanberra is an implementation of the XDG Sound Theme and Name \
> -Specifications, for generating event sounds on free desktops."
> -LICENSE = "LGPLv2.1+"
> -LIC_FILES_CHKSUM = "file://LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1"
> -DEPENDS = "alsa-lib gstreamer gtk+ libtool libvorbis gconf"
> -SECTION = "libs/multimedia"
> -AUTHOR = "Lennart Poettering"
> -HOMEPAGE = "http://0pointer.de/lennart/projects/libcanberra"
> -PR = "r2"
> -
> -inherit autotools vala
> -
> -SRC_URI = "http://0pointer.de/lennart/projects/libcanberra/libcanberra-${PV}.tar.gz \
> -           file://libcanberra-increase-buffer-size.patch"
> -
> -SRC_URI[md5sum] = "ee2c66ada7c851a4e7b6eb1682285a24"
> -SRC_URI[sha256sum] = "4b5d8d2c2835133620adbc53745dd107b6e58b9a2963059e8f457143fee00982"
> -
> -EXTRA_OECONF = "\
> -  --enable-alsa \
> -  --enable-gstreamer \
> -  --enable-gtk \
> -  --enable-multi \
> -  --enable-null \
> -  --disable-oss \
> -  --disable-pulse \
> -  --disable-tdb \
> -"
> -# enable pulse again when pulseaudio >= 0.9.11 is the default in OE
> -
> -python populate_packages_prepend() {
> -    plugindir = d.expand('${libdir}/${P}/')
> -    do_split_packages(d, plugindir, '^libcanberra-(.*)\.so$', 'libcanberra-%s', '%s support library', extra_depends='' )
> -}
> -
> -PACKAGES =+ "${PN}-gtk"
> -
> -PACKAGES_DYNAMIC += "^libcanberra-.*"
> -
> -FILES_${PN}-gtk = "\
> -  ${sysconfdir}/gconf \
> -  ${bindir}/* \
> -  ${libdir}/libcanberra-gtk.so.* \
> -  ${libdir}/gtk-2.0/modules/* \
> -  ${libdir}/gtk-3.0/modules/* \
> -  ${datadir}/gnome \
> -  ${datadir}/gdm \
> -"
> -
> -# /usr/lib/gtk-3.0/modules/libcanberra-gtk-module.so > /usr/lib/gtk-3.0/modules/libcanberra-gtk3-module.so
> -INSANE_SKIP_${PN}-gtk = "dev-so"
> -
> -FILES_${PN}-dev += "\
> -  ${libdir}/gtk-2.0/modules/*.la \
> -  ${libdir}/gtk-3.0/modules/*.la \
> -  ${libdir}/${P}/*.la \
> -"
> -
> -FILES_${PN}-dbg += "\
> -  ${libdir}/gtk-2.0/modules/.debug \
> -  ${libdir}/gtk-3.0/modules/.debug \
> -  ${libdir}/${P}/.debug \
> -"
> diff --git a/meta-oe/recipes-support/libcanberra/libcanberra_0.29.bb b/meta-oe/recipes-support/libcanberra/libcanberra_0.29.bb
> new file mode 100644
> index 0000000..a6d68d4
> --- /dev/null
> +++ b/meta-oe/recipes-support/libcanberra/libcanberra_0.29.bb
> @@ -0,0 +1,55 @@
> +SUMMARY = "Implementation of XDG Sound Theme and Name Specifications"
> +DESCRIPTION = "Libcanberra is an implementation of the XDG Sound Theme and Name Specifications, for generating event sounds on free desktops."
> +LICENSE = "LGPLv2.1+"
> +LIC_FILES_CHKSUM = "file://LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1 \
> +                    file://src/canberra.h;beginline=7;endline=24;md5=c616c687cf8da540a14f917e0d23ab03"
> +
> +DEPENDS = "alsa-lib gstreamer gtk+ gtk+3 libtool libvorbis pulseaudio"
> +PR = "r0"
> +
> +inherit autotools
> +
> +SRC_URI = "http://0pointer.de/lennart/projects/${BPN}/${BPN}-${PV}.tar.xz"
> +SRC_URI[md5sum] = "2594093a5d61047bd9cc87e955f86df8"
> +SRC_URI[sha256sum] = "127a5ef07805856d63758e5180ebfb241d1f80094fd301c287591a15b8cfcd72"
> +
> +EXTRA_OECONF = "\
> +  --enable-null \
> +  --enable-alsa \
> +  --enable-gstreamer \
> +  --enable-pulse \
> +  --disable-oss \
> +  --enable-gtk \
> +  --enable-gtk3 \
> +  --disable-tdb \
> +  --disable-lynx \
> +"
> +
> +python populate_packages_prepend() {
> +    plugindir = d.expand('${libdir}/${P}/')
> +    do_split_packages(d, plugindir, '^libcanberra-(.*)\.so$', 'libcanberra-%s', '%s support library', extra_depends='' )
> +    do_split_packages(d, plugindir, '^libcanberra-(.*)\.la$', 'libcanberra-%s', '%s support library', extra_depends='' )
> +}
> +
> +PACKAGES =+ "${PN}-gnome ${PN}-gtk2 ${PN}-gtk3 ${PN}-systemd"
> +
> +FILES_${PN} = "${bindir}/ ${libdir}/${BPN}.so.*"
> +
> +FILES_${PN}-dev += "${datadir}/vala/vapi"
> +
> +FILES_${PN}-dbg += "${libdir}/${P}/.debug ${libdir}/gtk-*/modules/.debug"
> +
> +FILES_${PN}-gtk2 = "${libdir}/${BPN}-gtk.so.* \
> +                    ${libdir}/gtk-2.0/modules/*.la \
> +                    ${libdir}/gtk-2.0/modules/*.so"
> +
> +# -gtk3 ships a symlink to a .so
> +INSANE_SKIP_${PN}-gtk3 = "dev-so"
> +FILES_${PN}-gtk3 = "${libdir}/${BPN}-gtk3.so.* \
> +                    ${libdir}/gtk-3.0/modules/*.la \
> +                    ${libdir}/gtk-3.0/modules/*.so"
> +
> +FILES_${PN}-gnome = "${libdir}/gnome-settings-daemon-3.0/ \
> +                     ${datadir}/gdm/ ${datadir}/gnome/"
> +
> +FILES_${PN}-systemd = "${base_libdir}/systemd/system/*.service"
> -- 
> 1.7.10.4
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20130122/7c1346ee/attachment-0002.sig>


More information about the Openembedded-devel mailing list