Compare commits

...

12 Commits

Author SHA1 Message Date
openeuler-ci-bot
1f8dcb3e62 !14 fix rpath problem
From: @wang_yue111
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2021-09-09 07:18:38 +00:00
wang_yue111
87fa9868e7 fix rpath problem 2021-09-09 14:56:42 +08:00
openeuler-ci-bot
ff3c4631b2 !9 Fix source0
From: @kkkl12
Reviewed-by: @yanzh_h
Signed-off-by: @yanzh_h
2020-09-18 14:33:53 +08:00
kkkl12
98e73dfbef fix Source0 2020-09-18 10:19:22 +08:00
openeuler-ci-bot
cdebeacbae !5 modify self build err
Merge pull request !5 from 通行百万/local
2020-01-15 21:18:19 +08:00
xiaoweiwei
f12bcd1903 modify self build err 2020-01-15 16:18:38 +08:00
openeuler-ci-bot
845f992c27 !4 回退 'Pull Request !2 : Architecture select '
Merge pull request !4 from 严志华/revert-merge-2-master
2019-12-30 15:11:16 +08:00
严志华
689992163d 回退 'Pull Request !2 : Architecture select ' 2019-12-30 15:09:42 +08:00
openeuler-ci-bot
535cd464e0 !3 modify changelog date
Merge pull request !3 from 严志华/master
2019-12-28 21:34:20 +08:00
yanzh_h
bdda6e6fde modify changelog date 2019-12-28 21:03:45 +08:00
openeuler-ci-bot
6f68c77db1 !2 Architecture select
Merge pull request !2 from 严志华/master
2019-12-28 14:01:40 +08:00
openeuler-ci-bot
8b8615c512 !1 qt5-qtmultimedia package init
Merge pull request !1 from 严志华/master
2019-12-05 14:11:42 +08:00
2 changed files with 23 additions and 10 deletions

View File

@ -1,6 +0,0 @@
<constraints>
<linux><version>
<min>4.0</min>
</version></linux>
</constraints>

View File

@ -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