All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1] package/fbgrab: bump version to 1.3.1 and update projct URL
@ 2020-03-04 10:31 Peter Seiderer
  2020-03-04 12:54 ` Timo Ketola
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Peter Seiderer @ 2020-03-04 10:31 UTC (permalink / raw)
  To: buildroot

- bump version to 1.3.1
  Changelog:
  * Incorrect alpha value when converting 32-bit framebuffers.
  * Documentation for github instead of own homepage.

- update project URL

Fixes bug 12606 ([1]).

[1] https://bugs.busybox.net/show_bug.cgi?id=12606

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
Notes:
  Maybe stuff for master as the changes are minimal and fixes
  original download site and project URL, otherweise stuff for next.
---
 package/fbgrab/Config.in   | 2 +-
 package/fbgrab/fbgrab.hash | 2 +-
 package/fbgrab/fbgrab.mk   | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/fbgrab/Config.in b/package/fbgrab/Config.in
index d1e9e69b3f..b1d8755f32 100644
--- a/package/fbgrab/Config.in
+++ b/package/fbgrab/Config.in
@@ -5,4 +5,4 @@ config BR2_PACKAGE_FBGRAB
 	  FBGrab is a framebuffer screenshot program, capturing the
 	  linux frambuffer and converting it to a png-picture.
 
-	  http://fbgrab.monells.se/
+	  https://github.com/GunnarMonell/fbgrab
diff --git a/package/fbgrab/fbgrab.hash b/package/fbgrab/fbgrab.hash
index 386d8fb5cb..6cd19dc1d5 100644
--- a/package/fbgrab/fbgrab.hash
+++ b/package/fbgrab/fbgrab.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  5fab478cbf8731fbacefaa76236a8f8b38ccff920c53b3a8253bc35509fba8ed  fbgrab-1.3.tar.gz
+sha256  3314a932f830e32feaf36914e1b43326529fe35b7eb7410ff55f16c930ddfbcb  fbgrab-1.3.1.tar.gz
 sha256  fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7  COPYING
diff --git a/package/fbgrab/fbgrab.mk b/package/fbgrab/fbgrab.mk
index d81a5ee2a0..43fd0ba948 100644
--- a/package/fbgrab/fbgrab.mk
+++ b/package/fbgrab/fbgrab.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-FBGRAB_VERSION = 1.3
-FBGRAB_SITE = http://fbgrab.monells.se
+FBGRAB_VERSION = 1.3.1
+FBGRAB_SITE = $(call github,GunnarMonell,fbgrab,$(FBGRAB_VERSION))
 FBGRAB_DEPENDENCIES = libpng
 FBGRAB_LICENSE = GPL-2.0
 FBGRAB_LICENSE_FILES = COPYING
-- 
2.25.1

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

* [Buildroot] [PATCH v1] package/fbgrab: bump version to 1.3.1 and update projct URL
  2020-03-04 10:31 [Buildroot] [PATCH v1] package/fbgrab: bump version to 1.3.1 and update projct URL Peter Seiderer
@ 2020-03-04 12:54 ` Timo Ketola
  2020-03-04 18:06 ` Yann E. MORIN
  2020-03-15 10:18 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Timo Ketola @ 2020-03-04 12:54 UTC (permalink / raw)
  To: buildroot

On 4.3.2020 12.31, Peter Seiderer wrote:
> - bump version to 1.3.1
>   Changelog:
>   * Incorrect alpha value when converting 32-bit framebuffers.
>   * Documentation for github instead of own homepage.
> 
> - update project URL
> 
> Fixes bug 12606 ([1]).
> 
> [1] https://bugs.busybox.net/show_bug.cgi?id=12606
> 
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>

Tested-by: Timo Ketola <timo.ketola@exertus.fi>
Acked-by: Timo Ketola <timo.ketola@exertus.fi>

> ---
> Notes:
>   Maybe stuff for master as the changes are minimal and fixes
>   original download site and project URL, otherweise stuff for next.
> ---
>  package/fbgrab/Config.in   | 2 +-
>  package/fbgrab/fbgrab.hash | 2 +-
>  package/fbgrab/fbgrab.mk   | 4 ++--
>  3 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/package/fbgrab/Config.in b/package/fbgrab/Config.in
> index d1e9e69b3f..b1d8755f32 100644
> --- a/package/fbgrab/Config.in
> +++ b/package/fbgrab/Config.in
> @@ -5,4 +5,4 @@ config BR2_PACKAGE_FBGRAB
>  	  FBGrab is a framebuffer screenshot program, capturing the
>  	  linux frambuffer and converting it to a png-picture.
>  
> -	  http://fbgrab.monells.se/
> +	  https://github.com/GunnarMonell/fbgrab
> diff --git a/package/fbgrab/fbgrab.hash b/package/fbgrab/fbgrab.hash
> index 386d8fb5cb..6cd19dc1d5 100644
> --- a/package/fbgrab/fbgrab.hash
> +++ b/package/fbgrab/fbgrab.hash
> @@ -1,3 +1,3 @@
>  # Locally calculated
> -sha256  5fab478cbf8731fbacefaa76236a8f8b38ccff920c53b3a8253bc35509fba8ed  fbgrab-1.3.tar.gz
> +sha256  3314a932f830e32feaf36914e1b43326529fe35b7eb7410ff55f16c930ddfbcb  fbgrab-1.3.1.tar.gz
>  sha256  fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7  COPYING
> diff --git a/package/fbgrab/fbgrab.mk b/package/fbgrab/fbgrab.mk
> index d81a5ee2a0..43fd0ba948 100644
> --- a/package/fbgrab/fbgrab.mk
> +++ b/package/fbgrab/fbgrab.mk
> @@ -4,8 +4,8 @@
>  #
>  ################################################################################
>  
> -FBGRAB_VERSION = 1.3
> -FBGRAB_SITE = http://fbgrab.monells.se
> +FBGRAB_VERSION = 1.3.1
> +FBGRAB_SITE = $(call github,GunnarMonell,fbgrab,$(FBGRAB_VERSION))
>  FBGRAB_DEPENDENCIES = libpng
>  FBGRAB_LICENSE = GPL-2.0
>  FBGRAB_LICENSE_FILES = COPYING
> 

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

* [Buildroot] [PATCH v1] package/fbgrab: bump version to 1.3.1 and update projct URL
  2020-03-04 10:31 [Buildroot] [PATCH v1] package/fbgrab: bump version to 1.3.1 and update projct URL Peter Seiderer
  2020-03-04 12:54 ` Timo Ketola
@ 2020-03-04 18:06 ` Yann E. MORIN
  2020-03-15 10:18 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2020-03-04 18:06 UTC (permalink / raw)
  To: buildroot

Peter, All,

On 2020-03-04 11:31 +0100, Peter Seiderer spake thusly:
> - bump version to 1.3.1
>   Changelog:
>   * Incorrect alpha value when converting 32-bit framebuffers.
>   * Documentation for github instead of own homepage.
> 
> - update project URL
> 
> Fixes bug 12606 ([1]).
> 
> [1] https://bugs.busybox.net/show_bug.cgi?id=12606
> 
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>

Applied to master, thanks.

> ---
> Notes:
>   Maybe stuff for master as the changes are minimal and fixes
>   original download site and project URL, otherweise stuff for next.

Timo tested and acked, so I went for master.

Regards,
Yann E. MORIN.

> ---
>  package/fbgrab/Config.in   | 2 +-
>  package/fbgrab/fbgrab.hash | 2 +-
>  package/fbgrab/fbgrab.mk   | 4 ++--
>  3 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/package/fbgrab/Config.in b/package/fbgrab/Config.in
> index d1e9e69b3f..b1d8755f32 100644
> --- a/package/fbgrab/Config.in
> +++ b/package/fbgrab/Config.in
> @@ -5,4 +5,4 @@ config BR2_PACKAGE_FBGRAB
>  	  FBGrab is a framebuffer screenshot program, capturing the
>  	  linux frambuffer and converting it to a png-picture.
>  
> -	  http://fbgrab.monells.se/
> +	  https://github.com/GunnarMonell/fbgrab
> diff --git a/package/fbgrab/fbgrab.hash b/package/fbgrab/fbgrab.hash
> index 386d8fb5cb..6cd19dc1d5 100644
> --- a/package/fbgrab/fbgrab.hash
> +++ b/package/fbgrab/fbgrab.hash
> @@ -1,3 +1,3 @@
>  # Locally calculated
> -sha256  5fab478cbf8731fbacefaa76236a8f8b38ccff920c53b3a8253bc35509fba8ed  fbgrab-1.3.tar.gz
> +sha256  3314a932f830e32feaf36914e1b43326529fe35b7eb7410ff55f16c930ddfbcb  fbgrab-1.3.1.tar.gz
>  sha256  fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7  COPYING
> diff --git a/package/fbgrab/fbgrab.mk b/package/fbgrab/fbgrab.mk
> index d81a5ee2a0..43fd0ba948 100644
> --- a/package/fbgrab/fbgrab.mk
> +++ b/package/fbgrab/fbgrab.mk
> @@ -4,8 +4,8 @@
>  #
>  ################################################################################
>  
> -FBGRAB_VERSION = 1.3
> -FBGRAB_SITE = http://fbgrab.monells.se
> +FBGRAB_VERSION = 1.3.1
> +FBGRAB_SITE = $(call github,GunnarMonell,fbgrab,$(FBGRAB_VERSION))
>  FBGRAB_DEPENDENCIES = libpng
>  FBGRAB_LICENSE = GPL-2.0
>  FBGRAB_LICENSE_FILES = COPYING
> -- 
> 2.25.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/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.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH v1] package/fbgrab: bump version to 1.3.1 and update projct URL
  2020-03-04 10:31 [Buildroot] [PATCH v1] package/fbgrab: bump version to 1.3.1 and update projct URL Peter Seiderer
  2020-03-04 12:54 ` Timo Ketola
  2020-03-04 18:06 ` Yann E. MORIN
@ 2020-03-15 10:18 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2020-03-15 10:18 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Seiderer <ps.report@gmx.net> writes:

 > - bump version to 1.3.1
 >   Changelog:
 >   * Incorrect alpha value when converting 32-bit framebuffers.
 >   * Documentation for github instead of own homepage.

 > - update project URL

 > Fixes bug 12606 ([1]).

 > [1] https://bugs.busybox.net/show_bug.cgi?id=12606

 > Signed-off-by: Peter Seiderer <ps.report@gmx.net>

Committed to 2019.02.x and 2019.11.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-03-15 10:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-04 10:31 [Buildroot] [PATCH v1] package/fbgrab: bump version to 1.3.1 and update projct URL Peter Seiderer
2020-03-04 12:54 ` Timo Ketola
2020-03-04 18:06 ` Yann E. MORIN
2020-03-15 10:18 ` Peter Korsgaard

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.