mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-04 00:56:07 +01:00
multimedia/pitivi: Version bump to 2023.03
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f4a437a953
commit
f4284b7ffc
3 changed files with 12 additions and 4 deletions
|
@ -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).
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
# Copyright 2010, 2012 Binh Nguyen <binhvng@gmail.com>
|
||||
# Copyright 2012-2017 Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org
|
||||
# Copyright 2017-2022 Jeremy Hansen <jebrhansen+SBo -at- gmail.com>
|
||||
# Copyright 2017-2023 Jeremy Hansen <jebrhansen+SBo -at- gmail.com>
|
||||
# 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}
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue