drop gst support on el6 (QTBUG-48939)
This commit is contained in:
parent
66ee263435
commit
3970daa7f5
@ -19,15 +19,18 @@
|
||||
|
||||
## define prerelease rc1
|
||||
|
||||
%define gst 0.10
|
||||
%if (0%{?fedora} && 0%{?fedora} < 21) || (0%{?rhel} && 0%{?rhel} > 6)
|
||||
%global gst 0.10
|
||||
%endif
|
||||
|
||||
%if 0%{?fedora} > 20
|
||||
%define gst 1.0
|
||||
%global gst 1.0
|
||||
%endif
|
||||
|
||||
Summary: Qt5 - Multimedia support
|
||||
Name: qt5-%{qt_module}
|
||||
Version: 5.5.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
|
||||
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
||||
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
||||
@ -41,16 +44,18 @@ Patch1: qtmultimedia-opensource-src-5.5.1-el6.patch
|
||||
BuildRequires: qt5-qtbase-devel >= %{version}
|
||||
BuildRequires: qt5-qtdeclarative-devel >= %{version}
|
||||
BuildRequires: pkgconfig(alsa)
|
||||
%if 0%{?gst:1}
|
||||
%if "%{?gst}" == "0.10"
|
||||
BuildRequires: pkgconfig(gstreamer-interfaces-0.10)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(gstreamer-%{gst})
|
||||
BuildRequires: pkgconfig(gstreamer-%{gst}) >= 0.10.31
|
||||
BuildRequires: pkgconfig(gstreamer-app-%{gst})
|
||||
BuildRequires: pkgconfig(gstreamer-audio-%{gst})
|
||||
BuildRequires: pkgconfig(gstreamer-base-%{gst})
|
||||
BuildRequires: pkgconfig(gstreamer-pbutils-%{gst})
|
||||
BuildRequires: pkgconfig(gstreamer-plugins-bad-%{gst})
|
||||
BuildRequires: pkgconfig(gstreamer-video-%{gst})
|
||||
%endif
|
||||
BuildRequires: pkgconfig(libpulse) pkgconfig(libpulse-mainloop-glib)
|
||||
%if 0%{?openal}
|
||||
BuildRequires: pkgconfig(openal)
|
||||
@ -140,7 +145,9 @@ popd
|
||||
%{_qt5_libdir}/libQt5Multimedia.so.5*
|
||||
%{_qt5_libdir}/libQt5MultimediaQuick_p.so.5*
|
||||
%{_qt5_libdir}/libQt5MultimediaWidgets.so.5*
|
||||
%if 0%{?gst:1}
|
||||
%{_qt5_libdir}/libqgsttools_p.so.1*
|
||||
%endif
|
||||
%if 0%{?openal}
|
||||
%{_qt5_archdatadir}/qml/QtAudioEngine/
|
||||
%endif
|
||||
@ -162,8 +169,10 @@ popd
|
||||
%{_qt5_libdir}/libQt5MultimediaQuick_p.prl
|
||||
%{_qt5_libdir}/libQt5MultimediaWidgets.so
|
||||
%{_qt5_libdir}/libQt5MultimediaWidgets.prl
|
||||
%if 0%{?gst:1}
|
||||
%{_qt5_libdir}/libqgsttools_p.so
|
||||
%{_qt5_libdir}/libqgsttools_p.prl
|
||||
%endif
|
||||
%{_qt5_libdir}/cmake/Qt5Multimedia/Qt5MultimediaConfig*.cmake
|
||||
%{_qt5_libdir}/cmake/Qt5MultimediaWidgets/Qt5MultimediaWidgetsConfig*.cmake
|
||||
%{_qt5_libdir}/pkgconfig/Qt5Multimedia.pc
|
||||
@ -187,6 +196,9 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Oct 22 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.1-3
|
||||
- drop gst support on el6 (QTBUG-48939)
|
||||
|
||||
* Thu Oct 15 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.1-2
|
||||
- Update to final release 5.5.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user