Balló György pushed to branch main at Arch Linux / Packaging / Packages / pitivi
Commits:
35553b05 by Balló György at 2024-12-13T19:24:23+01:00
upgpkg: 2023.03-7: Add python-librosa to optdepends
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = pitivi
pkgdesc = Editor for audio/video projects using the GStreamer framework
pkgver = 2023.03
- pkgrel = 6
+ pkgrel = 7
url = https://pitivi.org/
arch = x86_64
license = LGPL-2.1-or-later
@@ -38,6 +38,7 @@ pkgbase = pitivi
optdepends = gst-libav: Additional multimedia codecs
optdepends = gst-plugin-opencv: Object tracking feature
optdepends = gst-plugins-ugly: Additional multimedia codecs
+ optdepends = python-librosa: Beat detection functionality
source = git+https://gitlab.gnome.org/GNOME/pitivi.git#tag=2023.03.0
source = pitivi-icon-name.patch
source = pitivi-set-prgname.patch
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=pitivi
pkgver=2023.03
-pkgrel=6
+pkgrel=7
pkgdesc='Editor for audio/video projects using the GStreamer framework'
arch=(x86_64)
url='https://pitivi.org/'
@@ -48,6 +48,7 @@ optdepends=(
'gst-libav: Additional multimedia codecs'
'gst-plugin-opencv: Object tracking feature'
'gst-plugins-ugly: Additional multimedia codecs'
+ 'python-librosa: Beat detection functionality'
)
_tagver=$(echo "$pkgver" | sed 's/^[0-9]\+\.[0-9]\+$/&.0/')
source=(
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pitivi/-/commit/35553b05559fb497c63dcfdc7019b7d54129948f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pitivi/-/commit/35553b05559fb497c63dcfdc7019b7d54129948f
You're receiving this email because of your account on gitlab.archlinux.org.