wok diff phonon/receipt @ rev 24347

Up expat (2.4.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 02 09:41:22 2022 +0000 (2022-02-02)
parents f7dd6559d610
children bd7510903310
line diff
     1.1 --- a/phonon/receipt	Mon Dec 16 11:50:31 2019 +0100
     1.2 +++ b/phonon/receipt	Wed Feb 02 09:41:22 2022 +0000
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="KDE multimedia framework."
     1.5  MAINTAINER="psychomaniak@xakep.ru"
     1.6  LICENSE="LGPL2.1"
     1.7 -WEB_SITE="https://github.com/KDE/phonon/"
     1.8 +WEB_SITE="https://github.com/KDE/phonon"
     1.9  
    1.10  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.11  WGET_URL="http://download.kde.org/stable/$PACKAGE/$VERSION/$TARBALL"
    1.12 @@ -14,6 +14,13 @@
    1.13  DEPENDS="libQtCore libQtDBus libQtGui libQtXml"
    1.14  BUILD_DEPENDS="automoc4 cmake qmake Qt4-dev"
    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