diff --git a/0001-no-return-in-non-void.patch b/0001-no-return-in-non-void.patch index 21d0f03..9f05bce 100644 --- a/0001-no-return-in-non-void.patch +++ b/0001-no-return-in-non-void.patch @@ -90,3 +90,13 @@ index b430ee5..29c387f 100644 } /** +--- a/modules/demux/mp4/mp4.c.orig 2015-04-13 16:35:15.220228877 +0200 ++++ b/modules/demux/mp4/mp4.c 2015-04-13 16:35:15.255228142 +0200 +@@ -277,6 +277,7 @@ + + i_sample -= ck->p_sample_count_pts[i_index]; + } ++ return 0; + } + + static inline int64_t MP4_GetMoviePTS(demux_sys_t *p_sys ) diff --git a/vlc-2.2.0.tar.xz b/vlc-2.2.0.tar.xz deleted file mode 100644 index 0a61414..0000000 --- a/vlc-2.2.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e0a27e248c47da723a696420aca3a4dd15cc3ed8cc81618d3f1dc8661b25517 -size 20861760 diff --git a/vlc-2.2.1.tar.xz b/vlc-2.2.1.tar.xz new file mode 100644 index 0000000..97fb690 --- /dev/null +++ b/vlc-2.2.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:543d9d7e378ec0fa1ee2e7f7f5acf8c456c7d0ecc32037171523197ef3cf1fcb +size 20940288 diff --git a/vlc.changes b/vlc.changes index 485473d..1c7d864 100644 --- a/vlc.changes +++ b/vlc.changes @@ -1,3 +1,49 @@ +------------------------------------------------------------------- +Mon Apr 13 14:59:16 UTC 2015 - joerg.lorenzen@ki.tng.de + +- Update to version 2.2.1: + + Codec: + - Fix compilation with older libavcodec versions. + - Fix some VP9 decoding. + - Fix flac crashes. + - Fix lpcm channel ordering. + - Fix potential NULL dereference in dmo. + - Fix teletext framing code in DVB PES packets. + - Fix potential buffer overflow in schroendinger decoder. + - Fix AAC samplerate. + + Demuxers: + - Fix MP4 chapters. + - Fix MKV overseeking, introducing slowness over network shares. + - Fix crash when playing SPC files. + - Fix ATRAC3 playback in MKV. + - Revert to older ASX code. + - Workaround TS issue with mpeg-audio. + + Access: + - Fix sftp read and close sockets. + - Fix DTV build with Linux DVB versions < 5.8. + - Fix UDP/RTP input on Windows. + + Audio output: + - Fix Alsa HDMI plugs. + - Improve Alsa output, with larger buffers. + - Fix DirectSound output with multi-channel files. + + OS X: + - Fix numerous crashes in the UI. + - Fix video-wallpaper mode. + - Fix race when starting VLC from command line. + + Qt: + - Fix recent items behaviour. + - Fix rotation filter activation. + - Fix mux modules names for the streaming wizard. + + Win32: + - Timestamp the signature of the dlls. + - Fix extensions registration during install. + - Fix extensions dialog crash. + - Default to no DxVA decoding. + + libVLC: + - fix libvlc_media_get_stats. + + Updated translations. +- Fixed patch 0001-no-return-in-non-void.patch. + ------------------------------------------------------------------- Sun Apr 12 08:47:32 UTC 2015 - dimstar@opensuse.org diff --git a/vlc.spec b/vlc.spec index 77358d3..4655203 100644 --- a/vlc.spec +++ b/vlc.spec @@ -31,7 +31,7 @@ %endif Name: vlc -Version: 2.2.0 +Version: 2.2.1 Release: 0 Summary: Video Lan Client multimedia player License: GPL-2.0+ and LGPL-2.1+