Compare commits

...
Sign in to create a new pull request.

8 commits

Author SHA1 Message Date
Dominik 'Rathann' Mierzejewski
5a7aad739b Rebuilt for FFmpeg 9 2026-09-03 22:08:31 +02:00
Yaakov Selkowitz
5638ebdaf6 Drop schroedinger plugin
This plugin has been dropped from 3.0.24 in favour of avcodec:

https://code.videolan.org/videolan/vlc/-/merge_requests/9433
2026-07-27 13:53:13 -04:00
Gwyn Ciesla
9e3b2daaf7 libupnp rebuild 2026-07-21 11:09:27 -05:00
Fedora Release Engineering
cf6d76a464 Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 08:34:36 +00:00
Gwyn Ciesla
1e82a6562c libupnp rebuild 2026-06-26 09:31:12 -05:00
Yaakov Selkowitz
af1da39482 Rebuilt for abseil-cpp 20260526.0 2026-06-24 19:46:35 -04:00
Dominik 'Rathann' Mierzejewski
453c035755 Rebuilt for live555 2026-06-24 18:15:11 +02:00
Dominik 'Rathann' Mierzejewski
da450d86d8 Rebuilt for live555 2026-04-26 10:06:03 +02:00

View file

@ -19,7 +19,6 @@
# some dependencies are not yet in EPEL 10
%bcond daala 1
%bcond lirc 1
%bcond schro %[!(0%{?rhel} >= 10)]
%bcond sdl %[!(0%{?rhel} >= 10)]
%ifnarch s390x
@ -215,9 +214,6 @@ BuildRequires: pkgconfig(Qt5Svg) >= 5.5
BuildRequires: pkgconfig(Qt5Widgets) >= 5.5
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.5
BuildRequires: pkgconfig(samplerate)
%if %{with schro}
BuildRequires: pkgconfig(schroedinger-1.0) >= 1.0.10
%endif
%if %{with sdl}
BuildRequires: pkgconfig(SDL_image) >= 1.2.10
%endif
@ -676,7 +672,6 @@ export LIVE555_PREFIX=%{_prefix}
--enable-theora \
--enable-oggspots \
--enable-daala%{!?with_daala:=no} \
--enable-schroedinger%{!?with_schro:=no} \
--enable-png \
--enable-jpeg \
--disable-bpg \
@ -1159,9 +1154,6 @@ make check
%if %{with vpl}
%{vlc_plugindir}/codec/libqsv_plugin.so
%endif
%if %{with schro}
%{vlc_plugindir}/codec/libschroedinger_plugin.so
%endif
%if %{with sdl}
%{vlc_plugindir}/codec/libsdl_image_plugin.so
%endif