Accepting request 1042185 from multimedia:libs

- Enable librist support on TW: enables usage of RIST encoded MPEG-TS
  streams and is used by OBS Studio (forwarded request 1041371 from gmbr3)

OBS-URL: https://build.opensuse.org/request/show/1042185
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-5?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2022-12-12 16:37:16 +00:00 committed by Git OBS Bridge
commit 264d339068
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Dec 8 11:27:56 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
- Enable librist support on TW: enables usage of RIST encoded MPEG-TS
streams and is used by OBS Studio
-------------------------------------------------------------------
Tue Dec 6 16:01:30 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Drop BuildRequire on SDL2 to break a dependency loop; with this,
/usr/bin/ffplay is no longer built.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Nov 16 01:32:19 UTC 2022 - Alynx Zhou <alynx.zhou@suse.com> Wed Nov 16 01:32:19 UTC 2022 - Alynx Zhou <alynx.zhou@suse.com>

View File

@ -163,6 +163,7 @@ BuildRequires: pkgconfig(ogg)
BuildRequires: pkgconfig(opus) BuildRequires: pkgconfig(opus)
%if 0%{?suse_version} >= 1550 %if 0%{?suse_version} >= 1550
BuildRequires: pkgconfig(libjxl) BuildRequires: pkgconfig(libjxl)
BuildRequires: pkgconfig(librist)
%endif %endif
%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150400 %if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150400
BuildRequires: pkgconfig(rav1e) BuildRequires: pkgconfig(rav1e)
@ -170,7 +171,6 @@ BuildRequires: pkgconfig(rav1e)
%if %{with rubberband} %if %{with rubberband}
BuildRequires: pkgconfig(rubberband) BuildRequires: pkgconfig(rubberband)
%endif %endif
BuildRequires: pkgconfig(sdl2)
%if %{with smbclient} %if %{with smbclient}
BuildRequires: pkgconfig(smbclient) BuildRequires: pkgconfig(smbclient)
%endif %endif
@ -589,6 +589,7 @@ LDFLAGS="%_lto_cflags" \
--enable-libjack \ --enable-libjack \
%if 0%{?suse_version} >= 1550 %if 0%{?suse_version} >= 1550
--enable-libjxl \ --enable-libjxl \
--enable-librist \
%endif %endif
--enable-libmp3lame \ --enable-libmp3lame \
%if %{with mysofa} %if %{with mysofa}