* [PR PATCH] vmaf: update to 3.0.0
@ 2024-10-06 16:28 zen0bit
2025-01-05 2:03 ` github-actions
2025-01-20 1:58 ` [PR PATCH] [Closed]: " github-actions
0 siblings, 2 replies; 3+ messages in thread
From: zen0bit @ 2024-10-06 16:28 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 460 bytes --]
There is a new pull request by zen0bit against master on the void-packages repository
https://github.com/oSoWoSo/VUR vmaf
https://github.com/void-linux/void-packages/pull/52529
vmaf: update to 3.0.0
#### Testing the changes
- I tested the changes in this PR: **briefly**
#### Local build testing
- I built this PR locally for my native architecture, (x64 glibc)
A patch file from https://github.com/void-linux/void-packages/pull/52529.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vmaf-52529.patch --]
[-- Type: text/x-diff, Size: 2538 bytes --]
From 5699d9746eba3f3aab3c6fc92ece8961e80d1588 Mon Sep 17 00:00:00 2001
From: zenobit <zenobit@disroot.org>
Date: Sun, 6 Oct 2024 18:18:21 +0200
Subject: [PATCH] vmaf: update to 3.0.0
---
common/shlibs | 2 +-
srcpkgs/ffmpeg/template | 2 +-
srcpkgs/ffmpeg6/template | 2 +-
srcpkgs/vmaf/template | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/common/shlibs b/common/shlibs
index 95f5918baf9991..9f722115099f90 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4479,7 +4479,7 @@ libjxl.so.0.10 libjxl-0.10.0_1
libjxl_cms.so.0.10 libjxl-0.10.0_1
libjxl_threads.so.0.10 libjxl-0.10.0_1
libtext-engine-0.1.so.0 text-engine-0.1.1_1
-libvmaf.so.1 vmaf-2.3.1_1
+libvmaf.so.3 vmaf-3.0.0_1
liblc3.so.1 liblc3-1.0.3_1
libmimalloc.so.2 mimalloc-2.1.2_1
lib2geom.so.1.3.0 lib2geom-1.3_1
diff --git a/srcpkgs/ffmpeg/template b/srcpkgs/ffmpeg/template
index 6b36bcfc98137f..b84960c700293e 100644
--- a/srcpkgs/ffmpeg/template
+++ b/srcpkgs/ffmpeg/template
@@ -2,7 +2,7 @@
# audacity also needs to be bumped when a new ffmpeg version bumps libavformat's soname!
pkgname=ffmpeg
version=4.4.4
-revision=10
+revision=11
build_style=meta
short_desc="Decoding, encoding and streaming software (transitional dummy package)"
maintainer="Orphaned <orphan@voidlinux.org>"
diff --git a/srcpkgs/ffmpeg6/template b/srcpkgs/ffmpeg6/template
index 6b12c0b446b1d8..12dc64aa52333d 100644
--- a/srcpkgs/ffmpeg6/template
+++ b/srcpkgs/ffmpeg6/template
@@ -2,7 +2,7 @@
# audacity also needs to be bumped when a new ffmpeg version bumps libavformat's soname!
pkgname=ffmpeg6
version=6.1.2
-revision=2
+revision=3
hostmakedepends="pkg-config perl"
makedepends="zlib-devel bzip2-devel freetype-devel alsa-lib-devel libXfixes-devel
libXext-devel libXvMC-devel libxcb-devel lame-devel libtheora-devel
diff --git a/srcpkgs/vmaf/template b/srcpkgs/vmaf/template
index 9a2861f630665d..9ab177ce87f1ae 100644
--- a/srcpkgs/vmaf/template
+++ b/srcpkgs/vmaf/template
@@ -1,6 +1,6 @@
# Template file for 'vmaf'
pkgname=vmaf
-version=2.3.1
+version=3.0.0
revision=1
build_wrksrc=libvmaf
build_style=meson
@@ -10,7 +10,7 @@ maintainer="Eugen Zagorodniy <zag@disroot.org>"
license=BSD-2-Clause-Patent
homepage="https://github.com/Netflix/vmaf"
distfiles="https://github.com/Netflix/vmaf/archive/refs/tags/v${version}.tar.gz"
-checksum=8d60b1ddab043ada25ff11ced821da6e0c37fd7730dd81c24f1fc12be7293ef2
+checksum=7178c4833639e6b989ecae73131d02f70735fdb3fc2c7d84bc36c9c3461d93b1
post_install() {
vlicense ../LICENSE
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: vmaf: update to 3.0.0
2024-10-06 16:28 [PR PATCH] vmaf: update to 3.0.0 zen0bit
@ 2025-01-05 2:03 ` github-actions
2025-01-20 1:58 ` [PR PATCH] [Closed]: " github-actions
1 sibling, 0 replies; 3+ messages in thread
From: github-actions @ 2025-01-05 2:03 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/52529#issuecomment-2571469661
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Closed]: vmaf: update to 3.0.0
2024-10-06 16:28 [PR PATCH] vmaf: update to 3.0.0 zen0bit
2025-01-05 2:03 ` github-actions
@ 2025-01-20 1:58 ` github-actions
1 sibling, 0 replies; 3+ messages in thread
From: github-actions @ 2025-01-20 1:58 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 322 bytes --]
There's a closed pull request on the void-packages repository
vmaf: update to 3.0.0
https://github.com/void-linux/void-packages/pull/52529
Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**
#### Local build testing
- I built this PR locally for my native architecture, (x64 glibc)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-01-20 1:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-06 16:28 [PR PATCH] vmaf: update to 3.0.0 zen0bit
2025-01-05 2:03 ` github-actions
2025-01-20 1:58 ` [PR PATCH] [Closed]: " github-actions
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).