Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2] package/cairomm: bump to version 1.16.2
@ 2023-05-07 20:22 Daniel Lang
  2023-05-07 21:55 ` Yann E. MORIN
  2023-06-08 20:45 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Daniel Lang @ 2023-05-07 20:22 UTC (permalink / raw)
  To: buildroot; +Cc: Daniel Lang, James Knight

The website [1] states that the released version can be downloaded from
the cairo release area [2], which also features a sha1 hash.

[1]: https://www.cairographics.org/cairomm/
[2]: https://www.cairographics.org/releases/

Signed-off-by: Daniel Lang <dalang@gmx.at>
---
v1 -> v2:
- split patch from unrelated cairomm1_14 patches
- merge version bump and website change into a sigle patch

Signed-off-by: Daniel Lang <dalang@gmx.at>
---
 package/cairomm/Config.in    | 2 +-
 package/cairomm/cairomm.hash | 5 ++++-
 package/cairomm/cairomm.mk   | 5 +++--
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/package/cairomm/Config.in b/package/cairomm/Config.in
index 75f6692b8a..174f3967ab 100644
--- a/package/cairomm/Config.in
+++ b/package/cairomm/Config.in
@@ -11,7 +11,7 @@ config BR2_PACKAGE_CAIROMM
 	help
 	  The cairomm package is a set of C++ bindings for Cairo.
 
-	  http://www.gtkmm.org/
+	  https://www.cairographics.org/cairomm/
 
 comment "cairomm needs a toolchain w/ C++, wchar, threads, gcc >= 7"
 	depends on BR2_USE_MMU
diff --git a/package/cairomm/cairomm.hash b/package/cairomm/cairomm.hash
index d14a65c2d6..254413af09 100644
--- a/package/cairomm/cairomm.hash
+++ b/package/cairomm/cairomm.hash
@@ -1,3 +1,6 @@
+# From https://www.cairographics.org/releases/cairomm-1.16.2.tar.xz.sha1
+sha1  c24339d5962e2bcbbea85b2fc66347e71fd3db8c  cairomm-1.16.2.tar.xz
+
 # Locally computed
-sha256  bb86d855041bd46d31b03e43ea355d233de44034b39d4200725b1e0947e63e67  cairomm-1.16.1.tar.gz
+sha256  6a63bf98a97dda2b0f55e34d1b5f3fb909ef8b70f9b8d382cb1ff3978e7dc13f  cairomm-1.16.2.tar.xz
 sha256  bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd  COPYING
diff --git a/package/cairomm/cairomm.mk b/package/cairomm/cairomm.mk
index 856c9d67fc..571512878e 100644
--- a/package/cairomm/cairomm.mk
+++ b/package/cairomm/cairomm.mk
@@ -4,10 +4,11 @@
 #
 ################################################################################
 
-CAIROMM_VERSION = 1.16.1
+CAIROMM_VERSION = 1.16.2
 CAIROMM_LICENSE = LGPL-2.0+
 CAIROMM_LICENSE_FILES = COPYING
-CAIROMM_SITE = https://gitlab.freedesktop.org/cairo/cairomm/-/archive/$(CAIROMM_VERSION)
+CAIROMM_SOURCE = cairomm-$(CAIROMM_VERSION).tar.xz
+CAIROMM_SITE = https://cairographics.org/releases
 CAIROMM_INSTALL_STAGING = YES
 CAIROMM_DEPENDENCIES = cairo libglib2 libsigc host-pkgconf
 CAIROMM_CONF_OPTS = -Dbuild-examples=false -Dbuild-tests=false
-- 
2.40.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v2] package/cairomm: bump to version 1.16.2
  2023-05-07 20:22 [Buildroot] [PATCH v2] package/cairomm: bump to version 1.16.2 Daniel Lang
@ 2023-05-07 21:55 ` Yann E. MORIN
  2023-06-08 20:45 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2023-05-07 21:55 UTC (permalink / raw)
  To: Daniel Lang; +Cc: Daniel Lang, James Knight, buildroot

Daniel, All,

On 2023-05-07 22:22 +0200, Daniel Lang spake thusly:
> The website [1] states that the released version can be downloaded from
> the cairo release area [2], which also features a sha1 hash.
> 
> [1]: https://www.cairographics.org/cairomm/
> [2]: https://www.cairographics.org/releases/
> 
> Signed-off-by: Daniel Lang <dalang@gmx.at>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
> v1 -> v2:
> - split patch from unrelated cairomm1_14 patches
> - merge version bump and website change into a sigle patch
> 
> Signed-off-by: Daniel Lang <dalang@gmx.at>
> ---
>  package/cairomm/Config.in    | 2 +-
>  package/cairomm/cairomm.hash | 5 ++++-
>  package/cairomm/cairomm.mk   | 5 +++--
>  3 files changed, 8 insertions(+), 4 deletions(-)
> 
> diff --git a/package/cairomm/Config.in b/package/cairomm/Config.in
> index 75f6692b8a..174f3967ab 100644
> --- a/package/cairomm/Config.in
> +++ b/package/cairomm/Config.in
> @@ -11,7 +11,7 @@ config BR2_PACKAGE_CAIROMM
>  	help
>  	  The cairomm package is a set of C++ bindings for Cairo.
>  
> -	  http://www.gtkmm.org/
> +	  https://www.cairographics.org/cairomm/
>  
>  comment "cairomm needs a toolchain w/ C++, wchar, threads, gcc >= 7"
>  	depends on BR2_USE_MMU
> diff --git a/package/cairomm/cairomm.hash b/package/cairomm/cairomm.hash
> index d14a65c2d6..254413af09 100644
> --- a/package/cairomm/cairomm.hash
> +++ b/package/cairomm/cairomm.hash
> @@ -1,3 +1,6 @@
> +# From https://www.cairographics.org/releases/cairomm-1.16.2.tar.xz.sha1
> +sha1  c24339d5962e2bcbbea85b2fc66347e71fd3db8c  cairomm-1.16.2.tar.xz
> +
>  # Locally computed
> -sha256  bb86d855041bd46d31b03e43ea355d233de44034b39d4200725b1e0947e63e67  cairomm-1.16.1.tar.gz
> +sha256  6a63bf98a97dda2b0f55e34d1b5f3fb909ef8b70f9b8d382cb1ff3978e7dc13f  cairomm-1.16.2.tar.xz
>  sha256  bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd  COPYING
> diff --git a/package/cairomm/cairomm.mk b/package/cairomm/cairomm.mk
> index 856c9d67fc..571512878e 100644
> --- a/package/cairomm/cairomm.mk
> +++ b/package/cairomm/cairomm.mk
> @@ -4,10 +4,11 @@
>  #
>  ################################################################################
>  
> -CAIROMM_VERSION = 1.16.1
> +CAIROMM_VERSION = 1.16.2
>  CAIROMM_LICENSE = LGPL-2.0+
>  CAIROMM_LICENSE_FILES = COPYING
> -CAIROMM_SITE = https://gitlab.freedesktop.org/cairo/cairomm/-/archive/$(CAIROMM_VERSION)
> +CAIROMM_SOURCE = cairomm-$(CAIROMM_VERSION).tar.xz
> +CAIROMM_SITE = https://cairographics.org/releases
>  CAIROMM_INSTALL_STAGING = YES
>  CAIROMM_DEPENDENCIES = cairo libglib2 libsigc host-pkgconf
>  CAIROMM_CONF_OPTS = -Dbuild-examples=false -Dbuild-tests=false
> -- 
> 2.40.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v2] package/cairomm: bump to version 1.16.2
  2023-05-07 20:22 [Buildroot] [PATCH v2] package/cairomm: bump to version 1.16.2 Daniel Lang
  2023-05-07 21:55 ` Yann E. MORIN
@ 2023-06-08 20:45 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2023-06-08 20:45 UTC (permalink / raw)
  To: Daniel Lang; +Cc: Daniel Lang, James Knight, buildroot

>>>>> "Daniel" == Daniel Lang <dalang@gmx.at> writes:

 > The website [1] states that the released version can be downloaded from
 > the cairo release area [2], which also features a sha1 hash.

 > [1]: https://www.cairographics.org/cairomm/
 > [2]: https://www.cairographics.org/releases/

 > Signed-off-by: Daniel Lang <dalang@gmx.at>
 > ---
 > v1 -> v2:
 > - split patch from unrelated cairomm1_14 patches
 > - merge version bump and website change into a sigle patch

Committed to 2023.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2023-06-08 20:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-07 20:22 [Buildroot] [PATCH v2] package/cairomm: bump to version 1.16.2 Daniel Lang
2023-05-07 21:55 ` Yann E. MORIN
2023-06-08 20:45 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox