Переглянути джерело

libva-intel-driver: new package, 1.0.15

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5090 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 13 роки тому
батько
коміт
f4dad81655
1 змінених файлів з 48 додано та 0 видалено
  1. 48 0
      lib/libv/libva-intel-driver/libva-intel-driver-vl.spec

+ 48 - 0
lib/libv/libva-intel-driver/libva-intel-driver-vl.spec

@@ -0,0 +1,48 @@
+%global backend intel-driver
+
+Summary:        Intel graphics backend for VA API
+Summary(ja):    VA-API の Intel グラフィックスバックエンド
+Name:           libva-%{backend}
+Version:        1.0.15
+Release:        1%{?_dist_release}
+License:        MIT
+Url:            http://cgit.freedesktop.org/vaapi/%{backend}/
+Group:          System Environment/Libraries
+
+Source: http://cgit.freedesktop.org/vaapi/%{backend}/snapshot/%{backend}-%{version}.tar.bz2
+
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRequires:  autoconf, automake, libtool, gettext
+BuildRequires:  pkgconfig
+BuildRequires:  libva-devel >= 1.0.15
+BuildRequires:  libXext-devel
+Obsoletes:      libva < 1.0.15
+
+%description
+HW video decode support for Intel integrated graphics.
+
+%prep
+%setup -q -n %{backend}-%{version}
+
+%build
+autoreconf -v --install
+%configure
+make
+
+%install
+rm -rf %{buildroot}
+make DESTDIR=%{buildroot} install
+find %{buildroot} -name '*.la' -delete -print
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-, root, root)
+%doc AUTHORS COPYING NEWS README
+%{_libdir}/dri/i965_drv_video.so
+
+%changelog
+* Thu Nov 03 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.15-1
+- initial build for Vine Linux
+- splitted from libva