From 6ee23b2de0bcae7c7f3bc7947ad6827a7664983f Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 17 Oct 2016 09:10:50 +0200 Subject: [PATCH] openshot: rebuild for Python 3.5 Switch to python3-module. Switch to python3-* pkgs. --- srcpkgs/openshot/template | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/srcpkgs/openshot/template b/srcpkgs/openshot/template index 0837d2a9bd..90f69479c5 100644 --- a/srcpkgs/openshot/template +++ b/srcpkgs/openshot/template @@ -1,18 +1,16 @@ # Template file for 'openshot' pkgname=openshot version=2.1.0 -revision=2 -build_style=python-module -python_versions="3.4" +revision=3 +wrksrc="${pkgname}-qt-${version}" +build_style=python3-module only_for_archs="i686 x86_64" hostmakedepends="python3" -makedepends="python3.4-PyQt5 ffmpeg-devel python3.4-setuptools" -depends="python3.4 python3.4-PyQt5 python3.4-PyQt5-webkit python3.4-setuptools libopenshot mlt python3.4-httplib2 python3.4-pyzmq ImageMagick" +makedepends="python3-PyQt5 ffmpeg-devel python3-setuptools" +depends="python3-PyQt5-webkit python3-setuptools libopenshot mlt python3-httplib2 python3-pyzmq ImageMagick" short_desc="An open-source, non-linear video editor for Linux" maintainer="Spencer Hill " license="GPL-3" homepage="www.openshot.org" -distfiles="https://launchpad.net/${pkgname}/2.1/${version}/+download/${pkgname}-qt-${version}.tar.gz" +distfiles="https://launchpad.net/${pkgname}/${version%.*}/${version}/+download/${pkgname}-qt-${version}.tar.gz" checksum=1eec7d07e991ccbb168de18b5f8a15f5d3eafe842cf267a254c1cde2925e2fdd -wrksrc=${pkgname}-qt-${version} -create_wrksrc=yes