[flowblade] Fix python requires for F23 (rfbz#4213)
by Leigh Scott
commit 079700c6082dc6759828a2ac24e0a6359174372f
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Aug 26 07:34:59 2016 +0100
Fix python requires for F23 (rfbz#4213)
flowblade.spec | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/flowblade.spec b/flowblade.spec
index 6997cd6..3ce7f0c 100644
--- a/flowblade.spec
+++ b/flowblade.spec
@@ -4,7 +4,7 @@
Name: flowblade
Version: 1.6.0
-Release: 4.git%{shortcommit0}%{?dist}
+Release: 5.git%{shortcommit0}%{?dist}
License: GPLv3
Summary: Multitrack non-linear video editor for Linux
Url: https://github.com/jliljebl/flowblade
@@ -28,8 +28,13 @@ Requires: ladspa-calf-plugins
Requires: librsvg2
Requires: python-dbus
Requires: python-gobject
+%if 0%{?fedora} >= 24
Requires: python2-numpy
Requires: python2-pillow
+%else
+Requires: numpy
+Requires: python-pillow
+%endif
BuildArch: noarch
@@ -107,6 +112,9 @@ fi
%{python2_sitelib}/flowblade*
%changelog
+* Fri Aug 26 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 1.6.0-5.gitc847b32
+- Fix python requires for F23 (rfbz#4213)
+
* Wed Aug 17 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 1.6.0-4.gitc847b32
- Update package requires for git snapshot
8 years, 5 months
[ffmpeg/f25] enable support for nvenc
by Dominik Mierzejewski
Summary of changes:
e095df8... enable support for nvenc (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 5 months
[ffmpeg] enable support for nvenc
by Dominik Mierzejewski
commit e095df864693a9706669e3eba9579e0fd53743a6
Author: Dominik 'Rathann' Mierzejewski <rpm(a)greysector.net>
Date: Fri Aug 26 01:46:50 2016 +0200
enable support for nvenc
ffmpeg.spec | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index c08a94f..2ced801 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -8,12 +8,13 @@
%global _without_frei0r 1
%global _without_opencv 1
%global _without_vpx 1
+%global _without_nvenc 1
%endif
Summary: Digital VCR and streaming server
Name: ffmpeg
Version: 3.1.2
-Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
+Release: 2%{?date}%{?date:git}%{?rel}%{?dist}
%if 0%{?_with_amr} || 0%{?_with_gmp}
License: GPLv3+
%else
@@ -72,6 +73,7 @@ BuildRequires: libXvMC-devel
%endif
%{?_with_webp:BuildRequires: libwebp-devel}
%{?_with_netcdf:BuildRequires: netcdf-devel}
+%{!?_without_nvenc:BuildRequires: nvenc-devel}
%{?_with_amr:BuildRequires: opencore-amr-devel vo-amrwbenc-devel}
%{!?_without_openal:BuildRequires: openal-soft-devel}
%if 0%{!?_without_opencl:1}
@@ -181,7 +183,7 @@ This package contains development files for %{name}
%{?_with_qsv:--enable-libmfx} \\\
--enable-libmp3lame \\\
%{?_with_netcdf:--enable-netcdf} \\\
- %{?_with_nvenc:--enable-nvenc --enable-nonfree} \\\
+ %{!?_without_nvenc:--enable-nvenc --extra-cflags="-I%{_includedir}/nvenc"} \\\
%{!?_without_openal:--enable-openal} \\\
%{!?_without_opencl:--enable-opencl} \\\
%{!?_without_opencv:--enable-libopencv} \\\
@@ -323,6 +325,9 @@ install -pm755 tools/qt-faststart $RPM_BUILD_ROOT%{_bindir}
%changelog
+* Thu Aug 25 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 3.1.2-2
+- enable support for nvenc
+
* Wed Aug 10 2016 Julian Sikorski <belegdol(a)fedoraproject.org> - 3.1.2-1
- Updated to 3.1.2
8 years, 5 months
[nvidia-video-codec-sdk] first build
by Leigh Scott
commit 650cfa82c5c2288ee0a0e3615ed33491cec05b0f
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Thu Aug 25 15:15:12 2016 +0100
first build
.gitignore | 1 +
nvidia-video-codec-sdk.spec | 55 +++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
3 files changed, 57 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..6e9fd76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Video_Codec_SDK_7.0.1.zip
diff --git a/nvidia-video-codec-sdk.spec b/nvidia-video-codec-sdk.spec
new file mode 100644
index 0000000..554778c
--- /dev/null
+++ b/nvidia-video-codec-sdk.spec
@@ -0,0 +1,55 @@
+%global src_name Video_Codec_SDK
+
+Name: nvidia-video-codec-sdk
+Version: 7.0.1
+Release: 1%{?dist}
+Summary: Hardware accelerated video encode and decode
+
+License: Redistributable, no modification permitted
+URL: https://developer.nvidia.com/nvidia-video-codec-sdk
+# Needs registration at upstream URL and manual download
+Source0: %{src_name}_%{version}.zip
+
+BuildArch: noarch
+
+%description
+The Video Codec SDK includes a complete set of high-performance tools,
+samples and documentation for hardware accelerated video encode and decode.
+
+%package -n nvenc-devel
+Summary: Header for nvEncode API
+License: MIT/X11 (BSD like)
+
+%description -n nvenc-devel
+The NVIDIA Encoder (NVENC) API enables software developers to access the
+high-performance hardware H.264 and HEVC (H.265) video encoder in Kepler and
+Maxwell class NVIDIA GPUs. NVENC provides high-quality video encoding that is
+faster and more power efficient in comparison to equivalent CUDA-based or
+CPU-based encoders. By using dedicated hardware for the video encoding task, the
+GPU CUDA cores and/or the CPU are available for other compute-intensive tasks.
+NVENC on GeForce hardware can support a maximum of 2 concurrent streams per
+system. NVENC for GRID, Tesla and certain Quadro GPUs (see below) can support as
+many streams as possible up to maximum NVENC encoder rate limit and available
+video memory.
+
+%prep
+%setup -q -n %{src_name}_%{version}
+rm doc/NVDEC_*
+
+%build
+# Nothing to do
+
+%install
+install -m 644 -p -D Samples/common/inc/nvEncodeAPI.h \
+ %{buildroot}%{_includedir}/nvenc/nvEncodeAPI.h
+
+%files -n nvenc-devel
+%doc doc/*.pdf
+%license LicenseAgreement.pdf
+%{_includedir}/nvenc/
+
+
+%changelog
+* Wed Aug 03 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 7.0.1-1
+- first build
+
diff --git a/sources b/sources
index e69de29..8891dc4 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+2e1ebf2026db3ade1a3540b565ed196f Video_Codec_SDK_7.0.1.zip
8 years, 5 months
[nvidia-kmod/f24: 3/3] Merge branch 'f25' into f24
by Leigh Scott
commit 1c8ae664810a15636431997e984be2e615d72dfa
Merge: fda966e 43277aa
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed Aug 24 09:52:35 2016 +0100
Merge branch 'f25' into f24
nvidia-4.7_kernel-pt1.patch | 15 ---------
nvidia-4.7_kernel_pt2.patch | 46 -------------------------
nvidia-4.8_kernel.patch | 81 +++++++++++++++++++++++++++++++++++++++++++++
nvidia-kmod.spec | 15 +++++----
4 files changed, 89 insertions(+), 68 deletions(-)
---
8 years, 5 months
[nvidia-kmod/f25] Update to 367.44
by Leigh Scott
commit 43277aaa039c204d4420091750aa9d636506a331
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed Aug 24 09:51:59 2016 +0100
Update to 367.44
nvidia-4.7_kernel-pt1.patch | 15 ---------------
nvidia-4.7_kernel_pt2.patch | 46 ---------------------------------------------
nvidia-kmod.spec | 15 ++++++---------
3 files changed, 6 insertions(+), 70 deletions(-)
---
diff --git a/nvidia-kmod.spec b/nvidia-kmod.spec
index 7f1aa44..86e3ac9 100644
--- a/nvidia-kmod.spec
+++ b/nvidia-kmod.spec
@@ -8,9 +8,9 @@
Name: nvidia-kmod
Epoch: 1
-Version: 367.35
+Version: 367.44
# Taken over by kmodtool
-Release: 2%{?dist}
+Release: 1%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -19,9 +19,7 @@ URL: http://www.nvidia.com/
Source11: nvidia-kmodtool-excludekernel-filterfile
Patch0: nv-linux-arm.patch
Patch1: nv-linux-arm2.patch
-Patch2: nvidia-4.7_kernel-pt1.patch
-Patch3: nvidia-4.7_kernel_pt2.patch
-Patch4: nvidia-4.8_kernel.patch
+Patch2: nvidia-4.8_kernel.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -49,11 +47,7 @@ tar --use-compress-program xz -xf %{_datadir}/%{name}-%{version}/%{name}-%{versi
# patch loop
%patch0 -p1
%patch1 -p1
-%ifarch x86_64
%patch2 -p1
-%endif
-%patch3 -p1
-%patch4 -p1
for kernel_version in %{?kernel_versions} ; do
cp -a kernel _kmod_build_${kernel_version%%___*}
@@ -85,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Wed Aug 24 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 1:367.44-1
+- Update to 367.44
+
* Wed Aug 10 2016 leigh scott <leigh123linux(a)googlemail.com> - 1:367.35-2
- patch for 4.8rc kernel
8 years, 5 months