[qt5-qtwebengine-freeworld] Revert "fix build requires"
by Rex Dieter
commit db434ecac50c32e3c0c3ecdbc558b924b47c0dbb
Author: Rex Dieter <rdieter(a)gmail.com>
Date: Tue Sep 18 11:31:23 2018 -0500
Revert "fix build requires"
This reverts commit d8dbb51eb19183da32a5680952a1e78bc20346c2.
No rationale given, really do want an explicit use of pkgconfig style deps here
qt5-qtwebengine-freeworld.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/qt5-qtwebengine-freeworld.spec b/qt5-qtwebengine-freeworld.spec
index b713451..f2b00ee 100644
--- a/qt5-qtwebengine-freeworld.spec
+++ b/qt5-qtwebengine-freeworld.spec
@@ -167,6 +167,7 @@ BuildRequires: pkgconfig(libdrm)
BuildRequires: pkgconfig(opus)
BuildRequires: pkgconfig(libevent)
BuildRequires: pkgconfig(zlib)
+BuildRequires: pkgconfig(minizip)
# make sure we get the right minizip
%if 0%{?fedora} > 29
BuildRequires: minizip-compat-devel
6 years, 2 months
[vlc] Add BR: libXinerama-devel, needed for skins
by Leigh Scott
commit 36e9b180ac9c8ff08cb10c2f76409b79c5971465
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Tue Sep 18 12:29:39 2018 +0100
Add BR: libXinerama-devel, needed for skins
vlc.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/vlc.spec b/vlc.spec
index de0d6d9..be8e8bc 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -186,6 +186,7 @@ BuildRequires: libXv-devel
BuildRequires: libXxf86vm-devel
BuildRequires: libX11-devel
BuildRequires: libXext-devel
+BuildRequires: libXinerama-devel
BuildRequires: libXpm-devel
%{!?_without_xcb:
BuildRequires: libxcb-devel
6 years, 2 months
[vlc] expunge qt-devel from buildroot
by Nicolas Chauvet
commit 9b30f228b1922e21150e799e0f6d2642c794867c
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Sep 18 12:34:10 2018 +0200
expunge qt-devel from buildroot
vlc.spec | 20 +++++++++++++++++---
1 file changed, 17 insertions(+), 3 deletions(-)
---
diff --git a/vlc.spec b/vlc.spec
index 73d74e3..de0d6d9 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -42,7 +42,7 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
Version: 3.0.4
-Release: 2%{?dist}
+Release: 3%{?dist}
License: GPLv2+
URL: https://www.videolan.org
Source0: %{vlc_url}/%{?!vlc_rc:%{version}/}vlc-%{version}%{?vlc_tag}.tar.xz
@@ -108,7 +108,7 @@ BuildRequires: libmp4v2-devel
BuildRequires: libmpcdec-devel
BuildRequires: libmpg123-devel
BuildRequires: libmtp-devel >= 1.0.0
-%{?_with_projectm:BuildRequires: libprojectM-qt-devel}
+%{?_with_projectm:BuildRequires: libprojectM-devel}
BuildRequires: libproxy-devel
BuildRequires: librsvg2-devel >= 2.9.0
BuildRequires: libssh2-devel
@@ -119,6 +119,11 @@ BuildRequires: libtar-devel
BuildRequires: libtheora-devel
BuildRequires: libtiger-devel
BuildRequires: libtiff-devel
+%if 0%{?fedora}
+BuildRequires: phonon-qt5-devel
+%else
+BuildRequires: phonon-devel
+%endif
BuildRequires: pkgconfig(libidn)
BuildRequires: pkgconfig(libjpeg)
BuildRequires: pkgconfig(libplacebo)
@@ -200,7 +205,13 @@ BuildRequires: devtoolset-7-toolchain, devtoolset-7-libatomic-devel
%endif
-%{?_with_workaround_circle_deps:BuildRequires: phonon-backend-gstreamer}
+%{?_with_workaround_circle_deps:
+%if 0%{?fedora}
+BuildRequires: phonon-qt5-backend-gstreamer
+%else
+BuildRequires: phonon-backend-gstreamer
+%endif
+}
%{?_with_wayland:
# Fedora 25 Workstation default to wayland but not all
@@ -564,6 +575,9 @@ fi || :
%changelog
+* Tue Sep 18 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.4-3
+- Expunge qt-devel from buildroot
+
* Wed Sep 12 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 3.0.4-2
- Fix unexpanded ldconfig macro (rfbz#5018)
6 years, 2 months
[gstreamer1-libav] Add BuildRequires: gcc
by Leigh Scott
commit 40fed44a1400f6dae6e4d4d512da371b6018a313
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Tue Sep 18 11:26:52 2018 +0100
Add BuildRequires: gcc
gstreamer1-libav.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/gstreamer1-libav.spec b/gstreamer1-libav.spec
index a4502c0..da4f94a 100644
--- a/gstreamer1-libav.spec
+++ b/gstreamer1-libav.spec
@@ -8,6 +8,7 @@ Source0: http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-%{versi
Patch0: gst-ffmpeg-0.10.12-ChangeLog-UTF-8.patch
+BuildRequires: gcc
BuildRequires: gstreamer1-devel >= %{version}
BuildRequires: gstreamer1-plugins-base-devel >= %{version}
BuildRequires: orc-devel
6 years, 2 months
[gstreamer1-plugins-bad-nonfree] Add BuildRequires: gcc
by Leigh Scott
commit 1b5529fe5010c2d4915e6cc822f3ba23b40e6b67
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Tue Sep 18 11:25:29 2018 +0100
Add BuildRequires: gcc
gstreamer1-plugins-bad-nonfree.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/gstreamer1-plugins-bad-nonfree.spec b/gstreamer1-plugins-bad-nonfree.spec
index 1d2d806..86fd6dc 100644
--- a/gstreamer1-plugins-bad-nonfree.spec
+++ b/gstreamer1-plugins-bad-nonfree.spec
@@ -8,6 +8,8 @@ Release: 1%{?dist}
License: LGPLv2+
URL: http://gstreamer.freedesktop.org/
Source0: http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-%{ve...
+
+BuildRequires: gcc
BuildRequires: gstreamer1-devel >= %{version}
BuildRequires: gstreamer1-plugins-base-devel >= %{version}
BuildRequires: check
6 years, 2 months