wok-current diff mjpegtools/receipt @ rev 24859
updated linuxdcpp (1.0.3 -> 1.1.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 29 10:13:07 2022 +0100 (2022-03-29) |
parents | e22141bc1b8a |
children | ab377f6a6568 |
line diff
1.1 --- a/mjpegtools/receipt Mon Apr 29 15:41:32 2019 +0100 1.2 +++ b/mjpegtools/receipt Tue Mar 29 10:13:07 2022 +0100 1.3 @@ -17,6 +17,14 @@ 1.4 xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage" 1.5 BUILD_DEPENDS="$DEPENDS libdv-dev libsdl-gfx-dev jpeg-dev" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - https://sourceforge.net/projects/mjpeg/files/mjpegtools/ 2>/dev/null | \ 1.11 + sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 1.12 + sed '/scope="row/!d;s|.*/mjpegtools/||;s|/.*||;q' 1.13 +} 1.14 + 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 {