* Wed Jan 06 2021 Wolfgang Bauer <wbauer@tmo.at>
- Update to version 1.2.11
- Remove xine-lib-dec_info_real.patch, fixed upstream
- Upstream changes:
* Add gopher input plugin.
* Add user settings for IPv6.
* Split a52 spdif output to separate decoder.
* Code cleanup.
* More engine optimization.
* Small optimizations (opengl2, dvb subtitles, png, mpeg-ts).
* Better A/V sync.
* Fix a few crashes.
* Fix bluray playback.
* Fix VAAPI picture jitter and green flashes.
* Fix Opus and EAC3 audio playback.
* Fix text subtitles.
* Fix mpeg-ts (hdmv mode, detection of cut TV recordings).
* Fix mpeg layer 1-4 audio timing.
* Fix some VDR issues.
* Fix HLS VOD mode.
* Many small fixes.
* Build fixes.
* BSD fixes.
* Update german translation.
* Update internal libdca to upstream 0.0.7.
* Fri Jun 05 2020 olaf@aepfle.de
- Remove xineplug_decode_qt to fix i386 build
* Fri Jun 05 2020 olaf@aepfle.de
- Fix build with xine-lib-dec_info_real.patch
* Sun Jan 26 2020 Dave Plater <davejplater@gmail.com>
- Update to version 1.2.10 and remove incorporated patches:
xine-lib-contrib.patch, xine-lib-alsa.patch, xine-lib-a52dec.patch
and xine-lib-ImageMagick7.patch.
- Upstream changes:
* Add (xcb)xv yuy2 emulation.
* Add libavcodec v58 compatibility.
* Add avio seek support.
* Add libdav1d, libaom and lavc AV1 video decoders.
* Add libvpx multithreading.
* Add libpng decoder.
* Add a52 double and fixed point modes.
* Add Opus audio support to ogg demuxer.
* Add AV1 video support to matroska demuxer.
* Add ivf demuxer.
* Add mpeg-ts split payload support.
* Add TLS support using gnutls or OpenSSL.
* Add ftp input plugin (ftp://) with TLS support (ftpes://)
* Add tls:// input plugin (raw TLS over TCP).
* Add libnfs NFS input plugin.
* Add ftp/http seek support.
* Add scp forward seek support.
* Add mp4 http streaming support (plain and fragment modes).
* Add HLS streaming support.
* Add HTTP 1.1 support.
* Add OpenGL EGL and Wayland support.
* Add side stream feature.
* Optimize OSD.
* Optimize output layers.
* Optimize decoder threads.
* Optimize event handling.
* Optimize stream info.
* Optimize TCP/TLS/HTTP network input.
* Optimize network buffering control.
* Alsa/oss startup optimization.
* Optimize input_stdin_fifo.
* Optimize internal liba52.
* Optimize user seek.
* Better support for audio out drivers that cannot resume after pause.
* Better support for mpeg pts jumps.
* Better bluray seek.
* XML parser fixes.
* Fix midstream audio mode switch.
* Fix FLAC audio playback via ffmpeg.
* Fix ffmpeg mpeg1/2 video.
* Fix/optimize mpeg, mpeg-ts, qt, flv, matroska, real & asf demuxers.
* Fix network seek.
* Fix/optimize audio CD.
* Fix DVD (occasional crashes, damaged video after a DVD had been
played).
* Fix opengl2 freeze after X server failure.
* Fix tvtime deinterlacer crash.
* Fix/optimize overlay.
* Fix/optimize old VDR plugin.
* Fix xine-ui freeze when opening a playlist while paused.
* Security fixes.
* More error handling instead of aborting.
* Sat Apr 13 2019 olaf@aepfle.de
- Package xineplug_post_tvtime also on arm64
- Added xine-lib-contrib.patch
- Remove disabled esd support
- Remove disabled directfb support
- Remove disabled aalib support
- Remove disabled gnome_vfs support
- Use gcc8 in SLE_12
- Use plain configure macro
- Fix opensuse.org XINE URL
- Use without instead of !with distributable/onlynondistributable/ffmpeg/sdl
- Remove disabled code for sle10
- Remove conditional for ffmpeg because it always exists
- Remove unused xine-lib-without-ffmpeg.patch
- Remove unused xine-lib-nukefaadetc.patch, use sed instead
- Adjust all patches for autosetup:
xine-lib-libdvdread_udf.diff
xine-lib-v4l-2.6.38.patch
xine-lib-alsa.patch
xine-lib-theora.patch
xine-lib-ImageMagick7.patch
xine-lib-a52dec.patch
* Tue Mar 26 2019 olaf@aepfle.de
- Use alsa API properly with xine-lib-alsa.patch. Consumers are
expected to use <alsa/asoundlib.h> instead of <asoundlib.h>.
This is in preparation of an change to pkgconfig(alsa) to
not pollute CFLAGS with -I/usr/include/alsa anymore (bsc#1130333)
* Fri Feb 22 2019 olaf@aepfle.de
- Package xineplug_post_tvtime also on arm32
* Sun Jan 06 2019 schwab@suse.de
- fix-non-x86-build.diff: remove
* Sat Dec 29 2018 davejplater@gmail.com
- Patched up crippled build with new perl, the perl scripts no
longer work.
- Added xine-lib-nukefaadetc.patch for the same reason.
- Build with libmpeg2.
* Sat Jun 02 2018 bjorn.lie@gmail.com
- Set to bcond_without gnome_vfs to bcond_with, no longer build
gnome-vfs support by default, gnome-vfs is deprecated upstream
for a long time.