search for: nv_driver_d

Displaying 3 results from an estimated 3 matches for "nv_driver_d".

Did you mean: nv_driver
2013 Jun 12
0
xserver-xorg-video-nouveau: Changes to 'debian-experimental'
...| 2 >> ChangeLog |16944 ----------------------------------------------- > FWIW, I don't agree with deleting this file - package contents now > depend on whether you're building from git or from a tarball, and > ChangeLog is also used by the 01-set-NV_DRIVER_DATE-from-ChangeLog.diff > patch. I don't see a point of keeping NV_DRIVER_DATE, it was useful in the 0.0.16 days where everything was just a git snapshot, but I now regularly do xf86-video-nouveau, so there's never a big delta between versions. Does anyone have any objections if I zap NV_...
2008 Oct 08
0
[PATCH] "git-*" syntax is obsolete since git 1.6
...b/configure.ac index de5fb42..814ff2f 100644 --- a/configure.ac +++ b/configure.ac @@ -36,7 +36,7 @@ AC_DEFINE_UNQUOTED([NV_PATCHLEVEL], [$(echo $PACKAGE_VERSION | sed -e 's/^[[0-9]]\.[[0-9]]\.\([[0-9]]\)/\1/')], [Patch version]) AC_DEFINE_UNQUOTED([NV_DRIVER_DATE], - [$(echo -n \";git-log |head -3|tail -1|tr -d '\n';echo -n \")], + [$(echo -n \";git log |head -3|tail -1|tr -d '\n';echo -n \")], [Driver date]) AC_CONFIG_SRCDIR([Makefile.am]) -- 1.6.0.2 ------...
2019 Jan 21
18
[PATCH xf86-video-nouveau 00/17] autotools configuration cleanups
Series of cleanups to autotools build config files to utilize the available xorg-server macros, defaults and more closely match other modern Xorg drivers. Notable improvements: - gitignore fully covers potential build artifacts - Simplify logic given stated minimum required version of xorg-server 1.8 - Remove use of deprecated, outdated or no longer required macros - Utilize xorg macros where