[gstreamer1-plugins-bad-nonfree/el8] BR: openssl-devel to fix build
by Xavier Bachelot
commit 961ad6b1e9a74f94d67a129f898e43b8e9806f3c
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Tue Jun 16 21:39:36 2020 +0200
BR: openssl-devel to fix build
gstreamer1-plugins-bad-nonfree.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/gstreamer1-plugins-bad-nonfree.spec b/gstreamer1-plugins-bad-nonfree.spec
index 97692fd..6281a5d 100644
--- a/gstreamer1-plugins-bad-nonfree.spec
+++ b/gstreamer1-plugins-bad-nonfree.spec
@@ -21,6 +21,7 @@ BuildRequires: libdca-devel
BuildRequires: faac-devel
BuildRequires: fdk-aac-devel
BuildRequires: python3
+BuildRequires: openssl-devel
%description
GStreamer is a streaming media framework, based on graphs of elements which
4 years, 5 months
[gstreamer1-plugins-bad-nonfree/el8] Drop now unneeded patch
by Xavier Bachelot
commit 7926cdeec3201bb0f2299b592eaea7fc8e9e6b2e
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Tue Jun 16 21:39:08 2020 +0200
Drop now unneeded patch
fdk-acc-2.0.0.patch | 26 --------------------------
gstreamer1-plugins-bad-nonfree.spec | 3 ---
2 files changed, 29 deletions(-)
---
diff --git a/gstreamer1-plugins-bad-nonfree.spec b/gstreamer1-plugins-bad-nonfree.spec
index a01688e..97692fd 100644
--- a/gstreamer1-plugins-bad-nonfree.spec
+++ b/gstreamer1-plugins-bad-nonfree.spec
@@ -8,9 +8,6 @@ Release: 1%{?dist}
License: LGPLv2+
URL: http://gstreamer.freedesktop.org/
Source0: %url/src/gst-plugins-bad/gst-plugins-bad-%{version}.tar.xz
-# Fixes FTBFS with new fdk-acc version.
-# https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/825
-Patch0: fdk-acc-2.0.0.patch
BuildRequires: gcc
BuildRequires: gstreamer1-devel >= %{version}
4 years, 5 months
[gstreamer1-plugins-bad-nonfree/el8] Update sources with 1.16.1 hash
by Xavier Bachelot
commit 08c317f9fe894ed37852117c1d2d6e90c5b579c0
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Tue Jun 16 12:22:29 2020 +0200
Update sources with 1.16.1 hash
sources | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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
[vlc/el7: 13/13] Merge branch 'master' into el7
by Nicolas Chauvet
commit 8938a90e9e11be4898339350fba05d0e70e50cbf
Merge: 37c46b0 ffe738c
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Jun 16 09:04:24 2020 +0200
Merge branch 'master' into el7
buildfix_for_old_dav1d.patch | 30 ------------------------------
sources | 2 +-
vlc.spec | 38 ++++++++++++++++++--------------------
3 files changed, 19 insertions(+), 51 deletions(-)
---
4 years, 5 months
[vlc/el7] (13 commits) ...Merge branch 'master' into el7
by Nicolas Chauvet
Summary of changes:
b425a2b... Fixup (*)
bf8ea03... Rebuild for dav1d SONAME bump (*)
72fe3dc... Rebuild for new x265 version (*)
abe9ec5... Remove old patch (*)
9c01685... Simplify version/rc (*)
42d2416... Add macro for dts_ver (*)
62bc873... Update to 3.0.11 (*)
8137439... Clean-up old f30 patch (*)
9e8f30f... Clean-up srt (*)
7cb3507... Switch to devtoolset-8 (*)
4b8399b... Don't disable shortcommit0 (*)
ffe738c... Fix dts_ver occurence (*)
8938a90... Merge branch 'master' into el7
(*) This commit already existed in another branch; no separate mail sent
4 years, 5 months
[vlc] Fix dts_ver occurence
by Nicolas Chauvet
commit ffe738cac3b95c03ff3ab8b51256217e05462e15
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Jun 16 08:32:58 2020 +0200
Fix dts_ver occurence
vlc.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/vlc.spec b/vlc.spec
index 715a03d..1c77364 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -319,7 +319,7 @@ sed -i -e 's/opus_multistream_surround_encoder_create/opus_multistream_encoder_c
sed -i -e 's/ header.channel_mapping,//' modules/codec/opus.c
# Lower taglib
sed -i -e 's/taglib >= 1.9/taglib >= 1.8/' configure.ac
-. /opt/rh/devtoolset-7/enable
+. /opt/rh/devtoolset-%{dts_ver}/enable
%endif
%{?_with_bootstrap:
4 years, 5 months
[vlc/el8] (12 commits) ...Fix dts_ver occurence
by Nicolas Chauvet
Summary of changes:
b425a2b... Fixup (*)
bf8ea03... Rebuild for dav1d SONAME bump (*)
72fe3dc... Rebuild for new x265 version (*)
abe9ec5... Remove old patch (*)
9c01685... Simplify version/rc (*)
42d2416... Add macro for dts_ver (*)
62bc873... Update to 3.0.11 (*)
8137439... Clean-up old f30 patch (*)
9e8f30f... Clean-up srt (*)
7cb3507... Switch to devtoolset-8 (*)
4b8399b... Don't disable shortcommit0 (*)
ffe738c... Fix dts_ver occurence (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 5 months
[vlc] Don't disable shortcommit0
by Nicolas Chauvet
commit 4b8399bb6bb5113d1485f2e810ff693317a088a5
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Jun 16 08:20:29 2020 +0200
Don't disable shortcommit0
vlc.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/vlc.spec b/vlc.spec
index 698f5cc..715a03d 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -1,5 +1,5 @@
#global commit0 8b5cff44981b3af508678b7eb687944e8f2688ea
-#global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
+%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
#global vlc_rc -rc9
%global _with_bootstrap 1
4 years, 5 months
[vlc] Switch to devtoolset-8
by Nicolas Chauvet
commit 7cb35073284074b06947e79adb63513027d21931
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Jun 16 08:19:14 2020 +0200
Switch to devtoolset-8
vlc.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/vlc.spec b/vlc.spec
index fcf3d63..698f5cc 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -43,7 +43,7 @@
%if 0%{?el7}
%global _with_opencv 1
# Developper toolset version
-%global dts_ver 7
+%global dts_ver 8
%endif
4 years, 5 months
[vlc] Clean-up srt
by Nicolas Chauvet
commit 9e8f30f6385763fe071f967fcf3308de2c4ebbc5
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Jun 16 08:14:46 2020 +0200
Clean-up srt
vlc.spec | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/vlc.spec b/vlc.spec
index f70b0d0..fcf3d63 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -181,9 +181,7 @@ BuildRequires: pkgconfig(Qt5Svg) >= 5.5
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.5
BuildRequires: pkgconfig(soxr)
BuildRequires: pkgconfig(speexdsp) >= 1.0.5
-%if 0%{?fedora} > 30 || 0%{?rhel}
BuildRequires: pkgconfig(srt)
-%endif
%{?_with_wayland:
BuildRequires: pkgconfig(wayland-client) >= 1.5.91
BuildRequires: pkgconfig(wayland-egl)
4 years, 5 months