]> git.pld-linux.org Git - packages/libva-driver-intel.git/commitdiff
- new, split from libva 1.0.15 auto/th/libva-driver-intel-1_0_15-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 5 Nov 2011 17:09:54 +0000 (17:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libva-driver-intel.spec -> 1.1

libva-driver-intel.spec [new file with mode: 0644]

diff --git a/libva-driver-intel.spec b/libva-driver-intel.spec
new file mode 100644 (file)
index 0000000..fd7cda4
--- /dev/null
@@ -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
This page took 0.079979 seconds and 4 git commands to generate.