[svt-hevc/f32] Fix cmake
by Leigh Scott
Summary of changes:
0868826... Fix cmake (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 3 months
[svt-hevc] Fix cmake
by Leigh Scott
commit 08688262f1fa9d274a75be6eaddf57684e76b391
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Aug 4 09:26:16 2020 +0100
Fix cmake
svt-hevc.spec | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/svt-hevc.spec b/svt-hevc.spec
index 1bb20c8..86ca028 100644
--- a/svt-hevc.spec
+++ b/svt-hevc.spec
@@ -1,3 +1,5 @@
+%undefine __cmake_in_source_build
+
Name: svt-hevc
Version: 1.5.0
Release: 1%{?dist}
@@ -51,7 +53,11 @@ This package provides %{name}-based GStreamer plug-in.
%build
-%cmake -G Ninja
+%cmake -G Ninja \
+%if 0%{?rhel} && 0%{?rhel} > 7
+ -B %{_target_platform} -S .
+%endif
+
%ninja_build -C %{_target_platform}
pushd gstreamer-plugin
4 years, 3 months
[svt-hevc/f32] Update to 1.5.0.
by Vasiliy Glazov
Summary of changes:
1a895f7... Update to 1.5.0. (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 3 months
[svt-hevc] Update to 1.5.0.
by Vasiliy Glazov
commit 1a895f793bd8fc80dc3344b5b07768951c805c24
Author: vascom <vascom2(a)gmail.com>
Date: Tue Aug 4 06:36:45 2020 +0300
Update to 1.5.0.
.gitignore | 1 +
sources | 2 +-
svt-hevc.spec | 13 ++++++-------
3 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b9b4b92..25e96d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/SVT-HEVC-1.4.1.tar.gz
/SVT-HEVC-1.4.3.tar.gz
+/SVT-HEVC-1.5.0.tar.gz
diff --git a/sources b/sources
index 800c627..8256465 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (SVT-HEVC-1.4.3.tar.gz) = 93ab43c05b1dc7154f08d848e3ac2dd1ec5ee278abbb022718e8c8601efa4a25179144dbf0c9950da4c27052a53604d37edec471fce46b309e3c84eb99dd88c4
+SHA512 (SVT-HEVC-1.5.0.tar.gz) = e24c48b05c09f348ff39515b8eaa9723d012157ec395520d21adf5654f4e56082a8d46a9ba8c38ee536e78b59cf48d2eb93fadb6e8416a27541003a08593580c
diff --git a/svt-hevc.spec b/svt-hevc.spec
index dbe6432..1bb20c8 100644
--- a/svt-hevc.spec
+++ b/svt-hevc.spec
@@ -1,6 +1,6 @@
Name: svt-hevc
-Version: 1.4.3
-Release: 2%{?dist}
+Version: 1.5.0
+Release: 1%{?dist}
Summary: Scalable Video Technology for HEVC Encoder
License: BSD-2-Clause-Patent
@@ -51,11 +51,7 @@ This package provides %{name}-based GStreamer plug-in.
%build
-mkdir -p %{_target_platform}
-pushd %{_target_platform}
- %cmake -G Ninja \
- ..
-popd
+%cmake -G Ninja
%ninja_build -C %{_target_platform}
pushd gstreamer-plugin
@@ -88,6 +84,9 @@ popd
%{_libdir}/gstreamer-1.0/libgstsvthevcenc.so
%changelog
+* Tue Aug 04 2020 Vasiliy Glazov <vascom2(a)gmail.com> - 1.5.0-1
+- Update to 1.5.0
+
* Wed Feb 05 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.4.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
4 years, 3 months
[vlc/f31: 5/5] Merge branch 'master' into f31
by Leigh Scott
commit 7c0ecec5a0c1622ec9d0a82a1055de06ab3bee18
Merge: b20b8d8 e727fcf
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Aug 4 02:32:24 2020 +0100
Merge branch 'master' into f31
vlc.spec | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
4 years, 3 months
[vlc/f31] (5 commits) ...Merge branch 'master' into f31
by Leigh Scott
Summary of changes:
52e4c32... Rebuilt for live555 (*)
7f06b05... Disable LTO (*)
a2bea73... Revert "Disable LTO" (*)
e727fcf... Revert "Disable LTO" (*)
7c0ecec... Merge branch 'master' into f31
(*) This commit already existed in another branch; no separate mail sent
4 years, 3 months
[vlc/f32] (4 commits) ...Revert "Disable LTO"
by Leigh Scott
Summary of changes:
52e4c32... Rebuilt for live555 (*)
7f06b05... Disable LTO (*)
a2bea73... Revert "Disable LTO" (*)
e727fcf... Revert "Disable LTO" (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 3 months
[ffmpeg] Use global for disable LTO and include i686
by Leigh Scott
commit bfaed69e0c3b2beb9e310d505cbd07d5eb719155
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Aug 4 01:31:22 2020 +0100
Use global for disable LTO and include i686
ffmpeg.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index b102d9b..bb3482e 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -239,6 +239,10 @@ VCR. It can encode in real time in many formats including MPEG1 audio
and video, MPEG4, h263, ac3, asf, avi, real, mjpeg, and flash.
This package contains development files for %{name}
+%ifarch %{ix86} x86_64
+# Fails due to asm issue
+%global _lto_cflags %{nil}
+%endif
# Don't use the %%configure macro as this is not an autotool script
%global ff_configure \
./configure \\\
@@ -354,10 +358,6 @@ mkdir -p _doc/examples
cp -pr doc/examples/{*.c,Makefile,README} _doc/examples/
%build
-%ifarch x86_64
-# Fails due to asm issue
-%define _lto_cflags %{nil}
-%endif
%{?_with_cuda:export PATH=${PATH}:%{_cuda_bindir}}
%{ff_configure}\
--shlibdir=%{_libdir} \
@@ -457,7 +457,7 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
* Mon Aug 03 2020 Leigh Scott <leigh123linux(a)gmail.com> - 4.3.1-5
-- Disable LTO for x86_64
+- Disable LTO for x86
* Mon Aug 03 2020 Leigh Scott <leigh123linux(a)gmail.com> - 4.3.1-4
- Add patch to fix x86_64 LTO build issue
4 years, 3 months