Accepting request 240773 from multimedia:libs
Update to 2.1.5 OBS-URL: https://build.opensuse.org/request/show/240773 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vlc?expand=0&rev=27
This commit is contained in:
commit
6f2427c28f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e566c7525478167e18cc53dc75d621e4af91eb40aabb6231e47db25d682d5d3
|
||||
size 19560884
|
3
vlc-2.1.5.tar.xz
Normal file
3
vlc-2.1.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6f6566ab6cd90d381395b7f0e401060b044cd3843e50ceb252b558a88e5d1f72
|
||||
size 19574208
|
23
vlc.changes
23
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
|
||||
|
||||
|
7
vlc.spec
7
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user