Compare commits
12 Commits
453e4aeaea
...
1f8dcb3e62
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1f8dcb3e62 | ||
|
|
87fa9868e7 | ||
|
|
ff3c4631b2 | ||
|
|
98e73dfbef | ||
|
|
cdebeacbae | ||
|
|
f12bcd1903 | ||
|
|
845f992c27 | ||
|
|
689992163d | ||
|
|
535cd464e0 | ||
|
|
bdda6e6fde | ||
|
|
6f68c77db1 | ||
|
|
8b8615c512 |
@ -1,6 +0,0 @@
|
||||
<constraints>
|
||||
<linux><version>
|
||||
<min>4.0</min>
|
||||
</version></linux>
|
||||
</constraints>
|
||||
|
||||
@ -1,19 +1,24 @@
|
||||
%global __provides_exclude_from ^(%{_qt5_archdatadir}/qml/.*\\.so|%{_qt5_plugindir}/.*\\.so)$
|
||||
|
||||
%global openal 0
|
||||
|
||||
Name: qt5-qtmultimedia
|
||||
Version: 5.11.1
|
||||
Release: 3
|
||||
Release: 7
|
||||
Summary: Qt5 multimedia support
|
||||
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
||||
Url: http://www.qt.io
|
||||
Source0: https://download.qt.io/official_releases/qt/5.11/5.11.1/submodules/qtmultimedia-everywhere-src-%{version}.tar.xz
|
||||
Source0: https://download.qt.io/new_archive/qt/5.11/5.11.1/submodules/qtmultimedia-everywhere-src-%{version}.tar.xz
|
||||
|
||||
BuildRequires: qt5-qtbase-devel >= %{version} qt5-qtbase-private-devel
|
||||
BuildRequires: qt5-qtdeclarative-devel >= %{version} pkgconfig(alsa) pkgconfig(gstreamer-1.0)
|
||||
BuildRequires: pkgconfig(gstreamer-app-1.0) pkgconfig(gstreamer-audio-1.0)
|
||||
BuildRequires: pkgconfig(gstreamer-base-1.0) pkgconfig(gstreamer-pbutils-1.0)
|
||||
BuildRequires: pkgconfig(gstreamer-plugins-bad-1.0) pkgconfig(gstreamer-video-1.0)
|
||||
BuildRequires: pkgconfig(libpulse) pkgconfig(libpulse-mainloop-glib) pkgconfig(openal) pkgconfig(xv)
|
||||
BuildRequires: pkgconfig(libpulse) pkgconfig(libpulse-mainloop-glib) pkgconfig(xv) chrpath
|
||||
%if 0%{?openal}
|
||||
BuildRequires: pkgconfig(openal)
|
||||
%endif
|
||||
|
||||
%{?_qt5:Requires: %{_qt5} = %{_qt5_version}}
|
||||
|
||||
@ -53,6 +58,8 @@ for prl_file in *.prl ; do
|
||||
done
|
||||
popd
|
||||
|
||||
chrpath -d %{buildroot}/%{_qt5_examplesdir}/multimedia/spectrum/spectrum
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
@ -79,5 +86,17 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Nov 30 2019 yanzhihua <yanzhihua4@huawei.com> - 5.11.1-3
|
||||
* Thu Sep 09 2021 wangyue <wangyue92@huawei.com> - 5.11.1-7
|
||||
- fix rpath problem
|
||||
|
||||
* Fri Sep 18 2020 liuweibo <liuweibo10@huawei.com> - 5.11.1-6
|
||||
- Fix Source0
|
||||
|
||||
* Wed Jan 15 2020 openEuler Buildteam <buildteam@openeuler.org> - 5.11.1-4
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC:modify self build err
|
||||
|
||||
* Sat Nov 30 2019 yanzhihua <yanzhihua4@huawei.com> - 5.11.1-3
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user