Author: kwizart
Update of /cvs/free/rpms/libva-intel-driver/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv16201/F-17
Modified Files:
.cvsignore sources
Added Files:
libva-intel-driver.spec
Log Message:
Initial import
--- NEW FILE libva-intel-driver.spec ---
#global _with_gen4asm 1
Name: libva-intel-driver
Version: 1.0.15
Release: 4%{?dist}
Summary: HW video decode support for Intel integrated graphics
Group: System Environment/Libraries
License: MIT and EPL
URL:
http://freedesktop.org/wiki/Software/vaapi
Source0:
http://cgit.freedesktop.org/vaapi/intel-driver/snapshot/intel-driver-%{ve...
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
ExclusiveArch: %{ix86} x86_64 ia64
BuildRequires: libtool
%{?_with_gen4asm:BuildRequires: intel-gen4asm >= 1.2}
BuildRequires: libudev-devel
BuildRequires: libXext-devel
BuildRequires: libXfixes-devel
BuildRequires: libdrm-devel >= 2.4.23
BuildRequires: libpciaccess-devel
BuildRequires: libva-devel >= 1.0.14
BuildRequires: mesa-libGL-devel
#Introduced in F-17
Provides: libva-freeworld = %{version}-%{release}
Obsoletes: libva-freeworld < 1.0.15
%description
HW video decode support for Intel integrated graphics.
%prep
%setup -q -n intel-driver-%{version}
%{?_with_gen4asm:
#Move pre-built (binary) asm code
for f in src/shaders/vme/*.g?b ; do
mv ${f} ${f}.prebuilt
done
for f in src/shaders/h264/mc/*.g?b* ; do
mv ${f} ${f}.prebuilt
done
}
%build
autoreconf -vif
%configure --disable-static
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot} INSTALL="install -p"
find %{buildroot} -regex ".*\.la$" | xargs rm -f --
%{?_with_gen4asm:
#Display a diff between prebuit ASM and our generation
gendiff . .prebuilt
}
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README
%{_libdir}/dri/i965_drv_video.so
%changelog
* Sat May 26 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.15-4
- Introduce --with gen4asm
* Tue Jan 03 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.15-3
- Add BR intel-gen4asm
- Move pre-built asm code
- Adjust license with EPL
* Mon Jan 02 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.15-2
- Spec cleanup
* Thu Nov 03 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.15-1
- Rename the package to libva-intel-driver
* Sun Aug 07 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.14-1
- Update to 1.0.14
* Sat Jun 11 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.13-2
- Fix typo when building --with full
- Requires at least the same libva version.
* Wed Jun 08 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.13-1
- Update to 1.0.13
* Sun Apr 10 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.12-1
- Update to 1.0.12
* Thu Mar 10 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.10-1
- Switch to additional package using the freedesktop version
- Add git rev from today as patch
* Mon Feb 21 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.10-1
- Update to 1.0.10
* Tue Jan 25 2011 Adam Williamson <awilliam(a)redhat.com> - 1.0.8-1
- bump to new version
- fix modded tarball to actually not have i965 dir
- merge with the other spec I seem to have lying around somewhere
* Wed Nov 24 2010 Adam Williamson <awilliam(a)redhat.com> - 1.0.6-1
- switch to upstream from sds branch (sds now isn't carrying any very
interesting changes according to gwenole)
- pull in the dont-install-test-programs patch from sds
- split out libva-utils again for multilib purposes
- drop -devel package obsolete/provides itself too
* Tue Nov 23 2010 Adam Williamson <awilliam(a)redhat.com> - 0.31.1-3.sds4
- drop obsoletes and provides of itself (hangover from freeworld)
* Tue Nov 23 2010 Adam Williamson <awilliam(a)redhat.com> - 0.31.1-2.sds4
- fix the tarball to actually remove the i965 code (duh)
* Thu Oct 7 2010 Adam Williamson <awilliam(a)redhat.com> - 0.31.1-1.sds4
- initial package (based on package from elsewhere by myself and Nic
Chauvet with i965 driver removed)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libva-intel-driver/F-17/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 30 May 2012 20:31:16 -0000 1.1
+++ .cvsignore 30 May 2012 20:36:11 -0000 1.2
@@ -0,0 +1 @@
+intel-driver-1.0.15.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libva-intel-driver/F-17/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 30 May 2012 20:31:17 -0000 1.1
+++ sources 30 May 2012 20:36:12 -0000 1.2
@@ -0,0 +1 @@
+9dbd642f18993335146480a3a2987874 intel-driver-1.0.15.tar.bz2