[packages/libva-driver-intel-i965: 1/34] - new, split from libva 1.0.15
bszx
bszx at pld-linux.org
Sun Oct 26 14:17:51 CET 2025
commit 1eb11de61bf412ab3145b74f52d58064087b4dcf
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Nov 5 17:09:54 2011 +0000
- new, split from libva 1.0.15
Changed files:
libva-driver-intel.spec -> 1.1
libva-driver-intel.spec | 58 +++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 58 insertions(+)
---
diff --git a/libva-driver-intel.spec b/libva-driver-intel.spec
new file mode 100644
index 0000000..fd7cda4
--- /dev/null
+++ b/libva-driver-intel.spec
@@ -0,0 +1,58 @@
+Summary: VA driver for Intel G45 and HD Graphics family
+Summary(pl.UTF-8): Sterownik VA do kart Intela z rodziny G45 i HD Graphics
+Name: libva-driver-intel
+Version: 1.0.15
+Release: 1
+License: MIT
+Group: Libraries
+#Source0Download: http://cgit.freedesktop.org/vaapi/intel-driver/
+Source0: http://cgit.freedesktop.org/vaapi/intel-driver/snapshot/intel-driver-%{version}.tar.bz2
+# Source0-md5: 9dbd642f18993335146480a3a2987874
+URL: http://www.freedesktop.org/wiki/Software/vaapi
+BuildRequires: autoconf >= 2.57
+BuildRequires: automake
+BuildRequires: libdrm-devel >= 2.4.23
+BuildRequires: libva-devel >= 1.0.14
+BuildRequires: libtool
+BuildRequires: pkgconfig
+Requires: libdrm >= 2.4.23
+Requires: libva >= 1.0.14
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+libva-driver-intel is the VA-API implementation for Intel G45 chipsets
+and Intel HD Graphics for Intel Core processor family.
+
+%description -l pl.UTF-8
+libva-driver-intel to implementacja VA-API dla układów Intel G45 oraz
+Intel HD Graphics przeznaczonych dla rodziny procesorów Intel Core.
+
+%prep
+%setup -q -n intel-driver-%{version}
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+ --disable-silent-rules
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libva/dri/*.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING NEWS README
+%attr(755,root,root) %{_libdir}/libva/dri/i965_drv_video.so
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libva-driver-intel-i965.git/commitdiff/a4319c323c29875d17870231b3c2b270c9b0e622
More information about the pld-cvs-commit
mailing list