|
@@ -7,8 +7,8 @@
|
|
# 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 20100218
|
|
+%define gitdate 20110117
|
|
-%define git_version 2964702
|
|
+%define git_version 38e8809
|
|
|
|
|
|
%define snapshot %{gitdate}git%{git_version}
|
|
%define snapshot %{gitdate}git%{git_version}
|
|
|
|
|
|
@@ -18,7 +18,7 @@ Summary: Xorg X11 nouveau video driver for NVIDIA graphics chipsets
|
|
Summary(ja): Xorg X11 nouveau ビデオドライバ - NVIDIA グラフィックスチップセット用
|
|
Summary(ja): Xorg X11 nouveau ビデオドライバ - NVIDIA グラフィックスチップセット用
|
|
Name: xorg-x11-drv-nouveau
|
|
Name: xorg-x11-drv-nouveau
|
|
Version: %{nouveau_version}
|
|
Version: %{nouveau_version}
|
|
-Release: 2.%{snapshot}%{?_dist_release}
|
|
+Release: 3.%{snapshot}%{?_dist_release}
|
|
URL: http://www.x.org
|
|
URL: http://www.x.org
|
|
License: MIT
|
|
License: MIT
|
|
Group: User Interface/X Hardware Support
|
|
Group: User Interface/X Hardware Support
|
|
@@ -31,29 +31,28 @@ 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.18
|
|
+BuildRequires: libdrm-devel >= 2.4.24
|
|
BuildRequires: mesa-libGL-devel
|
|
BuildRequires: mesa-libGL-devel
|
|
|
|
+BuildRequires: libudev-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.18
|
|
+Requires: libdrm >= 2.4.24
|
|
|
|
+Requires: libudev
|
|
|
|
|
|
-Patch0: nouveau-bicubic-2x.patch
|
|
+Patch2: nouveau-nva3-noaccel-info.patch
|
|
-Patch1: nouveau-bgnr.patch
|
|
|
|
|
|
|
|
%description
|
|
%description
|
|
X.Org X11 nouveau video driver.
|
|
X.Org X11 nouveau video driver.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q -n %{tarball}-%{version}
|
|
%setup -q -n %{tarball}-%{version}
|
|
-
|
|
+%patch2 -p1 -b .nva3info
|
|
-%patch0 -p1 -b .bicubic
|
|
|
|
-%patch1 -p1 -b .bgnr
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
autoreconf -v --install
|
|
autoreconf -v --install
|
|
-%configure --disable-static --with-kms=yes
|
|
+%configure --disable-static
|
|
|
|
|
|
make
|
|
make
|
|
|
|
|
|
@@ -73,6 +72,13 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_mandir}/man4/nouveau.4*
|
|
%{_mandir}/man4/nouveau.4*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.0.16-3.20110117git38e8809
|
|
|
|
+- update to new git snapshot
|
|
|
|
+- drop all patches
|
|
|
|
+- add Patch2: nouveau-nva3-noaccel-info.patch
|
|
|
|
+- add BuildRequires: libudev-devel
|
|
|
|
+- add Requires: libudev
|
|
|
|
+
|
|
* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.0.16-2.20100218git2964702
|
|
* Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.0.16-2.20100218git2964702
|
|
- rebuild with xserver-1.8rc
|
|
- rebuild with xserver-1.8rc
|
|
|
|
|