[packages/libva-driver-intel-g45] - initial

arekm arekm at pld-linux.org
Sat Jan 18 12:47:11 CET 2014


commit b0e64cb313253023a97efc6ae7fb3fcaa8cbe68d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sat Jan 18 12:46:58 2014 +0100

    - initial

 libva-driver-intel-g45.spec | 61 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 61 insertions(+)
---
diff --git a/libva-driver-intel-g45.spec b/libva-driver-intel-g45.spec
new file mode 100644
index 0000000..024ef60
--- /dev/null
+++ b/libva-driver-intel-g45.spec
@@ -0,0 +1,61 @@
+%define	snap	20131226
+Summary:	VA-API implementation for Intel G45 chipsets with H264 support
+Name:		libva-driver-intel-g45
+Version:	1.2.2
+Release:	0.%{snap}.1
+License:	MIT
+Group:		Libraries
+Source0:	http://downloads.sourceforge.net/g45h264/intel-driver-g45-h264-%{snap}.tar.gz
+# Source0-md5:	6df697cbb5ac9536e816fd603ded9053
+URL:		http://www.freedesktop.org/wiki/Software/vaapi
+BuildRequires:	Mesa-libEGL-devel
+BuildRequires:	autoconf >= 2.57
+BuildRequires:	automake >= 1:1.9
+BuildRequires:	libdrm-devel >= 2.4.45
+BuildRequires:	libtool
+BuildRequires:	libva-devel >= 1.2.0
+BuildRequires:	libva-drm-devel >= 1.2.0
+BuildRequires:	libva-wayland-devel >= 1.2.0
+BuildRequires:	libva-x11-devel >= 1.2.0
+BuildRequires:	pkgconfig
+# API version, not just package version
+BuildRequires:	libva-devel >= 0.32.0
+# wayland-client
+BuildRequires:	wayland-devel
+Requires:	libdrm >= 2.4.45
+Requires:	libva >= 1.2.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+VA-API implementation for Intel G45 chipsets with H264 support.
+
+%prep
+%setup -q -n intel-driver-g45-h264
+
+%build
+autoreconf -i
+%{__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-g45.git/commitdiff/b0e64cb313253023a97efc6ae7fb3fcaa8cbe68d



More information about the pld-cvs-commit mailing list