[ffmpeg] Disable mfx for rhel
by Nicolas Chauvet
commit cac4887ccc893e68e0b7484af8e45af02c658b63
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Sep 5 12:01:23 2018 +0200
Disable mfx for rhel
ffmpeg.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 366f791..65f7ea2 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -15,6 +15,7 @@
%if 0%{?rhel}
%global _without_frei0r 1
+%global _without_mfx 1
%global _without_opencv 1
%global _without_opus 1
%global _without_vpx 1
6 years, 2 months
[ffmpeg] Disable nvenc for rhel
by Nicolas Chauvet
commit a35810f5d61f4c2703920fa70a6539012e4250c5
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Sep 5 11:54:49 2018 +0200
Disable nvenc for rhel
ffmpeg.spec | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 5e44cf3..366f791 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -18,7 +18,6 @@
%global _without_opencv 1
%global _without_opus 1
%global _without_vpx 1
-%global _without_nvenc 1
%endif
# flavor nonfree
6 years, 2 months
[ffmpeg] Add without opus for rhel
by Nicolas Chauvet
commit a00b8e134a59fb247d7cfc7b2c134ce87cbfc5c9
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Sep 5 08:46:11 2018 +0200
Add without opus for rhel
ffmpeg.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 7935dba..5e44cf3 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -16,6 +16,7 @@
%if 0%{?rhel}
%global _without_frei0r 1
%global _without_opencv 1
+%global _without_opus 1
%global _without_vpx 1
%global _without_nvenc 1
%endif
6 years, 2 months
[ffmpeg] Add without_opus switch
by Nicolas Chauvet
commit a4a20021515b80f29bf0451b3126873e3de37c9a
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Sep 5 10:52:22 2018 +0200
Add without_opus switch
ffmpeg.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 67d5385..7935dba 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -141,7 +141,7 @@ BuildRequires: opencl-headers ocl-icd-devel
%endif
%{!?_without_opencv:BuildRequires: opencv-devel}
BuildRequires: openjpeg2-devel
-BuildRequires: opus-devel >= 1.1.3
+%{!?_without_opus:BuildRequires: opus-devel >= 1.1.3}
%{!?_without_pulse:BuildRequires: pulseaudio-libs-devel}
BuildRequires: perl(Pod::Man)
%{?_with_rubberband:BuildRequires: rubberband-devel}
@@ -255,7 +255,7 @@ This package contains development files for %{name}
%{!?_without_opencv:--enable-libopencv} \\\
%{!?_without_opengl:--enable-opengl} \\\
--enable-libopenjpeg \\\
- --enable-libopus \\\
+ %{!?_without_opus:--enable-libopus} \\\
%{!?_without_pulse:--enable-libpulse} \\\
--enable-librsvg \\\
%{?_with_rtmp:--enable-librtmp} \\\
6 years, 2 months
[nvidia-video-codec-sdk] fix path and add addition docs
by Leigh Scott
commit dd93cfd75951ce76630a300315d0e422197edc1b
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed Sep 5 11:15:42 2018 +0100
fix path and add addition docs
nvidia-video-codec-sdk.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/nvidia-video-codec-sdk.spec b/nvidia-video-codec-sdk.spec
index a259154..24c2be9 100644
--- a/nvidia-video-codec-sdk.spec
+++ b/nvidia-video-codec-sdk.spec
@@ -40,11 +40,11 @@ rm doc/NVDEC_*
# Nothing to do
%install
-install -m 644 -p -D LegacySamples/common/inc/nvEncodeAPI.h \
+install -m 644 -p -D Samples/NvCodec/NvEncoder/nvEncodeAPI.h \
%{buildroot}%{_includedir}/nvenc/nvEncodeAPI.h
%files -n nvenc-devel
-%doc doc/*.pdf
+%doc doc/*.pdf deprecation_notices.txt ReadMe.txt Release_notes.txt
%license LicenseAgreement.pdf
%{_includedir}/nvenc/
6 years, 2 months
[nvidia-video-codec-sdk] Update to 8.2.16
by Leigh Scott
commit 3386c12c51bfb7712c084a06b57ec7c5cbebb2ab
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed Sep 5 11:05:40 2018 +0100
Update to 8.2.16
nvidia-video-codec-sdk.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/nvidia-video-codec-sdk.spec b/nvidia-video-codec-sdk.spec
index af3997f..a259154 100644
--- a/nvidia-video-codec-sdk.spec
+++ b/nvidia-video-codec-sdk.spec
@@ -1,8 +1,8 @@
%global src_name Video_Codec_SDK
Name: nvidia-video-codec-sdk
-Version: 8.1.24
-Release: 2%{?dist}
+Version: 8.2.16
+Release: 1%{?dist}
Summary: Hardware accelerated video encode and decode
License: Redistributable, no modification permitted
@@ -50,6 +50,9 @@ install -m 644 -p -D LegacySamples/common/inc/nvEncodeAPI.h \
%changelog
+* Wed Sep 05 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 8.2.16-1
+- Update to 8.2.16
+
* Fri Jul 27 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 8.1.24-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
diff --git a/sources b/sources
index 29b07cf..8b9419e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5a918c3a9630071122da15ac13ad2a3e Video_Codec_SDK_8.1.24.zip
+6b9a86e18d5661145667843a85327cca Video_Codec_SDK_8.2.16.zip
6 years, 2 months