2013-07-30 18:08:40 +00:00
committed by Git OBS Bridge
parent 931b02dd89
commit 714b763544
5 changed files with 26 additions and 43 deletions

View File

@@ -30,14 +30,12 @@ Summary: VLC - Video Lan Client
License: GPL-2.0+
Group: Productivity/Multimedia/Video/Players
Name: vlc
Version: 2.0.7
Version: 2.0.8
Release: 0
%define _version 2.0.7
%define _version 2.0.8
Source: http://download.videolan.org/vlc/%{_version}/vlc-%{_version}.tar.xz
Patch1: fix_font_path.patch
Patch3: 0001-no-return-in-non-void.patch
# PATCH-FIX-UPSTREAM vlc-vaapi.patch dimstar@opensuse.org -- Fix build with latest vaapi changes, taken from git.
Patch4: vlc-vaapi.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: aalib-devel
BuildRequires: alsa-devel
@@ -253,7 +251,6 @@ date
%setup -q -n %{name}-%{_version}
%patch1 -p1
%patch3 -p1
%patch4 -p1
rm -rf contrib
echo '********* ENDED PREP PHASE *********'
date