Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
32f35eee65
!31 update to version 1.22.5
From: @lwg99 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
2023-11-22 08:47:04 +00:00
lwg K
9702cee8bf update to version 1.22.5 2023-11-22 16:28:13 +08:00
openeuler-ci-bot
993f832208
!26 update verison to 1.20.4
From: @huyab 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
2022-12-28 01:35:20 +00:00
huyab
73f6efe13d update version to 1.20.4 2022-12-16 05:01:33 +00:00
openeuler-ci-bot
1119b4039b
!19 update to 1.20.3
From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
2022-06-25 09:20:48 +00:00
zhang__3125
ce491c7f0a update to 1.20.3 2022-06-25 17:02:41 +08:00
openeuler-ci-bot
0289b21e88
!18 fix build when Meson >= 0.61.5
From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
2022-06-22 15:41:12 +00:00
zhang__3125
abb0368c4a fix build when Meson >= 0.61.5 2022-06-22 22:16:52 +08:00
openeuler-ci-bot
2ddc99297c !16 [sync] PR-15: update to gstreamer-1.19.3
Merge pull request !16 from openeuler-sync-bot/sync-pr15-openEuler-22.03-LTS-Next-to-master
2021-12-15 02:29:11 +00:00
shirely16
66e2bd90c0 update to gstreamer-1.19.3
(cherry picked from commit da6107fd1be5f41235cb1c0200c062f361d1bd8e)
2021-12-05 13:21:38 +08:00
3 changed files with 26 additions and 7 deletions

Binary file not shown.

BIN
gstreamer-1.22.5.tar.xz Normal file

Binary file not shown.

View File

@ -1,17 +1,17 @@
Name: gstreamer1
Version: 1.18.4
Version: 1.22.5
Release: 1
Summary: Bindings for GStreamer 1.0, the open source multimedia framework
License: LGPLv2+
URL: https://gstreamer.freedesktop.org/
Source0: http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-%{version}.tar.xz
Source0: https://github.com/GStreamer/gstreamer/archive/refs/tags/gstreamer-%{version}.tar.xz
Source1: gstreamer1.attr
Source2: gstreamer1.prov
Patch0001: gstreamer-inspect-rpm-format.patch
BuildRequires: bison check-devel chrpath meson >= 0.48.0 gcc
BuildRequires: bison check-devel chrpath meson >= 0.59.0 gcc
BuildRequires: flex gettext gettext-devel glib2-devel >= 2.32.0
BuildRequires: gobject-introspection-devel >= 1.31.1 libtool
BuildRequires: libxml2-devel >= 2.4.0 pkgconfig libcap-devel
@ -48,9 +48,12 @@ Man pages and other related documents for %{name}.
%prep
%autosetup -n gstreamer-%{version} -p1
%build
%meson \
-D gtk_doc=disabled -D tests=disabled -D examples=disabled \
-D tests=disabled -D examples=disabled \
-D ptp-helper-permissions=capabilities -D dbghelp=disabled \
-D doc=disabled
%meson_build
@ -73,7 +76,6 @@ install -m0755 -D %{SOURCE2} %{buildroot}%{_rpmconfigdir}/gstreamer1.prov
%{_libdir}/gstreamer-1.0/*.so
%{_libdir}/girepository-1.0/*.typelib
%{_libexecdir}/gstreamer-1.0/*
%{_datadir}/bash-completion/helpers/gst
%{_datadir}/bash-completion/completions/gst-*
@ -92,10 +94,26 @@ install -m0755 -D %{SOURCE2} %{buildroot}%{_rpmconfigdir}/gstreamer1.prov
%{_datadir}/gdb/auto-load/*
%files help
%doc RELEASE README
%doc RELEASE
%{_mandir}/man1/*.gz
%changelog
* Wed Nov 22 2023 lwg <liweiganga@uniontech.com> - 1.22.5-1
- update to version 1.22.5
* Tue Nov 1 2022 huyab<1229981468@qq.com> - 1.20.4-1
- update to 1.20.4
* Sat Jun 25 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.20.3-1
- update to 1.20.3
* Mon Jun 20 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.19.3-2
- fix build when Meson >= 0.61.5
- remove meson option gtk_doc
* Fri Dec 3 2021 hanhui <hanhui15@huawei.com> - 1.19.3-1
- Upgrade to gstreamer-1.19.3
* Wed Jun 23 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 1.18.4-1
- Upgrade to 1.18.4
- Delete Adapt-to-backwards-incompatible-change-in-GUN.patch whose target
@ -124,3 +142,4 @@ install -m0755 -D %{SOURCE2} %{buildroot}%{_rpmconfigdir}/gstreamer1.prov
* Tue Aug 27 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.14.4-2
- Package Init