2011-08-17 21:41:23 +00:00
|
|
|
#
|
2012-01-24 11:24:15 +00:00
|
|
|
# spec file for package gstreamer-plugins-base
|
2011-08-17 21:41:23 +00:00
|
|
|
#
|
2023-01-26 17:25:25 +00:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2011-08-17 21:41:23 +00:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2019-05-16 23:23:24 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2011-08-17 21:41:23 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
%define _name gst-plugins-base
|
2017-12-24 21:12:49 +00:00
|
|
|
%define gst_branch 1.0
|
2020-10-02 15:26:09 +00:00
|
|
|
%define gstreamer_req_version %(echo %{version} | sed -e "s/+.*//")
|
2017-12-24 21:12:49 +00:00
|
|
|
Name: gstreamer-plugins-base
|
2023-06-30 13:46:41 +00:00
|
|
|
Version: 1.22.4
|
2012-01-24 11:24:15 +00:00
|
|
|
Release: 0
|
2012-02-20 10:23:55 +00:00
|
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
2021-04-07 12:55:04 +00:00
|
|
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
2012-02-20 10:23:55 +00:00
|
|
|
Group: Productivity/Multimedia/Other
|
2020-12-10 13:23:47 +00:00
|
|
|
URL: https://gstreamer.freedesktop.org
|
Accepting request 963061 from GNOME:Next
- Update to version 1.20.1:
+ typefindfunctions: Fix WebVTT format detection for very short
files
+ gldisplay: Reorder GST_GL_WINDOW check for egl-device
+ rtpbasepayload: Copy all buffer metadata instead of just
GstMetas for the input meta buffer
+ codec-utils: Avoid out-of-bounds error
+ navigation: Fix Since markers for mouse scroll events
+ videoaggregator: Fix for unhandled negative rate
+ videoaggregator: Use floor() to calculate current position
+ video-color: Fix for missing clipping in PQ EOTF function
+ gst-play-1.0: Fix trick-mode handling in keyboard shortcut
+ audiovisualizer: shader: Fix out of bound write
- Update to version 1.20.0:
+ Development in GitLab was switched to a single git repository
containing all the modules
+ GstPlay: new high-level playback library, replaces GstPlayer
+ WebM Alpha decoding support
+ Encoding profiles can now be tweaked with additional
application-specified element properties
+ Compositor: multi-threaded video conversion and mixing
+ RTP header extensions: unified support in RTP depayloader and
payloader base classes
+ SMPTE 2022-1 2-D Forward Error Correction support
+ Smart encoding (pass through) support for VP8, VP9, H.265 in
encodebin and transcodebin
+ Runtime compatibility support for libsoup2 and libsoup3
(libsoup3 support experimental)
+ Video decoder subframe support
+ Video decoder automatic packet-loss, data corruption, and
keyframe request handling for RTP / WebRTC / RTSP
+ mp4 and Matroska muxers now support profile/level/resolution
changes for H.264/H.265 input streams (i.e. codec data changing
on the fly)
+ mp4 muxing mode that initially creates a fragmented mp4 which
is converted to a regular mp4 on EOS
+ Audio support for the WebKit Port for Embedded (WPE) web page
source element
+ CUDA based video color space convert and rescale elements and
upload/download elements
+ NVIDIA memory:NVMM support for OpenGL glupload and gldownload
elements
+ Many WebRTC improvements
+ The new VA-API plugin implementation fleshed out with more
decoders and new postproc elements
+ AppSink API to retrieve events in addition to buffers and
buffer lists
+ AppSrc gained more configuration options for the internal queue
(leakiness, limits in buffers and time, getters to read current
levels)
+ Updated Rust bindings and many new Rust plugins
+ Improved support for custom minimal GStreamer builds
+ Support build against FFmpeg 5.0
+ Linux Stateless CODEC support gained MPEG-2 and VP9
+ Windows Direct3D11/DXVA decoder gained AV1 and MPEG-2 support
+ Lots of new plugins, features, performance improvements and bug
fixes
- Rebase add_wayland_dep_to_tests.patch.
- Drop gstreamer-plugins-base-gl-deps.patch: Fixed upstream
- Stop using service due to upstreams new mono-repo, just use
tarballs for now.
OBS-URL: https://build.opensuse.org/request/show/963061
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=177
2022-03-21 09:25:32 +00:00
|
|
|
Source0: %{url}/src/%{_name}/%{_name}-%{version}.tar.xz
|
2016-02-18 10:16:47 +00:00
|
|
|
Source1: gstreamer-plugins-base.appdata.xml
|
2012-02-20 10:23:55 +00:00
|
|
|
Source2: baselibs.conf
|
2022-02-07 10:10:08 +00:00
|
|
|
|
2020-10-02 15:26:09 +00:00
|
|
|
Patch4: add_wayland_dep_to_tests.patch
|
2020-11-06 12:34:13 +00:00
|
|
|
Patch5: MR-221-video-anc-add-two-new-CEA-608-caption-formats.patch
|
2023-01-27 12:32:44 +00:00
|
|
|
Patch6: reduce-required-meson.patch
|
2021-09-15 10:26:27 +00:00
|
|
|
|
2018-05-16 08:15:46 +00:00
|
|
|
BuildRequires: Mesa-libGLESv3-devel
|
2011-08-17 21:41:23 +00:00
|
|
|
BuildRequires: cdparanoia-devel
|
2018-05-16 08:15:46 +00:00
|
|
|
BuildRequires: gcc-c++
|
2023-01-26 17:25:25 +00:00
|
|
|
BuildRequires: glib2-devel >= 2.62.0
|
2017-12-24 21:12:49 +00:00
|
|
|
BuildRequires: gobject-introspection-devel >= 1.31.1
|
2012-03-23 11:25:18 +00:00
|
|
|
BuildRequires: libICE-devel
|
|
|
|
BuildRequires: libSM-devel
|
|
|
|
BuildRequires: libXext-devel
|
|
|
|
BuildRequires: libXv-devel
|
2018-05-16 08:15:46 +00:00
|
|
|
BuildRequires: libjpeg-devel
|
|
|
|
BuildRequires: libpng-devel
|
2023-01-27 12:32:44 +00:00
|
|
|
BuildRequires: meson >= 0.61
|
2020-10-02 15:26:09 +00:00
|
|
|
BuildRequires: orc >= 0.4.24
|
2017-12-24 21:12:49 +00:00
|
|
|
BuildRequires: pkgconfig
|
2017-11-29 15:09:12 +00:00
|
|
|
BuildRequires: python3-base
|
2017-12-01 11:33:59 +00:00
|
|
|
BuildRequires: python3-xml
|
2017-08-30 20:52:02 +00:00
|
|
|
BuildRequires: update-desktop-files
|
2012-03-23 11:25:18 +00:00
|
|
|
BuildRequires: pkgconfig(alsa) >= 0.9.1
|
2018-05-16 08:15:46 +00:00
|
|
|
BuildRequires: pkgconfig(egl)
|
2012-03-23 11:25:18 +00:00
|
|
|
BuildRequires: pkgconfig(freetype2) >= 2.0.9
|
2018-05-16 08:15:46 +00:00
|
|
|
BuildRequires: pkgconfig(gbm)
|
2019-06-25 11:44:03 +00:00
|
|
|
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.40
|
2018-05-16 08:15:46 +00:00
|
|
|
BuildRequires: pkgconfig(gl)
|
|
|
|
BuildRequires: pkgconfig(glesv1_cm)
|
|
|
|
BuildRequires: pkgconfig(glesv2)
|
2019-06-25 11:44:03 +00:00
|
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.40
|
2018-05-16 08:15:46 +00:00
|
|
|
BuildRequires: pkgconfig(gmodule-no-export-2.0)
|
2020-10-02 15:26:09 +00:00
|
|
|
BuildRequires: pkgconfig(gstreamer-1.0) >= %{gstreamer_req_version}
|
2018-05-16 08:15:46 +00:00
|
|
|
BuildRequires: pkgconfig(gudev-1.0)
|
2012-03-23 11:25:18 +00:00
|
|
|
BuildRequires: pkgconfig(iso-codes)
|
2018-05-16 08:15:46 +00:00
|
|
|
BuildRequires: pkgconfig(libdrm) >= 2.4.55
|
2012-03-23 11:25:18 +00:00
|
|
|
BuildRequires: pkgconfig(libvisual-0.4) >= 0.4.0
|
|
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
|
|
|
BuildRequires: pkgconfig(ogg) >= 1.0
|
2016-04-15 12:51:51 +00:00
|
|
|
BuildRequires: pkgconfig(opus) >= 0.9.4
|
2012-03-23 11:25:18 +00:00
|
|
|
BuildRequires: pkgconfig(pango) >= 1.22.0
|
|
|
|
BuildRequires: pkgconfig(pangocairo) >= 1.22.0
|
|
|
|
BuildRequires: pkgconfig(theoradec) >= 1.1
|
|
|
|
BuildRequires: pkgconfig(theoraenc) >= 1.1
|
|
|
|
BuildRequires: pkgconfig(vorbis) >= 1.0
|
|
|
|
BuildRequires: pkgconfig(vorbisenc) >= 1.0
|
2018-05-16 08:15:46 +00:00
|
|
|
BuildRequires: pkgconfig(wayland-client) >= 1.0
|
|
|
|
BuildRequires: pkgconfig(wayland-cursor) >= 1.0
|
2020-10-02 15:26:09 +00:00
|
|
|
BuildRequires: pkgconfig(wayland-egl) >= 1.0
|
2019-08-20 01:33:28 +00:00
|
|
|
BuildRequires: pkgconfig(wayland-protocols)
|
2018-05-16 08:15:46 +00:00
|
|
|
BuildRequires: pkgconfig(x11)
|
|
|
|
BuildRequires: pkgconfig(x11-xcb)
|
|
|
|
BuildRequires: pkgconfig(xext)
|
2023-01-26 17:25:25 +00:00
|
|
|
BuildRequires: pkgconfig(xi)
|
2018-05-16 08:15:46 +00:00
|
|
|
BuildRequires: pkgconfig(xv)
|
2012-03-23 11:25:18 +00:00
|
|
|
BuildRequires: pkgconfig(zlib)
|
2020-10-02 15:26:09 +00:00
|
|
|
Requires: gstreamer >= %{gstreamer_req_version}
|
2012-02-20 10:23:55 +00:00
|
|
|
Supplements: gstreamer
|
2020-11-06 12:34:13 +00:00
|
|
|
Conflicts: gstreamer-plugins-bad < 1.18.1
|
2012-02-20 10:23:55 +00:00
|
|
|
# Generic name, never used in SuSE:
|
|
|
|
Provides: gst-plugins-base = %{version}
|
2019-06-25 11:44:03 +00:00
|
|
|
Obsoletes: libgstbadvideo-1_0-0
|
2018-05-16 08:15:46 +00:00
|
|
|
Obsoletes: typelib-1_0-GstFft-1_0 < 1.14.0
|
2021-05-10 10:55:24 +00:00
|
|
|
%if 0%{?suse_version} < 1550
|
|
|
|
BuildRequires: pkgconfig(cairo)
|
|
|
|
%endif
|
|
|
|
%if 0%{?suse_version} >= 1500
|
|
|
|
BuildRequires: pkgconfig(graphene-1.0)
|
|
|
|
%endif
|
2011-08-17 21:41:23 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
|
|
that operate on media data. Applications using this library can do
|
|
|
|
anything media-related, from real-time sound processing to playing
|
|
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
|
2013-11-01 08:50:01 +00:00
|
|
|
%package -n libgstallocators-1_0-0
|
|
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
|
|
|
# We want to have base modules installed:
|
2016-12-06 13:04:43 +00:00
|
|
|
Group: System/Libraries
|
2013-11-01 08:50:01 +00:00
|
|
|
Requires: %{name}
|
|
|
|
|
|
|
|
%description -n libgstallocators-1_0-0
|
|
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
|
|
that operate on media data. Applications using this library can do
|
|
|
|
anything media-related, from real-time sound processing to playing
|
|
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
|
|
|
|
%package -n typelib-1_0-GstAllocators-1_0
|
|
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins -- Introspection bindings
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n typelib-1_0-GstAllocators-1_0
|
|
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
|
|
that operate on media data. Applications using this library can do
|
|
|
|
anything media-related, from real-time sound processing to playing
|
|
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
|
|
|
|
This package provides the GObject Introspection bindings for GStreamer
|
|
|
|
plug-ins.
|
|
|
|
|
2012-05-14 10:16:44 +00:00
|
|
|
%package -n libgstapp-1_0-0
|
2011-08-17 21:41:23 +00:00
|
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
|
|
|
# We want to have base modules installed:
|
2016-12-06 13:04:43 +00:00
|
|
|
Group: System/Libraries
|
2011-08-17 21:41:23 +00:00
|
|
|
Requires: %{name}
|
|
|
|
|
2012-05-14 10:16:44 +00:00
|
|
|
%description -n libgstapp-1_0-0
|
2011-08-17 21:41:23 +00:00
|
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
|
|
that operate on media data. Applications using this library can do
|
|
|
|
anything media-related, from real-time sound processing to playing
|
|
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
|
2012-05-14 10:16:44 +00:00
|
|
|
%package -n typelib-1_0-GstApp-1_0
|
2012-01-24 11:24:15 +00:00
|
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins -- Introspection bindings
|
|
|
|
Group: System/Libraries
|
|
|
|
|
2012-05-14 10:16:44 +00:00
|
|
|
%description -n typelib-1_0-GstApp-1_0
|
2012-01-24 11:24:15 +00:00
|
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
|
|
that operate on media data. Applications using this library can do
|
|
|
|
anything media-related, from real-time sound processing to playing
|
|
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
|
|
|
|
This package provides the GObject Introspection bindings for GStreamer
|
|
|
|
plug-ins.
|
|
|
|
|
2012-05-14 10:16:44 +00:00
|
|
|
%package -n libgstaudio-1_0-0
|
2011-08-17 21:41:23 +00:00
|
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
|
|
|
# We want to have base modules installed:
|
2016-12-06 13:04:43 +00:00
|
|
|
Group: System/Libraries
|
2011-08-17 21:41:23 +00:00
|
|
|
Requires: %{name}
|
|
|
|
|
2012-05-14 10:16:44 +00:00
|
|
|
%description -n libgstaudio-1_0-0
|
2011-08-17 21:41:23 +00:00
|
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
|
|
that operate on media data. Applications using this library can do
|
|
|
|
anything media-related, from real-time sound processing to playing
|
|
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
|
2012-05-14 10:16:44 +00:00
|
|
|
%package -n typelib-1_0-GstAudio-1_0
|
2012-01-24 11:24:15 +00:00
|
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins -- Introspection bindings
|
|
|
|
Group: System/Libraries
|
|
|
|
|
2012-05-14 10:16:44 +00:00
|
|
|
%description -n typelib-1_0-GstAudio-1_0
|
|
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
|
|
that operate on media data. Applications using this library can do
|
|
|
|
anything media-related, from real-time sound processing to playing
|
|
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
|
|
|
|
This package provides the GObject Introspection bindings for GStreamer
|
|
|
|
plug-ins.
|
|
|
|
|
|
|
|
%package -n libgstfft-1_0-0
|
|
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
|
|
|
# We want to have base modules installed:
|
2016-12-06 13:04:43 +00:00
|
|
|
Group: System/Libraries
|
2012-05-14 10:16:44 +00:00
|
|
|
Requires: %{name}
|
|
|
|
|
|
|
|
%description -n libgstfft-1_0-0
|
|
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
|
|
that operate on media data. Applications using this library can do
|
|
|
|
anything media-related, from real-time sound processing to playing
|
|
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
|
|
|
|
%package -n typelib-1_0-GstFft-1_0
|
|
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins -- Introspection bindings
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n typelib-1_0-GstFft-1_0
|
|
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
|
|
that operate on media data. Applications using this library can do
|
|
|
|
anything media-related, from real-time sound processing to playing
|
|
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
|
2018-05-16 08:15:46 +00:00
|
|
|
%package -n libgstgl-1_0-0
|
|
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n libgstgl-1_0-0
|
|
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
|
|
that operate on media data. Applications using this library can do
|
|
|
|
anything media-related,from real-time sound processing to playing
|
|
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
|
|
|
|
%package -n typelib-1_0-GstGL-1_0
|
|
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins -- Introspection bindings
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n typelib-1_0-GstGL-1_0
|
|
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
|
|
that operate on media data. Applications using this library can do
|
|
|
|
anything media-related, from real-time sound processing to playing
|
|
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
|
2012-05-14 10:16:44 +00:00
|
|
|
This package provides the GObject Introspection bindings for GStreamer
|
|
|
|
plug-ins.
|
|
|
|
|
2020-10-02 15:26:09 +00:00
|
|
|
%package -n typelib-1_0-GstGLEGL-1_0
|
|
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins -- Introspection bindings
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n typelib-1_0-GstGLEGL-1_0
|
|
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
|
|
that operate on media data. Applications using this library can do
|
|
|
|
anything media-related, from real-time sound processing to playing
|
|
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
|
|
|
|
This package provides the GObject Introspection bindings for GStreamer
|
|
|
|
plug-ins.
|
|
|
|
|
|
|
|
%package -n typelib-1_0-GstGLWayland-1_0
|
|
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins -- Introspection bindings
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n typelib-1_0-GstGLWayland-1_0
|
|
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
|
|
that operate on media data. Applications using this library can do
|
|
|
|
anything media-related, from real-time sound processing to playing
|
|
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
|
|
|
|
This package provides the GObject Introspection bindings for GStreamer
|
|
|
|
plug-ins.
|
|
|
|
|
|
|
|
%package -n typelib-1_0-GstGLX11-1_0
|
|
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins -- Introspection bindings
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n typelib-1_0-GstGLX11-1_0
|
|
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
|
|
that operate on media data. Applications using this library can do
|
|
|
|
anything media-related, from real-time sound processing to playing
|
|
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
|
|
|
|
This package provides the GObject Introspection bindings for GStreamer
|
|
|
|
plug-ins.
|
|
|
|
|
2012-05-14 10:16:44 +00:00
|
|
|
%package -n libgstpbutils-1_0-0
|
|
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
|
|
|
# We want to have base modules installed:
|
2016-12-06 13:04:43 +00:00
|
|
|
Group: System/Libraries
|
2012-05-14 10:16:44 +00:00
|
|
|
Requires: %{name}
|
|
|
|
|
|
|
|
%description -n libgstpbutils-1_0-0
|
|
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
|
|
that operate on media data. Applications using this library can do
|
|
|
|
anything media-related, from real-time sound processing to playing
|
|
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
|
|
|
|
%package -n typelib-1_0-GstPbutils-1_0
|
|
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins -- Introspection bindings
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n typelib-1_0-GstPbutils-1_0
|
|
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
|
|
that operate on media data. Applications using this library can do
|
|
|
|
anything media-related, from real-time sound processing to playing
|
|
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
|
|
|
|
This package provides the GObject Introspection bindings for GStreamer
|
|
|
|
plug-ins.
|
|
|
|
|
|
|
|
%package -n libgstriff-1_0-0
|
|
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
|
|
|
# We want to have base modules installed:
|
2016-12-06 13:04:43 +00:00
|
|
|
Group: System/Libraries
|
2012-05-14 10:16:44 +00:00
|
|
|
Requires: %{name}
|
|
|
|
|
|
|
|
%description -n libgstriff-1_0-0
|
|
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
|
|
that operate on media data. Applications using this library can do
|
|
|
|
anything media-related, from real-time sound processing to playing
|
|
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
|
|
|
|
%package -n libgstrtp-1_0-0
|
|
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
|
|
|
# We want to have base modules installed:
|
2016-12-06 13:04:43 +00:00
|
|
|
Group: System/Libraries
|
2012-05-14 10:16:44 +00:00
|
|
|
Requires: %{name}
|
|
|
|
|
|
|
|
%description -n libgstrtp-1_0-0
|
|
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
|
|
that operate on media data. Applications using this library can do
|
|
|
|
anything media-related, from real-time sound processing to playing
|
|
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
|
|
|
|
%package -n typelib-1_0-GstRtp-1_0
|
|
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins -- Introspection bindings
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n typelib-1_0-GstRtp-1_0
|
|
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
|
|
that operate on media data. Applications using this library can do
|
|
|
|
anything media-related, from real-time sound processing to playing
|
|
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
|
|
|
|
This package provides the GObject Introspection bindings for GStreamer
|
|
|
|
plug-ins.
|
|
|
|
|
|
|
|
%package -n libgstrtsp-1_0-0
|
|
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
|
|
|
# We want to have base modules installed:
|
2016-12-06 13:04:43 +00:00
|
|
|
Group: System/Libraries
|
2012-05-14 10:16:44 +00:00
|
|
|
Requires: %{name}
|
|
|
|
|
|
|
|
%description -n libgstrtsp-1_0-0
|
|
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
|
|
that operate on media data. Applications using this library can do
|
|
|
|
anything media-related, from real-time sound processing to playing
|
|
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
|
|
|
|
%package -n typelib-1_0-GstRtsp-1_0
|
|
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins -- Introspection bindings
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n typelib-1_0-GstRtsp-1_0
|
|
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
|
|
that operate on media data. Applications using this library can do
|
|
|
|
anything media-related, from real-time sound processing to playing
|
|
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
|
|
|
|
This package provides the GObject Introspection bindings for GStreamer
|
|
|
|
plug-ins.
|
|
|
|
|
|
|
|
%package -n libgstsdp-1_0-0
|
|
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
|
|
|
# We want to have base modules installed:
|
2016-12-06 13:04:43 +00:00
|
|
|
Group: System/Libraries
|
2012-05-14 10:16:44 +00:00
|
|
|
Requires: %{name}
|
|
|
|
|
|
|
|
%description -n libgstsdp-1_0-0
|
|
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
|
|
that operate on media data. Applications using this library can do
|
|
|
|
anything media-related, from real-time sound processing to playing
|
|
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
|
|
|
|
%package -n typelib-1_0-GstSdp-1_0
|
|
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins -- Introspection bindings
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n typelib-1_0-GstSdp-1_0
|
|
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
|
|
that operate on media data. Applications using this library can do
|
|
|
|
anything media-related, from real-time sound processing to playing
|
|
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
|
|
|
|
This package provides the GObject Introspection bindings for GStreamer
|
|
|
|
plug-ins.
|
|
|
|
|
|
|
|
%package -n libgsttag-1_0-0
|
|
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
|
|
|
# We want to have base modules installed:
|
2016-12-06 13:04:43 +00:00
|
|
|
Group: System/Libraries
|
2012-05-14 10:16:44 +00:00
|
|
|
Requires: %{name}
|
|
|
|
|
|
|
|
%description -n libgsttag-1_0-0
|
|
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
|
|
that operate on media data. Applications using this library can do
|
|
|
|
anything media-related, from real-time sound processing to playing
|
|
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
|
|
|
|
%package -n typelib-1_0-GstTag-1_0
|
|
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins -- Introspection bindings
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n typelib-1_0-GstTag-1_0
|
|
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
|
|
that operate on media data. Applications using this library can do
|
|
|
|
anything media-related, from real-time sound processing to playing
|
|
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
|
|
|
|
This package provides the GObject Introspection bindings for GStreamer
|
|
|
|
plug-ins.
|
|
|
|
|
|
|
|
%package -n libgstvideo-1_0-0
|
|
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
|
|
|
# We want to have base modules installed:
|
2016-12-06 13:04:43 +00:00
|
|
|
Group: System/Libraries
|
2012-05-14 10:16:44 +00:00
|
|
|
Requires: %{name}
|
|
|
|
|
|
|
|
%description -n libgstvideo-1_0-0
|
|
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
|
|
that operate on media data. Applications using this library can do
|
|
|
|
anything media-related, from real-time sound processing to playing
|
|
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
|
|
|
|
%package -n typelib-1_0-GstVideo-1_0
|
|
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins -- Introspection bindings
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n typelib-1_0-GstVideo-1_0
|
2012-01-24 11:24:15 +00:00
|
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
|
|
that operate on media data. Applications using this library can do
|
|
|
|
anything media-related, from real-time sound processing to playing
|
|
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
|
|
|
|
This package provides the GObject Introspection bindings for GStreamer
|
|
|
|
plug-ins.
|
|
|
|
|
2011-08-17 21:41:23 +00:00
|
|
|
%package devel
|
2017-05-17 19:46:36 +00:00
|
|
|
Summary: Include files and librs mandatory for development with gstreamer-plugins-base
|
2011-08-17 21:41:23 +00:00
|
|
|
Group: Development/Libraries/C and C++
|
2013-11-01 08:50:01 +00:00
|
|
|
Requires: libgstallocators-1_0-0 = %{version}
|
2012-04-21 12:54:24 +00:00
|
|
|
Requires: libgstapp-1_0-0 = %{version}
|
2012-05-14 10:16:44 +00:00
|
|
|
Requires: libgstaudio-1_0-0 = %{version}
|
|
|
|
Requires: libgstfft-1_0-0 = %{version}
|
2018-05-16 08:15:46 +00:00
|
|
|
Requires: libgstgl-1_0-0 = %{version}
|
2012-05-14 10:16:44 +00:00
|
|
|
Requires: libgstpbutils-1_0-0 = %{version}
|
|
|
|
Requires: libgstriff-1_0-0 = %{version}
|
|
|
|
Requires: libgstrtp-1_0-0 = %{version}
|
|
|
|
Requires: libgstrtsp-1_0-0 = %{version}
|
|
|
|
Requires: libgstsdp-1_0-0 = %{version}
|
|
|
|
Requires: libgsttag-1_0-0 = %{version}
|
|
|
|
Requires: libgstvideo-1_0-0 = %{version}
|
2013-11-01 08:50:01 +00:00
|
|
|
Requires: typelib-1_0-GstAllocators-1_0 = %{version}
|
2012-04-21 12:54:24 +00:00
|
|
|
Requires: typelib-1_0-GstApp-1_0 = %{version}
|
2012-05-14 10:16:44 +00:00
|
|
|
Requires: typelib-1_0-GstAudio-1_0 = %{version}
|
2018-05-16 08:15:46 +00:00
|
|
|
Requires: typelib-1_0-GstGL-1_0 = %{version}
|
2020-10-02 15:26:09 +00:00
|
|
|
Requires: typelib-1_0-GstGLEGL-1_0 = %{version}
|
|
|
|
Requires: typelib-1_0-GstGLWayland-1_0 = %{version}
|
|
|
|
Requires: typelib-1_0-GstGLX11-1_0 = %{version}
|
2012-05-14 10:16:44 +00:00
|
|
|
Requires: typelib-1_0-GstPbutils-1_0 = %{version}
|
|
|
|
Requires: typelib-1_0-GstRtp-1_0 = %{version}
|
|
|
|
Requires: typelib-1_0-GstRtsp-1_0 = %{version}
|
|
|
|
Requires: typelib-1_0-GstSdp-1_0 = %{version}
|
|
|
|
Requires: typelib-1_0-GstTag-1_0 = %{version}
|
|
|
|
Requires: typelib-1_0-GstVideo-1_0 = %{version}
|
2011-08-17 21:41:23 +00:00
|
|
|
# Generic name, never used in SuSE:
|
|
|
|
Provides: gst-plugins-base-devel = %{version}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains all necessary include files and libraries needed
|
2012-01-24 11:24:15 +00:00
|
|
|
to compile and link applications that use gstreamer-plugins-base.
|
2011-08-17 21:41:23 +00:00
|
|
|
|
|
|
|
%lang_package
|
2017-12-24 21:12:49 +00:00
|
|
|
|
2011-08-17 21:41:23 +00:00
|
|
|
%prep
|
2022-03-28 11:27:37 +00:00
|
|
|
%autosetup -n %{_name}-%{version} -N
|
|
|
|
%patch4 -p1
|
|
|
|
%patch5 -p1
|
2023-01-27 12:32:44 +00:00
|
|
|
%patch6 -p1
|
2019-04-30 10:28:20 +00:00
|
|
|
|
2011-08-17 21:41:23 +00:00
|
|
|
%build
|
2017-12-24 21:12:49 +00:00
|
|
|
export PYTHON=%{_bindir}/python3
|
2019-06-25 11:44:03 +00:00
|
|
|
# TODO: tremor needs libvorbisidec
|
2020-10-02 15:26:09 +00:00
|
|
|
%meson \
|
2019-06-25 11:44:03 +00:00
|
|
|
-Dpackage-name='openSUSE GStreamer-plugins-base package'\
|
|
|
|
-Dpackage-origin='http://download.opensuse.org'\
|
2021-09-22 08:24:18 +00:00
|
|
|
-Ddoc=disabled \
|
2019-06-25 11:44:03 +00:00
|
|
|
-Dintrospection=enabled \
|
|
|
|
-Dorc=enabled \
|
|
|
|
-Dexamples=disabled \
|
|
|
|
-Dtremor=disabled \
|
|
|
|
%{nil}
|
2020-10-02 15:26:09 +00:00
|
|
|
%meson_build
|
2011-08-17 21:41:23 +00:00
|
|
|
|
2023-01-27 12:32:44 +00:00
|
|
|
# meson 0.61.4 in SLE 15 SP5 doesn't generate all variables needed in the pc files
|
|
|
|
# As a result the pkgconfig(...) provides are not generated in the rpm file so
|
|
|
|
# we have to add the variables to the pc files if they're missing
|
|
|
|
for pc in *-suse-linux/meson-private/*.pc ; do
|
|
|
|
grep -q ^datarootdir= $pc || sed -ie "/^pluginsdir=.*/a datarootdir=\${prefix}\/share" $pc ;
|
|
|
|
grep -q ^datadir= $pc || sed -ie "/^datarootdir=.*/a datadir=\${datarootdir}" $pc ;
|
|
|
|
grep -q ^libexecdir= $pc || sed -ie "/^datadir=.*/a libexecdir=\${prefix}\/libexec" $pc ;
|
|
|
|
done
|
|
|
|
|
2011-08-17 21:41:23 +00:00
|
|
|
%install
|
2020-10-02 15:26:09 +00:00
|
|
|
%meson_install
|
2016-02-18 10:16:47 +00:00
|
|
|
if [ -f %{buildroot}%{_datadir}/appdata/gstreamer-plugins-base.appdata.xml ]; then
|
|
|
|
echo "Please remove the added gstreamer-plugins-base.appdata.xml file from the sources - the tarball installs it"
|
|
|
|
false
|
|
|
|
else
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/appdata
|
2017-12-24 21:12:49 +00:00
|
|
|
cp %{SOURCE1} %{buildroot}%{_datadir}/appdata/
|
2016-02-18 10:16:47 +00:00
|
|
|
fi
|
|
|
|
|
2017-12-24 21:12:49 +00:00
|
|
|
find %{buildroot} -type f -name "*.la" -delete -print
|
2011-08-17 21:41:23 +00:00
|
|
|
%find_lang %{_name}-%{gst_branch}
|
|
|
|
|
2022-03-28 11:27:37 +00:00
|
|
|
%ldconfig_scriptlets -n libgstallocators-1_0-0
|
|
|
|
%ldconfig_scriptlets -n libgstapp-1_0-0
|
|
|
|
%ldconfig_scriptlets -n libgstaudio-1_0-0
|
|
|
|
%ldconfig_scriptlets -n libgstfft-1_0-0
|
|
|
|
%ldconfig_scriptlets -n libgstgl-1_0-0
|
|
|
|
%ldconfig_scriptlets -n libgstpbutils-1_0-0
|
|
|
|
%ldconfig_scriptlets -n libgstriff-1_0-0
|
|
|
|
%ldconfig_scriptlets -n libgstrtp-1_0-0
|
|
|
|
%ldconfig_scriptlets -n libgstrtsp-1_0-0
|
|
|
|
%ldconfig_scriptlets -n libgstsdp-1_0-0
|
|
|
|
%ldconfig_scriptlets -n libgsttag-1_0-0
|
|
|
|
%ldconfig_scriptlets -n libgstvideo-1_0-0
|
2012-05-14 10:16:44 +00:00
|
|
|
|
2011-08-17 21:41:23 +00:00
|
|
|
%files
|
2018-03-01 11:36:51 +00:00
|
|
|
%license COPYING
|
2017-12-24 21:12:49 +00:00
|
|
|
%{_mandir}/man1/gst-device-monitor-*
|
|
|
|
%{_mandir}/man1/gst-discoverer-*
|
|
|
|
%{_mandir}/man1/gst-play-*
|
2014-07-23 21:09:27 +00:00
|
|
|
%{_bindir}/gst-device-monitor-%{gst_branch}
|
2011-08-17 21:41:23 +00:00
|
|
|
%{_bindir}/gst-discoverer-%{gst_branch}
|
2013-11-01 08:50:01 +00:00
|
|
|
%{_bindir}/gst-play-%{gst_branch}
|
2016-02-18 10:16:47 +00:00
|
|
|
%{_datadir}/appdata/gstreamer-plugins-base.appdata.xml
|
2011-08-17 21:41:23 +00:00
|
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstadder.so
|
|
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstalsa.so
|
|
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstapp.so
|
|
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstaudioconvert.so
|
2018-05-16 08:15:46 +00:00
|
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstaudiomixer.so
|
2011-08-17 21:41:23 +00:00
|
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstaudioresample.so
|
|
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstaudiotestsrc.so
|
|
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstaudiorate.so
|
|
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstcdparanoia.so
|
2019-06-25 11:44:03 +00:00
|
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstcompositor.so
|
2017-05-17 19:46:36 +00:00
|
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstencoding.so
|
2011-08-17 21:41:23 +00:00
|
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstgio.so
|
|
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstlibvisual.so
|
|
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstogg.so
|
2018-05-16 08:15:46 +00:00
|
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstopengl.so
|
2016-04-15 12:51:51 +00:00
|
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstopus.so
|
2019-06-25 11:44:03 +00:00
|
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstoverlaycomposition.so
|
2011-08-17 21:41:23 +00:00
|
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstpango.so
|
2017-05-17 19:46:36 +00:00
|
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstpbtypes.so
|
2011-08-17 21:41:23 +00:00
|
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstplayback.so
|
2017-05-17 19:46:36 +00:00
|
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstrawparse.so
|
2011-08-17 21:41:23 +00:00
|
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstsubparse.so
|
|
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgsttcp.so
|
|
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgsttheora.so
|
|
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgsttypefindfunctions.so
|
2023-01-26 17:25:25 +00:00
|
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstvideoconvertscale.so
|
2011-08-17 21:41:23 +00:00
|
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstvideorate.so
|
|
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstvideotestsrc.so
|
|
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstvolume.so
|
|
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstvorbis.so
|
|
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstximagesink.so
|
|
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstxvimagesink.so
|
|
|
|
|
2013-11-01 08:50:01 +00:00
|
|
|
%files -n libgstallocators-1_0-0
|
|
|
|
%{_libdir}/libgstallocators*.so.*
|
|
|
|
|
|
|
|
%files -n typelib-1_0-GstAllocators-1_0
|
|
|
|
%{_libdir}/girepository-1.0/GstAllocators-*.typelib
|
|
|
|
|
2012-05-14 10:16:44 +00:00
|
|
|
%files -n libgstapp-1_0-0
|
|
|
|
%{_libdir}/libgstapp*.so.*
|
|
|
|
|
|
|
|
%files -n typelib-1_0-GstApp-1_0
|
|
|
|
%{_libdir}/girepository-1.0/GstApp-*.typelib
|
|
|
|
|
|
|
|
%files -n libgstaudio-1_0-0
|
|
|
|
%{_libdir}/libgstaudio*.so.*
|
|
|
|
|
|
|
|
%files -n typelib-1_0-GstAudio-1_0
|
|
|
|
%{_libdir}/girepository-1.0/GstAudio-*.typelib
|
|
|
|
|
|
|
|
%files -n libgstfft-1_0-0
|
|
|
|
%{_libdir}/libgstfft*.so.*
|
|
|
|
|
2018-05-16 08:15:46 +00:00
|
|
|
%files -n libgstgl-1_0-0
|
|
|
|
%{_libdir}/libgstgl-%{gst_branch}.so.0*
|
|
|
|
|
|
|
|
%files -n typelib-1_0-GstGL-1_0
|
|
|
|
%{_libdir}/girepository-1.0/GstGL-*.typelib
|
2012-05-14 10:16:44 +00:00
|
|
|
|
2020-10-02 15:26:09 +00:00
|
|
|
%files -n typelib-1_0-GstGLEGL-1_0
|
|
|
|
%{_libdir}/girepository-1.0/GstGLEGL-1.0.typelib
|
|
|
|
|
|
|
|
%files -n typelib-1_0-GstGLWayland-1_0
|
|
|
|
%{_libdir}/girepository-1.0/GstGLWayland-1.0.typelib
|
|
|
|
|
|
|
|
%files -n typelib-1_0-GstGLX11-1_0
|
|
|
|
%{_libdir}/girepository-1.0/GstGLX11-1.0.typelib
|
|
|
|
|
2012-05-14 10:16:44 +00:00
|
|
|
%files -n libgstpbutils-1_0-0
|
|
|
|
%{_libdir}/libgstpbutils*.so.*
|
|
|
|
|
|
|
|
%files -n typelib-1_0-GstPbutils-1_0
|
|
|
|
%{_libdir}/girepository-1.0/GstPbutils-*.typelib
|
|
|
|
|
|
|
|
%files -n libgstriff-1_0-0
|
|
|
|
%{_libdir}/libgstriff*.so.*
|
|
|
|
|
|
|
|
%files -n libgstrtp-1_0-0
|
|
|
|
%{_libdir}/libgstrtp*.so.*
|
|
|
|
|
|
|
|
%files -n typelib-1_0-GstRtp-1_0
|
|
|
|
%{_libdir}/girepository-1.0/GstRtp-*.typelib
|
|
|
|
|
|
|
|
%files -n libgstrtsp-1_0-0
|
|
|
|
%{_libdir}/libgstrtsp*.so.*
|
|
|
|
|
|
|
|
%files -n typelib-1_0-GstRtsp-1_0
|
|
|
|
%{_libdir}/girepository-1.0/GstRtsp-*.typelib
|
|
|
|
|
|
|
|
%files -n libgstsdp-1_0-0
|
|
|
|
%{_libdir}/libgstsdp*.so.*
|
|
|
|
|
|
|
|
%files -n typelib-1_0-GstSdp-1_0
|
|
|
|
%{_libdir}/girepository-1.0/GstSdp-*.typelib
|
|
|
|
|
|
|
|
%files -n libgsttag-1_0-0
|
|
|
|
%{_libdir}/libgsttag*.so.*
|
2012-01-24 11:24:15 +00:00
|
|
|
|
2012-05-14 10:16:44 +00:00
|
|
|
%files -n typelib-1_0-GstTag-1_0
|
|
|
|
%{_libdir}/girepository-1.0/GstTag-*.typelib
|
2011-08-17 21:41:23 +00:00
|
|
|
|
2012-05-14 10:16:44 +00:00
|
|
|
%files -n libgstvideo-1_0-0
|
|
|
|
%{_libdir}/libgstvideo*.so.*
|
2012-01-24 11:24:15 +00:00
|
|
|
|
2012-05-14 10:16:44 +00:00
|
|
|
%files -n typelib-1_0-GstVideo-1_0
|
|
|
|
%{_libdir}/girepository-1.0/GstVideo-*.typelib
|
2011-08-17 21:41:23 +00:00
|
|
|
|
|
|
|
%files devel
|
Accepting request 963061 from GNOME:Next
- Update to version 1.20.1:
+ typefindfunctions: Fix WebVTT format detection for very short
files
+ gldisplay: Reorder GST_GL_WINDOW check for egl-device
+ rtpbasepayload: Copy all buffer metadata instead of just
GstMetas for the input meta buffer
+ codec-utils: Avoid out-of-bounds error
+ navigation: Fix Since markers for mouse scroll events
+ videoaggregator: Fix for unhandled negative rate
+ videoaggregator: Use floor() to calculate current position
+ video-color: Fix for missing clipping in PQ EOTF function
+ gst-play-1.0: Fix trick-mode handling in keyboard shortcut
+ audiovisualizer: shader: Fix out of bound write
- Update to version 1.20.0:
+ Development in GitLab was switched to a single git repository
containing all the modules
+ GstPlay: new high-level playback library, replaces GstPlayer
+ WebM Alpha decoding support
+ Encoding profiles can now be tweaked with additional
application-specified element properties
+ Compositor: multi-threaded video conversion and mixing
+ RTP header extensions: unified support in RTP depayloader and
payloader base classes
+ SMPTE 2022-1 2-D Forward Error Correction support
+ Smart encoding (pass through) support for VP8, VP9, H.265 in
encodebin and transcodebin
+ Runtime compatibility support for libsoup2 and libsoup3
(libsoup3 support experimental)
+ Video decoder subframe support
+ Video decoder automatic packet-loss, data corruption, and
keyframe request handling for RTP / WebRTC / RTSP
+ mp4 and Matroska muxers now support profile/level/resolution
changes for H.264/H.265 input streams (i.e. codec data changing
on the fly)
+ mp4 muxing mode that initially creates a fragmented mp4 which
is converted to a regular mp4 on EOS
+ Audio support for the WebKit Port for Embedded (WPE) web page
source element
+ CUDA based video color space convert and rescale elements and
upload/download elements
+ NVIDIA memory:NVMM support for OpenGL glupload and gldownload
elements
+ Many WebRTC improvements
+ The new VA-API plugin implementation fleshed out with more
decoders and new postproc elements
+ AppSink API to retrieve events in addition to buffers and
buffer lists
+ AppSrc gained more configuration options for the internal queue
(leakiness, limits in buffers and time, getters to read current
levels)
+ Updated Rust bindings and many new Rust plugins
+ Improved support for custom minimal GStreamer builds
+ Support build against FFmpeg 5.0
+ Linux Stateless CODEC support gained MPEG-2 and VP9
+ Windows Direct3D11/DXVA decoder gained AV1 and MPEG-2 support
+ Lots of new plugins, features, performance improvements and bug
fixes
- Rebase add_wayland_dep_to_tests.patch.
- Drop gstreamer-plugins-base-gl-deps.patch: Fixed upstream
- Stop using service due to upstreams new mono-repo, just use
tarballs for now.
OBS-URL: https://build.opensuse.org/request/show/963061
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=177
2022-03-21 09:25:32 +00:00
|
|
|
%doc AUTHORS NEWS README.md RELEASE REQUIREMENTS
|
2011-08-17 21:41:23 +00:00
|
|
|
%{_includedir}/gstreamer-%{gst_branch}/*
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
%{_datadir}/gir-1.0/*.gir
|
2017-05-17 19:46:36 +00:00
|
|
|
%dir %{_datadir}/gst-plugins-base/
|
|
|
|
%dir %{_datadir}/gst-plugins-base/%{gst_branch}/
|
|
|
|
%{_datadir}/gst-plugins-base/%{gst_branch}/license-translations.dict
|
2018-05-16 08:15:46 +00:00
|
|
|
%dir %{_libdir}/gstreamer-%{gst_branch}/include
|
|
|
|
%dir %{_libdir}/gstreamer-%{gst_branch}/include/gst
|
|
|
|
%dir %{_libdir}/gstreamer-%{gst_branch}/include/gst/gl
|
|
|
|
%{_libdir}/gstreamer-%{gst_branch}/include/gst/gl/gstglconfig.h
|
2011-08-17 21:41:23 +00:00
|
|
|
|
2018-05-16 08:15:46 +00:00
|
|
|
%files lang -f %{_name}-%{gst_branch}.lang
|
|
|
|
|
2011-08-17 21:41:23 +00:00
|
|
|
%changelog
|