openal not supported on epel7 (#1069231)
This commit is contained in:
parent
9db9fd4a31
commit
a73c9fc7ed
@ -5,6 +5,11 @@
|
||||
# where qt5-qttools builds are not yet available
|
||||
%define docs 1
|
||||
|
||||
# openal not currently supported on epel7, https://bugzilla.redhat.com/1069231
|
||||
%if 0%{?redhat} != 7
|
||||
%global openal 1
|
||||
%endif
|
||||
|
||||
Summary: Qt5 - Multimedia support
|
||||
Name: qt5-%{qt_module}
|
||||
Version: 5.2.1
|
||||
@ -31,7 +36,9 @@ BuildRequires: pkgconfig(gstreamer-pbutils-0.10)
|
||||
BuildRequires: pkgconfig(gstreamer-plugins-bad-0.10)
|
||||
BuildRequires: pkgconfig(gstreamer-video-0.10)
|
||||
BuildRequires: pkgconfig(libpulse) pkgconfig(libpulse-mainloop-glib)
|
||||
%if 0%{?openal}
|
||||
BuildRequires: pkgconfig(openal)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(xv)
|
||||
|
||||
%{?_qt5_version:Requires: qt5-qtbase%{?_isa} >= %{_qt5_version}}
|
||||
@ -108,7 +115,9 @@ rm -fv %{buildroot}%{_qt5_libdir}/lib*.la
|
||||
%{_qt5_libdir}/libQt5MultimediaQuick_p.so.5*
|
||||
%{_qt5_libdir}/libQt5MultimediaWidgets.so.5*
|
||||
%{_qt5_libdir}/libqgsttools_p.so.1*
|
||||
%if 0%{?openal}
|
||||
%{_qt5_archdatadir}/qml/QtAudioEngine/
|
||||
%endif
|
||||
%{_qt5_archdatadir}/qml/QtMultimedia/
|
||||
%{_qt5_plugindir}/audio/
|
||||
%{_qt5_plugindir}/mediaservice/
|
||||
|
Loading…
Reference in New Issue
Block a user