Accepting request 107212 from openSUSE:Factory:ARM

- exclude from build on ARM

OBS-URL: https://build.opensuse.org/request/show/107212
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=20
This commit is contained in:
Stefan Dirsch 2012-02-27 19:32:24 +00:00 committed by Git OBS Bridge
parent dbabb2b1e5
commit c9be9ae245
2 changed files with 21 additions and 10 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 27 19:30:59 CET 2012 - dmueller@suse.de
- exclude from build on ARM
-------------------------------------------------------------------
Tue Feb 14 13:18:40 UTC 2012 - sndirsch@suse.com

View File

@ -15,24 +15,29 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: libva
Version: 1.0.15
Release: 1
License: MIT
Release: 0
Summary: Video Acceleration (VA) API for Linux
Url: http://freedesktop.org/wiki/Software/vaapi
License: MIT
Group: System/Libraries
Url: http://freedesktop.org/wiki/Software/vaapi
Source0: http://cgit.freedesktop.org/libva/snapshot/%{name}-%{version}.tar.bz2
Source1: http://cgit.freedesktop.org/vaapi/intel-driver/snapshot/intel-driver-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libtool libudev-devel pkg-config
BuildRequires: pkgconfig(xext) pkgconfig(xfixes)
BuildRequires: pkgconfig(gl) pkgconfig(libdrm) pkgconfig(libdrm_intel)
BuildRequires: gcc-c++ libstdc++-devel
AutoReqProv: on
BuildRequires: gcc-c++
BuildRequires: libstdc++-devel
BuildRequires: libtool
BuildRequires: libudev-devel
BuildRequires: pkg-config
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(libdrm)
BuildRequires: pkgconfig(libdrm_intel)
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xfixes)
# pkgconfig(libdrm_intel) currently only exists on x86*
ExclusiveArch: %ix86 x86_64
%description
The libva library implements the Video Acceleration (VA) API for Linux.
@ -110,6 +115,7 @@ pushd intel-driver-%{version}
make CPPFLAGS="-I%{buildroot}%{_includedir}" LDFLAGS="-L%{buildroot}%{_libdir}"
%makeinstall
popd
find %{buildroot} -name '*.la' -delete -print
%clean