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>,
	James Knight <james.knight@collins.com>,
	buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH v2] package/cairomm: bump to version 1.16.2
Date: Sun, 7 May 2023 23:55:38 +0200	[thread overview]
Message-ID: <20230507215538.GV252090@scaer> (raw)
In-Reply-To: <20230507202257.53475-1-dalang@gmx.at>

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

  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:22 [Buildroot] [PATCH v2] package/cairomm: bump to version 1.16.2 Daniel Lang
2023-05-07 21:55 ` Yann E. MORIN [this message]
2023-06-08 20:45 ` 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=20230507215538.GV252090@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@buildroot.org \
    --cc=d.lang@abatec.at \
    --cc=dalang@gmx.at \
    --cc=james.knight@collins.com \
    /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