Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > d7329a7293e2a04ae3ec321b4635c99d > files > 4

x11-driver-video-openchrome-0.2.0.20060725-5mdv2007.1.src.rpm

%define snapshot_date 20060725

# 20060322

# (anssi) The unversioned symlink of XvMC library must be present in
# %{_libdir} during normal use, as libXvMC uses that name for dlopening.
# Our devel requires finder catches that, hence this exception:
%define _requires_exceptions devel(

Name: x11-driver-video-openchrome
Version: 0.2.0.%{snapshot_date}
Release: %mkrel 5
Summary: The X.org driver for Unichrome cards from the OpenChrome project
Group: System/X11
URL: http://www.openchrome.org
Source: http://www.openchrome.org/snapshots/unichrome/unichrome-%{snapshot_date}.tar.bz2
Patch0: unichrome-driver_name.patch
Patch1: unichrome-fixcompile.patch
License: MIT
BuildRoot: %{_tmppath}/%{name}-root

BuildRequires: GL-devel
BuildRequires: libdrm-devel
BuildRequires: libx11-devel
BuildRequires: libxvmc-devel
BuildRequires: x11-proto-devel >= 1.0.0
BuildRequires: x11-server-devel >= 1.0.1
BuildRequires: x11-util-macros >= 1.0.1

Conflicts: xorg-x11-server < 7.0

%description
The X.org driver for Imstt



%prep
%setup -q -n unichrome-%{snapshot_date}
%patch0 -p1 -b .driver_name
%patch1 -p1 -b .fixcompile
sh autogen.sh

%build
%configure2_5x	--x-includes=%{_includedir}\
		--x-libraries=%{_libdir}

%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_libdir}/libopenchromeXvMC.la
%{_libdir}/libopenchromeXvMC.so
%{_libdir}/libopenchromeXvMC.so.1
%{_libdir}/libopenchromeXvMC.so.1.0.0
%{_libdir}/libopenchromeXvMCPro.la
%{_libdir}/libopenchromeXvMCPro.so
%{_libdir}/libopenchromeXvMCPro.so.1
%{_libdir}/libopenchromeXvMCPro.so.1.0.0
%{_libdir}/xorg/modules/drivers/openchrome_drv.la
%{_libdir}/xorg/modules/drivers/openchrome_drv.so
%{_mandir}/man4/openchrome.4.bz2



%changelog
* Mon Mar 12 2007 Gustavo Pichorim Boiko <boiko@mandriva.com> 0.2.0.20060725-5mdv2007.1
+ Revision: 141727
- Added a patch fixing compilation on i586 (#29352)
- Adding BuildRequires for GL-devel
- Added missing BuildRequires
- Fixed the patch for the name change. Now it is working.

  + Anssi Hannula <anssi@mandriva.org>
    - remove devel requires

* Thu Sep 07 2006 Gustavo Pichorim Boiko <boiko@mandriva.com> 0.2.0.20060725-1mdv2007.0
+ Revision: 60441
- adding openchrome driver to cooker. Still needs testing