Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libavif: update to 1.0.1.
@ 2023-08-31 16:02 leahneukirchen
  2023-09-04 16:41 ` [PR PATCH] [Updated] " leahneukirchen
  2023-09-04 18:03 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 2 replies; 3+ messages in thread
From: leahneukirchen @ 2023-08-31 16:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 483 bytes --]

There is a new pull request by leahneukirchen against master on the void-packages repository

https://github.com/leahneukirchen/void-packages libavif1
https://github.com/void-linux/void-packages/pull/45849

libavif: update to 1.0.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**


A patch file from https://github.com/void-linux/void-packages/pull/45849.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libavif1-45849.patch --]
[-- Type: text/x-diff, Size: 4428 bytes --]

From 6bff4078218d38408783b82163c46b13437acda8 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 31 Aug 2023 13:58:11 +0200
Subject: [PATCH 1/5] libavif: update to 1.0.1.

---
 common/shlibs            | 2 +-
 srcpkgs/libavif/template | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 616785bdb4778..b78c083bee9c1 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4035,7 +4035,7 @@ libstemmer.so.2 libstemmer-2.1.0_1
 libdecor-0.so.0 libdecor-0.1.0_1
 libprimecount.so.7 primecount-7.2_1
 libprimesieve.so.11 primesieve-11.0_1
-libavif.so.15 libavif-0.11.0_1
+libavif.so.16 libavif-1.0.1_1
 libkdumpfile.so.10 libkdumpfile-0.4.1_1
 libamd.so.3 SuiteSparse-6.0.1_1
 libcamd.so.3 SuiteSparse-6.0.1_1
diff --git a/srcpkgs/libavif/template b/srcpkgs/libavif/template
index 2aa05423e2086..64e475ea7ddc9 100644
--- a/srcpkgs/libavif/template
+++ b/srcpkgs/libavif/template
@@ -1,7 +1,7 @@
 # Template file for 'libavif'
 pkgname=libavif
-version=0.11.1
-revision=3
+version=1.0.1
+revision=1
 build_style=cmake
 configure_args="-DAVIF_BUILD_APPS=ON -DAVIF_BUILD_GDK_PIXBUF=ON
  -DAVIF_CODEC_AOM=ON $(vopt_bool dav1d AVIF_CODEC_DAV1D) $(vopt_bool rav1e AVIF_CODEC_RAV1E)
@@ -17,7 +17,7 @@ license="BSD-2-Clause"
 homepage="https://github.com/AOMediaCodec/libavif"
 changelog="https://raw.githubusercontent.com/AOMediaCodec/libavif/main/CHANGELOG.md"
 distfiles="https://github.com/AOMediaCodec/libavif/archive/refs/tags/v${version}.tar.gz"
-checksum=0eb49965562a0e5e5de58389650d434cff32af84c34185b6c9b7b2fccae06d4e
+checksum=398fe7039ce35db80fe7da8d116035924f2c02ea4a4aa9f4903df6699287599c
 
 build_options="dav1d rav1e svt"
 build_options_default="dav1d rav1e"

From ca6fd8d90b2ecf5d10ac18a3c3c5e74a0a5a2066 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 31 Aug 2023 13:58:32 +0200
Subject: [PATCH 2/5] darktable: rebuild for libavif-1.0.1.

---
 srcpkgs/darktable/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/darktable/template b/srcpkgs/darktable/template
index d98d180eafb16..60415a34dc018 100644
--- a/srcpkgs/darktable/template
+++ b/srcpkgs/darktable/template
@@ -1,7 +1,7 @@
 # Template file for 'darktable'
 pkgname=darktable
 version=4.4.2
-revision=1
+revision=2
 # upstream only supports these archs:
 archs="x86_64* aarch64* ppc64le*"
 build_style=cmake

From bcfcae2ded793cb7959bb3f3aa8a2996cb1e9083 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 31 Aug 2023 14:02:41 +0200
Subject: [PATCH 3/5] efl: rebuild for libavif-1.0.1.

---
 srcpkgs/efl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/efl/template b/srcpkgs/efl/template
index 73a8e30e9523a..020d102b18634 100644
--- a/srcpkgs/efl/template
+++ b/srcpkgs/efl/template
@@ -1,7 +1,7 @@
 # Template file for 'efl'
 pkgname=efl
 version=1.26.2
-revision=6
+revision=7
 build_style=meson
 configure_args="
  -Dbuild-examples=false

From cac4924b0c1d71f3929c2c8f86174a8e2846915b Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 31 Aug 2023 14:03:29 +0200
Subject: [PATCH 4/5] kimageformats: rebuild for libavif-1.0.1.

---
 srcpkgs/kimageformats/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kimageformats/template b/srcpkgs/kimageformats/template
index ce1df49921f8d..fd5ee08bb4781 100644
--- a/srcpkgs/kimageformats/template
+++ b/srcpkgs/kimageformats/template
@@ -1,7 +1,7 @@
 # Template file for 'kimageformats'
 pkgname=kimageformats
 version=5.108.0
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DKIMAGEFORMATS_HEIF=ON"
 hostmakedepends="kcoreaddons extra-cmake-modules qt5-qmake qt5-host-tools

From b930217a0a22c773a2a76ac5f971da2ee1d85765 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 31 Aug 2023 14:05:51 +0200
Subject: [PATCH 5/5] webkit2gtk: rebuild for libavif-1.0.1.

---
 srcpkgs/webkit2gtk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/webkit2gtk/template b/srcpkgs/webkit2gtk/template
index 421fa8b2d0c83..e58118a8c5ef2 100644
--- a/srcpkgs/webkit2gtk/template
+++ b/srcpkgs/webkit2gtk/template
@@ -1,7 +1,7 @@
 # Template file for 'webkit2gtk'
 pkgname=webkit2gtk
 version=2.40.0
-revision=3
+revision=4
 build_style=cmake
 build_helper="gir"
 configure_args="-DPORT=GTK -DUSE_LD_GOLD=OFF

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

* Re: [PR PATCH] [Updated] libavif: update to 1.0.1.
  2023-08-31 16:02 [PR PATCH] libavif: update to 1.0.1 leahneukirchen
@ 2023-09-04 16:41 ` leahneukirchen
  2023-09-04 18:03 ` [PR PATCH] [Merged]: " leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: leahneukirchen @ 2023-09-04 16:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 488 bytes --]

There is an updated pull request by leahneukirchen against master on the void-packages repository

https://github.com/leahneukirchen/void-packages libavif1
https://github.com/void-linux/void-packages/pull/45849

libavif: update to 1.0.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**


A patch file from https://github.com/void-linux/void-packages/pull/45849.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libavif1-45849.patch --]
[-- Type: text/x-diff, Size: 4428 bytes --]

From 6f2d38d999f289981225fbcdd7ef7054453b7148 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 31 Aug 2023 13:58:11 +0200
Subject: [PATCH 1/5] libavif: update to 1.0.1.

---
 common/shlibs            | 2 +-
 srcpkgs/libavif/template | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index bde3b73b96676..531b3345e230f 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4036,7 +4036,7 @@ libstemmer.so.2 libstemmer-2.1.0_1
 libdecor-0.so.0 libdecor-0.1.0_1
 libprimecount.so.7 primecount-7.2_1
 libprimesieve.so.11 primesieve-11.0_1
-libavif.so.15 libavif-0.11.0_1
+libavif.so.16 libavif-1.0.1_1
 libkdumpfile.so.10 libkdumpfile-0.4.1_1
 libamd.so.3 SuiteSparse-6.0.1_1
 libcamd.so.3 SuiteSparse-6.0.1_1
diff --git a/srcpkgs/libavif/template b/srcpkgs/libavif/template
index 2aa05423e2086..64e475ea7ddc9 100644
--- a/srcpkgs/libavif/template
+++ b/srcpkgs/libavif/template
@@ -1,7 +1,7 @@
 # Template file for 'libavif'
 pkgname=libavif
-version=0.11.1
-revision=3
+version=1.0.1
+revision=1
 build_style=cmake
 configure_args="-DAVIF_BUILD_APPS=ON -DAVIF_BUILD_GDK_PIXBUF=ON
  -DAVIF_CODEC_AOM=ON $(vopt_bool dav1d AVIF_CODEC_DAV1D) $(vopt_bool rav1e AVIF_CODEC_RAV1E)
@@ -17,7 +17,7 @@ license="BSD-2-Clause"
 homepage="https://github.com/AOMediaCodec/libavif"
 changelog="https://raw.githubusercontent.com/AOMediaCodec/libavif/main/CHANGELOG.md"
 distfiles="https://github.com/AOMediaCodec/libavif/archive/refs/tags/v${version}.tar.gz"
-checksum=0eb49965562a0e5e5de58389650d434cff32af84c34185b6c9b7b2fccae06d4e
+checksum=398fe7039ce35db80fe7da8d116035924f2c02ea4a4aa9f4903df6699287599c
 
 build_options="dav1d rav1e svt"
 build_options_default="dav1d rav1e"

From 9c452ffc86725709213ce2b83c0627d337c1d28d Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 31 Aug 2023 13:58:32 +0200
Subject: [PATCH 2/5] darktable: rebuild for libavif-1.0.1.

---
 srcpkgs/darktable/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/darktable/template b/srcpkgs/darktable/template
index d98d180eafb16..60415a34dc018 100644
--- a/srcpkgs/darktable/template
+++ b/srcpkgs/darktable/template
@@ -1,7 +1,7 @@
 # Template file for 'darktable'
 pkgname=darktable
 version=4.4.2
-revision=1
+revision=2
 # upstream only supports these archs:
 archs="x86_64* aarch64* ppc64le*"
 build_style=cmake

From 67657cab93ed932f0f929b97042bbc0da33e8229 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 31 Aug 2023 14:02:41 +0200
Subject: [PATCH 3/5] efl: rebuild for libavif-1.0.1.

---
 srcpkgs/efl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/efl/template b/srcpkgs/efl/template
index 73a8e30e9523a..020d102b18634 100644
--- a/srcpkgs/efl/template
+++ b/srcpkgs/efl/template
@@ -1,7 +1,7 @@
 # Template file for 'efl'
 pkgname=efl
 version=1.26.2
-revision=6
+revision=7
 build_style=meson
 configure_args="
  -Dbuild-examples=false

From b8535715c156fe83e13fb113f0fcf14aaaa7e4db Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 31 Aug 2023 14:03:29 +0200
Subject: [PATCH 4/5] kimageformats: rebuild for libavif-1.0.1.

---
 srcpkgs/kimageformats/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kimageformats/template b/srcpkgs/kimageformats/template
index 4364d6920904b..5297aba8d5832 100644
--- a/srcpkgs/kimageformats/template
+++ b/srcpkgs/kimageformats/template
@@ -1,7 +1,7 @@
 # Template file for 'kimageformats'
 pkgname=kimageformats
 version=5.109.0
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DKIMAGEFORMATS_HEIF=ON"
 hostmakedepends="kcoreaddons extra-cmake-modules qt5-qmake qt5-host-tools

From ce87d22d007459854b9f317b6b033aa30dcf559d Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 31 Aug 2023 14:05:51 +0200
Subject: [PATCH 5/5] webkit2gtk: rebuild for libavif-1.0.1.

---
 srcpkgs/webkit2gtk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/webkit2gtk/template b/srcpkgs/webkit2gtk/template
index 421fa8b2d0c83..e58118a8c5ef2 100644
--- a/srcpkgs/webkit2gtk/template
+++ b/srcpkgs/webkit2gtk/template
@@ -1,7 +1,7 @@
 # Template file for 'webkit2gtk'
 pkgname=webkit2gtk
 version=2.40.0
-revision=3
+revision=4
 build_style=cmake
 build_helper="gir"
 configure_args="-DPORT=GTK -DUSE_LD_GOLD=OFF

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

* Re: [PR PATCH] [Merged]: libavif: update to 1.0.1.
  2023-08-31 16:02 [PR PATCH] libavif: update to 1.0.1 leahneukirchen
  2023-09-04 16:41 ` [PR PATCH] [Updated] " leahneukirchen
@ 2023-09-04 18:03 ` leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: leahneukirchen @ 2023-09-04 18:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 317 bytes --]

There's a merged pull request on the void-packages repository

libavif: update to 1.0.1.
https://github.com/void-linux/void-packages/pull/45849

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**


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

end of thread, other threads:[~2023-09-04 18:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-31 16:02 [PR PATCH] libavif: update to 1.0.1 leahneukirchen
2023-09-04 16:41 ` [PR PATCH] [Updated] " leahneukirchen
2023-09-04 18:03 ` [PR PATCH] [Merged]: " leahneukirchen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).