* [Buildroot] [PATCH] package/cairomm1_14: use official website
@ 2023-05-07 20:16 Daniel Lang
2023-05-07 21:55 ` Yann E. MORIN
2023-06-08 20:42 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Daniel Lang @ 2023-05-07 20:16 UTC (permalink / raw)
To: buildroot; +Cc: Daniel Lang
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 cairomm patches
---
package/cairomm1_14/Config.in | 2 +-
package/cairomm1_14/cairomm1_14.hash | 5 ++++-
package/cairomm1_14/cairomm1_14.mk | 4 ++--
3 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/package/cairomm1_14/Config.in b/package/cairomm1_14/Config.in
index 6e767d2428..e369aa6f4a 100644
--- a/package/cairomm1_14/Config.in
+++ b/package/cairomm1_14/Config.in
@@ -14,7 +14,7 @@ config BR2_PACKAGE_CAIROMM1_14
This is the last version before the API and ABI change
introduced in 1.16.0 which requires C++17.
- http://www.gtkmm.org/
+ https://www.cairographics.org/cairomm/
comment "cairomm (1.14.x) needs a toolchain w/ C++, wchar, threads, gcc >= 4.9"
depends on BR2_USE_MMU
diff --git a/package/cairomm1_14/cairomm1_14.hash b/package/cairomm1_14/cairomm1_14.hash
index 521e7cc546..6d58de360a 100644
--- a/package/cairomm1_14/cairomm1_14.hash
+++ b/package/cairomm1_14/cairomm1_14.hash
@@ -1,3 +1,6 @@
+# From https://www.cairographics.org/releases/cairomm-1.14.4.tar.xz.sha1
+sha1 a58419bb9792a2c998631704ce5671c38e0c82a1 cairomm-1.14.4.tar.xz
+
# Locally computed
-sha256 ee12b920b2d47cea1b6e20c367690d726eb22b4ca9fc711db329d03adcc0c8e0 cairomm-1.14.4.tar.gz
+sha256 4749d25a2b2ef67cc0c014caaf5c87fa46792fc4b3ede186fb0fc932d2055158 cairomm-1.14.4.tar.xz
sha256 bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd COPYING
diff --git a/package/cairomm1_14/cairomm1_14.mk b/package/cairomm1_14/cairomm1_14.mk
index 5d076ddf0a..6502d34c5a 100644
--- a/package/cairomm1_14/cairomm1_14.mk
+++ b/package/cairomm1_14/cairomm1_14.mk
@@ -7,8 +7,8 @@
CAIROMM1_14_VERSION = 1.14.4
CAIROMM1_14_LICENSE = LGPL-2.0+
CAIROMM1_14_LICENSE_FILES = COPYING
-CAIROMM1_14_SOURCE = cairomm-$(CAIROMM1_14_VERSION).tar.gz
-CAIROMM1_14_SITE = https://gitlab.freedesktop.org/cairo/cairomm/-/archive/$(CAIROMM1_14_VERSION)
+CAIROMM1_14_SOURCE = cairomm-$(CAIROMM1_14_VERSION).tar.xz
+CAIROMM1_14_SITE = https://cairographics.org/releases
CAIROMM1_14_INSTALL_STAGING = YES
CAIROMM1_14_DEPENDENCIES = cairo libglib2 libsigc2 host-pkgconf
CAIROMM1_14_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] package/cairomm1_14: use official website
2023-05-07 20:16 [Buildroot] [PATCH] package/cairomm1_14: use official website Daniel Lang
@ 2023-05-07 21:55 ` Yann E. MORIN
2023-06-08 20:42 ` 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, buildroot
Daniel, All,
On 2023-05-07 22:16 +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 cairomm patches
> ---
> package/cairomm1_14/Config.in | 2 +-
> package/cairomm1_14/cairomm1_14.hash | 5 ++++-
> package/cairomm1_14/cairomm1_14.mk | 4 ++--
> 3 files changed, 7 insertions(+), 4 deletions(-)
>
> diff --git a/package/cairomm1_14/Config.in b/package/cairomm1_14/Config.in
> index 6e767d2428..e369aa6f4a 100644
> --- a/package/cairomm1_14/Config.in
> +++ b/package/cairomm1_14/Config.in
> @@ -14,7 +14,7 @@ config BR2_PACKAGE_CAIROMM1_14
> This is the last version before the API and ABI change
> introduced in 1.16.0 which requires C++17.
>
> - http://www.gtkmm.org/
> + https://www.cairographics.org/cairomm/
>
> comment "cairomm (1.14.x) needs a toolchain w/ C++, wchar, threads, gcc >= 4.9"
> depends on BR2_USE_MMU
> diff --git a/package/cairomm1_14/cairomm1_14.hash b/package/cairomm1_14/cairomm1_14.hash
> index 521e7cc546..6d58de360a 100644
> --- a/package/cairomm1_14/cairomm1_14.hash
> +++ b/package/cairomm1_14/cairomm1_14.hash
> @@ -1,3 +1,6 @@
> +# From https://www.cairographics.org/releases/cairomm-1.14.4.tar.xz.sha1
> +sha1 a58419bb9792a2c998631704ce5671c38e0c82a1 cairomm-1.14.4.tar.xz
> +
> # Locally computed
> -sha256 ee12b920b2d47cea1b6e20c367690d726eb22b4ca9fc711db329d03adcc0c8e0 cairomm-1.14.4.tar.gz
> +sha256 4749d25a2b2ef67cc0c014caaf5c87fa46792fc4b3ede186fb0fc932d2055158 cairomm-1.14.4.tar.xz
> sha256 bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd COPYING
> diff --git a/package/cairomm1_14/cairomm1_14.mk b/package/cairomm1_14/cairomm1_14.mk
> index 5d076ddf0a..6502d34c5a 100644
> --- a/package/cairomm1_14/cairomm1_14.mk
> +++ b/package/cairomm1_14/cairomm1_14.mk
> @@ -7,8 +7,8 @@
> CAIROMM1_14_VERSION = 1.14.4
> CAIROMM1_14_LICENSE = LGPL-2.0+
> CAIROMM1_14_LICENSE_FILES = COPYING
> -CAIROMM1_14_SOURCE = cairomm-$(CAIROMM1_14_VERSION).tar.gz
> -CAIROMM1_14_SITE = https://gitlab.freedesktop.org/cairo/cairomm/-/archive/$(CAIROMM1_14_VERSION)
> +CAIROMM1_14_SOURCE = cairomm-$(CAIROMM1_14_VERSION).tar.xz
> +CAIROMM1_14_SITE = https://cairographics.org/releases
> CAIROMM1_14_INSTALL_STAGING = YES
> CAIROMM1_14_DEPENDENCIES = cairo libglib2 libsigc2 host-pkgconf
> CAIROMM1_14_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] package/cairomm1_14: use official website
2023-05-07 20:16 [Buildroot] [PATCH] package/cairomm1_14: use official website Daniel Lang
2023-05-07 21:55 ` Yann E. MORIN
@ 2023-06-08 20:42 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2023-06-08 20:42 UTC (permalink / raw)
To: Daniel Lang; +Cc: Daniel Lang, 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 cairomm patches
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:42 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:16 [Buildroot] [PATCH] package/cairomm1_14: use official website Daniel Lang
2023-05-07 21:55 ` Yann E. MORIN
2023-06-08 20:42 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox