All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/5] libchamplain(-gtk): Bumped to 0.7.1 to meat actual clutter
@ 2010-09-03  0:48 Andreas Mueller
  2010-09-06  6:47 ` Koen Kooi
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Mueller @ 2010-09-03  0:48 UTC (permalink / raw)
  To: openembedded-devel


* 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>
---
 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"
-- 
1.5.3.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 3/5] libchamplain(-gtk): Bumped to 0.7.1 to meat actual clutter
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Koen Kooi @ 2010-09-06  6:47 UTC (permalink / raw)
  To: openembedded-devel

-----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-----




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-09-06  6:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.