megacoffee.net Gentoo overlay - legacy mirror
We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.
changeset 146:67c37e324e59
media-video/lightworks: removing accidentally committed incomplete ebuild for 12.0.2 which is outdated anyway... other overlays have more recent ebuilds, see: https://gpo.zugaina.org/media-video/lightworks
author | Daniel Neugebauer <dneuge@energiequant.de> |
---|---|
date | Mon, 28 Mar 2016 21:28:10 +0200 |
parents | b4ad250ded02 |
children | 9de35e0992d7 |
files | media-video/lightworks/Manifest media-video/lightworks/lightworks-12.0.2.ebuild |
diffstat | 2 files changed, 0 insertions(+), 97 deletions(-) [+] |
line wrap: on
line diff
--- a/media-video/lightworks/Manifest Mon Mar 28 21:22:53 2016 +0200 +++ b/media-video/lightworks/Manifest Mon Mar 28 21:28:10 2016 +0200 @@ -1,4 +1,2 @@ DIST lwks-11.5-amd64.deb 62011078 SHA256 e6e58f6a26346e6f841d94c850ecd89f8cd71985c0fce076c386993c44189da1 SHA512 b7705c06064ada713bc86fa6e4c29e885548106bdc981f490e8716a4351d230095ced6279d506512afbf5a114297dec17aac96aaad3a7f8ca7ccf38af5ec876c WHIRLPOOL 00120d9f8a037fbca79484988398a11f80f3db03f45d490d371fdbf7a25c2fdf3e61a8fc657e76d9f882bcc454f9fd7dcfe3eed13aa783b4e0337a4c5ce360e8 -DIST lwks-12.0.2-amd64.deb 62333952 SHA256 a6daf4ad7043d4dc9a0fcf78e572572ef85528ebe91dad72d700f466e01d37bc SHA512 7ee2c78974bbccdd35c9028e67dfa4adc77a70c50dfe079034a9094edb41c152a1dd2a85b976762398e16d22ce4fd3599fb77b5a88479fdefda58a8196ab414e WHIRLPOOL 9cb38322a7f67c6cd8264a03fe0ca0e24cefc99212fd309dbb26b887e5a5262e3b7b16cb3a056bd802c6ab746e56e9c0ee2976609fa550c67033fe3e9aa5ae26 EBUILD lightworks-11.5.ebuild 2986 SHA256 5fd1225143c5b2d19c6c2e99f38ec30b1715cb6ffc060168e1e3b0d877840af3 SHA512 4aff12f1ef9f04440bb3d2e18de830e4d31421e49eded1fb3b381000a2cc99dc698f9708090e80d9e5c74b401269129fa6f5f2f138386a382e1ff83d7223b606 WHIRLPOOL acd2abc926c4cc1e4654beb3c7a61836ccffaf20ee4add4565a0b6cafd05eefa5ca60ae76b14915ee070b8ff141d8963b0269b7a6738753da306d668c9d1453e -EBUILD lightworks-12.0.2.ebuild 3019 SHA256 f9dc74f311f61bc597592d0bceb90cfe43a1e03c0afa0b834df01b052f6be81e SHA512 513069be6c5938208a6a1c9dce3b9a5a385f14b119d0bd221c1060ed0d7e324b411ff38419f76149a07772be687b9af421eb89c317d4bed15b27be58c1b5b7ae WHIRLPOOL fc0253de8258b0df6579a3a82ed435b67232dd234ec01a8b260fdf0014210e87ddedcd556e1cdd4321db77898f2787549fb106e9193a63794711e6932279df1c
--- a/media-video/lightworks/lightworks-12.0.2.ebuild Mon Mar 28 21:22:53 2016 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,95 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -# ToDo list: -# -# - figure out runtime dependencies -# - try to move Lightworks to /opt as it is only available as a pre-compiled binary -# (not sure if possible since it is intended to be installed to /usr) -# - try to silence QA notices -# - figure out if high load/memory usage (memleak?) of ntcardvt process are specific to Gentoo - -inherit font - -DESCRIPTION="feature-rich non-linear video editor (NLE)" -HOMEPAGE="http://www.lwks.com/" -SRC_URI="lwks-12.0.2-amd64.deb" - -LICENSE="Lightworks" -RESTRICT="fetch" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="app-arch/dpkg sys-apps/sed" -RDEPEND="" - -S="${WORKDIR}" - -pkg_nofetch() { - einfo "Please visit ${HOMEPAGE} to download Lightworks ${PV} and place ${SRC_URI} in ${DISTDIR}." -} - -src_unpack() { - /usr/bin/dpkg-deb -x ${DISTDIR}/${SRC_URI} ${WORKDIR} -} - -src_prepare() { - # .desktop entry: "Version" attribute is invalid (must be specification version, not app version number) - # see: http://standards.freedesktop.org/desktop-entry-spec/latest/ar01s05.html - /bin/sed -i -e 's/^Version=/X-Version=/' usr/share/applications/lightworks.desktop || die 'failed to fix lightworks.desktop' -} - -src_install() { - insinto /lib/udev/rules.d - doins lib/udev/rules.d/20-lightworks.rules - - exeinto /usr/bin - doexe usr/bin/lightworks - - insinto /usr/lib64/lightworks - doins -r usr/lib/lightworks/* - - exeinto /usr/lib64/lightworks - doexe usr/lib/lightworks/spawn - doexe usr/lib/lightworks/ntcardvt - - insinto /usr/share/applications - doins usr/share/applications/lightworks.desktop - - insinto /usr/share/doc/lightworks - doins -r usr/share/doc/lightworks/* - - insinto /usr/share/fonts/truetype - doins usr/share/fonts/truetype/lw2.ttf - doins usr/share/fonts/truetype/lw3.ttf - - insinto /usr/share/lightworks - doins -r usr/share/lightworks/* -} - -pkg_postinst() { - # update font cache because we installed font files - font_pkg_postinst - - # 1 2 3 4 5 6 7 8 - # 12345678901234567890123456789012345678901234567890123456789012345678901234567890 - einfo "" - einfo "Please ignore all QA notices printed above." - einfo "" - einfo "You will need to register an account at ${HOMEPAGE} in order to use Lightworks." - einfo "Some features are restricted on free accounts but can be unlocked for a fee if" - einfo "needed." - einfo "" - einfo "If you are running PulseAudio, you may want to use pasuspender around Lightworks" - einfo "if you experience high audio latency." - einfo "" - ewarn "Please monitor memory usage and CPU load during your first sessions with" - ewarn "Lightworks as ntcardvt *may* run wild and cause your system to fall into swap." - ewarn "If you can spare a few moments of your time and want to help, please contact us" - ewarn "at gentoo-overlay@megacoffee.net for trying to identify the cause of that" - ewarn "behaviour (reports about everything running fine are welcome as well). :)" -}