summaryrefslogtreecommitdiff
path: root/media-video
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-08-13 12:10:07 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-08-13 12:10:07 +0100
commitcd4883ab6fe77defaa931f9082c85239aaef6a3b (patch)
tree47964c17f0e370d7ef52177f1df6eff0f2557510 /media-video
parent1c2a088c035cc01a91ede7c841c2d40eac97931b (diff)
media-video/shotcut : drop
Diffstat (limited to 'media-video')
-rw-r--r--media-video/shotcut/Manifest1
-rw-r--r--media-video/shotcut/shotcut-18.08.11.ebuild67
2 files changed, 0 insertions, 68 deletions
diff --git a/media-video/shotcut/Manifest b/media-video/shotcut/Manifest
deleted file mode 100644
index d18755eb..00000000
--- a/media-video/shotcut/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST shotcut-18.08.11.tar.gz 4197641 BLAKE2B 97303d9d6e703244a4ff0f382a62230a5db5513a98329a59d54f3b1a0dbd202948c32b8c6920981763e71d65b6932b4c1c74fed421c085fe95f4a822a2b2b8fc SHA512 25afdfe78c3fcab056d97de67c010225efd49fe4b679b88b23e3fad58cfafe657700a27a83446a776d5308d17c62cee47d96ede56554f1a3921b4b7ffaf590dd
diff --git a/media-video/shotcut/shotcut-18.08.11.ebuild b/media-video/shotcut/shotcut-18.08.11.ebuild
deleted file mode 100644
index 52af890d..00000000
--- a/media-video/shotcut/shotcut-18.08.11.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit desktop qmake-utils
-
-DESCRIPTION="A free, open source, cross-platform video editor"
-HOMEPAGE="https://www.shotcut.org/"
-SRC_URI="https://github.com/mltframework/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-qt/qtcore:5
- dev-qt/qtdeclarative:5
- dev-qt/qtgraphicaleffects:5
- dev-qt/qtgui:5
- dev-qt/qtmultimedia:5
- dev-qt/qtnetwork:5
- dev-qt/qtopengl:5
- dev-qt/qtprintsupport:5
- dev-qt/qtquickcontrols:5[widgets]
- dev-qt/qtsql:5
- dev-qt/qtwebkit:5
- dev-qt/qtwebsockets:5
- dev-qt/qtwidgets:5
- dev-qt/qtxml:5
- media-libs/ladspa-sdk
- media-libs/libsdl:0
- media-libs/libvpx
- >=media-libs/mlt-6.6.0[ffmpeg,frei0r,qt5,sdl2,xml]
- media-libs/x264
- media-plugins/frei0r-plugins
- media-sound/lame
- media-video/ffmpeg
- virtual/jack
-"
-DEPEND="${RDEPEND}
- dev-qt/linguist-tools:5
-"
-
-src_prepare() {
- local mylrelease="$(qt5_get_bindir)/lrelease"
- "${mylrelease}" "${S}/src/src.pro" || die "preparing locales failed"
-
- default
-}
-
-src_configure() {
- eqmake5 PREFIX="${EPREFIX}/usr"
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install
-
- newicon "${S}/icons/shotcut-logo-64.png" "${PN}.png"
- make_desktop_entry shotcut "Shotcut"
-
- insinto "/usr/share/${PN}/translations"
- doins translations/*.qm
-
- einstalldocs
-}