# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="Hollywood-strength video editing for everyone" HOMEPAGE="http://www.lwks.com" SRC_URI="lwks-14.0.0-amd64.deb" LICENSE="as-is" SLOT="0" KEYWORDS="-* ~amd64" IUSE="" RESTRICT="fetch mirror strip" RDEPEND=">=x11-libs/cairo-1.10.0 >=x11-libs/gdk-pixbuf-2.22.0 >=dev-libs/glib-2.22.0 >=x11-libs/gtk+-3.0.0 >=media-libs/jpeg-8c >=x11-libs/pango-1.18.0 media-gfx/nvidia-cg-toolkit media-libs/portaudio media-libs/tiff dev-libs/openssl:0" S=${WORKDIR} src_install() { tar -Jpxf "${WORKDIR}/data.tar.xz" -C "${D}" || die # not sure about those udev rules rm -fr "${D}"/lib # lightworks wants write permissions, but this is not secure # fperms a+rw /usr/share/lightworks/{Preferences,"Audio Mixes"} } pkg_postinst() { einfo "In case of problems, please refer to ~/Lightworks/Logs/ ..." einfo "Lightworks detects but does not report via the UI many known issues!" }