|
@@ -1,14 +1,14 @@
|
|
%define tarball xf86-video-nouveau
|
|
%define tarball xf86-video-nouveau
|
|
%define moduledir %(pkg-config xorg-server --variable=moduledir )
|
|
%define moduledir %(pkg-config xorg-server --variable=moduledir )
|
|
%define driverdir %{moduledir}/drivers
|
|
%define driverdir %{moduledir}/drivers
|
|
-%define nouveau_version 0.0.15
|
|
|
|
|
|
+%define nouveau_version 0.0.16
|
|
|
|
|
|
# Tarfile created using git
|
|
# Tarfile created using git
|
|
# git clone git://git.freedesktop.org/git/nouveau/xf86-video-nouveau
|
|
# git clone git://git.freedesktop.org/git/nouveau/xf86-video-nouveau
|
|
# git-archive --format=tar --prefix=xf86-video-nouveau-0.0.10/ %{git_version} | bzip2 > xf86-video-nouveau-0.0.10-%{gitdate}.tar.bz2
|
|
# git-archive --format=tar --prefix=xf86-video-nouveau-0.0.10/ %{git_version} | bzip2 > xf86-video-nouveau-0.0.10-%{gitdate}.tar.bz2
|
|
|
|
|
|
-%define gitdate 20091216
|
|
|
|
-%define git_version 03c7d6
|
|
|
|
|
|
+%define gitdate 20100218
|
|
|
|
+%define git_version 2964702
|
|
|
|
|
|
%define snapshot %{gitdate}git%{git_version}
|
|
%define snapshot %{gitdate}git%{git_version}
|
|
|
|
|
|
@@ -31,20 +31,16 @@ ExcludeArch: s390 s390x
|
|
|
|
|
|
BuildRequires: libtool automake autoconf
|
|
BuildRequires: libtool automake autoconf
|
|
BuildRequires: xorg-x11-server-sdk >= 1.7.0
|
|
BuildRequires: xorg-x11-server-sdk >= 1.7.0
|
|
-BuildRequires: libdrm-devel >= 2.4.16
|
|
|
|
|
|
+BuildRequires: libdrm-devel >= 2.4.18
|
|
BuildRequires: mesa-libGL-devel
|
|
BuildRequires: mesa-libGL-devel
|
|
BuildRequires: kernel-headers >= 2.6.32
|
|
BuildRequires: kernel-headers >= 2.6.32
|
|
|
|
|
|
Requires: hwdata
|
|
Requires: hwdata
|
|
Requires: xorg-x11-server-Xorg > 1.7.0
|
|
Requires: xorg-x11-server-Xorg > 1.7.0
|
|
-Requires: libdrm >= 2.4.16
|
|
|
|
|
|
+Requires: libdrm >= 2.4.18
|
|
|
|
|
|
-Patch0: nouveau-store-vbios.patch
|
|
|
|
-Patch1: dcbconf_7_4_ignore.diff
|
|
|
|
-Patch2: nouveau-multiple-xserver.patch
|
|
|
|
-Patch6: nouveau-bicubic-2x.patch
|
|
|
|
-Patch7: nouveau-bgnr.patch
|
|
|
|
-Patch8: nouveau-tile7000.patch
|
|
|
|
|
|
+Patch0: nouveau-bicubic-2x.patch
|
|
|
|
+Patch1: nouveau-bgnr.patch
|
|
|
|
|
|
%description
|
|
%description
|
|
X.Org X11 nouveau video driver.
|
|
X.Org X11 nouveau video driver.
|
|
@@ -52,12 +48,8 @@ X.Org X11 nouveau video driver.
|
|
%prep
|
|
%prep
|
|
%setup -q -n %{tarball}-%{version}
|
|
%setup -q -n %{tarball}-%{version}
|
|
|
|
|
|
-%patch0 -p1 -b .vbios
|
|
|
|
-%patch1 -p1 -b .dcbconf
|
|
|
|
-%patch2 -p1 -b .multix
|
|
|
|
-%patch6 -p1 -b .bicubic
|
|
|
|
-%patch7 -p1 -b .bgnr
|
|
|
|
-%patch8 -p1 -b .tile7000
|
|
|
|
|
|
+%patch0 -p1 -b .bicubic
|
|
|
|
+%patch1 -p1 -b .bgnr
|
|
|
|
|
|
%build
|
|
%build
|
|
autoreconf -v --install
|
|
autoreconf -v --install
|
|
@@ -81,6 +73,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_mandir}/man4/nouveau.4*
|
|
%{_mandir}/man4/nouveau.4*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Mar 24 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.16-1.20100218git2964702
|
|
|
|
+- update to new git snapshot
|
|
|
|
+- BR: libdrm-devel >= 2.4.18
|
|
|
|
+
|
|
* Wed Dec 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.15-1.20091216git03c7d6
|
|
* Wed Dec 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.15-1.20091216git03c7d6
|
|
- initial build for Vine Linux
|
|
- initial build for Vine Linux
|
|
- update to new git snapshot
|
|
- update to new git snapshot
|