summaryrefslogtreecommitdiff
path: root/nonprism
diff options
context:
space:
mode:
authorFreemor <freemor@freemor.ca>2019-02-09 09:51:03 -0400
committerFreemor <freemor@freemor.ca>2019-02-09 09:51:03 -0400
commit04dbf8a63a936939f2fc9c6d8beed95d8ce01f11 (patch)
treecaef2a4657e92f06475a3f168af93acbd4a35aba /nonprism
parent929f9e5aba4b8fbb9071d3dbd03dd65849869b1a (diff)
Bring [nonprism/openshot] current. Fixes #2167
Diffstat (limited to 'nonprism')
-rw-r--r--nonprism/openshot/PKGBUILD18
-rw-r--r--nonprism/openshot/nonprism.patch17
2 files changed, 11 insertions, 24 deletions
diff --git a/nonprism/openshot/PKGBUILD b/nonprism/openshot/PKGBUILD
index 2fbda5801..e10e2bada 100644
--- a/nonprism/openshot/PKGBUILD
+++ b/nonprism/openshot/PKGBUILD
@@ -11,11 +11,12 @@
# - neuter google analytics and exception tracking as it all happens over http
pkgname=openshot
-pkgver=2.4.1
-pkgrel=1.nonprism3
+pkgver=2.4.3
+pkgrel=1
+pkgrel+=.nonprism1
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/"
+url="http://www.openshot.org/"
license=('GPL')
depends=('mlt-python-bindings' 'sdl' 'librsvg' 'mplayer'
'pyxdg' 'python-pyqt5' 'python-httplib2' 'python-pillow' 'dvgrab'
@@ -23,14 +24,17 @@ depends=('mlt-python-bindings' 'sdl' 'librsvg' 'mplayer'
'libopenshot' 'python-pyzmq' 'qt5-webkit' 'python-setuptools'
'python-requests')
optdepends=('frei0r-plugins: effects'
- 'libquicktime' 'libavc1394' 'jack' 'jack-rack')
+ 'libquicktime' 'libavc1394' 'jack')
makedepends=('python-setuptools')
+
+
source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/openshot-qt/archive/v$pkgver.tar.gz"
'nonprism.patch'
'neuter_tracking.patch')
-sha256sums=('da388c08cd94ec503a57756871244d9bb8746973807e2f95618a0d9d5e11fae9'
- '434b1b52dd873efc0bb2c15b231035e7928decdcd7b2256638fbc0d5ab6c7375'
- 'dc457fac8fdef5a120fe83661ff72bc8bf31ae92ffc503e0439a0d2d10171486')
+
+sha256sums=('901b485c28cfcbb4d1baf3cd6a30b165090c49c96f252236f1bbd8c8ab709721'
+ '31b78e88c83bba0ff469afdbbdc36577ca64a55640e4220e9a88ccf0c7f105dc'
+ '3990bdf10f46cd5255d01b0b113fe10e3ffed16da0577dfcaad470edd016aef9')
prepare() {
cd "$srcdir"/openshot-qt-$pkgver
diff --git a/nonprism/openshot/nonprism.patch b/nonprism/openshot/nonprism.patch
index e6a1f07bb..969db2445 100644
--- a/nonprism/openshot/nonprism.patch
+++ b/nonprism/openshot/nonprism.patch
@@ -20,20 +20,3 @@ index df9a7feb3..c69c643b1 100644
def actionExportVideo_trigger(self, event):
# show window
from windows.export import Export
-@@ -2241,9 +2230,6 @@ class MainWindow(QMainWindow, updates.UpdateWatcher, updates.UpdateInterface):
- self.ExportFrame.connect(self.FrameExported)
- self.ExportEnded.connect(self.ExportFinished)
-
-- # Install event filter
-- self.installEventFilter(self)
--
- # Save settings
- s.save()
-
-@@ -2251,4 +2237,4 @@ class MainWindow(QMainWindow, updates.UpdateWatcher, updates.UpdateInterface):
- QTimer.singleShot(100, self.refreshFrameSignal.emit)
-
- # Main window is initialized
-- self.initialized = True
-\ No newline at end of file
-+ self.initialized = True