From 459f92ab64c2d5259f5ab459eda1538a72a540e38e8389f5b963d04e0d3cb57c Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 12 Jul 2014 13:29:12 +0000 Subject: [PATCH] Update to 2.1.5 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vlc?expand=0&rev=78 --- vlc-2.1.4.tar.xz | 3 --- vlc-2.1.5.tar.xz | 3 +++ vlc.changes | 23 +++++++++++++++++++++++ vlc.spec | 7 +++---- 4 files changed, 29 insertions(+), 7 deletions(-) delete mode 100644 vlc-2.1.4.tar.xz create mode 100644 vlc-2.1.5.tar.xz diff --git a/vlc-2.1.4.tar.xz b/vlc-2.1.4.tar.xz deleted file mode 100644 index 53894be..0000000 --- a/vlc-2.1.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e566c7525478167e18cc53dc75d621e4af91eb40aabb6231e47db25d682d5d3 -size 19560884 diff --git a/vlc-2.1.5.tar.xz b/vlc-2.1.5.tar.xz new file mode 100644 index 0000000..d836993 --- /dev/null +++ b/vlc-2.1.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f6566ab6cd90d381395b7f0e401060b044cd3843e50ceb252b558a88e5d1f72 +size 19574208 diff --git a/vlc.changes b/vlc.changes index adbaffc..841278d 100644 --- a/vlc.changes +++ b/vlc.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Sat Jul 12 13:26:39 UTC 2014 - dimstar@opensuse.org + +- Update to version 2.1.5: + + Core: Fix compilation on OS/2. + + Access: Stability improvements for the QTSound capture module. + + Mac OS X audio output: + - Fix channel ordering. + - Increase the buffersize. + + Decoders: + - Fix DxVA2 decoding of samples needing more surfaces. + - Improve MAD resistance to broken mp3 streams. + - Fix PGS alignment in MKV. + + Qt Interface: Don't rename mp3 converted files to .raw. + + Mac OS X Interface: + - Correctly support video-on-top. + - Fix video output event propagation on Macs with retina + displays. + - Stability improvements when using future VLC releases side by + side. + + Streaming: Fix transcode when audio format changes. + + Updated translations. + ------------------------------------------------------------------- Thu May 15 11:47:43 CEST 2014 - ohering@suse.de diff --git a/vlc.spec b/vlc.spec index 814f0b3..e84f712 100644 --- a/vlc.spec +++ b/vlc.spec @@ -34,11 +34,10 @@ Summary: Video Lan Client multimedia player License: GPL-2.0+ and LGPL-2.1+ Group: Productivity/Multimedia/Video/Players Name: vlc -Version: 2.1.4 +Version: 2.1.5 Release: 0 -%define _version 2.1.4 Url: http://www.videolan.org/ -Source: http://download.videolan.org/vlc/%{_version}/vlc-%{_version}.tar.xz +Source: http://download.videolan.org/vlc/%{version}/vlc-%{version}.tar.xz Patch3: 0001-no-return-in-non-void.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: Mesa-devel @@ -248,7 +247,7 @@ In order to integrate flawless into GNOME, there are some access modules for gnome-vfs2. %prep -%setup -q -n %{name}-%{_version} +%setup -q %patch3 -p1 rm -rf contrib