wok diff gst-omx/receipt @ rev 24372
updated bison and bison-lang (3.5 -> 3.8.2)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Feb 05 15:15:36 2022 +0100 (2022-02-05) |
parents | a78610b2eb47 |
children | 82d54eca72be |
line diff
1.1 --- a/gst-omx/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/gst-omx/receipt Sat Feb 05 15:15:36 2022 +0100 1.3 @@ -14,6 +14,12 @@ 1.4 DEPENDS="gstreamer-1.0 gst-plugins-base-1.0" 1.5 BUILD_DEPENDS="gstreamer-1.0-dev gst-plugins-base-1.0-dev" 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 {