wok diff nvidia-173xx/receipt @ rev 25270
gst-ffmpeg*: ORC_TARGET_ALTIVEC_ALTIVEC not defined yet
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jul 17 15:43:19 2022 +0000 (2022-07-17) |
parents | 02c70d036ea0 |
children | 8ea0030e77cb |
line diff
1.1 --- a/nvidia-173xx/receipt Tue Feb 26 09:14:07 2019 +0100 1.2 +++ b/nvidia-173xx/receipt Sun Jul 17 15:43:19 2022 +0000 1.3 @@ -17,6 +17,13 @@ 1.4 DEPENDS="linux xorg-server gtk+ cairo linux-agp xorg-libXv" 1.5 BUILD_DEPENDS="linux-module-headers coreutils-file-summarize xz" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - ${WGET_URL%/*/*}/ 2>/dev/null | \ 1.11 + sed '/173.[0-9]/!d;s|.*>173|173|;s|/.*||' | sort -Vr | sed q 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 1.16 compile_rules()