Accepting request 201847 from home:wolfi323:branches:multimedia:libs

- Re-add and adapt 0001-no-return-in-non-void.patch: fixes build on openSUSE versions other than Factory (esp. 12.3)
Without this the build fails the post build checks (several no-return-in-nonvoid-function errors), see f.e.:
https://build.opensuse.org/package/show/KDE:Distro:Factory/vlc

OBS-URL: https://build.opensuse.org/request/show/201847
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vlc?expand=0&rev=48
This commit is contained in:
2013-10-02 09:49:04 +00:00
committed by Git OBS Bridge
parent 11cf0bf7f5
commit 6c2980171e
3 changed files with 100 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ Release: 0
%define _version 2.1.0
Source: http://download.videolan.org/vlc/%{_version}/vlc-%{_version}.tar.xz
Patch1: fix_font_path.patch
Patch3: 0001-no-return-in-non-void.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: aalib-devel
BuildRequires: alsa-devel
@@ -261,6 +262,7 @@ Extends VLC with Pulse Audio Support for Audio Out
%prep
%setup -q -n %{name}-%{_version}
%patch1 -p1
%patch3 -p1
rm -rf contrib
%build