All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] DEVELOPERS: Add Gilles Talis for faad2
@ 2021-01-31  9:50 Gilles Talis
  2021-01-31  9:50 ` [Buildroot] [PATCH] DEVELOPERS: add Gilles Talis for opusfile Gilles Talis
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Gilles Talis @ 2021-01-31  9:50 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
---
 DEVELOPERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/DEVELOPERS b/DEVELOPERS
index c750105623..17c2f09847 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1000,6 +1000,7 @@ N:	Gilles Talis <gilles.talis@gmail.com>
 F:	board/freescale/imx8mmevk/
 F:	configs/freescale_imx8mmevk_defconfig
 F:	package/cctz/
+F:	package/faad2/
 F:	package/fdk-aac/
 F:	package/httping/
 F:	package/iozone/
-- 
2.25.1

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

* [Buildroot] [PATCH] DEVELOPERS: add Gilles Talis for opusfile
  2021-01-31  9:50 [Buildroot] [PATCH] DEVELOPERS: Add Gilles Talis for faad2 Gilles Talis
@ 2021-01-31  9:50 ` Gilles Talis
  2021-01-31 19:42   ` Peter Korsgaard
  2021-01-31  9:50 ` [Buildroot] [PATCH] package/faad2: bump to version 2.10.0 Gilles Talis
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 11+ messages in thread
From: Gilles Talis @ 2021-01-31  9:50 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
---
 DEVELOPERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/DEVELOPERS b/DEVELOPERS
index 17c2f09847..64d770e9fc 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1009,6 +1009,7 @@ F:	package/libeXosip2/
 F:	package/libolm/
 F:	package/libosip2/
 F:	package/ocrad/
+F:	package/opusfile/
 F:	package/restclient-cpp/
 F:	package/tesseract-ocr/
 F:	package/webp/
-- 
2.25.1

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

* [Buildroot] [PATCH] package/faad2: bump to version 2.10.0
  2021-01-31  9:50 [Buildroot] [PATCH] DEVELOPERS: Add Gilles Talis for faad2 Gilles Talis
  2021-01-31  9:50 ` [Buildroot] [PATCH] DEVELOPERS: add Gilles Talis for opusfile Gilles Talis
@ 2021-01-31  9:50 ` Gilles Talis
  2021-01-31 19:42   ` Peter Korsgaard
  2021-01-31  9:50 ` [Buildroot] [PATCH] package/leptonica: bump to version 1.80.0 Gilles Talis
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 11+ messages in thread
From: Gilles Talis @ 2021-01-31  9:50 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
---
 package/faad2/faad2.hash | 2 +-
 package/faad2/faad2.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/faad2/faad2.hash b/package/faad2/faad2.hash
index e9aa78051f..2eb11d73aa 100644
--- a/package/faad2/faad2.hash
+++ b/package/faad2/faad2.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  9728b2b94f94ab49363cd229e7377fbe6ef3c311c5cd80da662d53ddb0ee091d  faad2-2.9.2.tar.gz
+sha256  0c6d9636c96f95c7d736f097d418829ced8ec6dbd899cc6cc82b728480a84bfb  faad2-2.10.0.tar.gz
 sha256  d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f  COPYING
diff --git a/package/faad2/faad2.mk b/package/faad2/faad2.mk
index 69c44461f2..575abad17e 100644
--- a/package/faad2/faad2.mk
+++ b/package/faad2/faad2.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-FAAD2_VERSION = 2.9.2
+FAAD2_VERSION = 2.10.0
 FAAD2_SITE = $(call github,knik0,faad2,$(subst .,_,$(FAAD2_VERSION)))
 FAAD2_LICENSE = GPL-2.0
 FAAD2_LICENSE_FILES = COPYING
-- 
2.25.1

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

* [Buildroot] [PATCH] package/leptonica: bump to version 1.80.0
  2021-01-31  9:50 [Buildroot] [PATCH] DEVELOPERS: Add Gilles Talis for faad2 Gilles Talis
  2021-01-31  9:50 ` [Buildroot] [PATCH] DEVELOPERS: add Gilles Talis for opusfile Gilles Talis
  2021-01-31  9:50 ` [Buildroot] [PATCH] package/faad2: bump to version 2.10.0 Gilles Talis
@ 2021-01-31  9:50 ` Gilles Talis
  2021-01-31 19:42   ` Peter Korsgaard
  2021-01-31  9:50 ` [Buildroot] [PATCH] package/opusfile: bump to version 0.12 Gilles Talis
  2021-01-31  9:50 ` [Buildroot] [PATCH] package/xapian: bump to version 1.4.18 Gilles Talis
  4 siblings, 1 reply; 11+ messages in thread
From: Gilles Talis @ 2021-01-31  9:50 UTC (permalink / raw)
  To: buildroot

Also added 2 spaces indentation in hash file

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
---
 package/leptonica/leptonica.hash | 4 ++--
 package/leptonica/leptonica.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/leptonica/leptonica.hash b/package/leptonica/leptonica.hash
index 56f8643355..213716705b 100644
--- a/package/leptonica/leptonica.hash
+++ b/package/leptonica/leptonica.hash
@@ -1,3 +1,3 @@
 # locally computed hash
-sha256 e2ed2e81e7a22ddf45d2c05f0bc8b9ae7450545d995bfe28517ba408d14a5a88  leptonica-1.78.0.tar.gz
-sha256 ca0ac11c7c0acad9599d54990942cc11c9f6d9b569f1a360d774a628819c3518  leptonica-license.txt
+sha256  ec9c46c2aefbb960fb6a6b7f800fe39de48343437b6ce08e30a8d9688ed14ba4  leptonica-1.80.0.tar.gz
+sha256  ca0ac11c7c0acad9599d54990942cc11c9f6d9b569f1a360d774a628819c3518  leptonica-license.txt
diff --git a/package/leptonica/leptonica.mk b/package/leptonica/leptonica.mk
index 309c65052b..06eda6acca 100644
--- a/package/leptonica/leptonica.mk
+++ b/package/leptonica/leptonica.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LEPTONICA_VERSION = 1.78.0
+LEPTONICA_VERSION = 1.80.0
 LEPTONICA_SITE = http://www.leptonica.org/source
 LEPTONICA_LICENSE = BSD-2-Clause
 LEPTONICA_LICENSE_FILES = leptonica-license.txt
-- 
2.25.1

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

* [Buildroot] [PATCH] package/opusfile: bump to version 0.12
  2021-01-31  9:50 [Buildroot] [PATCH] DEVELOPERS: Add Gilles Talis for faad2 Gilles Talis
                   ` (2 preceding siblings ...)
  2021-01-31  9:50 ` [Buildroot] [PATCH] package/leptonica: bump to version 1.80.0 Gilles Talis
@ 2021-01-31  9:50 ` Gilles Talis
  2021-01-31 19:42   ` Peter Korsgaard
  2021-01-31  9:50 ` [Buildroot] [PATCH] package/xapian: bump to version 1.4.18 Gilles Talis
  4 siblings, 1 reply; 11+ messages in thread
From: Gilles Talis @ 2021-01-31  9:50 UTC (permalink / raw)
  To: buildroot

also set the indentation to 2 spaces in hash file

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
---
 package/opusfile/opusfile.hash | 4 ++--
 package/opusfile/opusfile.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/opusfile/opusfile.hash b/package/opusfile/opusfile.hash
index e9ecf83feb..30bf9b36df 100644
--- a/package/opusfile/opusfile.hash
+++ b/package/opusfile/opusfile.hash
@@ -1,5 +1,5 @@
 # From http://downloads.xiph.org/releases/opus/SHA256SUMS.txt
-sha256 74ce9b6cf4da103133e7b5c95df810ceb7195471e1162ed57af415fabf5603bf  opusfile-0.11.tar.gz
+sha256  118d8601c12dd6a44f52423e68ca9083cc9f2bfe72da7a8c1acb22a80ae3550b  opusfile-0.12.tar.gz
 
 # Hash for license file
-sha256 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf  COPYING
+sha256  0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf  COPYING
diff --git a/package/opusfile/opusfile.mk b/package/opusfile/opusfile.mk
index 49a53b3958..72ae82e801 100644
--- a/package/opusfile/opusfile.mk
+++ b/package/opusfile/opusfile.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-OPUSFILE_VERSION = 0.11
+OPUSFILE_VERSION = 0.12
 OPUSFILE_SITE = https://downloads.xiph.org/releases/opus
 OPUSFILE_DEPENDENCIES = host-pkgconf libogg opus
 OPUSFILE_LICENSE = BSD-3-Clause
-- 
2.25.1

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

* [Buildroot] [PATCH] package/xapian: bump to version 1.4.18
  2021-01-31  9:50 [Buildroot] [PATCH] DEVELOPERS: Add Gilles Talis for faad2 Gilles Talis
                   ` (3 preceding siblings ...)
  2021-01-31  9:50 ` [Buildroot] [PATCH] package/opusfile: bump to version 0.12 Gilles Talis
@ 2021-01-31  9:50 ` Gilles Talis
  2021-01-31 10:30   ` Peter Korsgaard
  4 siblings, 1 reply; 11+ messages in thread
From: Gilles Talis @ 2021-01-31  9:50 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
---
 package/xapian/xapian.hash | 4 ++--
 package/xapian/xapian.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/xapian/xapian.hash b/package/xapian/xapian.hash
index 7105fbe7da..192032e6db 100644
--- a/package/xapian/xapian.hash
+++ b/package/xapian/xapian.hash
@@ -1,5 +1,5 @@
-# From https://lists.xapian.org/pipermail/xapian-discuss/2020-August/009814.html
-sha256  b5eb8556dea1b0cad4167a66223522e66d670ec1eba16c7fdc844ed6b652572e  xapian-core-1.4.17.tar.xz
+# From https://lists.xapian.org/pipermail/xapian-discuss/2021-January/009856.html
+sha256  196ddbb4ad10450100f0991a599e4ed944cbad92e4a6fe813be6dce160244b77  xapian-core-1.4.18.tar.xz
 
 # locally computed
 sha256  c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42  COPYING
diff --git a/package/xapian/xapian.mk b/package/xapian/xapian.mk
index 1a8557d603..4f40babcf9 100644
--- a/package/xapian/xapian.mk
+++ b/package/xapian/xapian.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XAPIAN_VERSION = 1.4.17
+XAPIAN_VERSION = 1.4.18
 XAPIAN_SOURCE = xapian-core-$(XAPIAN_VERSION).tar.xz
 XAPIAN_SITE = https://oligarchy.co.uk/xapian/$(XAPIAN_VERSION)
 XAPIAN_LICENSE = GPL-2.0+
-- 
2.25.1

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

* [Buildroot] [PATCH] package/xapian: bump to version 1.4.18
  2021-01-31  9:50 ` [Buildroot] [PATCH] package/xapian: bump to version 1.4.18 Gilles Talis
@ 2021-01-31 10:30   ` Peter Korsgaard
  0 siblings, 0 replies; 11+ messages in thread
From: Peter Korsgaard @ 2021-01-31 10:30 UTC (permalink / raw)
  To: buildroot

>>>>> "Gilles" == Gilles Talis <gilles.talis@gmail.com> writes:

 > Signed-off-by: Gilles Talis <gilles.talis@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] DEVELOPERS: add Gilles Talis for opusfile
  2021-01-31  9:50 ` [Buildroot] [PATCH] DEVELOPERS: add Gilles Talis for opusfile Gilles Talis
@ 2021-01-31 19:42   ` Peter Korsgaard
  0 siblings, 0 replies; 11+ messages in thread
From: Peter Korsgaard @ 2021-01-31 19:42 UTC (permalink / raw)
  To: buildroot

>>>>> "Gilles" == Gilles Talis <gilles.talis@gmail.com> writes:

 > Signed-off-by: Gilles Talis <gilles.talis@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] package/leptonica: bump to version 1.80.0
  2021-01-31  9:50 ` [Buildroot] [PATCH] package/leptonica: bump to version 1.80.0 Gilles Talis
@ 2021-01-31 19:42   ` Peter Korsgaard
  0 siblings, 0 replies; 11+ messages in thread
From: Peter Korsgaard @ 2021-01-31 19:42 UTC (permalink / raw)
  To: buildroot

>>>>> "Gilles" == Gilles Talis <gilles.talis@gmail.com> writes:

 > Also added 2 spaces indentation in hash file
 > Signed-off-by: Gilles Talis <gilles.talis@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] package/faad2: bump to version 2.10.0
  2021-01-31  9:50 ` [Buildroot] [PATCH] package/faad2: bump to version 2.10.0 Gilles Talis
@ 2021-01-31 19:42   ` Peter Korsgaard
  0 siblings, 0 replies; 11+ messages in thread
From: Peter Korsgaard @ 2021-01-31 19:42 UTC (permalink / raw)
  To: buildroot

>>>>> "Gilles" == Gilles Talis <gilles.talis@gmail.com> writes:

 > Signed-off-by: Gilles Talis <gilles.talis@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] package/opusfile: bump to version 0.12
  2021-01-31  9:50 ` [Buildroot] [PATCH] package/opusfile: bump to version 0.12 Gilles Talis
@ 2021-01-31 19:42   ` Peter Korsgaard
  0 siblings, 0 replies; 11+ messages in thread
From: Peter Korsgaard @ 2021-01-31 19:42 UTC (permalink / raw)
  To: buildroot

>>>>> "Gilles" == Gilles Talis <gilles.talis@gmail.com> writes:

 > also set the indentation to 2 spaces in hash file
 > Signed-off-by: Gilles Talis <gilles.talis@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2021-01-31 19:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-31  9:50 [Buildroot] [PATCH] DEVELOPERS: Add Gilles Talis for faad2 Gilles Talis
2021-01-31  9:50 ` [Buildroot] [PATCH] DEVELOPERS: add Gilles Talis for opusfile Gilles Talis
2021-01-31 19:42   ` Peter Korsgaard
2021-01-31  9:50 ` [Buildroot] [PATCH] package/faad2: bump to version 2.10.0 Gilles Talis
2021-01-31 19:42   ` Peter Korsgaard
2021-01-31  9:50 ` [Buildroot] [PATCH] package/leptonica: bump to version 1.80.0 Gilles Talis
2021-01-31 19:42   ` Peter Korsgaard
2021-01-31  9:50 ` [Buildroot] [PATCH] package/opusfile: bump to version 0.12 Gilles Talis
2021-01-31 19:42   ` Peter Korsgaard
2021-01-31  9:50 ` [Buildroot] [PATCH] package/xapian: bump to version 1.4.18 Gilles Talis
2021-01-31 10:30   ` 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.