Updating link to change in openSUSE:Factory/vlc revision 121.0
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vlc?expand=0&rev=a7abada88d5217413814716db8102d15
This commit is contained in:
parent
3cb49620f0
commit
a9d3808050
3
vlc-3.0.17.3.tar.xz
Normal file
3
vlc-3.0.17.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6f7e90ef8973d31d96de64db817173e345150829717a94084b1bb8321cde2014
|
||||
size 26393440
|
6
vlc-3.0.17.3.tar.xz.asc
Normal file
6
vlc-3.0.17.3.tar.xz.asc
Normal file
@ -0,0 +1,6 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQRl98a0IGvQV6frc3hxgHE75Y0a3AUCYiuoFAAKCRBxgHE75Y0a
|
||||
3CdMAKCqukuSijPYwp20SbUIeSwUIBmExgCcCd8LpU7OeNj9AsOrFj3qjJqIQNk=
|
||||
=v2eY
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:48bd9bf337aa107a1524eba57c52dc4a91e29f5a97fbdee92f6a4dba90383cd0
|
||||
size 26391800
|
@ -1,6 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQRl98a0IGvQV6frc3hxgHE75Y0a3AUCYiWrUwAKCRBxgHE75Y0a
|
||||
3IabAJ9/HsUGi74GU2YwvapWGnf7Hxs33ACfT2UDJLsKqU4mmNwki/of5vAv7VU=
|
||||
=gWYt
|
||||
-----END PGP SIGNATURE-----
|
33
vlc.changes
33
vlc.changes
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 19 14:19:03 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.0.17.3:
|
||||
+ This is a fixup release which fixes a regression that could
|
||||
cause a lack of audio for adaptive streaming playback. It is
|
||||
identical to 3.0.17.2 otherwise.
|
||||
+ This updates contains various fixes and improvements:
|
||||
- Major adaptive streaming stack overhaul
|
||||
- Major codec updates
|
||||
- Many third party libraries update
|
||||
- Allow brackets in the path section of URLs
|
||||
- Better notch support for new macbooks
|
||||
- Add support for DAV video and Webp image formats
|
||||
- Improve AV1 live streaming support
|
||||
- Several SRT support improvements
|
||||
- Numerous crash fixes
|
||||
- Update youtube script
|
||||
- Changes from version 3.0.17.2:
|
||||
+ This is a fixup release which fixes youtube playback and
|
||||
contextual menus on integrated video for the Qt interface. It
|
||||
is identical to 3.0.17-1 otherwise.
|
||||
- Changes from version 3.0.17-1:
|
||||
+ This is a fixup release which bumps libflac to 1.3.4 in order
|
||||
to fix CVE-2020-0499 and CVE-2021-0561 on platforms for which
|
||||
we provide binary releases.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 10 14:26:48 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Disable libnfs and soxr integration on suse_version < 1500 (e.g
|
||||
SLE12).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 15:34:06 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
10
vlc.spec
10
vlc.spec
@ -33,7 +33,7 @@
|
||||
%bcond_with faad
|
||||
%bcond_with fdk_aac
|
||||
Name: vlc
|
||||
Version: 3.0.17
|
||||
Version: 3.0.17.3
|
||||
Release: 0
|
||||
Summary: Graphical media player
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
@ -135,7 +135,9 @@ BuildRequires: pkgconfig(libgme)
|
||||
#BuildRequires: pkgconfig(libmodplug) >= 0.8.9
|
||||
BuildRequires: pkgconfig(libmpeg2) > 0.3.2
|
||||
BuildRequires: pkgconfig(libmtp) >= 1.0.0
|
||||
%if 0%{?suse_version} >= 1500
|
||||
BuildRequires: pkgconfig(libnfs)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(libnotify)
|
||||
BuildRequires: pkgconfig(libpostproc)
|
||||
BuildRequires: pkgconfig(libpulse) >= 1.0
|
||||
@ -145,7 +147,9 @@ BuildRequires: pkgconfig(libsystemd)
|
||||
BuildRequires: pkgconfig(libva)
|
||||
BuildRequires: pkgconfig(libva-x11)
|
||||
BuildRequires: pkgconfig(protobuf-lite) >= 2.5.0
|
||||
%if 0%{?suse_version} >= 1500
|
||||
BuildRequires: pkgconfig(soxr)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(speexdsp)
|
||||
BuildRequires: pkgconfig(taglib) >= 1.9
|
||||
BuildRequires: pkgconfig(twolame)
|
||||
@ -801,7 +805,9 @@ fi
|
||||
%{_libdir}/vlc/plugins/access/liblinsys_hdsdi_plugin.so
|
||||
%{_libdir}/vlc/plugins/access/liblinsys_sdi_plugin.so
|
||||
%{_libdir}/vlc/plugins/access/liblive555_plugin.so
|
||||
%if 0%{?suse_version} >= 1500
|
||||
%{_libdir}/vlc/plugins/access/libnfs_plugin.so
|
||||
%endif
|
||||
%if 0%{?suse_version} < 1330 && ( 0%{?sle_version} < 120200 || 0%{?is_opensuse} < 1 )
|
||||
%{_libdir}/vlc/plugins/access/librdp_plugin.so
|
||||
%endif
|
||||
@ -852,7 +858,9 @@ fi
|
||||
%{_libdir}/vlc/plugins/audio_filter/libscaletempo_pitch_plugin.so
|
||||
%{_libdir}/vlc/plugins/audio_filter/libscaletempo_plugin.so
|
||||
%{_libdir}/vlc/plugins/audio_filter/libsimple_channel_mixer_plugin.so
|
||||
%if 0%{?suse_version} >= 1500
|
||||
%{_libdir}/vlc/plugins/audio_filter/libsoxr_plugin.so
|
||||
%endif
|
||||
%{_libdir}/vlc/plugins/audio_filter/libspatializer_plugin.so
|
||||
%{_libdir}/vlc/plugins/audio_filter/libspeex_resampler_plugin.so
|
||||
%{_libdir}/vlc/plugins/audio_filter/libstereo_widen_plugin.so
|
||||
|
Loading…
x
Reference in New Issue
Block a user