All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/fswebcam: bump to latest git version
@ 2020-02-21 13:39 Eugen Hristev
  2020-02-23 20:58 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Eugen Hristev @ 2020-02-21 13:39 UTC (permalink / raw)
  To: buildroot

Bump to latest git version.

Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
---

Hello,

There has not been an official release of fswebcam, but, there are several
patches in there which I really need for development.
So, can we bump this package to latest git rev ?
Or, how can we proceed?
This patch is more of a RFC... but, would be useful.
Let me know if another approach is better.
Thanks,

Eugen

 package/fswebcam/fswebcam.hash | 1 +
 package/fswebcam/fswebcam.mk   | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/package/fswebcam/fswebcam.hash b/package/fswebcam/fswebcam.hash
index 28f604547c..87a688d9e7 100644
--- a/package/fswebcam/fswebcam.hash
+++ b/package/fswebcam/fswebcam.hash
@@ -1,3 +1,4 @@
 # Locally calculated
 sha256  444d6a8a82102e09e935540c64a731021de36db03e1e74181f41ca6f39aa6474  fswebcam-20140113.tar.xz
+sha256  64b0216ebb8f50eb5eff4a005d659fe8c77bc899dc7f297e08b208f312e044c8  fswebcam-9a995d6a5369ddd158e352766e015dae20982318.tar.gz
 sha256  204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994  LICENSE
diff --git a/package/fswebcam/fswebcam.mk b/package/fswebcam/fswebcam.mk
index 8f823f4d04..b1b7e183da 100644
--- a/package/fswebcam/fswebcam.mk
+++ b/package/fswebcam/fswebcam.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-FSWEBCAM_VERSION = 20140113
-FSWEBCAM_SOURCE = fswebcam-$(FSWEBCAM_VERSION).tar.xz
-FSWEBCAM_SITE = http://www.firestorm.cx/fswebcam/files
+FSWEBCAM_VERSION = 9a995d6a5369ddd158e352766e015dae20982318
+FSWEBCAM_SITE = https://github.com/fsphil/fswebcam.git
+FSWEBCAM_SITE_METHOD = git
 FSWEBCAM_LICENSE = GPL-2.0
 FSWEBCAM_LICENSE_FILES = LICENSE
 
-- 
2.20.1

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

* [Buildroot] [PATCH] package/fswebcam: bump to latest git version
  2020-02-21 13:39 [Buildroot] [PATCH] package/fswebcam: bump to latest git version Eugen Hristev
@ 2020-02-23 20:58 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2020-02-23 20:58 UTC (permalink / raw)
  To: buildroot

Hello Eugen,

On Fri, 21 Feb 2020 15:39:02 +0200
Eugen Hristev <eugen.hristev@microchip.com> wrote:

> Bump to latest git version.
> 
> Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>

I think it's OK to bump to this version, the tarball is indeed very old
and no longer available for the current location used by Buildroot.

> -FSWEBCAM_VERSION = 20140113
> -FSWEBCAM_SOURCE = fswebcam-$(FSWEBCAM_VERSION).tar.xz
> -FSWEBCAM_SITE = http://www.firestorm.cx/fswebcam/files
> +FSWEBCAM_VERSION = 9a995d6a5369ddd158e352766e015dae20982318
> +FSWEBCAM_SITE = https://github.com/fsphil/fswebcam.git
> +FSWEBCAM_SITE_METHOD = git

Could you instead use the "github" macro available in Buildroot? This
way, we download a tarball from Github, which is much more efficient.

Thanks!

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

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

end of thread, other threads:[~2020-02-23 20:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-21 13:39 [Buildroot] [PATCH] package/fswebcam: bump to latest git version Eugen Hristev
2020-02-23 20:58 ` Thomas Petazzoni

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.