diff options
author | Freemor <freemor@freemor.ca> | 2019-02-04 09:31:46 -0400 |
---|---|---|
committer | Freemor <freemor@freemor.ca> | 2019-02-04 09:32:16 -0400 |
commit | 5281ed0572d903514d7a3836783ef8eb0c52d8c7 (patch) | |
tree | 5d7b32059b3c5346fe6cd9b787ebd393454e7c04 /nonprism/openshot | |
parent | f1aadb15441500dac9c3aa795255b3dfcb1df831 (diff) | |
download | abslibre-5281ed0572d903514d7a3836783ef8eb0c52d8c7.tar.gz abslibre-5281ed0572d903514d7a3836783ef8eb0c52d8c7.tar.bz2 abslibre-5281ed0572d903514d7a3836783ef8eb0c52d8c7.zip |
neuter tracking in [nonprism/openshot]. rebuild also fixes need to move files from python 3.6 dirs to 3.7 dirs
Diffstat (limited to 'nonprism/openshot')
-rw-r--r-- | nonprism/openshot/PKGBUILD | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/nonprism/openshot/PKGBUILD b/nonprism/openshot/PKGBUILD index 02fc78988..2fbda5801 100644 --- a/nonprism/openshot/PKGBUILD +++ b/nonprism/openshot/PKGBUILD @@ -4,13 +4,15 @@ # Contributor (Arch): Asa Marco <marcoasa90[at]gmail[.]com> # Contributor: Andreas Grapentin <andreas@grapentin.org> # Contributor: André Silva <emulatorman@hyperbola.info> +# Contributor: Freemor <freemor@freemor.ca> # parabola changes and rationale: # - removed faac recommendation and youtube upload support +# - neuter google analytics and exception tracking as it all happens over http pkgname=openshot pkgver=2.4.1 -pkgrel=1.nonprism2 +pkgrel=1.nonprism3 pkgdesc="a free, non-linear video editor for GNU/Linux based on MLT framework, without nonfree faac recommendation and Youtube uploader support" arch=('any') url="http://www.openshotvideo.com/" @@ -24,13 +26,16 @@ optdepends=('frei0r-plugins: effects' 'libquicktime' 'libavc1394' 'jack' 'jack-rack') makedepends=('python-setuptools') source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/openshot-qt/archive/v$pkgver.tar.gz" - 'nonprism.patch') + 'nonprism.patch' + 'neuter_tracking.patch') sha256sums=('da388c08cd94ec503a57756871244d9bb8746973807e2f95618a0d9d5e11fae9' - '434b1b52dd873efc0bb2c15b231035e7928decdcd7b2256638fbc0d5ab6c7375') + '434b1b52dd873efc0bb2c15b231035e7928decdcd7b2256638fbc0d5ab6c7375' + 'dc457fac8fdef5a120fe83661ff72bc8bf31ae92ffc503e0439a0d2d10171486') prepare() { cd "$srcdir"/openshot-qt-$pkgver patch -Np1 -i $srcdir/nonprism.patch + patch -Np1 -i $srcdir/neuter_tracking.patch } package() { |