All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/gst1-plugins-bayer2rgb-neon: bump to 0.4
@ 2020-07-02  8:36 Eloi Bail
  2020-07-12 21:20 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Eloi Bail @ 2020-07-02  8:36 UTC (permalink / raw)
  To: buildroot

Bump gst1-plugins-bayer2rgb-neon to 0.4.

Signed-off-by: Eloi Bail <eloi.bail@savoirfairelinux.com>
---
 .../gst1-plugins-bayer2rgb-neon.hash                          | 2 +-
 .../gst1-plugins-bayer2rgb-neon.mk                            | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/gstreamer1/gst1-plugins-bayer2rgb-neon/gst1-plugins-bayer2rgb-neon.hash b/package/gstreamer1/gst1-plugins-bayer2rgb-neon/gst1-plugins-bayer2rgb-neon.hash
index 129be67c34..cfb62b062a 100644
--- a/package/gstreamer1/gst1-plugins-bayer2rgb-neon/gst1-plugins-bayer2rgb-neon.hash
+++ b/package/gstreamer1/gst1-plugins-bayer2rgb-neon/gst1-plugins-bayer2rgb-neon.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256 8d317b892bf1c99e9999a6d9b027a22c4ea2940f1ac504c03560b3d476e1c9c8 gst-bayer2rgb-neon-v0.3.tar.bz2
+sha256 307725640203083df7dfb7f9c2b8bb9583accf7b8c06238dd92d6150a9fd8b04 gst-bayer2rgb-neon-0.4.tar.bz2
 sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING
diff --git a/package/gstreamer1/gst1-plugins-bayer2rgb-neon/gst1-plugins-bayer2rgb-neon.mk b/package/gstreamer1/gst1-plugins-bayer2rgb-neon/gst1-plugins-bayer2rgb-neon.mk
index 734800a74b..5139463ca1 100644
--- a/package/gstreamer1/gst1-plugins-bayer2rgb-neon/gst1-plugins-bayer2rgb-neon.mk
+++ b/package/gstreamer1/gst1-plugins-bayer2rgb-neon/gst1-plugins-bayer2rgb-neon.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-GST1_PLUGINS_BAYER2RGB_NEON_VERSION = 0.3
-GST1_PLUGINS_BAYER2RGB_NEON_SOURCE = gst-bayer2rgb-neon-v$(GST1_PLUGINS_BAYER2RGB_NEON_VERSION).tar.bz2
+GST1_PLUGINS_BAYER2RGB_NEON_VERSION = 0.4
+GST1_PLUGINS_BAYER2RGB_NEON_SOURCE = gst-bayer2rgb-neon-$(GST1_PLUGINS_BAYER2RGB_NEON_VERSION).tar.bz2
 GST1_PLUGINS_BAYER2RGB_NEON_SITE = https://git.phytec.de/gst-bayer2rgb-neon/snapshot
 GST1_PLUGINS_BAYER2RGB_NEON_LICENSE = GPL-3.0
 GST1_PLUGINS_BAYER2RGB_NEON_LICENSE_FILES = COPYING
-- 
2.17.1

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

* [Buildroot] [PATCH 1/1] package/gst1-plugins-bayer2rgb-neon: bump to 0.4
  2020-07-02  8:36 [Buildroot] [PATCH 1/1] package/gst1-plugins-bayer2rgb-neon: bump to 0.4 Eloi Bail
@ 2020-07-12 21:20 ` Thomas Petazzoni
  2020-07-16 10:19   ` Éloi Bail
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2020-07-12 21:20 UTC (permalink / raw)
  To: buildroot

On Thu,  2 Jul 2020 10:36:19 +0200
Eloi Bail <eloi.bail@savoirfairelinux.com> wrote:

> Bump gst1-plugins-bayer2rgb-neon to 0.4.
> 
> Signed-off-by: Eloi Bail <eloi.bail@savoirfairelinux.com>

I've applied, but there's something odd that caught my eye. See below.

> -GST1_PLUGINS_BAYER2RGB_NEON_VERSION = 0.3
> -GST1_PLUGINS_BAYER2RGB_NEON_SOURCE = gst-bayer2rgb-neon-v$(GST1_PLUGINS_BAYER2RGB_NEON_VERSION).tar.bz2
> +GST1_PLUGINS_BAYER2RGB_NEON_VERSION = 0.4
> +GST1_PLUGINS_BAYER2RGB_NEON_SOURCE = gst-bayer2rgb-neon-$(GST1_PLUGINS_BAYER2RGB_NEON_VERSION).tar.bz2

So your change the SOURCE variable to drop the "v", so I wondered why
and looked at https://git.phytec.de/gst-bayer2rgb-neon/. The tag was
v0.3 and the new tag is still v0.4. But the snapshot tarball name
doesn't have the "v", for both the 0.3 and 0.4 versions. But still the
v0.3.tar.gz download that we had until now worked fine. This puzzles me
quite a bit. Especially since the download *without* the v as you're
doing for 0.4 also works.

So I've applied your patch but I'm quite puzzled by this difference
between the tag name and the snapshot tarball name, and how it can work
with v0.3.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 1/1] package/gst1-plugins-bayer2rgb-neon: bump to 0.4
  2020-07-12 21:20 ` Thomas Petazzoni
@ 2020-07-16 10:19   ` Éloi Bail
  0 siblings, 0 replies; 3+ messages in thread
From: Éloi Bail @ 2020-07-16 10:19 UTC (permalink / raw)
  To: buildroot

Hi Thomas, 

> > Bump gst1-plugins-bayer2rgb-neon to 0.4.

> > Signed-off-by: Eloi Bail <eloi.bail@savoirfairelinux.com>

> I've applied, but there's something odd that caught my eye. See below.

> > -GST1_PLUGINS_BAYER2RGB_NEON_VERSION = 0.3
>> -GST1_PLUGINS_BAYER2RGB_NEON_SOURCE =
> > gst-bayer2rgb-neon-v$(GST1_PLUGINS_BAYER2RGB_NEON_VERSION).tar.bz2
> > +GST1_PLUGINS_BAYER2RGB_NEON_VERSION = 0.4
>> +GST1_PLUGINS_BAYER2RGB_NEON_SOURCE =
> > gst-bayer2rgb-neon-$(GST1_PLUGINS_BAYER2RGB_NEON_VERSION).tar.bz2

> So your change the SOURCE variable to drop the "v", so I wondered why
> and looked at https://git.phytec.de/gst-bayer2rgb-neon/. The tag was
> v0.3 and the new tag is still v0.4. But the snapshot tarball name
> doesn't have the "v", for both the 0.3 and 0.4 versions. But still the
> v0.3.tar.gz download that we had until now worked fine. This puzzles me
> quite a bit. Especially since the download *without* the v as you're
> doing for 0.4 also works.
Indeed wget [ https://git.phytec.de/gst-bayer2rgb-neon/snapshot/%7Bgst-bayer2rgb-neon-0.4.tar.bz2,gst-bayer2rgb-neon-v0.4.tar.bz2%7D | https://git.phytec.de/gst-bayer2rgb-neon/snapshot/{gst-bayer2rgb-neon-0.4.tar.bz2,gst-bayer2rgb-neon-v0.4.tar.bz2} ] works ! 

> So I've applied your patch but I'm quite puzzled by this difference
> between the tag name and the snapshot tarball name, and how it can work
> with v0.3.
Same feeling :) 

> Thanks!

Thanks for pointing me that. 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20200716/bda10958/attachment.html>

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

end of thread, other threads:[~2020-07-16 10:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-02  8:36 [Buildroot] [PATCH 1/1] package/gst1-plugins-bayer2rgb-neon: bump to 0.4 Eloi Bail
2020-07-12 21:20 ` Thomas Petazzoni
2020-07-16 10:19   ` Éloi Bail

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.