summaryrefslogtreecommitdiff
path: root/media-video/shotcut/shotcut-19.06.15-r314.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-07 15:59:43 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-07 15:59:43 +0000
commit75d62599e4ccb0fb02b5f3b41c8d9d7d36497a7b (patch)
tree241f4c51a6fde74c6e30ab4fd7780394756c32c0 /media-video/shotcut/shotcut-19.06.15-r314.ebuild
parent208ee3e8f31e5385bf74c720b5b7a4bb3bc6af71 (diff)
media-video/shotcut : version bump
Diffstat (limited to 'media-video/shotcut/shotcut-19.06.15-r314.ebuild')
-rw-r--r--media-video/shotcut/shotcut-19.06.15-r314.ebuild63
1 files changed, 0 insertions, 63 deletions
diff --git a/media-video/shotcut/shotcut-19.06.15-r314.ebuild b/media-video/shotcut/shotcut-19.06.15-r314.ebuild
deleted file mode 100644
index 9da97a43..00000000
--- a/media-video/shotcut/shotcut-19.06.15-r314.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit qmake-utils xdg
-
-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"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
- dev-qt/linguist-tools:5
-"
-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.16.0-r1[ffmpeg,frei0r,qt5,sdl,xml]
- media-libs/x264
- media-plugins/frei0r-plugins
- media-sound/lame
- media-video/ffmpeg
- virtual/jack
-"
-DEPEND="${RDEPEND}
- dev-qt/qtconcurrent:5
- dev-qt/qtx11extras:5
-"
-
-src_configure() {
- eqmake5 \
- PREFIX="${EPREFIX}/usr" \
- SHOTCUT_VERSION="${PV}"
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install
- einstalldocs
- # start : Redcore Linux Project tweaks
- sed -i "s/Icon=org.shotcut.Shotcut/Icon=shotcut/g" "${D}"usr/share/applications/org.shotcut.Shotcut.desktop
- newicon "${S}/icons/shotcut-logo-64.png" "${PN}.png"
- # stop : Redcore Linux Project tweaks
-}