Date: Saturday, October 24, 2020 @ 19:48:16 Author: bgyorgy Revision: 731607
upgpkg: pitivi 2020.09.1-1: Update to new version Modified: pitivi/trunk/PKGBUILD ----------+ PKGBUILD | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-24 19:47:59 UTC (rev 731606) +++ PKGBUILD 2020-10-24 19:48:16 UTC (rev 731607) @@ -4,35 +4,24 @@ # Contributor: Gabor Nyekhelyi (n0gabor) <[email protected]> pkgname=pitivi -pkgver=0.999 -pkgrel=4 +pkgver=2020.09.1 +pkgrel=1 pkgdesc="Editor for audio/video projects using the GStreamer framework" arch=('x86_64') url="http://pitivi.org/" license=('LGPL') depends=('gsound' 'gst-editing-services' 'gst-plugin-gtk' 'gst-plugins-bad' 'gst-plugins-good' 'gst-python' - 'gst-transcoder' 'gtk3' 'libnotify' 'python-cairo' 'python-gobject' 'python-matplotlib' - 'python-numpy') + 'gtk3' 'libnotify' 'python-cairo' 'python-gobject' 'python-matplotlib' 'python-numpy') makedepends=('intltool' 'itstool' 'meson') optdepends=('frei0r-plugins: additional video effects, clip transformation feature' 'gst-libav: additional multimedia codecs' 'gst-plugins-ugly: additional multimedia codecs') -source=(https://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz) -sha256sums=('cb6f8a831383e698c2117ca7caec77b8167a6b2e2b0fb9c375e6a4f7c815b757') +source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('c217200b40e577212dfc48ac276284947f359f672c0262878083256dca12c5af') -prepare() { - cd $pkgname-$pkgver - - # Don't use legacy path for AppStream metainfo file - # https://gitlab.gnome.org/GNOME/pitivi/commit/e31aaf78ac9660fc480d55bede5f0f27878a1efc - sed -i "s/install_dir : join_paths(get_option('datadir'), 'appdata')/install_dir : join_paths(get_option('datadir'), 'metainfo')/" data/meson.build - - sed -e "s|dependency('python3'|dependency('python3-embed'|" -i meson.build # Fix build with python 3.8 -} - build() { arch-meson $pkgname-$pkgver build - ninja -C build + meson compile -C build } package() {
