Compare commits
10 Commits
435283221f
...
32f35eee65
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
32f35eee65 | ||
|
|
9702cee8bf | ||
|
|
993f832208 | ||
|
|
73f6efe13d | ||
|
|
1119b4039b | ||
|
|
ce491c7f0a | ||
|
|
0289b21e88 | ||
|
|
abb0368c4a | ||
|
|
2ddc99297c | ||
|
|
66e2bd90c0 |
Binary file not shown.
BIN
gstreamer-1.22.5.tar.xz
Normal file
BIN
gstreamer-1.22.5.tar.xz
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user