summaryrefslogtreecommitdiff
path: root/media-video/shotcut/shotcut-18.08.11.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-02-11 09:49:41 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-02-11 09:49:41 +0000
commit700866ba5b9a8acf691f45aa914f1b8b89eadc7e (patch)
tree1a6d076f9eccf72b572292c73edeb46895bc7179 /media-video/shotcut/shotcut-18.08.11.ebuild
parent1904936fd0580b6d2670344948b8c00a71039677 (diff)
media-video/shotcut : version bump
Diffstat (limited to 'media-video/shotcut/shotcut-18.08.11.ebuild')
-rw-r--r--media-video/shotcut/shotcut-18.08.11.ebuild64
1 files changed, 0 insertions, 64 deletions
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 2b7bf924..00000000
--- a/media-video/shotcut/shotcut-18.08.11.ebuild
+++ /dev/null
@@ -1,64 +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.10.0[ffmpeg,frei0r,qt5,sdl,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
- einstalldocs
- # weird icon name
- sed -i "s/Icon=org.shotcut.Shotcut/Icon=shotcut/g" "${D}"usr/share/applications/org.shotcut.Shotcut.desktop
- # inject a default icon to replace the weird one above
- newicon "${S}/icons/shotcut-logo-64.png" "${PN}.png"
-}