description="A non-linear video editor for Linux using the MLT video framework" url="http://www.kdenlive.org/" packager="tnut " contributors="Pierre B" makedepends=(qtquickcontrols qtmultimedia knotifyconfig knotifications knewstuff kplotting qtquickcontrols2 kded kfilemetadata kdeclarative mlt xorg-glu sdl-image kdoctools v4l-utils ffmpeg cdrtools libdv) run=(shared-mime-info frei0r-plugins hicolor-icon-theme qtquickcontrols) name=kdenlive version=20.08.2 source=(https://download.kde.org/stable/release-service/$version/src/$name-$version.tar.xz) build=kde5 uptodate() { feed=https://github.com/KDE/$name/releases.atom # ATTENTION, ce feed n'est pas à jour. exec="lynx -read_timeout=20 -dump -listonly -nonumbers $feed" ligne=1 # nombre de notification ? afficher $exec $feed | grep title | \ sed "s@@@" | \ sed "s@@@" | \ sed "s@v@@" | sed "s@ @@g" | \ head -n $(($ligne+1 )) | \ tail -n $(($ligne)) }