public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/svt-av1] epel9-next: Update to 0.8.1
@ 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 : d622bc08d6d330a217f89117ee37195156b1a22f
Author : Robert-André Mauchin <zebob.m@gmail.com>
Date : 2020-02-02T23:41:02+01:00
Stats : +12/-4 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/svt-av1/c/d622bc08d6d330a217f89117ee37195156b1a22f?branch=epel9-next
Log:
Update to 0.8.1
Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
---
diff --git a/.gitignore b/.gitignore
index 0d6ee4c..7559af7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/svt-av1-0.7.0.tar.gz
/svt-av1-0.7.5.tar.gz
/svt-av1-0.8.0.tar.gz
+/svt-av1-0.8.1.tar.gz
diff --git a/sources b/sources
index 4807ea6..63796f5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (svt-av1-0.8.0.tar.gz) = d57294e34cafd3864689419149b471257c355ed3fa642490648c221d8ab7b4ca35219308ea6da858ea9d0fa8396b8f52dcd0e55bd78084f50d7fca2a418eb217
+SHA512 (svt-av1-0.8.1.tar.gz) = cd76219adc34e5a7d9ed2db19ea8ff9847b64458858a7e5c636d8101c08b882285d3a1b879d2b5807f840d35972bab490ab37002d68f916e0dc3c2f3d58f14dc
diff --git a/svt-av1.spec b/svt-av1.spec
index 48109ef..b481774 100644
--- a/svt-av1.spec
+++ b/svt-av1.spec
@@ -5,8 +5,8 @@ work-in-progress targeting performance levels applicable to both VOD and Live
encoding / transcoding video applications.}
Name: svt-av1
-Version: 0.8.0
-Release: 2%{?dist}
+Version: 0.8.1
+Release: 1%{?dist}
Summary: Scalable Video Technology for AV1 Encoder
# Main library: BSD-2-Clause-Patent
@@ -67,6 +67,10 @@ sed -e "s|install: true,|install: true, include_directories : [ include_director
%build
mkdir _build
pushd _build
+# https://github.com/OpenVisualCloud/SVT-AV1/issues/999
+# Use -fcommon until all tho global variables are fixed upstream
+export CFLAGS="%build_cflags -fcommon"
+export CXXFLAGS="%build_cxxflags -fcommon"
%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DCMAKE_INSTALL_LIBDIR=%{_lib} \
@@ -94,7 +98,7 @@ mkdir -p %{buildroot}/%{_mandir}/man1
export PATH=$PATH:%{buildroot}%{_bindir}
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:%{buildroot}%{_libdir}
help2man -N --help-option=-help --version-string=%{version} SvtAv1DecApp > %{buildroot}%{_mandir}/man1/SvtAv1DecApp.1
-help2man -N --help-option=-help --version-string=%{version} SvtAv1EncApp > %{buildroot}%{_mandir}/man1/SvtAv1EncApp.1
+help2man -N --help-option=-help --no-discard-stderr --version-string=%{version} SvtAv1EncApp > %{buildroot}%{_mandir}/man1/SvtAv1EncApp.1
popd
pushd gstreamer-plugin
@@ -124,6 +128,9 @@ popd
%{_libdir}/gstreamer-1.0/libgstsvtav1enc.so
%changelog
+* Sun Feb 02 22:33:18 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.8.1-1
+- Update to 0.8.1
+
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
^ 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.1
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox