[vlc] Add macro for dts_ver
by Nicolas Chauvet
commit 42d24165843b0b99b5f4f0d4ee057d141df26e9d
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Jun 15 09:20:23 2020 +0200
Add macro for dts_ver
vlc.spec | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/vlc.spec b/vlc.spec
index 5e22256..2274eb0 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -42,6 +42,8 @@
%if 0%{?el7}
%global _with_opencv 1
+# Developper toolset version
+%global dts_ver 7
%endif
@@ -222,7 +224,7 @@ BuildRequires: raspberrypi-vc-static
}
%if 0%{?el7}
-BuildRequires: devtoolset-7-toolchain, devtoolset-7-libatomic-devel
+BuildRequires: devtoolset-%{dts_ver}-toolchain, devtoolset-%{dts_ver}-libatomic-devel
%endif
%if 0%{?fedora} || 0%{?rhel} >= 8
@@ -335,7 +337,7 @@ touch src/revision.txt
%build
%if 0%{?el7}
-. /opt/rh/devtoolset-7/enable
+. /opt/rh/devtoolset-%{dts_ver}/enable
%endif
%configure \
@@ -436,7 +438,7 @@ rm -rf %{buildroot}%{_datadir}/kde4
%check
%if 0%{?el7}
-. /opt/rh/devtoolset-7/enable
+. /opt/rh/devtoolset-%{dts_ver}/enable
%endif
make check
4 years, 5 months
[vlc] Remove old patch
by Nicolas Chauvet
commit abe9ec591b4bb4d8376a179aac8ffb84937a10c0
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Jun 15 09:11:20 2020 +0200
Remove old patch
buildfix_for_old_dav1d.patch | 30 ------------------------------
1 file changed, 30 deletions(-)
4 years, 5 months
[gstreamer1-plugins-ugly/el8] Update to 1.16.1 to match EL8.2
by Xavier Bachelot
commit 8e941f6e84e1e0c2391287f3ded7f588d9d5f1bb
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Thu Jun 11 21:51:12 2020 +0200
Update to 1.16.1 to match EL8.2
gstreamer1-plugins-ugly.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/gstreamer1-plugins-ugly.spec b/gstreamer1-plugins-ugly.spec
index 89757d3..d1540c1 100644
--- a/gstreamer1-plugins-ugly.spec
+++ b/gstreamer1-plugins-ugly.spec
@@ -2,8 +2,8 @@
Summary: GStreamer 1.0 streaming media framework "ugly" plug-ins
Name: gstreamer1-plugins-ugly
-Version: 1.14.0
-Release: 1%{?dist}.1
+Version: 1.16.1
+Release: 1%{?dist}
License: LGPLv2+
URL: https://gstreamer.freedesktop.org/
Source0: %{url}/src/%{src_name}/%{src_name}-%{version}.tar.xz
@@ -85,6 +85,9 @@ rm -fv %{buildroot}%{_datadir}/gtk-doc/html/%{src_name}-plugins-1.0/*
%changelog
+* Fri May 08 2020 Xavier Bachelot <xavier(a)bachelot.org> - 1.16.1-1
+- Update to 1.16.1 to match EL8.2
+
* Fri Sep 06 2019 Xavier Bachelot <xavier(a)bachelot.org> - 1.14.0-1.1
- Backport changes from master.
- Add BuildRequires: python3.
diff --git a/sources b/sources
index 445fef0..f5b6829 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bcb1f8d9339176aee2b5da2a9cb2df88 gst-plugins-ugly-1.14.0.tar.xz
+SHA512 (gst-plugins-ugly-1.16.1.tar.xz) = 43a5c5b29dcd0968ccf7049c0d866510ca42f72bc0882c5e2b36ee6feb7074fdb32d858c284f8a650e28c47ef20f03fb376e0da1a0c01650ee4453068502700f
4 years, 5 months
[gstreamer1-plugins-bad-nonfree/el8] Update to 1.16.1 to match EL8.2
by Xavier Bachelot
commit deaaef63c49871daa8a0fe84ee603006ccf5f083
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Fri May 8 19:44:53 2020 +0200
Update to 1.16.1 to match EL8.2
gstreamer1-plugins-bad-nonfree.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gstreamer1-plugins-bad-nonfree.spec b/gstreamer1-plugins-bad-nonfree.spec
index b2efb99..a01688e 100644
--- a/gstreamer1-plugins-bad-nonfree.spec
+++ b/gstreamer1-plugins-bad-nonfree.spec
@@ -3,8 +3,8 @@
Summary: GStreamer 1.0 streaming media framework "bad" non-free plug-ins
Name: gstreamer1-plugins-bad-nonfree
-Version: 1.14.0
-Release: 1%{?dist}.1
+Version: 1.16.1
+Release: 1%{?dist}
License: LGPLv2+
URL: http://gstreamer.freedesktop.org/
Source0: %url/src/gst-plugins-bad/gst-plugins-bad-%{version}.tar.xz
@@ -73,6 +73,9 @@ rm -fv %{buildroot}%{_libdir}/gstreamer-1.0/*.la
%{_libdir}/gstreamer-1.0/libgstfdkaac.so
%changelog
+* Fri May 08 2020 Xavier Bachelot <xavier(a)bachelot.org> - 1.16.1-1
+- Update to 1.16.1 to match EL8.2
+
* Fri Sep 20 2019 Xavier Bachelot <xavier(a)bachelot.org> - 1.14.0-1.1
- Backport spec changes from master.
- Add BuildRequires: python3.
4 years, 5 months
[gstreamer1-plugins-bad-freeworld/el8] Update to 1.16.1 to match EL8.2
by Xavier Bachelot
commit 398ca07f39a7151b92e60b319922db91399fc33f
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Thu Jun 11 21:43:09 2020 +0200
Update to 1.16.1 to match EL8.2
gstreamer1-plugins-bad-freeworld.spec | 11 +++++++----
sources | 2 +-
2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/gstreamer1-plugins-bad-freeworld.spec b/gstreamer1-plugins-bad-freeworld.spec
index 2082417..e857432 100644
--- a/gstreamer1-plugins-bad-freeworld.spec
+++ b/gstreamer1-plugins-bad-freeworld.spec
@@ -4,11 +4,11 @@
Summary: GStreamer 1.0 streaming media framework "bad" plug-ins
Name: gstreamer1-plugins-bad-freeworld
-Version: 1.14.0
-Release: 1%{?dist}.1
+Version: 1.16.1
+Release: 1%{?dist}
License: LGPLv2+
-URL: http://gstreamer.freedesktop.org/
-Source0: %url/src/gst-plugins-bad/gst-plugins-bad-%{version}.tar.xz
+URL: https://gstreamer.freedesktop.org/
+Source0: %{url}/src/gst-plugins-bad/gst-plugins-bad-%{version}.tar.xz
BuildRequires: gcc-c++
BuildRequires: gstreamer1-devel >= %{version}
@@ -100,6 +100,9 @@ rm -fv %{buildroot}%{_libdir}/gstreamer-1.0/*.la
%changelog
+* Fri May 08 2020 Xavier Bachelot <xavier(a)bachelot.org> - 1.16.1-1
+- Update to 1.16.1 to match EL8.2
+
* Mon Sep 09 2019 Xavier Bachelot <xavier(a)bachelot.org> - 1.14.0-1.1
- Backport spec changes from master.
- Add BuildRequires: python3.
diff --git a/sources b/sources
index c9f1bbf..d6f4cae 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-555bbe7232fb4653c31b78e1f79068cf gst-plugins-bad-1.14.0.tar.xz
+SHA512 (gst-plugins-bad-1.16.1.tar.xz) = e036eabf90d9d5f683709eceedc45ea8af322265869c58e49ed5b65496f2ca9e6276e911936dad2b1544715de6898c51e8ad6250238a872fb8daf58b4cec274d
4 years, 5 months
[gstreamer1-libav/el8] Update to 1.16.1 to match EL8.2
by Xavier Bachelot
commit 6d4e47a384626b5a394bd5d40cea1dcd900a97de
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Thu Jun 11 21:19:32 2020 +0200
Update to 1.16.1 to match EL8.2
gstreamer1-libav.spec | 13 +++++++++----
sources | 2 +-
2 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/gstreamer1-libav.spec b/gstreamer1-libav.spec
index 1588379..73d4aae 100644
--- a/gstreamer1-libav.spec
+++ b/gstreamer1-libav.spec
@@ -1,10 +1,10 @@
Name: gstreamer1-libav
-Version: 1.14.0
+Version: 1.16.1
Release: 1%{?dist}
Summary: GStreamer 1.0 libav-based plug-ins
License: LGPLv2+
-URL: http://gstreamer.freedesktop.org/
-Source0: http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-%{version}.tar.xz
+URL: https://gstreamer.freedesktop.org/
+Source0: %{url}/src/gst-libav/gst-libav-%{version}.tar.xz
Patch0: gst-ffmpeg-0.10.12-ChangeLog-UTF-8.patch
@@ -14,6 +14,7 @@ BuildRequires: gstreamer1-plugins-base-devel >= %{version}
BuildRequires: orc-devel
BuildRequires: bzip2-devel
BuildRequires: zlib-devel
+BuildRequires: ffmpeg-devel
BuildRequires: python3
%ifarch %{ix86} x86_64
@@ -54,7 +55,8 @@ plug-in.
--disable-dependency-tracking \
--disable-static \
--with-package-name="gst-libav 1.0 rpmfusion rpm" \
- --with-package-origin="http://rpmfusion.org/"
+ --with-package-origin="http://rpmfusion.org/" \
+ --with-system-libav
%make_build V=1
@@ -76,6 +78,9 @@ rm -fv %{buildroot}%{_libdir}/gstreamer-1.0/libgst*.la
%changelog
+* Fri May 08 2020 Xavier Bachelot <xavier(a)bachelot.org> - 1.16.1-1
+- Update to 1.16.1 to match EL8.2
+
* Thu Mar 22 2018 Rex Dieter <rdieter(a)fedoraproject.org> - 1.14.0-1
- Update to 1.14.0
diff --git a/sources b/sources
index 57e7110..606bd65 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-943045b9e937ffc5c6cfa0bd5c44230d gst-libav-1.14.0.tar.xz
+SHA512 (gst-libav-1.16.1.tar.xz) = 4b5a56ffc8f1ed6fcc59e69504ee45e2738b80cbcbd9e3f8dc4ff0c14a822ab5b6baa048dd408016fddba7f1da410790e854f7b8d6a58d2ae10a755e141a6d70
4 years, 5 months
[telegram-desktop/f32] Rebuilt due to Qt 5.14.2 update.
by Vitaly Zaitsev
commit 9bcf2633d78fc227e8e1d217def76344db79d654
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Mon Jun 15 14:05:27 2020 +0200
Rebuilt due to Qt 5.14.2 update.
telegram-desktop.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index 357e20e..84c19b9 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -21,7 +21,7 @@
Name: telegram-desktop
Version: 2.1.11
-Release: 1%{?dist}
+Release: 2%{?dist}
# Application and 3rd-party modules licensing:
# * Telegram Desktop - GPLv3+ with OpenSSL exception -- main tarball;
@@ -183,11 +183,11 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{launcher}.desktop
%{_metainfodir}/%{launcher}.appdata.xml
%changelog
+* Mon Jun 15 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.1.11-2
+- Rebuilt due to Qt 5.14.2 update.
+
* Mon Jun 08 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.1.11-1
- Updated to version 2.1.11.
* Sat Jun 06 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.1.10-1
- Updated to version 2.1.10.
-
-* Sun May 24 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.1.7-1
-- Updated to version 2.1.7.
4 years, 5 months