wok-current diff gst-python/receipt @ rev 24569
sokojs: add shrink.sh (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 26 18:46:53 2022 +0000 (2022-02-26) |
parents | a78610b2eb47 |
children |
line diff
1.1 --- a/gst-python/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/gst-python/receipt Sat Feb 26 18:46:53 2022 +0000 1.3 @@ -14,6 +14,12 @@ 1.4 BUILD_DEPENDS="pygobject-dev gstreamer-dev gst-plugins-base-dev libxml2-dev \ 1.5 python-dev pkg-config" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - https://gstreamer.freedesktop.org/src/$PACKAGE/ 2>/dev/null | \ 1.10 + sed '/tar/!d;s|.*'$PACKAGE'-||;s|.tar.*||' | sed '$!d' 1.11 +} 1.12 + 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 {