summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Nowak2017-07-21 17:23:08 +0200
committerMarcin Nowak2017-07-21 17:23:08 +0200
commit00ec575a59943445e74662df84affa135f6b7976 (patch)
treeb4907ae29098bb1f89178d717dc53144a17bb6d8
parentc935d5db0f8dca60adfaaf5d7834f5d0db6dc0b7 (diff)
downloadaur-00ec575a59943445e74662df84affa135f6b7976.tar.gz
replace libopenssl-1.0-compat dependency with openssl-1.0
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD12
-rw-r--r--wayland.patch (renamed from wayland_and_openssl.patch)4
3 files changed, 14 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f031913e7e34..4f5be3593d29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Fri Jul 21 15:21:46 UTC 2017
pkgbase = lwks
pkgdesc = Lightworks is a professional video editing suite
pkgver = 14.0.0
- pkgrel = 4
+ pkgrel = 5
url = http://www.lwks.com/
arch = x86_64
license = custom
@@ -21,8 +23,7 @@ pkgbase = lwks
depends = glu
depends = libedit
depends = nvidia-cg-toolkit
- depends = libopenssl-1.0-compat
- depends = libcurl-openssl-1.0
+ depends = openssl-1.0
optdepends = nvidia-utils: only for nVidia users
provides = lightworks
conflicts = lightworks,
@@ -30,10 +31,10 @@ pkgbase = lwks
options = !strip
source = http://downloads.lwks.com/v14/lwks-14.0.0-amd64.deb
source = http://pep20.net/static/portaudio-19_20140130-3-x86_64.pkg.tar.xz
- source = wayland_and_openssl.patch
+ source = wayland.patch
sha256sums = 66eb9f9678d979db76199f1c99a71df0ddc017bb47dfda976b508849ab305033
sha256sums = 1c6722888cf4ab5cbf4bdfd6272b7d524f0ee547f443a98cf554d6fa8ae5c1ca
- sha256sums = ad6cb0cc7bd2e7d11dc5a898a5af10615e6d2d797aade46f0cdbea89321a395f
+ sha256sums = e9429b3332f90ead771e7cc23d014b60be7311d50f809d353755fa0f50c9b242
pkgname = lwks
diff --git a/PKGBUILD b/PKGBUILD
index 075a9ffb0797..2b66d6376e27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,26 +12,26 @@
pkgname=lwks
lwksver=14.0.0
pkgver=$lwksver
-pkgrel=4
+pkgrel=5
pkgdesc="Lightworks is a professional video editing suite"
arch=('x86_64')
options=('!strip')
url="http://www.lwks.com/"
license=('custom')
-depends=('cairo' 'gdk-pixbuf2' 'glib2' 'libjpeg-turbo' 'pango' 'curl' 'gtk3' 'portaudio' 'openssl' 'libgl' 'libtiff' 'libutil-linux' 'ffmpeg' 'glu' 'libedit' 'nvidia-cg-toolkit' 'libopenssl-1.0-compat' 'libcurl-openssl-1.0')
+depends=('cairo' 'gdk-pixbuf2' 'glib2' 'libjpeg-turbo' 'pango' 'curl' 'gtk3' 'portaudio' 'openssl' 'libgl' 'libtiff' 'libutil-linux' 'ffmpeg' 'glu' 'libedit' 'nvidia-cg-toolkit' 'openssl-1.0')
optdepends=('nvidia-utils: only for nVidia users')
provides=('lightworks')
conflicts=('lightworks', 'lwks-beta')
source=(
"http://downloads.lwks.com/v14/lwks-$lwksver-amd64.deb"
"http://pep20.net/static/portaudio-19_20140130-3-x86_64.pkg.tar.xz"
- "wayland_and_openssl.patch"
+ "wayland.patch"
)
sha256sums=(
'66eb9f9678d979db76199f1c99a71df0ddc017bb47dfda976b508849ab305033'
'1c6722888cf4ab5cbf4bdfd6272b7d524f0ee547f443a98cf554d6fa8ae5c1ca'
- 'ad6cb0cc7bd2e7d11dc5a898a5af10615e6d2d797aade46f0cdbea89321a395f'
+ 'e9429b3332f90ead771e7cc23d014b60be7311d50f809d353755fa0f50c9b242'
)
package() {
@@ -46,8 +46,8 @@ package() {
mv "$pkgdir"/lib/udev "$pkgdir"/usr/lib
rmdir "$pkgdir"/lib
- msg2 "Applying Wayland & OpenSSL 1.0 patch"
- patch -Np3 -d "$pkgdir" -i "$srcdir/wayland_and_openssl.patch"
+ msg2 "Applying Wayland patch"
+ patch -Np3 -d "$pkgdir" -i "$srcdir/wayland.patch"
msg2 "Copying copyright file and creating a license dir"
install -Dm644 "$pkgdir"/usr/share/doc/lightworks/copyright \
diff --git a/wayland_and_openssl.patch b/wayland.patch
index 28cfdba09fa4..e05958392759 100644
--- a/wayland_and_openssl.patch
+++ b/wayland.patch
@@ -6,5 +6,5 @@ diff -ura lwks/pkg/lwks/usr/bin/lightworks lwks.patched/pkg/lwks/usr/bin/lightwo
#Launch the app
-/usr/lib/lightworks/ntcardvt
-+GDK_BACKEND=x11 LD_PRELOAD="libcrypto-compat.so.1.0.0 libssl-compat.so.1.0.0 libcurl-openssl-1.0.so" /usr/lib/lightworks/ntcardvt
-Only in lwks: wayland_and_openssl.patch
++GDK_BACKEND=x11 /usr/lib/lightworks/ntcardvt
+Only in lwks: wayland.patch