diff --git a/multimedia/pitivi/README b/multimedia/pitivi/README index b71344b8c2..e70f61f8e0 100644 --- a/multimedia/pitivi/README +++ b/multimedia/pitivi/README @@ -6,3 +6,11 @@ interface, a clean codebase and a fantastic community. It uses the gstreamer media framework, so it has support for most audio/video formats. It includes hundreds of animated effects, transitions and filters. + +python3-librosa is an optional dependency to enable beat detection +functionality + +NOTE: The starting output mentions cvtracker is an optional +dependency to enable object tracking, however, this wasn't added +to gst-plugins-bad until v1.19.2, so it will need to wait until +the next Slackware version (or -current). diff --git a/multimedia/pitivi/pitivi.SlackBuild b/multimedia/pitivi/pitivi.SlackBuild index b1a20580e3..392737d593 100644 --- a/multimedia/pitivi/pitivi.SlackBuild +++ b/multimedia/pitivi/pitivi.SlackBuild @@ -3,7 +3,7 @@ # Copyright 2010, 2012 Binh Nguyen # Copyright 2012-2017 Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org -# Copyright 2017-2022 Jeremy Hansen +# Copyright 2017-2023 Jeremy Hansen # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pitivi -VERSION=${VERSION:-2021.05} +VERSION=${VERSION:-2023.03} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/multimedia/pitivi/pitivi.info b/multimedia/pitivi/pitivi.info index 55cc0e7b7b..66dbf9f91a 100644 --- a/multimedia/pitivi/pitivi.info +++ b/multimedia/pitivi/pitivi.info @@ -1,7 +1,7 @@ PRGNAM="pitivi" -VERSION="2021.05" +VERSION="2023.03" HOMEPAGE="http://www.pitivi.org/" -DOWNLOAD="https://download.gnome.org/sources/pitivi/2021/pitivi-2021.05.tar.xz" +DOWNLOAD="https://download.gnome.org/sources/pitivi/2023/pitivi-2023.03.tar.xz" MD5SUM="fec14b7bd1822b414f371e72a4b93cc8" DOWNLOAD_x86_64="" MD5SUM_x86_64=""