wok diff dvgrab/receipt @ rev 25176

updated python-formalchemy (1.5.5 -> 1.5.6)
author Hans-G?nter Theisgen
date Fri Jul 01 17:52:21 2022 +0100 (23 months ago)
parents 78a46345f6bb
children 65ff25c4de90
line diff
     1.1 --- a/dvgrab/receipt	Tue Sep 10 09:01:01 2019 +0200
     1.2 +++ b/dvgrab/receipt	Fri Jul 01 17:52:21 2022 +0100
     1.3 @@ -15,6 +15,13 @@
     1.4  BUILD_DEPENDS="pkg-config libdv-dev libraw1394-dev libavc1394-dev \
     1.5  libiec61883-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://raw.githubusercontent.com/ddennedy/dvgrab/master/ChangeLog 2>/dev/null | \
    1.11 +	sed '/released/!d;s|.*v||;s| rel.*||;q'
    1.12 +}
    1.13 +
    1.14  # Rules to configure and make the package.
    1.15  
    1.16  compile_rules()