All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/x264: bump version
@ 2016-10-29 12:08 Bernd Kuhls
  2016-10-29 13:28 ` Thomas Petazzoni
  0 siblings, 1 reply; 17+ messages in thread
From: Bernd Kuhls @ 2016-10-29 12:08 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x264/x264.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x264/x264.mk b/package/x264/x264.mk
index 6055a8a..19111f0 100644
--- a/package/x264/x264.mk
+++ b/package/x264/x264.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-X264_VERSION = 3b70645597bea052d2398005bc723212aeea6875
+X264_VERSION = 72d53ab2ac7af24597a824e868f2ef363a22f5d4
 X264_SITE = git://git.videolan.org/x264.git
 X264_LICENSE = GPLv2+
 X264_DEPENDENCIES = host-pkgconf
-- 
2.10.1

^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [Buildroot] [PATCH 1/1] package/x264: bump version
@ 2022-07-03 13:02 Bernd Kuhls
  2022-07-08  7:34 ` Peter Korsgaard
  0 siblings, 1 reply; 17+ messages in thread
From: Bernd Kuhls @ 2022-07-03 13:02 UTC (permalink / raw)
  To: buildroot; +Cc: David du Colombier

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x264/x264.hash | 2 +-
 package/x264/x264.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/x264/x264.hash b/package/x264/x264.hash
index f1396279f8..f8b26b6910 100644
--- a/package/x264/x264.hash
+++ b/package/x264/x264.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  58f39bf23a4e38ac3dd841a3f9ccf2aa16d2b0c35df9aecd9f3b5062780e5d74  x264-35417dcd65a57321fbadf98c9a4cff1cb741db4b-br1.tar.gz
+sha256  e83cda2a69e72bc45bcb14aa7ca5e689cf0f67dc29fc6f1dce63abe2a428fc01  x264-baee400fa9ced6f5481a728138fed6e867b0ff7f-br1.tar.gz
 sha256  32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670  COPYING
diff --git a/package/x264/x264.mk b/package/x264/x264.mk
index 9de618eb5e..97caf19466 100644
--- a/package/x264/x264.mk
+++ b/package/x264/x264.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-X264_VERSION = 35417dcd65a57321fbadf98c9a4cff1cb741db4b
+X264_VERSION = baee400fa9ced6f5481a728138fed6e867b0ff7f
 X264_SITE = https://code.videolan.org/videolan/x264.git
 X264_SITE_METHOD = git
 X264_LICENSE = GPL-2.0+
-- 
2.30.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [Buildroot] [PATCH 1/1] package/x264: bump version
@ 2021-01-26 20:06 Bernd Kuhls
  2021-01-27 22:15 ` Yann E. MORIN
  0 siblings, 1 reply; 17+ messages in thread
From: Bernd Kuhls @ 2021-01-26 20:06 UTC (permalink / raw)
  To: buildroot

Reformatted hashes.

Switch _SITE according to
http://download.videolan.org/x264/snapshots/x264-snapshot-20191218-README.txt

"The snapshotting service is discontinued.

 Please use https://code.videolan.org/videolan/x264/ to get the
 tarballs."

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x264/x264.hash | 4 ++--
 package/x264/x264.mk   | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package/x264/x264.hash b/package/x264/x264.hash
index 93242a46cc..cd9edb2bcb 100644
--- a/package/x264/x264.hash
+++ b/package/x264/x264.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256 0bb67d095513391e637b3b47e8efc3ba4603c3844f1b4c2690f4d36da7763055  x264-snapshot-20191217-2245.tar.bz2
-sha256 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670  COPYING
+sha256  a8ba33e3621005ce10dc62c8e368abe6860dfbac4456af42f28c271c9ae1813e  x264-35417dcd65a57321fbadf98c9a4cff1cb741db4b.tar.gz
+sha256  32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670  COPYING
diff --git a/package/x264/x264.mk b/package/x264/x264.mk
index 9d217d1912..3ac8e68fc8 100644
--- a/package/x264/x264.mk
+++ b/package/x264/x264.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-X264_VERSION = 20191217-2245
-X264_SITE = http://download.videolan.org/x264/snapshots
-X264_SOURCE = x264-snapshot-$(X264_VERSION).tar.bz2
+X264_VERSION = 35417dcd65a57321fbadf98c9a4cff1cb741db4b
+X264_SITE = https://code.videolan.org/videolan/x264/-/archive/master
+X264_SOURCE = x264-$(X264_VERSION).tar.gz
 X264_LICENSE = GPL-2.0+
 X264_DEPENDENCIES = host-pkgconf
 X264_LICENSE_FILES = COPYING
-- 
2.29.2

^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [Buildroot] [PATCH 1/1] package/x264: bump version
@ 2018-04-10 19:10 Bernd Kuhls
  2018-04-11 14:18 ` Thomas Petazzoni
  0 siblings, 1 reply; 17+ messages in thread
From: Bernd Kuhls @ 2018-04-10 19:10 UTC (permalink / raw)
  To: buildroot

Added license hash.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x264/x264.hash | 3 ++-
 package/x264/x264.mk   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/x264/x264.hash b/package/x264/x264.hash
index f0e9f1b827..920f3b74eb 100644
--- a/package/x264/x264.hash
+++ b/package/x264/x264.hash
@@ -1,2 +1,3 @@
 # Locally computed
-sha256 986863122b0b3ac2c1fa27c6e3932c3490b84287335fa162bca020aa815aa695  x264-ba24899b0bf23345921da022f7a51e0c57dbe73d.tar.gz
+sha256 cdae4489e0306938a46429824aa3511e7ec2a43f71fee8b4aa46ceea46d15888  x264-7d0ff22e8c96de126be9d3de4952edd6d1b75a8c.tar.gz
+sha256 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670  COPYING
diff --git a/package/x264/x264.mk b/package/x264/x264.mk
index e14077a2f4..f2fb10c41c 100644
--- a/package/x264/x264.mk
+++ b/package/x264/x264.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-X264_VERSION = ba24899b0bf23345921da022f7a51e0c57dbe73d
+X264_VERSION = 7d0ff22e8c96de126be9d3de4952edd6d1b75a8c
 X264_SITE = git://git.videolan.org/x264.git
 X264_LICENSE = GPL-2.0+
 X264_DEPENDENCIES = host-pkgconf
-- 
2.14.2

^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [Buildroot] [PATCH 1/1] package/x264: bump version
@ 2017-10-22 15:23 Bernd Kuhls
  2017-10-22 15:49 ` Thomas Petazzoni
  0 siblings, 1 reply; 17+ messages in thread
From: Bernd Kuhls @ 2017-10-22 15:23 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x264/x264.hash | 2 +-
 package/x264/x264.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/x264/x264.hash b/package/x264/x264.hash
index ebc1585cc8..f0e9f1b827 100644
--- a/package/x264/x264.hash
+++ b/package/x264/x264.hash
@@ -1,2 +1,2 @@
 # Locally computed
-sha256 aefebcf4fa547c6a26e1311b5701e6b94030bae23eb9d14df1211dd5bcb7d4d5  x264-df79067c0cf33da712d344b5f8869be7eaf326f3.tar.gz
+sha256 986863122b0b3ac2c1fa27c6e3932c3490b84287335fa162bca020aa815aa695  x264-ba24899b0bf23345921da022f7a51e0c57dbe73d.tar.gz
diff --git a/package/x264/x264.mk b/package/x264/x264.mk
index db9cc1cfaa..e14077a2f4 100644
--- a/package/x264/x264.mk
+++ b/package/x264/x264.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-X264_VERSION = df79067c0cf33da712d344b5f8869be7eaf326f3
+X264_VERSION = ba24899b0bf23345921da022f7a51e0c57dbe73d
 X264_SITE = git://git.videolan.org/x264.git
 X264_LICENSE = GPL-2.0+
 X264_DEPENDENCIES = host-pkgconf
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [Buildroot] [PATCH 1/1] package/x264: bump version
@ 2017-01-22 14:49 Bernd Kuhls
  2017-01-22 22:34 ` Peter Korsgaard
  0 siblings, 1 reply; 17+ messages in thread
From: Bernd Kuhls @ 2017-01-22 14:49 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x264/x264.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x264/x264.mk b/package/x264/x264.mk
index 19111f0b5e..aa7bb556db 100644
--- a/package/x264/x264.mk
+++ b/package/x264/x264.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-X264_VERSION = 72d53ab2ac7af24597a824e868f2ef363a22f5d4
+X264_VERSION = b97ae0644f16bad2e2c9c9181264a946769a0aa0
 X264_SITE = git://git.videolan.org/x264.git
 X264_LICENSE = GPLv2+
 X264_DEPENDENCIES = host-pkgconf
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [Buildroot] [PATCH 1/1] package/x264: bump version
@ 2016-04-27 10:49 Bernd Kuhls
  2016-04-27 20:16 ` Thomas Petazzoni
  0 siblings, 1 reply; 17+ messages in thread
From: Bernd Kuhls @ 2016-04-27 10:49 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x264/x264.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/x264/x264.mk b/package/x264/x264.mk
index cf5e385..6055a8a 100644
--- a/package/x264/x264.mk
+++ b/package/x264/x264.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-X264_VERSION = a01e33913655f983df7a4d64b0a4178abb1eb618
+X264_VERSION = 3b70645597bea052d2398005bc723212aeea6875
 X264_SITE = git://git.videolan.org/x264.git
 X264_LICENSE = GPLv2+
 X264_DEPENDENCIES = host-pkgconf
-- 
2.8.0.rc3

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

end of thread, other threads:[~2022-07-08  7:34 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-29 12:08 [Buildroot] [PATCH 1/1] package/x264: bump version Bernd Kuhls
2016-10-29 13:28 ` Thomas Petazzoni
  -- strict thread matches above, loose matches on Subject: below --
2022-07-03 13:02 Bernd Kuhls
2022-07-08  7:34 ` Peter Korsgaard
2021-01-26 20:06 Bernd Kuhls
2021-01-27 22:15 ` Yann E. MORIN
2018-04-10 19:10 Bernd Kuhls
2018-04-11 14:18 ` Thomas Petazzoni
2018-04-19 20:47   ` Joshua Henderson
2017-10-22 15:23 Bernd Kuhls
2017-10-22 15:49 ` Thomas Petazzoni
2017-10-22 16:29   ` Bernd Kuhls
2017-10-22 21:38     ` Peter Korsgaard
2017-01-22 14:49 Bernd Kuhls
2017-01-22 22:34 ` Peter Korsgaard
2016-04-27 10:49 Bernd Kuhls
2016-04-27 20:16 ` 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.