[Lunar-commits] <moonbase-other> nouveau: Bump firmware to 340.46 and a minor tweak in PRE_BUILD.
Dennis Veatch
dennisveatch at bellsouth.net
Sun Oct 19 00:05:16 CEST 2014
commit 48945340f7b172cfb35a7619264551e9328289ba
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Sat, 18 Oct 2014 18:04:25 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/48945340f7b172cfb35a7619264551e9328289ba
nouveau: Bump firmware to 340.46 and a minor tweak in PRE_BUILD.
---
video/nouveau-fw/DETAILS | +5/-5
video/nouveau-fw/PRE_BUILD | +2/-0
2 files changed, 7 insertions(+), 5 deletions(-)
--- a/video/nouveau-fw/DETAILS
+++ b/video/nouveau-fw/DETAILS
@@ -1,15 +1,15 @@
MODULE=nouveau-fw
- VERSION=20140911
+ VERSION=340.46
SOURCE=extract_firmware.py
- SOURCE2=NVIDIA-Linux-x86-340.32.run
+ SOURCE2=NVIDIA-Linux-x86-340.46.run
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
SOURCE_URL=https://raw.github.com/imirkin/re-vp2/master/
- SOURCE2_URL=http://us.download.nvidia.com/XFree86/Linux-x86/340.32/
+ SOURCE2_URL=http://us.download.nvidia.com/XFree86/Linux-x86/340.46/
SOURCE_VFY=sha1:33a0fbbb0e9a1898a68ef4441bf39b3e06d1dd73
- SOURCE2_VFY=sha1:60a7ef2993503aa2e139ecd020430ec87e258fad
+ SOURCE2_VFY=sha1:6b3fd297cd031e03b6acdaae5568f92f097b4b7f
WEB_SITE=http://nouveau.freedesktop.org/wiki/VideoAcceleration/
ENTERED=20140801
- UPDATED=20140911
+ UPDATED=20141018
SHORT="extract firmware from NVIDIA blobs"
cat << EOF
--- a/video/nouveau-fw/PRE_BUILD
+++ b/video/nouveau-fw/PRE_BUILD
@@ -3,6 +3,8 @@ mk_source_dir $SOURCE_DIRECTORY &&
cd $SOURCE_DIRECTORY &&
cp $SOURCE_CACHE/$SOURCE . &&
cp $SOURCE_CACHE/$SOURCE2 . &&
+
+sedit "s:340.32:${VERSION}:" $SOURCE &&
sh $SOURCE_CACHE/$SOURCE2 --extract-only &&
python2 extract_firmware.py
More information about the Lunar-commits
mailing list