gstreamer1-libav/gstreamer1-libav.spec

48 lines
1.5 KiB
RPMSpec
Raw Normal View History

Name: gstreamer1-libav
2023-11-22 16:00:25 +08:00
Version: 1.22.5
Release: 1
Summary: GStreamer plugin, a set of codecs plugins based on the ffmpeg library.
License: LGPLv2+
URL: https://gstreamer.freedesktop.org/
2023-11-22 16:00:25 +08:00
Source0: https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-%{version}.tar.xz
BuildRequires: gcc-c++ meson gstreamer1-devel >= %{version}
BuildRequires: gstreamer1-plugins-base-devel >= %{version}
BuildRequires: orc-devel bzip2-devel zlib-devel ffmpeg-devel
2023-11-22 16:00:25 +08:00
Obsoletes: gstreamer1-libav < 1.20.3-4
Requires: gstreamer1 >= %{version} gstreamer1-plugins-base >= %{version} ffmpeg
%description
This module contains a GStreamer plugin for using the encoders, decoders, muxers,
and demuxers provided by FFmpeg. It is called gst-libav for historical reasons.
a set of codecs plugins based on the ffmpeg library. This is where you can find audio
and video decoders and encoders for a wide variety of formats including H.264, AAC, etc.
%prep
%autosetup -p1 -n gst-libav-%{version}
%build
%meson -D doc=disabled
%meson_build
%install
%meson_install
%files
%doc AUTHORS ChangeLog NEWS README.md
%license COPYING
%{_libdir}/gstreamer-1.0/libgstlibav.so
%changelog
2023-11-22 16:00:25 +08:00
* Wed Nov 22 2023 lwg <liweiganga@uniontech.com> - 1.22.5-1
- update to version 1.22.5
2022-06-20 12:17:31 +08:00
* Mon Jun 20 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.18.4-2
- add gstreamer1-libav.yaml
* Wed Sep 29 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 1.18.4-1
- Package gstreamer1-libav init with 1.18.4