All of lore.kernel.org
 help / color / mirror / Atom feed
From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 3/5] libchamplain(-gtk): Bumped to 0.7.1 to meat actual clutter
Date: Mon, 06 Sep 2010 08:47:32 +0200	[thread overview]
Message-ID: <i622q4$jp9$4@dough.gmane.org> (raw)
In-Reply-To: <201009030248.28858.schnitzeltony@gmx.de>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 03-09-10 02:48, Andreas Mueller wrote:
> 
> * builds separate packages for libchamplain and libchamplain-gtk
> * libchamplain_0.2.8 removed because it tries to configure against
>   clutter-cairo which is no more available
> * libchamplain-gtk_0.2.8 removed because it configures against
>   very old clutter revision which do not build for GLES environments
> 
> Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>

Acked-by: Koen Kooi <k-kooi@ti.com>

> ---
>  recipes/gnome/libchamplain-gtk_0.2.8.bb |   12 ------------
>  recipes/gnome/libchamplain_0.2.8.bb     |   13 -------------
>  recipes/gnome/libchamplain_0.7.1.bb     |   15 +++++++++++++++
>  3 files changed, 15 insertions(+), 25 deletions(-)
>  delete mode 100644 recipes/gnome/libchamplain-gtk_0.2.8.bb
>  delete mode 100644 recipes/gnome/libchamplain_0.2.8.bb
>  create mode 100644 recipes/gnome/libchamplain_0.7.1.bb
> 
> diff --git a/recipes/gnome/libchamplain-gtk_0.2.8.bb b/recipes/gnome/libchamplain-gtk_0.2.8.bb
> deleted file mode 100644
> index e403da6..0000000
> --- a/recipes/gnome/libchamplain-gtk_0.2.8.bb
> +++ /dev/null
> @@ -1,12 +0,0 @@
> -DESCRIPTION = "Libchamplain is a C library aimed to provide a Gtk+ widget to display rasterized maps. "
> -LICENSE = "LGPL"
> -DEPENDS = "libchamplain clutter-gtk-0.8"
> -
> -inherit gnome autotools
> -
> -SRC_URI = "http://libchamplain.pierlux.com/release/${PV}/libchamplain-gtk-${PV}.tar.gz"
> -
> -
> -
> -SRC_URI[md5sum] = "c3e62c1912c0dba013c8f3df28fc809d"
> -SRC_URI[sha256sum] = "03d751bd836174e2d6766d8036fc72e130dd090b13256d40a58ba6ab659475ef"
> diff --git a/recipes/gnome/libchamplain_0.2.8.bb b/recipes/gnome/libchamplain_0.2.8.bb
> deleted file mode 100644
> index 4e2b6b4..0000000
> --- a/recipes/gnome/libchamplain_0.2.8.bb
> +++ /dev/null
> @@ -1,13 +0,0 @@
> -DESCRIPTION = "Libchamplain is a C library aimed to provide a Gtk+ widget to display rasterized maps. "
> -LICENSE = "LGPL"
> -DEPENDS = "clutter-cairo libsoup-2.4 clutter gtk+"
> -
> -inherit gnome autotools
> -
> -SRC_URI = "http://libchamplain.pierlux.com/release/${PV}/libchamplain-${PV}.tar.gz"
> -
> -FILES_${PN} += "${datadir}/champlain/error.svg"
> -
> -
> -SRC_URI[md5sum] = "fa4a620efa1a1c1036b6701b7d4dafe1"
> -SRC_URI[sha256sum] = "01e17811a85e93e5158f5d721b9b1b249db44683735a172fa0debd9759d3175c"
> diff --git a/recipes/gnome/libchamplain_0.7.1.bb b/recipes/gnome/libchamplain_0.7.1.bb
> new file mode 100644
> index 0000000..da67636
> --- /dev/null
> +++ b/recipes/gnome/libchamplain_0.7.1.bb
> @@ -0,0 +1,15 @@
> +DESCRIPTION = "Libchamplain is a C library aimed to provide a Gtk+ widget to display rasterized maps. "
> +LICENSE = "LGPLv2.1"
> +DEPENDS = "cairo libsoup-2.4 clutter gtk+"
> +PR = "r1"
> +
> +inherit gnome autotools
> +
> +FILES_${PN} += "${datadir}/champlain/error.svg"
> +
> +PACKAGES =+ "${PN}-gtk"
> +RDEPENDS_${PN}-gtk = "clutter-gtk"
> +FILES_${PN}-gtk = "${libdir}/libchamplain-gtk*so.*"
> +
> +SRC_URI[archive.md5sum] = "48bbaa2ab5b9b74c7dbffb81381e3020"
> +SRC_URI[archive.sha256sum] = "c1669cbfc0d1b01950d9740fd5d3f9f57cdfaf37df855392bdd214210d2f4601"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFMhI6EMkyGM64RGpERAtnxAKCnJeQ38qwuhpngp53NG/cvORxZyQCfQfAS
rK29v/cWkZ3FiKvicxi437A=
=Kmod
-----END PGP SIGNATURE-----




      reply	other threads:[~2010-09-06  6:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-03  0:48 [PATCH 3/5] libchamplain(-gtk): Bumped to 0.7.1 to meat actual clutter Andreas Mueller
2010-09-06  6:47 ` Koen Kooi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='i622q4$jp9$4@dough.gmane.org' \
    --to=k.kooi@student.utwente.nl \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.