From 20860a134081ae4ec159bbcf5f1924dfaa2dfcfba7004f3039e0ba1388b51dc4 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 11 Dec 2013 13:56:14 +0000 Subject: [PATCH] Update to 2.1.2 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vlc?expand=0&rev=59 --- vlc-2.1.1.tar.xz | 3 --- vlc-2.1.2.tar.xz | 3 +++ vlc.changes | 29 +++++++++++++++++++++++++++++ vlc.spec | 4 ++-- 4 files changed, 34 insertions(+), 5 deletions(-) delete mode 100644 vlc-2.1.1.tar.xz create mode 100644 vlc-2.1.2.tar.xz diff --git a/vlc-2.1.1.tar.xz b/vlc-2.1.1.tar.xz deleted file mode 100644 index 61f7456..0000000 --- a/vlc-2.1.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:339c92cfb939ef6517b42fce7db59e59f259476d79d15b9b39e9d7f2b966b992 -size 19605108 diff --git a/vlc-2.1.2.tar.xz b/vlc-2.1.2.tar.xz new file mode 100644 index 0000000..90ad9d9 --- /dev/null +++ b/vlc-2.1.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:219b812be1bc2eba40faa86419d0aa2c479a7380af8af216e8bfa22eb6fc8ec4 +size 19609868 diff --git a/vlc.changes b/vlc.changes index c10e513..784fbf2 100644 --- a/vlc.changes +++ b/vlc.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Wed Dec 11 10:52:46 UTC 2013 - dimstar@opensuse.org + +- Update to version 2.1.2: + + Audio output: + - Fix digital playback on OS X when more than one audio device + is installed. + - Fix digital playback (SPDIF/HDMI) on Windows. + - Fix stuttering or silent playback when using sound enhancers + or external audio devices on OS X. + - Improve responsiveness on OS X when playback starts or is + being paused. + - Improve responsiveness, silent playback intervals and + reliability on iOS. + + Demuxers: + - Fix Vimeo and DailyMotion parsing. + - Various WMV playback improvements and fixes. + + Decoders: + - Fix LPCM 20/24-bit decoding and 16 bits with channel padding. + - Fix playback of some HEVC samples. + + Video filters: Fix crash on deinterlace selection. + + Qt interface: + - Fix some streaming profiles when copy existed. + - Improve A-B loop control. + - Fix album art update when changing media. + + Mac OS X interface adjustments. + + Win32 installer: Kill running VLC process on uninstall/update. + + Updated translations. + ------------------------------------------------------------------- Sat Nov 23 02:17:25 UTC 2013 - dimstar@opensuse.org diff --git a/vlc.spec b/vlc.spec index 0e7b508..b9fedce 100644 --- a/vlc.spec +++ b/vlc.spec @@ -34,9 +34,9 @@ Summary: Video Lan Client multimedia player License: GPL-2.0+ and LGPL-2.1+ Group: Productivity/Multimedia/Video/Players Name: vlc -Version: 2.1.1 +Version: 2.1.2 Release: 0 -%define _version 2.1.1 +%define _version 2.1.2 Url: http://www.videolan.org/ Source: http://download.videolan.org/vlc/%{_version}/vlc-%{_version}.tar.xz Patch3: 0001-no-return-in-non-void.patch