Date: Thursday, July 26, 2018 @ 00:10:56 Author: eschwartz Revision: 363441
upgpkg: pitivi 0.99-5 python 3.7 rebuild fix FTBFS with python-cairo 1.17.x Modified: pitivi/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-07-25 23:56:32 UTC (rev 363440) +++ PKGBUILD 2018-07-26 00:10:56 UTC (rev 363441) @@ -6,7 +6,7 @@ pkgname=pitivi pkgver=0.99 -pkgrel=4 +pkgrel=5 pkgdesc="Editor for audio/video projects using the GStreamer framework" arch=('x86_64') url="http://pitivi.org/" @@ -18,11 +18,16 @@ 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=('c9d02fd669801e0de94b5ca06179da6e8a7e1cb666b843fc12df6f0632db8f7c') +source=(https://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz + https://gitlab.gnome.org/GNOME/pitivi/commit/0f3e399e387e64dcc3c5015a8aacb26fbe49800f.patch) +sha256sums=('c9d02fd669801e0de94b5ca06179da6e8a7e1cb666b843fc12df6f0632db8f7c' + '988604de000f6eb5989c6386a488e7d3089c54f6f94fe4b9eb24189a6c5a8662') prepare() { - mkdir build + mkdir -p build + cd $pkgname-$pkgver + # https://gitlab.gnome.org/GNOME/pitivi/merge_requests/58 + patch -p1 -i ../0f3e399e387e64dcc3c5015a8aacb26fbe49800f.patch } build() {