Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
1e342e6a1e
!17 update to upstream version 5.15.2
Merge pull request !17 from lyn/openEuler-22.03-LTS-Next
2022-01-18 01:17:06 +00:00
lyn1001
b7a5da1c4a update to 5.15.2 2022-01-17 16:13:54 +08:00
openeuler-ci-bot
36a49ba51a !15 [sync] PR-13: fix rpath problem
From: @openeuler-sync-bot
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2021-09-09 08:48:13 +00:00
wang_yue111
7c4e2381d8 fix rpath problem
(cherry picked from commit d2c6164c7922ec79cda1fb29095c80063933ddab)
2021-09-09 15:19:28 +08:00
openeuler-ci-bot
9b9e9f9f74 !10 修改gstreamer部分,修复部分场景下相机/摄像头不能工作的问题
From: @kkzhs_admin
Reviewed-by: @licihua
Signed-off-by: @licihua
2021-07-27 09:09:34 +00:00
kkz
bd9eafc060 Gstreamer: Fix gst_mini_object_unref 2021-07-14 16:33:45 +08:00
openeuler-ci-bot
c120e2f094 !7 Fix source0
From: @kkkl12
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2020-09-14 14:30:24 +08:00
kkkl12
f679437bd1 Fix Source0 2020-09-14 14:15:54 +08:00
openeuler-ci-bot
48fe9983f9 !6 add yaml file
Merge pull request !6 from sugarfillet/master
2020-05-21 10:32:29 +08:00
sugarfillet
499d8c7a22 add yaml file 2020-05-08 15:58:28 +08:00
4 changed files with 25 additions and 6 deletions

View File

@ -3,19 +3,18 @@
%global openal 0
Name: qt5-qtmultimedia
Version: 5.11.1
Release: 5
Version: 5.15.2
Release: 1
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/official_releases/qt/5.15/%{version}/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(xv)
BuildRequires: pkgconfig(gstreamer-plugins-bad-1.0) pkgconfig(gstreamer-video-1.0) make
BuildRequires: pkgconfig(libpulse) pkgconfig(libpulse-mainloop-glib) pkgconfig(xv) chrpath wayland-devel
%if 0%{?openal}
BuildRequires: pkgconfig(openal)
%endif
@ -58,6 +57,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
@ -77,6 +78,8 @@ popd
%{_qt5_libdir}/cmake/Qt5Multimedia/Qt5MultimediaConfig*.cmake
%{_qt5_libdir}/cmake/Qt5MultimediaWidgets/Qt5MultimediaWidgetsConfig*.cmake
%{_qt5_headerdir}/{QtMultimedia/,QtMultimediaQuick/,QtMultimediaWidgets/,QtMultimediaGstTools/}
%{_qt5_libdir}/cmake/Qt5MultimediaGstTools/Qt5MultimediaGstToolsConfig*.cmake
%{_qt5_libdir}/cmake/Qt5MultimediaQuick/Qt5MultimediaQuickConfig*.cmake
%{_qt5_archdatadir}/mkspecs/modules/*.pri
%if 0%{?_qt5_examplesdir:1}
%license LICENSE.FDL
@ -84,6 +87,18 @@ popd
%endif
%changelog
* Mon Jan 17 2022 liyanan <liyanan32@huawei.com> - 5.15.2-1
- update to upstream version 5.15.2
* Thu Sep 09 2021 wangyue <wangyue92@huawei.com> - 5.11.1-8
- fix rpath problem
* Wed Jul 14 2021 zhaoshuang <zhaoshuang@uniontech.com> - 5.11.1-7
- Add patch Fix-gst_mini_object_unref to fix gstreamer related issue
* Mon Sep 14 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

4
qt5-qtmultimedia.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: git
src_repo: https://code.qt.io/qt/qtmultimedia.git
tag_prefix: "^v"
separator: "."

Binary file not shown.