Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Daniel Lang <dalang@gmx.at>
Cc: Daniel Lang <d.lang@abatec.at>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH] package/cairomm1_14: use official website
Date: Sun, 7 May 2023 23:55:53 +0200	[thread overview]
Message-ID: <20230507215553.GW252090@scaer> (raw)
In-Reply-To: <20230507201636.52947-1-dalang@gmx.at>

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

  reply	other threads:[~2023-05-07 21:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-07 20:16 [Buildroot] [PATCH] package/cairomm1_14: use official website Daniel Lang
2023-05-07 21:55 ` Yann E. MORIN [this message]
2023-06-08 20:42 ` Peter Korsgaard

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=20230507215553.GW252090@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@buildroot.org \
    --cc=d.lang@abatec.at \
    --cc=dalang@gmx.at \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox