All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnout Vandecappelle <arnout@mind.be>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>, buildroot@buildroot.org
Cc: Grzegorz Blach <grzegorz@blach.pl>
Subject: Re: [Buildroot] [PATCH 1/1] package/rpi-rgb-led-matrix: bump to version a56338db0f003d5236f2ce98c73a591d64a70852
Date: Tue, 4 Jan 2022 19:30:41 +0100	[thread overview]
Message-ID: <6812e29d-ecb5-fd13-53fc-828ec21bde82@mind.be> (raw)
In-Reply-To: <20220104181757.3207568-1-fontaine.fabrice@gmail.com>



On 04/01/2022 19:17, Fabrice Fontaine wrote:
> - Drop patch (already in version)
> - This bump will also fix the following build failure on musl raised
>    since the addition of the package in commit
>    e821078031e14df69e5142f23e9cb7b5a1ea0e77:
> 
> text-scroller.cc: In function 'int main(int, char**)':
> text-scroller.cc:220:3: error: 'uint' was not declared in this scope; did you mean 'rint'?
>    220 |   uint frame_counter = 0;
>        |   ^~~~
>        |   rint
> 
> Fixes:
>   - http://autobuild.buildroot.org/results/1a230bd46eac35081bdb6fe9aaacbb7b62ea6b73
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   .../0001-Rename-LDFLAGS-to-RGB_LDFLAGS.patch  | 46 -------------------
>   .../rpi-rgb-led-matrix.hash                   |  2 +-
>   .../rpi-rgb-led-matrix/rpi-rgb-led-matrix.mk  |  2 +-
>   3 files changed, 2 insertions(+), 48 deletions(-)
>   delete mode 100644 package/rpi-rgb-led-matrix/0001-Rename-LDFLAGS-to-RGB_LDFLAGS.patch
> 
> diff --git a/package/rpi-rgb-led-matrix/0001-Rename-LDFLAGS-to-RGB_LDFLAGS.patch b/package/rpi-rgb-led-matrix/0001-Rename-LDFLAGS-to-RGB_LDFLAGS.patch
> deleted file mode 100644
> index f7a92f5fb2..0000000000
> --- a/package/rpi-rgb-led-matrix/0001-Rename-LDFLAGS-to-RGB_LDFLAGS.patch
> +++ /dev/null
> @@ -1,46 +0,0 @@
> -From 056a189836a82b832cd8e6f886cb2090344bfa08 Mon Sep 17 00:00:00 2001
> -From: Grzegorz Blach <grzegorz@blach.pl>
> -Date: Sat, 29 Aug 2020 20:48:57 +0200
> -Subject: [PATCH] Rename LDFLAGS to RGB_LDFLAGS.
> -
> -This change allows additional flags to be added to the linker
> -from the command line.
> -
> -Signed-off-by: Grzegorz Blach <grzegorz@blach.pl>
> ----
> - utils/Makefile | 8 ++++----
> - 1 file changed, 4 insertions(+), 4 deletions(-)
> -
> -diff --git a/utils/Makefile b/utils/Makefile
> -index e751adc..e704442 100644
> ---- a/utils/Makefile
> -+++ b/utils/Makefile
> -@@ -12,7 +12,7 @@ RGB_INCDIR=$(RGB_LIB_DISTRIBUTION)/include
> - RGB_LIBDIR=$(RGB_LIB_DISTRIBUTION)/lib
> - RGB_LIBRARY_NAME=rgbmatrix
> - RGB_LIBRARY=$(RGB_LIBDIR)/lib$(RGB_LIBRARY_NAME).a
> --LDFLAGS+=-L$(RGB_LIBDIR) -l$(RGB_LIBRARY_NAME) -lrt -lm -lpthread
> -+RGB_LDFLAGS+=-L$(RGB_LIBDIR) -l$(RGB_LIBRARY_NAME) -lrt -lm -lpthread
> -
> - # Imagemagic flags, only needed if actually compiled.
> - MAGICK_CXXFLAGS?=$(shell GraphicsMagick++-config --cppflags --cxxflags)
> -@@ -28,13 +28,13 @@ $(RGB_LIBRARY): FORCE
> - 	$(MAKE) -C $(RGB_LIBDIR)
> -
> - text-scroller: text-scroller.o $(RGB_LIBRARY)
> --	$(CXX) $(CXXFLAGS) text-scroller.o -o $@ $(LDFLAGS)
> -+	$(CXX) $(CXXFLAGS) text-scroller.o -o $@ $(LDFLAGS) $(RGB_LDFLAGS)
> -
> - led-image-viewer: led-image-viewer.o $(RGB_LIBRARY)
> --	$(CXX) $(CXXFLAGS) led-image-viewer.o -o $@ $(LDFLAGS) $(MAGICK_LDFLAGS)
> -+	$(CXX) $(CXXFLAGS) led-image-viewer.o -o $@ $(LDFLAGS) $(RGB_LDFLAGS) $(MAGICK_LDFLAGS)
> -
> - video-viewer: video-viewer.o $(RGB_LIBRARY)
> --	$(CXX) $(CXXFLAGS) video-viewer.o -o $@ $(LDFLAGS) $(AV_LDFLAGS)
> -+	$(CXX) $(CXXFLAGS) video-viewer.o -o $@ $(LDFLAGS) $(RGB_LDFLAGS) $(AV_LDFLAGS)
> -
> - %.o : %.cc
> - 	$(CXX) -I$(RGB_INCDIR) $(CXXFLAGS) -c -o $@ $<
> ---
> -2.24.3 (Apple Git-128)
> -
> diff --git a/package/rpi-rgb-led-matrix/rpi-rgb-led-matrix.hash b/package/rpi-rgb-led-matrix/rpi-rgb-led-matrix.hash
> index 3b1cb5fd76..265e4c4249 100644
> --- a/package/rpi-rgb-led-matrix/rpi-rgb-led-matrix.hash
> +++ b/package/rpi-rgb-led-matrix/rpi-rgb-led-matrix.hash
> @@ -1,3 +1,3 @@
>   # Locally computed:
> -sha256  5efc0293bb180b958079910e968721ff2dac291c435d065ecec9ceba8589567d  rpi-rgb-led-matrix-63e3e7ffdbe88223cc80e1faa508bc4f3cf2bea4.tar.gz
> +sha256  490ca6fa0c81451f2472b4aa85796a876790f2e212bf0882e3bb7caf5c47e2c3  rpi-rgb-led-matrix-a56338db0f003d5236f2ce98c73a591d64a70852.tar.gz
>   sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
> diff --git a/package/rpi-rgb-led-matrix/rpi-rgb-led-matrix.mk b/package/rpi-rgb-led-matrix/rpi-rgb-led-matrix.mk
> index e436755121..499fb408c2 100644
> --- a/package/rpi-rgb-led-matrix/rpi-rgb-led-matrix.mk
> +++ b/package/rpi-rgb-led-matrix/rpi-rgb-led-matrix.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -RPI_RGB_LED_MATRIX_VERSION = 63e3e7ffdbe88223cc80e1faa508bc4f3cf2bea4
> +RPI_RGB_LED_MATRIX_VERSION = a56338db0f003d5236f2ce98c73a591d64a70852
>   RPI_RGB_LED_MATRIX_SITE = $(call github,hzeller,rpi-rgb-led-matrix,$(RPI_RGB_LED_MATRIX_VERSION))
>   RPI_RGB_LED_MATRIX_LICENSE = GPL-2.0
>   RPI_RGB_LED_MATRIX_LICENSE_FILES = COPYING
> 
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

      reply	other threads:[~2022-01-04 18:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-04 18:17 [Buildroot] [PATCH 1/1] package/rpi-rgb-led-matrix: bump to version a56338db0f003d5236f2ce98c73a591d64a70852 Fabrice Fontaine
2022-01-04 18:30 ` Arnout Vandecappelle [this message]

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=6812e29d-ecb5-fd13-53fc-828ec21bde82@mind.be \
    --to=arnout@mind.be \
    --cc=buildroot@buildroot.org \
    --cc=fontaine.fabrice@gmail.com \
    --cc=grzegorz@blach.pl \
    /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 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.