wok diff phonon-backend-gstreamer/receipt @ rev 24482

updated diffutils (3.7 -> 3.8)
author Hans-G?nter Theisgen
date Fri Feb 18 14:45:09 2022 +0100 (2022-02-18)
parents f7dd6559d610
children bd7510903310
line diff
     1.1 --- a/phonon-backend-gstreamer/receipt	Mon Dec 16 11:50:31 2019 +0100
     1.2 +++ b/phonon-backend-gstreamer/receipt	Fri Feb 18 14:45:09 2022 +0100
     1.3 @@ -7,7 +7,7 @@
     1.4  SHORT_DESC="gstreamer lib for phonon"
     1.5  MAINTAINER="psychomaniak@xakep.ru"
     1.6  TARBALL="$PACKAGE-$VERSION.tar.xz"
     1.7 -WEB_SITE="https://github.com/KDE/phonon/"
     1.8 +WEB_SITE="https://github.com/KDE/phonon"
     1.9  WGET_URL="http://download.kde.org/stable/phonon/$PACKAGE/$VERSION/src/$TARBALL"
    1.10  
    1.11  DEPENDS="phonon gst-plugins-base gst-plugins-good gst-ffmpeg"
    1.12 @@ -16,6 +16,13 @@
    1.13  
    1.14  PROVIDE="qt4-phonon"
    1.15  
    1.16 +# What is the latest version available today?
    1.17 +current_version()
    1.18 +{
    1.19 +	wget -O - $WEB_SITE/tags 2>/dev/null | \
    1.20 +	sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
    1.21 +}
    1.22 +
    1.23  compile_rules()
    1.24  {
    1.25  	mkdir build; cd build