update version to 1.20.4

This commit is contained in:
huyab 2022-11-30 07:50:31 +00:00
parent ce491c7f0a
commit 73f6efe13d
4 changed files with 2237 additions and 4 deletions

2225
ci.patch Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

BIN
gstreamer-1.20.4.tar.xz Normal file

Binary file not shown.

View File

@ -1,14 +1,16 @@
Name: gstreamer1
Version: 1.20.3
Version: 1.20.4
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
Patch0001: ci.patch
Patch0002: gstreamer-inspect-rpm-format.patch
BuildRequires: bison check-devel chrpath meson >= 0.59.0 gcc
BuildRequires: flex gettext gettext-devel glib2-devel >= 2.32.0
@ -47,7 +49,10 @@ Man pages and other related documents for %{name}.
%prep
%autosetup -n gstreamer-%{version} -p1
%build
%meson \
-D tests=disabled -D examples=disabled \
-D ptp-helper-permissions=capabilities -D dbghelp=disabled \
@ -72,7 +77,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-*
@ -95,6 +99,9 @@ install -m0755 -D %{SOURCE2} %{buildroot}%{_rpmconfigdir}/gstreamer1.prov
%{_mandir}/man1/*.gz
%changelog
* 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
@ -133,3 +140,4 @@ install -m0755 -D %{SOURCE2} %{buildroot}%{_rpmconfigdir}/gstreamer1.prov
* Tue Aug 27 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.14.4-2
- Package Init