Package gstreamer1-libav init with 1.18.4

This commit is contained in:
weijin deng 2021-09-30 10:51:36 +08:00
parent 33d5a254cb
commit 898806526b
2 changed files with 41 additions and 0 deletions

BIN
gst-libav-1.18.4.tar.xz Normal file

Binary file not shown.

41
gstreamer1-libav.spec Normal file
View File

@ -0,0 +1,41 @@
Name: gstreamer1-libav
Version: 1.18.4
Release: 1
Summary: GStreamer plugin, a set of codecs plugins based on the ffmpeg library.
License: LGPLv2+
URL: https://gstreamer.freedesktop.org/
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
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
* Wed Sep 29 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 1.18.4-1
- Package gstreamer1-libav init with 1.18.4