SHA256
1
0
forked from pool/vlc

Accepting request 185779 from multimedia:libs

- Update to version 2.0.8a:
  + always hide menu bar for fullscreen on osx redacted (vlc#9040).
  + macosx: fix double release
  + avcodec audio decoder: update block pointer.

OBS-URL: https://build.opensuse.org/request/show/185779
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vlc?expand=0&rev=11
This commit is contained in:
Stephan Kulow 2013-08-04 06:05:08 +00:00 committed by Git OBS Bridge
commit f198e392b5
4 changed files with 13 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a02af28345d4560e718066623f881b6eaf29ddce3b778fbf839e08b2415d1702
size 18858236

3
vlc-2.0.8a.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:05215f34c487723c84ebb54ab43b836fc70fb466326f7c601847141a499034d2
size 18859964

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Aug 3 13:09:04 UTC 2013 - dimstar@opensuse.org
- Update to version 2.0.8a:
+ always hide menu bar for fullscreen on osx redacted (vlc#9040).
+ macosx: fix double release
+ avcodec audio decoder: update block pointer.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 30 18:03:49 UTC 2013 - dimstar@opensuse.org Tue Jul 30 18:03:49 UTC 2013 - dimstar@opensuse.org

View File

@ -30,10 +30,10 @@ Summary: VLC - Video Lan Client
License: GPL-2.0+ License: GPL-2.0+
Group: Productivity/Multimedia/Video/Players Group: Productivity/Multimedia/Video/Players
Name: vlc Name: vlc
Version: 2.0.8 Version: 2.0.8a
Release: 0 Release: 0
%define _version 2.0.8 %define _version 2.0.8
Source: http://download.videolan.org/vlc/%{_version}/vlc-%{_version}.tar.xz Source: http://download.videolan.org/vlc/%{_version}/vlc-%{_version}a.tar.xz
Patch1: fix_font_path.patch Patch1: fix_font_path.patch
Patch3: 0001-no-return-in-non-void.patch Patch3: 0001-no-return-in-non-void.patch
# PATCH-FIX-UPSTREAM vlc-avcodec-encoder-single-threaded.patch dimstar@opensuse.org -- Disable avcodec encoder multithreading for now, taken from git. # PATCH-FIX-UPSTREAM vlc-avcodec-encoder-single-threaded.patch dimstar@opensuse.org -- Disable avcodec encoder multithreading for now, taken from git.