description="A non-linear video editor for Linux using the MLT video framework" url="https://apps.kde.org/kdenlive/" packager="spiky " contributors="Pierre,Fabienwang,Tnut" makedepends=(qtquickcontrols qtmultimedia knotifyconfig qtnetworkauth knotifications knewstuff kplotting qtquickcontrols2 kded kfilemetadata kdeclarative mlt xorg-glu sdl-image syndication kdoctools v4l-utils ffmpeg cdrtools libdv) run=(shared-mime-info frei0r-plugins hicolor-icon-theme qtquickcontrols breeze libmediainfo) name=kdenlive version=22.12.1 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)) }