Revision: 5711 Author: pebender Date: Sun Oct 18 09:01:02 2009 Log: - Added package nvidia/nvidia-190.40. - Removed package nvidia/nvidia-190.36.
http://code.google.com/p/minimyth/source/detail?r=5711 Added: /trunk/gar-minimyth/script/nvidia/nvidia-190.40 /trunk/gar-minimyth/script/nvidia/nvidia-190.40/Makefile /trunk/gar-minimyth/script/nvidia/nvidia-190.40/checksums Deleted: /trunk/gar-minimyth/script/nvidia/nvidia-190.36 Modified: /trunk/gar-minimyth/html/minimyth/document-changelog.txt /trunk/gar-minimyth/script/meta/minimyth/files/check.mk /trunk/gar-minimyth/script/minimyth.conf.mk ======================================= --- /dev/null +++ /trunk/gar-minimyth/script/nvidia/nvidia-190.40/Makefile Sun Oct 18 09:01:02 2009 @@ -0,0 +1,12 @@ +NVIDIA_MAJOR_VERSION = 190 +NVIDIA_MINOR_VERSION = 40 +NVIDIA_TEENY_VERSION = + +BUILD_SCRIPTS = nvidia +INSTALL_SCRIPTS = nvidia + +BUILD_ARGS = $(NVIDIA_MAKE_ARGS) +BUILD_ENV = $(NVIDIA_MAKE_ENV) + +GAR_EXTRA_CONF += kernel-$(mm_KERNEL_VERSION)/linux/package-api.mk nvidia/nvidia/package-api.mk +include ../../gar.mk ======================================= --- /dev/null +++ /trunk/gar-minimyth/script/nvidia/nvidia-190.40/checksums Sun Oct 18 09:01:02 2009 @@ -0,0 +1,2 @@ +6b89e7028675d733ffd896b727447f55 download/NVIDIA-Linux-x86-190.40-pkg1.run +a1430abe945fabd4c97cdcdb6a45c9cf download/NVIDIA-Linux-x86_64-190.40-pkg2.run ======================================= --- /trunk/gar-minimyth/html/minimyth/document-changelog.txt Sat Oct 17 21:21:58 2009 +++ /trunk/gar-minimyth/html/minimyth/document-changelog.txt Sun Oct 18 09:01:02 2009 @@ -5,7 +5,7 @@ MiniMyth release. For earlier changes see the yearly changelog files. -------------------------------------------------------------------------------- -Changes since 70 (2009-10-17): +Changes since 70 (2009-10-18): Current MythTV versions MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch svn 16082 and @@ -20,6 +20,10 @@ Removed packages Removed kernel-2.6.30/*. Removed kernel-headers/linux-headers-2.6.30. + Removed nvidia/nvidia-190.36. + +Added packages + Added nvidia/nvidia-190.40. Updated packages Updated xorg-7.4/xdpyinfo. ======================================= --- /trunk/gar-minimyth/script/meta/minimyth/files/check.mk Sat Oct 17 21:14:48 2009 +++ /trunk/gar-minimyth/script/meta/minimyth/files/check.mk Sun Oct 18 09:01:02 2009 @@ -206,7 +206,7 @@ @if [ ! "$(mm_NVIDIA_VERSION)" = "96.43.13" ] && \ [ ! "$(mm_NVIDIA_VERSION)" = "173.14.20" ] && \ [ ! "$(mm_NVIDIA_VERSION)" = "185.18.36" ] && \ - [ ! "$(mm_NVIDIA_VERSION)" = "190.36" ] ; then \ + [ ! "$(mm_NVIDIA_VERSION)" = "190.40" ] ; then \ echo "error: mm_NVIDIA_VERSION=\"$(mm_NVIDIA_VERSION)\" is an invalid value." ; \ exit 1 ; \ fi ======================================= --- /trunk/gar-minimyth/script/minimyth.conf.mk Sat Oct 17 21:16:10 2009 +++ /trunk/gar-minimyth/script/minimyth.conf.mk Sun Oct 18 09:01:02 2009 @@ -124,8 +124,8 @@ # Valid values are '0.20', '0.20-softpad', '0.21', '0.22' and 'trunk'. mm_MYTH_VERSION ?= 0.21 # The version of the NVIDIA driver. -# Valid values are '96.43.13' (legacy), '173.14.20' (legacy), 185.18.36, -# 190.36 (beta). +# Valid values are '96.43.13' (legacy), '173.14.20' (legacy), '185.18.36', +# '190.40' (beta). mm_NVIDIA_VERSION ?= 185.18.36 # The version of xorg to use. # Valid values are '7.4'. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "minimyth-commits" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/minimyth-commits?hl=en -~----------~----~----~----~------~----~------~--~---
