[tvheadend] Update to 4.2.5
by Mohamed ElMorabity
commit 6675276c9ce5f45c61796527a3358b5104987e03
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Sun Jan 7 19:57:43 2018 +0100
Update to 4.2.5
.gitignore | 1 +
sources | 2 +-
tvheadend-4.2.1-systemd.patch | 12 ------------
tvheadend.spec | 24 +++++++++++++++++++-----
4 files changed, 21 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6030e93..5dfcb6a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
/tvheadend-4.2.2.tar.gz
/tvheadend-4.2.3.tar.gz
/tvheadend-4.2.4.tar.gz
+/tvheadend-4.2.5.tar.gz
diff --git a/sources b/sources
index ba1a966..3363adb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7a0c6cc8ce84d9f8ddf47123b30ec167 tvheadend-4.2.4.tar.gz
+d5f6065c1dcb1d3bc1a4cb757d2741c0 tvheadend-4.2.5.tar.gz
diff --git a/tvheadend.spec b/tvheadend.spec
index bbc7a75..f9e3a08 100644
--- a/tvheadend.spec
+++ b/tvheadend.spec
@@ -2,7 +2,7 @@
%global tvheadend_group video
Name: tvheadend
-Version: 4.2.4
+Version: 4.2.5
Release: 1%{?dist}
Summary: TV streaming server and digital video recorder
@@ -24,8 +24,6 @@ Patch3: %{name}-4.2.2-dtv_scan_tables.patch
# Enforcing system crypto policies, see
# https://fedoraproject.org/wiki/Packaging:CryptoPolicies
Patch4: %{name}-4.2.1-crypto_policies.patch
-# Fix systemd detection
-Patch5: %{name}-4.2.1-systemd.patch
BuildRequires: bzip2
BuildRequires: gcc
@@ -42,9 +40,9 @@ BuildRequires: pkgconfig(libavresample)
BuildRequires: pkgconfig(libavutil)
BuildRequires: pkgconfig(libswresample)
BuildRequires: pkgconfig(libswscale)
+BuildRequires: pkgconfig(libsystemd)
BuildRequires: pkgconfig(liburiparser)
BuildRequires: pkgconfig(openssl)
-BuildRequires: pkgconfig(libsystemd)
BuildRequires: pkgconfig(zlib)
BuildRequires: python2
BuildRequires: systemd
@@ -78,13 +76,26 @@ rm -r vendor/{dvb-api,include}/
# Use touch to be sure that configure, after being patched, is still older than
# generated .config.mk file (otherwise the build fails)
# touch -r Makefile configure
+# Note: --disable-lib* correspond to options to build bundled FFmpeg
%configure \
--disable-dvbscan \
--disable-ffmpeg_static \
--disable-hdhomerun_static \
+ --disable-libfdkaac \
+ --disable-libfdkaac_static \
+ --disable-libtheora \
+ --disable-libtheora_static \
+ --disable-libvorbis \
+ --disable-libvorbis_static \
+ --disable-libvpx \
+ --disable-libvpx_static \
+ --disable-libx264 \
+ --disable-libx264_static \
+ --disable-libx265 \
+ --disable-libx265_static \
--enable-dvbcsa \
--enable-hdhomerun_client \
- --enable-libsystemd_daemon
+ --enable-libsystemd_daemon \
%make_build V=1
@@ -137,6 +148,9 @@ exit 0
%changelog
+* Sun Jan 07 2018 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 4.2.5-1
+- Update to 4.2.5
+
* Thu Oct 19 2017 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 4.2.4-1
- Update to 4.2.4
6 years, 10 months
[libopenshot-audio] Update to latest upstream release.
by Richard Shaw
commit d7ad5f3942fe4768a315001e4e0dad6b5fc1d138
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Sun Jan 7 12:16:28 2018 -0600
Update to latest upstream release.
.gitignore | 1 +
libopenshot-audio.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ea26c8f..7d1aff7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ libopenshot-audio-0.0.6.tar.gz
/libopenshot-audio-0.1.1.tar.gz
/libopenshot-audio-0.1.2.tar.gz
/libopenshot-audio-0.1.4.tar.gz
+/libopenshot-audio-0.1.5.tar.gz
diff --git a/libopenshot-audio.spec b/libopenshot-audio.spec
index 98f578e..98d77d2 100644
--- a/libopenshot-audio.spec
+++ b/libopenshot-audio.spec
@@ -1,5 +1,5 @@
Name: libopenshot-audio
-Version: 0.1.4
+Version: 0.1.5
Release: 1%{?dist}
Summary: Audio library used by OpenShot
@@ -65,6 +65,9 @@ make %{?_smp_mflags}
%changelog
+* Sun Jan 07 2018 Richard Shaw <hobbes1069(a)gmail.com> - 0.1.5-1
+- Update to latest upstream release.
+
* Sat Sep 02 2017 Sérgio Basto <sergio(a)serjux.com> - 0.1.4-1
- Update libopenshot-audio to 0.1.4
diff --git a/sources b/sources
index 198f8ce..f7815a3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-09cc90dbdc97450b9023ff4a56aa2279 libopenshot-audio-0.1.4.tar.gz
+e3b6842d2eee957c29c386d0aac540a0 libopenshot-audio-0.1.5.tar.gz
6 years, 10 months
[mythweb/el7: 7/7] Merge branch 'master' into el7
by Richard Shaw
commit 4588dc2020fed57b26bcbbda0df343f9f990f4dc
Merge: 2647c26 00ddcd5
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Sun Jan 7 07:50:34 2018 -0600
Merge branch 'master' into el7
.gitignore | 2 +
ChangeLog | 132 --------------------
mythweb-0.28-fixes.patch | 318 -----------------------------------------------
mythweb-fixes.patch | 0
mythweb.conf | 34 ++---
mythweb.spec | 56 ++++-----
sources | 2 +-
7 files changed, 42 insertions(+), 502 deletions(-)
---
6 years, 10 months
[x264] un-bootstrap x264
by Sérgio M. Basto
commit bf144af80794d4c0447453b851f98b1c419dbdb0
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Jan 4 12:41:59 2018 +0000
un-bootstrap x264
x264.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/x264.spec b/x264.spec
index 7a37dd8..91ad310 100644
--- a/x264.spec
+++ b/x264.spec
@@ -7,7 +7,7 @@
%global gver .%{gitdate}git%{gitversion}
%global branch stable
-%global _with_bootstrap 1
+#global _with_bootstrap 1
%{?_with_bootstrap:
%global _without_gpac 1
@@ -31,7 +31,7 @@
Summary: H264/AVC video streams encoder
Name: x264
Version: 0.%{api}
-Release: 1%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
+Release: 2%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
License: GPLv2+
URL: https://www.videolan.org/developers/x264.html
Source0: %{name}-0.%{api}-%{snapshot}.tar.bz2
@@ -201,6 +201,9 @@ install -pm644 generic/{AUTHORS,COPYING} %{buildroot}%{_pkgdocdir}/
%endif
%changelog
+* Thu Jan 04 2018 Sérgio Basto <sergio(a)serjux.com> - 0.152-2.20171224gite9a5903
+- un-bootstrap x264
+
* Sat Dec 30 2017 Sérgio Basto <sergio(a)serjux.com> - 0.152-1.20171224gite9a5903_bootstrap
- Update x264 to 0.152 and switch asm compiler from yasm to nasm
6 years, 10 months
[kdenlive] Use _kf5_metainfodir to fix appdata directory issue
by Sérgio M. Basto
commit 9d1f9b9d0a342d475a7db0188fe2bd9695a8ad8e
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Jan 2 12:43:30 2018 +0000
Use _kf5_metainfodir to fix appdata directory issue
kdenlive.spec | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/kdenlive.spec b/kdenlive.spec
index 2659a35..fca5c58 100644
--- a/kdenlive.spec
+++ b/kdenlive.spec
@@ -2,7 +2,7 @@
Name: kdenlive
Summary: Non-linear video editor
Version: 17.12.0
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2+
URL: http://www.kdenlive.org
@@ -92,7 +92,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%find_lang %{name} --with-html --all-name
%check
-appstream-util validate-relax --nonet %{buildroot}%{_kf5_datadir}/metainfo/org.kde.%{name}.appdata.xml ||:
+appstream-util validate-relax --nonet %{buildroot}%{_kf5_metainfodir}/org.kde.%{name}.appdata.xml ||:
desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.%{name}.desktop
@@ -120,7 +120,7 @@ fi
%{_kf5_bindir}/kdenlive_render
%{_kf5_bindir}/%{name}
%{_kf5_datadir}/applications/org.kde.%{name}.desktop
-%{_kf5_datadir}/metainfo/org.kde.%{name}.appdata.xml
+%{_kf5_metainfodir}/org.kde.%{name}.appdata.xml
%{_kf5_datadir}/kdenlive/
%{_kf5_datadir}/mime/packages/kdenlive.xml
%{_kf5_datadir}/mime/packages/westley.xml
@@ -139,6 +139,9 @@ fi
%changelog
+* Tue Jan 02 2018 Sérgio Basto <sergio(a)serjux.com> - 17.12.0-2
+- Use _kf5_metainfodir to fix appdata directory issue
+
* Fri Dec 29 2017 Sérgio Basto <sergio(a)serjux.com> - 17.12.0-1
- Update kdenlive to 17.12.0
6 years, 10 months
[kwave] Use _kf5_metainfodir to fix appdata directory issue
by Sérgio M. Basto
commit 4ef41f090730f94a422c9fb7ced5640c1fa6a2fc
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Jan 2 11:19:16 2018 +0000
Use _kf5_metainfodir to fix appdata directory issue
kwave.spec | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/kwave.spec b/kwave.spec
index 6458d4c..6bb968b 100644
--- a/kwave.spec
+++ b/kwave.spec
@@ -1,6 +1,6 @@
Name: kwave
Version: 17.12.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Sound Editor for KDE
Summary(de): Sound-Editor für KDE
@@ -90,7 +90,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%find_lang %{name}
%check
-appstream-util validate-relax --nonet %{buildroot}%{_kf5_datadir}/metainfo/org.kde.%{name}.appdata.xml || :
+appstream-util validate-relax --nonet %{buildroot}%{_kf5_metainfodir}/org.kde.%{name}.appdata.xml || :
desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.%{name}.desktop || :
%post
@@ -114,7 +114,7 @@ fi
%license GNU-LICENSE LICENSES
%{_kf5_bindir}/%{name}
%{_kf5_datadir}/applications/org.kde.%{name}.desktop
-%{_kf5_datadir}/metainfo/org.kde.%{name}.appdata.xml
+%{_kf5_metainfodir}/org.kde.%{name}.appdata.xml
%{_kf5_datadir}/icons/hicolor/*/apps/%{name}.*
%{_kf5_datadir}/icons/hicolor/*/actions/%{name}*
%{_kf5_datadir}/%{name}/
@@ -127,6 +127,9 @@ fi
%{_kf5_docdir}/HTML/*/%{name}
%changelog
+* Tue Jan 02 2018 Sérgio Basto <sergio(a)serjux.com> - 17.12.0-2
+- Use _kf5_metainfodir to fix appdata directory issue
+
* Fri Dec 29 2017 Sérgio Basto <sergio(a)serjux.com> - 17.12.0-1
- Update kwave to 17.12.0
6 years, 10 months
[ffmpeg/f26] Updated to 3.3.6
by Julian Sikorski
commit 7db3502592b95679fb7c246d16856eac560775e9
Author: Julian Sikorski <belegdol(a)fedoraproject.org>
Date: Mon Jan 1 22:40:39 2018 +0100
Updated to 3.3.6
ffmpeg.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 9b86bcc..5b3315b 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -70,7 +70,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
-Version: 3.3.5
+Version: 3.3.6
Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
@@ -396,6 +396,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Mon Jan 01 2018 Julian Sikorski <belegdol(a)fedoraproject.org> - 3.3.6-1
+- Updated to 3.3.6
+
* Fri Oct 27 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 3.3.5-1
- Updated to 3.3.5
diff --git a/sources b/sources
index 03a9097..f89b157 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eb9998ebbe7bfd306e8fb84b6bc13b99 ffmpeg-3.3.5.tar.xz
+e7701ebfce77e44f7b4cc57dd001e7eb ffmpeg-3.3.6.tar.xz
6 years, 10 months