public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/svt-av1] epel9-next: Update to 0.8.7 Close: rhbz#1983484
@ 2026-07-14 21:52 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-07-14 21:52 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/svt-av1
Branch : epel9-next
Commit : 53d3964e0d14d582488fb8fa4563017b08ce4b8a
Author : Robert-André Mauchin <zebob.m@gmail.com>
Date   : 2021-07-25T18:11:29+02:00
Stats  : +8/-37 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/svt-av1/c/53d3964e0d14d582488fb8fa4563017b08ce4b8a?branch=epel9-next

Log:
Update to 0.8.7 Close: rhbz#1983484

---
diff --git a/.gitignore b/.gitignore
index 765aec0..20b75c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /svt-av1-0.8.4.tar.gz
 /svt-av1-0.8.5.tar.gz
 /svt-av1-0.8.6.tar.gz
+/svt-av1-0.8.7.tar.bz2

diff --git a/0001-mark-as-noexec.patch b/0001-mark-as-noexec.patch
deleted file mode 100644
index 63d864b..0000000
--- a/0001-mark-as-noexec.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 8f9acb7a6215c49297f9cb6c574150e48d8f5b76 Mon Sep 17 00:00:00 2001
-From: Christopher Degawa <christopher.degawa@intel.com>
-Date: Wed, 17 Feb 2021 13:54:28 -0600
-Subject: [PATCH] x64inc: mark as noexec
-
-ports https://github.com/OpenVisualCloud/SVT-HEVC/commit/f8f2a91c53b0223a40add8545c994172a44c6091
-and fixes https://gitlab.com/AOMediaCodec/SVT-AV1/-/issues/1690
-
-Signed-off-by: Christopher Degawa <christopher.degawa@intel.com>
----
- Source/Lib/Common/ASM_SSE2/x64inc.asm | 5 +++++
- 1 file changed, 5 insertions(+)
-
-diff --git a/Source/Lib/Common/ASM_SSE2/x64inc.asm b/Source/Lib/Common/ASM_SSE2/x64inc.asm
-index 57baf784..37cfbffc 100644
---- a/Source/Lib/Common/ASM_SSE2/x64inc.asm
-+++ b/Source/Lib/Common/ASM_SSE2/x64inc.asm
-@@ -368,3 +368,8 @@ bits 64
-   %endif
- %endmacro
- %define NEED_EMMS 1
-+
-+; This is needed for ELF, otherwise the GNU linker assumes the stack is executable by default.
-+%if FORMAT_ELF
-+    [SECTION .note.GNU-stack noalloc noexec nowrite progbits]
-+%endif
--- 
-GitLab
-

diff --git a/sources b/sources
index 9740a36..e3bc4a9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (svt-av1-0.8.6.tar.gz) = 07e7353e35bc581b23c71913e65f5fd27566f4bf1d317d474d57d5bb2b82f380f713a00be19bd3f703935da50f81f3abf1d4ae38fbdf253385edf423737c0543
+SHA512 (svt-av1-0.8.7.tar.bz2) = 33a755dbb6e0326dab29600d349e87c6e647af5a3d4dd2c8dee1c1b003f324f540bd72c46b1445fa4d3ee3c545c7232916c7003596cf4f489d0e5b82eb97e799

diff --git a/svt-av1.spec b/svt-av1.spec
index a8fb728..7a746c1 100644
--- a/svt-av1.spec
+++ b/svt-av1.spec
@@ -5,7 +5,8 @@ work-in-progress targeting performance levels applicable to both VOD and Live
 encoding / transcoding video applications.}
 
 Name:           svt-av1
-Version:        0.8.6
+Version:        0.8.7
+%global commit  3971c982311d49f9355dc8dccdcf8d21b70fa624
 Release:        %autorelease
 Summary:        Scalable Video Technology for AV1 Encoder
 
@@ -16,11 +17,9 @@ Summary:        Scalable Video Technology for AV1 Encoder
 # Source/Lib/Common/Codec/vector.*: MIT
 # Source/Lib/Common/ASM_SSE2/x86inc.asm: ISC
 # Source/App/DecApp/EbMD5Utility.*: PublicDomain
-License:        BSD-2-Clause-Patent and BSD and MIT and ISC and Public Domain
-URL:            https://github.com/AOMediaCodec/SVT-AV1
-Source0:        %url/archive/v%{version}/%{name}-%{version}.tar.gz
-# x64inc: mark as noexec
-Patch0:         https://gitlab.com/1480c1/SVT-AV1/-/commit/8f9acb7a6215c49297f9cb6c574150e48d8f5b76.patch#/0001-mark-as-noexec.patch
+License:        BSD and MIT and ISC and Public Domain
+URL:            https://gitlab.com/AOMediaCodec/SVT-AV1
+Source0:        %url/-/archive/v%{version}/%{name}-%{version}.tar.bz2
 
 # 64Bits, 5th Generation Intel® Core™ processor only
 ExclusiveArch:  x86_64
@@ -61,7 +60,7 @@ Requires:       gstreamer1-plugins-base%{?_isa}
 This package provides %{name}-based GStreamer plug-in.
 
 %prep
-%autosetup -p1 -n SVT-AV1-%{version}
+%autosetup -p1 -n SVT-AV1-v%{version}-%{commit}
 # Patch build gstreamer plugin
 sed -e "s|install: true,|install: true, include_directories : [ include_directories('../Source/API') ], link_args : '-lSvtAv1Enc',|" \
 -e "/svtav1enc_dep =/d" -e 's|, svtav1enc_dep||' -e "s|svtav1enc_dep.found()|true|" -i gstreamer-plugin/meson.build

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-14 21:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-14 21:52 [rpms/svt-av1] epel9-next: Update to 0.8.7 Close: rhbz#1983484 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox