rpms/libva-intel-driver/EL-6 libva-intel-driver.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Nicolas Chauvet kwizart at rpmfusion.org
Wed May 30 22:37:13 CEST 2012


Author: kwizart

Update of /cvs/free/rpms/libva-intel-driver/EL-6
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv16626/EL-6

Modified Files:
	.cvsignore sources 
Added Files:
	libva-intel-driver.spec 
Log Message:
Initial import for EL-6



--- 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-%{version}.tar.bz2
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 at gmail.com> - 1.0.15-4
- Introduce --with gen4asm

* Tue Jan 03 2012 Nicolas Chauvet <kwizart at 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 at gmail.com> - 1.0.15-2
- Spec cleanup

* Thu Nov 03 2011 Nicolas Chauvet <kwizart at gmail.com> - 1.0.15-1
- Rename the package to libva-intel-driver

* Sun Aug 07 2011 Nicolas Chauvet <kwizart at gmail.com> - 1.0.14-1
- Update to 1.0.14

* Sat Jun 11 2011 Nicolas Chauvet <kwizart at 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 at gmail.com> - 1.0.13-1
- Update to 1.0.13

* Sun Apr 10 2011 Nicolas Chauvet <kwizart at gmail.com> - 1.0.12-1
- Update to 1.0.12

* Thu Mar 10 2011 Nicolas Chauvet <kwizart at 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 at gmail.com> - 1.0.10-1
- Update to 1.0.10

* Tue Jan 25 2011 Adam Williamson <awilliam at 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 at 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 at redhat.com> - 0.31.1-3.sds4
- drop obsoletes and provides of itself (hangover from freeworld)

* Tue Nov 23 2010 Adam Williamson <awilliam at redhat.com> - 0.31.1-2.sds4
- fix the tarball to actually remove the i965 code (duh)

* Thu Oct 7 2010 Adam Williamson <awilliam at 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/EL-6/.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:37:12 -0000	1.2
@@ -0,0 +1 @@
+intel-driver-1.0.15.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/free/rpms/libva-intel-driver/EL-6/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:37:12 -0000	1.2
@@ -0,0 +1 @@
+9dbd642f18993335146480a3a2987874  intel-driver-1.0.15.tar.bz2


More information about the rpmfusion-commits mailing list