[tvheadend/f25] Update sources
by Mohamed ElMorabity
commit 38cfda4bbfda57f78ef3bfd8b5dde80d9ed5232d
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Wed Apr 12 14:58:05 2017 +0200
Update sources
.gitignore | 1 +
sources | 2 +-
tvheadend-4.0.9-build.patch | 21 ---------------------
3 files changed, 2 insertions(+), 22 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1fa2f2c..c31f737 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/tvheadend-4.0.9.tar.gz
+/tvheadend-4.0.10.tar.gz
diff --git a/sources b/sources
index be67fa0..35e6382 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-afe45a345151e7ce31db673e0c738e6e tvheadend-4.0.9.tar.gz
+5595958aa8a1676c0f5205bc52e549b4 tvheadend-4.0.10.tar.gz
7 years, 7 months
[tvheadend/f25] Update to 4.0.10 + enable DVBCSA support
by Mohamed ElMorabity
commit 5f1bbd69766addf973b06b45bb5d2b560fe4fda7
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Wed Apr 12 14:49:06 2017 +0200
Update to 4.0.10 + enable DVBCSA support
tvheadend.spec | 37 ++++++++++++++++++++-----------------
1 file changed, 20 insertions(+), 17 deletions(-)
---
diff --git a/tvheadend.spec b/tvheadend.spec
index d21968f..b948d2e 100644
--- a/tvheadend.spec
+++ b/tvheadend.spec
@@ -2,41 +2,40 @@
%global tvheadend_group video
Name: tvheadend
-Version: 4.0.9
-Release: 3%{?dist}
+Version: 4.0.10
+Release: 1%{?dist}
Summary: TV streaming server and digital video recorder
Group: Applications/Multimedia
License: GPLv3+
URL: https://tvheadend.org/
Source0: https://github.com/tvheadend/%{name}/archive/v%{version}/%{name}-%{versio...
-# Fix build, see https://github.com/tvheadend/tvheadend/commit/9ddcb8d
-Patch0: %{name}-4.0.9-build.patch
# Fix build with FFmpeg >= 3.0, based on:
# - https://github.com/tvheadend/tvheadend/commit/ea02889
# - https://github.com/tvheadend/tvheadend/commit/c63371c
# - https://github.com/tvheadend/tvheadend/commit/3cbee55
# - https://github.com/tvheadend/tvheadend/commit/374ab83
-Patch1: %{name}-4.0.9-ffmpeg_3.0.patch
+Patch0: %{name}-4.0.9-ffmpeg_3.0.patch
# Use system queue.h header
-Patch2: %{name}-4.0.9-use_system_queue.patch
+Patch1: %{name}-4.0.9-use_system_queue.patch
# Fix build with hdhomerun
-Patch3: %{name}-4.0.9-hdhomerun.patch
+Patch2: %{name}-4.0.9-hdhomerun.patch
# Fix system DTV scan tables path
-Patch4: %{name}-4.0.9-dtv_scan_tables.patch
+Patch3: %{name}-4.0.9-dtv_scan_tables.patch
# Fix systemd service and configuration:
# - Fix daemon user path
# - Fix daemon group (use video to access DVB devices)
# - Add -C option to allow UI access without login at first run
-Patch5: %{name}-4.0.9-service.patch
+Patch4: %{name}-4.0.9-service.patch
# Enforcing system crypto policies, see
# https://fedoraproject.org/wiki/Packaging:CryptoPolicies
-Patch6: %{name}-4.0.9-crypto_policies.patch
+Patch5: %{name}-4.0.9-crypto_policies.patch
BuildRequires: bzip2
BuildRequires: gcc
BuildRequires: gzip
BuildRequires: hdhomerun-devel
+BuildRequires: libdvbcsa-devel
BuildRequires: pkgconfig(avahi-client)
BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(libavcodec)
@@ -70,16 +69,15 @@ MPEG-TS stream generated by ffmpeg/libav from a V4L device.
%prep
%setup -q
-%patch0 -p0 -b .build
# RPM Fusion provides FFMpeg 3.0 for Fedora >= 24
%if 0%{?fedora} >= 24
-%patch1 -p0 -b .ffmpeg_3.0
+%patch0 -p0 -b .ffmpeg_3.0
%endif
-%patch2 -p0 -b .use_system_queue
-%patch3 -p0 -b .hdhomerun
-%patch4 -p0 -b .dtv_scan_tables
-%patch5 -p0 -b .service
-%patch6 -p0 -b .crypto_policies
+%patch1 -p0 -b .use_system_queue
+%patch2 -p0 -b .hdhomerun
+%patch3 -p0 -b .dtv_scan_tables
+%patch4 -p0 -b .service
+%patch5 -p0 -b .crypto_policies
# Delete bundled system headers
rm -r vendor/{dvb-api,include}/
@@ -93,6 +91,7 @@ touch -r Makefile configure
--disable-dvbscan \
--disable-hdhomerun_static \
--disable-libffmpeg_static_x264 \
+ --enable-dvbcsa \
--enable-hdhomerun_client
%make_build V=1
@@ -143,6 +142,10 @@ exit 0
%changelog
+* Wed Apr 12 2017 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 4.0.10-1
+- Update to 4.0.10
+- Enable DVBCSA support
+
* Tue Aug 09 2016 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 4.0.9-3
- Merge all FFmpeg patches into a single one
7 years, 7 months
[wl-kmod] (4 commits) ...Merge branch 'f26' in order to be in sync with master again.
by Nicolas Viéville
Summary of changes:
43b389a... Add patch for kernel >= 4.11 - remove last_rx reference in (*)
cbba1b2... Fix build Release tag (*)
37c0144... Add akmod-wl AkmodsBuildRequires and fix package BuildRequi (*)
a702359... Merge branch 'f26' in order to be in sync with master again
(*) This commit already existed in another branch; no separate mail sent
7 years, 7 months
[wl-kmod/f26] Add akmod-wl AkmodsBuildRequires and fix package BuildRequires
by Nicolas Viéville
commit 37c0144407bbb935340f2b0ac12f369f7ecd75b4
Author: Nicolas Viéville <nicolas.vieville(a)univ-valenciennes.fr>
Date: Wed Apr 12 12:32:23 2017 +0200
Add akmod-wl AkmodsBuildRequires and fix package BuildRequires
wl-kmod.spec | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/wl-kmod.spec b/wl-kmod.spec
index 7cd0cd4..c212a08 100644
--- a/wl-kmod.spec
+++ b/wl-kmod.spec
@@ -8,7 +8,7 @@
Name: wl-kmod
Version: 6.30.223.271
-Release: 10%{?dist}
+Release: 11%{?dist}
Summary: Kernel module for Broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -26,13 +26,14 @@ Patch6: wl-kmod-007_kernel_4.8_add_cfg80211_scan_info_struct.patch
Patch7: wl-kmod-008_fix_kernel_warnings.patch
Patch8: wl-kmod-009_kernel_4.11_remove_last_rx_in_net_device_struct.patch
-BuildRequires: %{_bindir}/kmodtool
-BuildRequires: elfutils-libelf-devel
-
# needed for plague to make sure it builds for i586 and i686
ExclusiveArch: i686 x86_64
# ppc disabled because broadcom only provides x86 and x86_64 bits
+# Get the needed BuildRequires (in parts depending on what we build for)
+%global AkmodsBuildRequires %{_bindir}/kmodtool, elfutils-libelf-devel
+BuildRequires: %{AkmodsBuildRequires}
+
%{!?kernels:BuildRequires: buildsys-build-rpmfusion-kerneldevpkgs-%{?buildforkernels:%{buildforkernels}}%{!?buildforkernels:current}-%{_target_cpu} }
# kmodtool does its magic here
@@ -102,6 +103,9 @@ chmod 0755 $RPM_BUILD_ROOT%{kmodinstdir_prefix}*%{kmodinstdir_postfix}/* || :
rm -rf $RPM_BUILD_ROOT
%changelog
+* Wed Apr 12 2017 Nicolas Viéville <nicolas.vieville(a)univ-valenciennes.fr> - 6.30.223.271-11
+- Add akmod-wl AkmodsBuildRequires and fix package BuildRequires
+
* Mon Apr 10 2017 Nicolas Viéville <nicolas.vieville(a)univ-valenciennes.fr> - 6.30.223.271-10
- Fix build Release tag
7 years, 7 months
[wl-kmod] Add akmod-wl AkmodsBuildRequires and fix package BuildRequires
by Nicolas Viéville
commit 16da6304b37b50559fd180d6906be85b76f9d07b
Author: Nicolas Viéville <nicolas.vieville(a)univ-valenciennes.fr>
Date: Wed Apr 12 12:04:10 2017 +0200
Add akmod-wl AkmodsBuildRequires and fix package BuildRequires
wl-kmod.spec | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/wl-kmod.spec b/wl-kmod.spec
index 7cd0cd4..c212a08 100644
--- a/wl-kmod.spec
+++ b/wl-kmod.spec
@@ -8,7 +8,7 @@
Name: wl-kmod
Version: 6.30.223.271
-Release: 10%{?dist}
+Release: 11%{?dist}
Summary: Kernel module for Broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -26,13 +26,14 @@ Patch6: wl-kmod-007_kernel_4.8_add_cfg80211_scan_info_struct.patch
Patch7: wl-kmod-008_fix_kernel_warnings.patch
Patch8: wl-kmod-009_kernel_4.11_remove_last_rx_in_net_device_struct.patch
-BuildRequires: %{_bindir}/kmodtool
-BuildRequires: elfutils-libelf-devel
-
# needed for plague to make sure it builds for i586 and i686
ExclusiveArch: i686 x86_64
# ppc disabled because broadcom only provides x86 and x86_64 bits
+# Get the needed BuildRequires (in parts depending on what we build for)
+%global AkmodsBuildRequires %{_bindir}/kmodtool, elfutils-libelf-devel
+BuildRequires: %{AkmodsBuildRequires}
+
%{!?kernels:BuildRequires: buildsys-build-rpmfusion-kerneldevpkgs-%{?buildforkernels:%{buildforkernels}}%{!?buildforkernels:current}-%{_target_cpu} }
# kmodtool does its magic here
@@ -102,6 +103,9 @@ chmod 0755 $RPM_BUILD_ROOT%{kmodinstdir_prefix}*%{kmodinstdir_postfix}/* || :
rm -rf $RPM_BUILD_ROOT
%changelog
+* Wed Apr 12 2017 Nicolas Viéville <nicolas.vieville(a)univ-valenciennes.fr> - 6.30.223.271-11
+- Add akmod-wl AkmodsBuildRequires and fix package BuildRequires
+
* Mon Apr 10 2017 Nicolas Viéville <nicolas.vieville(a)univ-valenciennes.fr> - 6.30.223.271-10
- Fix build Release tag
7 years, 7 months
[HandBrake/f26] Update to 1.0.7
by Simone Caronni
Summary of changes:
2f26788... Update to 1.0.7 (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 7 months
[HandBrake] Update to 1.0.7
by Simone Caronni
commit 2f2678800d8a3cf37ff019111b4404bb290d2b50
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Wed Apr 12 08:52:30 2017 +0200
Update to 1.0.7
.gitignore | 1 +
HandBrake.spec | 8 ++++++--
sources | 2 +-
3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c3760e9..a0c4de8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/HandBrake-1.0.3.tar.bz2
+/HandBrake-1.0.7.tar.bz2
diff --git a/HandBrake.spec b/HandBrake.spec
index 4becc04..ca8fd58 100644
--- a/HandBrake.spec
+++ b/HandBrake.spec
@@ -6,6 +6,7 @@
# Build with "--without ffmpeg" or enable this to use bundled libAV
# instead of system FFMpeg libraries. Unfortunately with FFMpeg UTF-8
# subtitles are not recognized in media source files. :(
+# https://trac.ffmpeg.org/ticket/6304
#global _without_ffmpeg 1
%ifarch i686 x86_64
@@ -15,8 +16,8 @@
%global desktop_id fr.handbrake.ghb
Name: HandBrake
-Version: 1.0.3
-Release: 4%{!?tag:.%{date}git%{shortcommit0}}%{?dist}
+Version: 1.0.7
+Release: 1%{!?tag:.%{date}git%{shortcommit0}}%{?dist}
Summary: An open-source multiplatform video transcoder
License: GPLv2+
URL: http://handbrake.fr/
@@ -228,6 +229,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_bindir}/HandBrakeCLI
%changelog
+* Wed Apr 12 2017 Simone Caronni <negativo17(a)gmail.com> - 1.0.7-1
+- Update to latest 1.0.7.
+
* Thu Mar 23 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1.0.3-4
- Fix ppc64le build
diff --git a/sources b/sources
index b3ea582..a3bed3a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0829c65d07e9bd06140277ab08c33731 HandBrake-1.0.3.tar.bz2
+bf39fcc56a82ccca32a9faac8fa633f5 HandBrake-1.0.7.tar.bz2
7 years, 7 months
[steam/f26] Update conditionals
by Simone Caronni
Summary of changes:
9b4765e... Update conditionals (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 7 months