Accepting request 92502 from home:coolo:removelibtool
- add libtool as buildrequire to avoid implicit dependency OBS-URL: https://build.opensuse.org/request/show/92502 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=16
This commit is contained in:
parent
2b9c6e6408
commit
e25859a0c3
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 19 16:03:00 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
- add libtool as buildrequire to avoid implicit dependency
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 9 16:20:42 UTC 2011 - kkhere.geo@gmail.com
|
Wed Nov 9 16:20:42 UTC 2011 - kkhere.geo@gmail.com
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ Group: System/Libraries
|
|||||||
Source0: http://cgit.freedesktop.org/libva/snapshot/%{name}-%{version}.tar.bz2
|
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
|
Source1: http://cgit.freedesktop.org/vaapi/intel-driver/snapshot/intel-driver-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: libudev-devel pkg-config
|
BuildRequires: libtool libudev-devel pkg-config
|
||||||
BuildRequires: xorg-x11-devel xorg-x11-libXext-devel xorg-x11-libXfixes-devel
|
BuildRequires: xorg-x11-devel xorg-x11-libXext-devel xorg-x11-libXfixes-devel
|
||||||
BuildRequires: Mesa-devel libdrm-devel
|
BuildRequires: Mesa-devel libdrm-devel
|
||||||
BuildRequires: gcc-c++ libstdc++-devel
|
BuildRequires: gcc-c++ libstdc++-devel
|
||||||
@ -40,7 +40,6 @@ The library loads a hardware dependendent driver.
|
|||||||
|
|
||||||
%package -n vaapi-tools
|
%package -n vaapi-tools
|
||||||
|
|
||||||
|
|
||||||
Summary: Video Acceleration (VA) API for Linux
|
Summary: Video Acceleration (VA) API for Linux
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
@ -62,7 +61,6 @@ This contains the dummy and hardware drivers.
|
|||||||
|
|
||||||
%package -n libva1
|
%package -n libva1
|
||||||
|
|
||||||
|
|
||||||
Summary: Video Acceleration (VA) API for Linux
|
Summary: Video Acceleration (VA) API for Linux
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
@ -72,7 +70,6 @@ The library loads a hardware dependendent driver.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
|
|
||||||
|
|
||||||
Summary: Video Acceleration (VA) API for Linux -- development files
|
Summary: Video Acceleration (VA) API for Linux -- development files
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Requires: libva1 = %{version}
|
Requires: libva1 = %{version}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user