* [bug#63106] [PATCH] gnu: dav1d: Update to 1.1.0
@ 2023-04-27 6:08 Andy Tai
2023-04-30 1:25 ` [bug#63106] [PATCH v2] " Andy Tai
` (4 more replies)
0 siblings, 5 replies; 7+ messages in thread
From: Andy Tai @ 2023-04-27 6:08 UTC (permalink / raw)
To: 63106; +Cc: Andy Tai
* gnu/packages/video.scm (dav1d): Update to 1.1.0
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 838dfe7aab..ea513548b0 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -5002,7 +5002,7 @@ (define-public shotcut
(define-public dav1d
(package
(name "dav1d")
- (version "1.0.0")
+ (version "1.1.0")
(source
(origin
(method git-fetch)
@@ -5011,7 +5011,7 @@ (define-public dav1d
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0jkvb5as7danpalzlwd0w1dc9i2vijvmf39z0j6fwqvialsgnnj5"))))
+ (base32 "01lb720wgb1hb2fkpg6vvyw10nbfvhcxxqvl0lmprxn8lnqr6knn"))))
(build-system meson-build-system)
(native-inputs (list nasm))
(home-page "https://code.videolan.org/videolan/dav1d")
base-commit: db19e30673a72ff8ee34276ede5dd081e6023cd3
--
2.39.2
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [bug#63106] [PATCH v2] gnu: dav1d: Update to 1.1.0
2023-04-27 6:08 [bug#63106] [PATCH] gnu: dav1d: Update to 1.1.0 Andy Tai
@ 2023-04-30 1:25 ` Andy Tai
2023-09-20 5:26 ` [bug#63106] [PATCH v3] " Andy Tai
` (3 subsequent siblings)
4 siblings, 0 replies; 7+ messages in thread
From: Andy Tai @ 2023-04-30 1:25 UTC (permalink / raw)
To: 63106; +Cc: Andy Tai
* gnu/packages/video.scm (dav1d): Update to 1.1.0
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 838dfe7aab..ea513548b0 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -5002,7 +5002,7 @@ (define-public shotcut
(define-public dav1d
(package
(name "dav1d")
- (version "1.0.0")
+ (version "1.1.0")
(source
(origin
(method git-fetch)
@@ -5011,7 +5011,7 @@ (define-public dav1d
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0jkvb5as7danpalzlwd0w1dc9i2vijvmf39z0j6fwqvialsgnnj5"))))
+ (base32 "01lb720wgb1hb2fkpg6vvyw10nbfvhcxxqvl0lmprxn8lnqr6knn"))))
(build-system meson-build-system)
(native-inputs (list nasm))
(home-page "https://code.videolan.org/videolan/dav1d")
base-commit: 85c137adde84055d78b16d84e5ae4817995bce28
--
2.39.2
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [bug#63106] [PATCH v3] gnu: dav1d: Update to 1.1.0
2023-04-27 6:08 [bug#63106] [PATCH] gnu: dav1d: Update to 1.1.0 Andy Tai
2023-04-30 1:25 ` [bug#63106] [PATCH v2] " Andy Tai
@ 2023-09-20 5:26 ` Andy Tai
2023-11-20 8:49 ` [bug#63106] [PATCH v4] gnu: dav1d: Update to 1.3.0 Andy Tai
` (2 subsequent siblings)
4 siblings, 0 replies; 7+ messages in thread
From: Andy Tai @ 2023-09-20 5:26 UTC (permalink / raw)
To: 63106; +Cc: Andy Tai
* gnu/packages/video.scm (dav1d): Update to 1.1.0
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index c2f5b52042..c1ac5c163d 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -5072,7 +5072,7 @@ (define-public shotcut
(define-public dav1d
(package
(name "dav1d")
- (version "1.0.0")
+ (version "1.1.0")
(source
(origin
(method git-fetch)
@@ -5081,7 +5081,7 @@ (define-public dav1d
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0jkvb5as7danpalzlwd0w1dc9i2vijvmf39z0j6fwqvialsgnnj5"))))
+ (base32 "01lb720wgb1hb2fkpg6vvyw10nbfvhcxxqvl0lmprxn8lnqr6knn"))))
(build-system meson-build-system)
(native-inputs (list nasm))
(home-page "https://code.videolan.org/videolan/dav1d")
base-commit: 4b3b2e63007acee9e3a8c2ea728190480d092c3c
--
2.41.0
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [bug#63106] [PATCH v4] gnu: dav1d: Update to 1.3.0
2023-04-27 6:08 [bug#63106] [PATCH] gnu: dav1d: Update to 1.1.0 Andy Tai
2023-04-30 1:25 ` [bug#63106] [PATCH v2] " Andy Tai
2023-09-20 5:26 ` [bug#63106] [PATCH v3] " Andy Tai
@ 2023-11-20 8:49 ` Andy Tai
2024-02-13 7:21 ` [bug#63106] [PATCH core-updates v5] " Andy Tai
2024-02-16 8:51 ` [bug#63106] [PATCH core-updates v6] " Andy Tai
4 siblings, 0 replies; 7+ messages in thread
From: Andy Tai @ 2023-11-20 8:49 UTC (permalink / raw)
To: 63106; +Cc: Andy Tai
* gnu/packages/video.scm (dav1d): Update to 1.3.0
Change-Id: I05ea2817c7d97c583927a175e2307e853ebd551a
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 561268aabd..ef3f715424 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -5153,7 +5153,7 @@ (define-public shotcut
(define-public dav1d
(package
(name "dav1d")
- (version "1.0.0")
+ (version "1.3.0")
(source
(origin
(method git-fetch)
@@ -5162,7 +5162,7 @@ (define-public dav1d
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0jkvb5as7danpalzlwd0w1dc9i2vijvmf39z0j6fwqvialsgnnj5"))))
+ (base32 "17r6qdijdnqfciqa0ia2y4gyhaav6y5gc4d9xj4dg9h7xnpyxc3k"))))
(build-system meson-build-system)
(native-inputs (list nasm))
(home-page "https://code.videolan.org/videolan/dav1d")
base-commit: 71b92466430acb8c91841522dc0eb7d766af4388
--
2.41.0
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [bug#63106] [PATCH core-updates v5] gnu: dav1d: Update to 1.3.0
2023-04-27 6:08 [bug#63106] [PATCH] gnu: dav1d: Update to 1.1.0 Andy Tai
` (2 preceding siblings ...)
2023-11-20 8:49 ` [bug#63106] [PATCH v4] gnu: dav1d: Update to 1.3.0 Andy Tai
@ 2024-02-13 7:21 ` Andy Tai
2024-02-16 8:51 ` [bug#63106] [PATCH core-updates v6] " Andy Tai
4 siblings, 0 replies; 7+ messages in thread
From: Andy Tai @ 2024-02-13 7:21 UTC (permalink / raw)
To: 63106; +Cc: Andy Tai
* gnu/packages/video.scm (dav1d): Update to 1.3.0
Change-Id: I05ea2817c7d97c583927a175e2307e853ebd551a
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 1123fd0a44..5a5a8a2caf 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -5575,7 +5575,7 @@ (define-public shotcut
(define-public dav1d
(package
(name "dav1d")
- (version "1.0.0")
+ (version "1.3.0")
(source
(origin
(method git-fetch)
@@ -5584,7 +5584,7 @@ (define-public dav1d
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0jkvb5as7danpalzlwd0w1dc9i2vijvmf39z0j6fwqvialsgnnj5"))))
+ (base32 "17r6qdijdnqfciqa0ia2y4gyhaav6y5gc4d9xj4dg9h7xnpyxc3k"))))
(build-system meson-build-system)
(native-inputs (list nasm))
(home-page "https://code.videolan.org/videolan/dav1d")
base-commit: 5f86eebd240958001ab4f178005f355d24d9b7f1
--
2.34.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [bug#63106] [PATCH core-updates v6] gnu: dav1d: Update to 1.3.0
2023-04-27 6:08 [bug#63106] [PATCH] gnu: dav1d: Update to 1.1.0 Andy Tai
` (3 preceding siblings ...)
2024-02-13 7:21 ` [bug#63106] [PATCH core-updates v5] " Andy Tai
@ 2024-02-16 8:51 ` Andy Tai
2024-03-05 8:21 ` bug#63106: " Efraim Flashner
4 siblings, 1 reply; 7+ messages in thread
From: Andy Tai @ 2024-02-16 8:51 UTC (permalink / raw)
To: 63106; +Cc: Andy Tai
* gnu/packages/video.scm (dav1d): Update to 1.3.0
Change-Id: I05ea2817c7d97c583927a175e2307e853ebd551a
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index c70646eccd..6f99f8649e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -5547,7 +5547,7 @@ (define-public shotcut
(define-public dav1d
(package
(name "dav1d")
- (version "1.0.0")
+ (version "1.3.0")
(source
(origin
(method git-fetch)
@@ -5556,7 +5556,7 @@ (define-public dav1d
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0jkvb5as7danpalzlwd0w1dc9i2vijvmf39z0j6fwqvialsgnnj5"))))
+ (base32 "17r6qdijdnqfciqa0ia2y4gyhaav6y5gc4d9xj4dg9h7xnpyxc3k"))))
(build-system meson-build-system)
(native-inputs (list nasm))
(home-page "https://code.videolan.org/videolan/dav1d")
base-commit: 05e99036dc480a150b399735ae3c02d5b824b35b
--
2.34.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* bug#63106: [PATCH core-updates v6] gnu: dav1d: Update to 1.3.0
2024-02-16 8:51 ` [bug#63106] [PATCH core-updates v6] " Andy Tai
@ 2024-03-05 8:21 ` Efraim Flashner
0 siblings, 0 replies; 7+ messages in thread
From: Efraim Flashner @ 2024-03-05 8:21 UTC (permalink / raw)
To: Andy Tai; +Cc: 63106-done
[-- Attachment #1: Type: text/plain, Size: 339 bytes --]
Sorry, I didn't see this patch and duplicated your effort on the
rust-team branch. dav1d is now updated to 1.3.0 on master.
--
Efraim Flashner <efraim@flashner.co.il> רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-03-05 8:23 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-27 6:08 [bug#63106] [PATCH] gnu: dav1d: Update to 1.1.0 Andy Tai
2023-04-30 1:25 ` [bug#63106] [PATCH v2] " Andy Tai
2023-09-20 5:26 ` [bug#63106] [PATCH v3] " Andy Tai
2023-11-20 8:49 ` [bug#63106] [PATCH v4] gnu: dav1d: Update to 1.3.0 Andy Tai
2024-02-13 7:21 ` [bug#63106] [PATCH core-updates v5] " Andy Tai
2024-02-16 8:51 ` [bug#63106] [PATCH core-updates v6] " Andy Tai
2024-03-05 8:21 ` bug#63106: " Efraim Flashner
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
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 read-only IMAP folder(s) and NNTP newsgroup(s).