summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Eden <sven.eden@prydeworx.com>2022-04-20 14:14:56 +0200
committerSven Eden <sven.eden@prydeworx.com>2022-04-20 14:14:56 +0200
commit2a0f5b9c7b2358736535bb7a3319833225e27f48 (patch)
treedc65d5e096f048cccf1c7e1fe502928b5d8fee4b /media-video
parentmedia-libs/mlt: Version 7.6.0 bump (diff)
downloadseden-2a0f5b9c7b2358736535bb7a3319833225e27f48.tar.gz
seden-2a0f5b9c7b2358736535bb7a3319833225e27f48.tar.bz2
seden-2a0f5b9c7b2358736535bb7a3319833225e27f48.zip
media-video/shotcut: Version 22.03.30 bump
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sven Eden <sven.eden@prydeworx.com>
Diffstat (limited to 'media-video')
-rw-r--r--media-video/shotcut/Manifest3
-rw-r--r--media-video/shotcut/shotcut-22.01.30.ebuild66
-rw-r--r--media-video/shotcut/shotcut-22.03.30.ebuild (renamed from media-video/shotcut/shotcut-22.03.20.ebuild)3
3 files changed, 2 insertions, 70 deletions
diff --git a/media-video/shotcut/Manifest b/media-video/shotcut/Manifest
index d7b3737..230c660 100644
--- a/media-video/shotcut/Manifest
+++ b/media-video/shotcut/Manifest
@@ -1,2 +1 @@
-DIST shotcut-22.01.30.tar.gz 4542943 SHA256 cdb86384c9cd30cd6548a0252d2fb45dfae6d92cc7c8c231705d0cf0ee98437b SHA512 0fbacada0d9081ede2b71d950fa7b4307aaa38869bdeb653f2287dc3fc0b10cb007e47cd4c21fb0f3b12c87bd970dcdb972d8e6ccb5ac4eaa312dc6c621cf3d4 WHIRLPOOL 923b0b8c13dc14dcf07b9a1904fffdb9cf2509af9eacbca328ec317bf20bca2fecd281f2a57c8c73f69f2177c306ee1af26278aa2fedcd8e5b181c9b2b98a438
-DIST shotcut-22.03.20.tar.gz 4543818 SHA256 e8d60b2e533963cbd6e102e4be5994a34d08a4d6482c088a611b9b0a79247e46 SHA512 a8172f322180991c727a25ea3ec11485c7a1be5abb1a9de913f02928df3db542f078c1b3bcb3006c76370d62d9ab504a2b3d2bd262ce1babf4bc4dd212696bdd WHIRLPOOL e42d3fc9974cc2e7d9b011fcdca30aa5b910f7bac5442bd142a44b6e3a204a5ac58f7ebb11e7db2591e36b046a55ca4826d64a223fe26d66d4d68470f529c054
+DIST shotcut-22.03.30.tar.gz 4596689 SHA256 bbebc64856bb48154abe9e88400bc8dab6908778a9caeb195d2544d2a2057c7d SHA512 9069617f3f9d6ae20bb12371be4c37570bc5e2c2c7dacb8b2573eee4ceefe813e9fb9d5e457b390a0a1c1a135d00b79c4579c984ce0f4b6cdad0ef4e7ada1456 WHIRLPOOL 5b2a6211f213160effae4e53315a937d0503e3584deda85e185290d92b3296bc064e7031292306d3615256fa9fbbae3b39225df9fd7d708f4b5f2637938636e8
diff --git a/media-video/shotcut/shotcut-22.01.30.ebuild b/media-video/shotcut/shotcut-22.01.30.ebuild
deleted file mode 100644
index 288a54c..0000000
--- a/media-video/shotcut/shotcut-22.01.30.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qmake-utils xdg
-
-DESCRIPTION="A free, open source, cross-platform video editor"
-HOMEPAGE="https://www.shotcut.org/ https://github.com/mltframework/shotcut/"
-if [[ ${PV} != 9999* ]] ; then
- SRC_URI="https://github.com/mltframework/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-else
- inherit git-r3
- EGIT_REPO_URI="https://github.com/mltframework/shotcut/"
-fi
-
-IUSE="debug"
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-BDEPEND="
- dev-qt/linguist-tools:5
-"
-COMMON_DEPEND="
- dev-qt/qtcore:5
- dev-qt/qtdeclarative:5[widgets]
- dev-qt/qtgui:5
- dev-qt/qtmultimedia:5
- dev-qt/qtnetwork:5
- dev-qt/qtopengl:5
- dev-qt/qtprintsupport:5
- dev-qt/qtquickcontrols2:5
- dev-qt/qtsql:5
- dev-qt/qtwebsockets:5
- dev-qt/qtwidgets:5
- dev-qt/qtxml:5
- >=media-libs/mlt-7.2.0-r1[ffmpeg,frei0r,fftw(+),jack,opengl,qt5,sdl,xml]
- media-video/ffmpeg
-"
-DEPEND="${COMMON_DEPEND}
- dev-qt/qtconcurrent:5
- dev-qt/qtx11extras:5
-"
-RDEPEND="${COMMON_DEPEND}
- dev-qt/qtgraphicaleffects:5
- dev-qt/qtquickcontrols:5
- virtual/jack
-"
-
-src_configure() {
- local myqmakeargs=(
- PREFIX="${EPREFIX}/usr"
- SHOTCUT_VERSION="${PV}"
- DEFINES+=SHOTCUT_NOUPGRADE
- )
- use debug || myqmakeargs+=(DEFINES+=NDEBUG)
-
- eqmake5 "${myqmakeargs[@]}"
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install
- einstalldocs
-}
diff --git a/media-video/shotcut/shotcut-22.03.20.ebuild b/media-video/shotcut/shotcut-22.03.30.ebuild
index 31f8809..ab37d63 100644
--- a/media-video/shotcut/shotcut-22.03.20.ebuild
+++ b/media-video/shotcut/shotcut-22.03.30.ebuild
@@ -9,8 +9,7 @@ DESCRIPTION="A free, open source, cross-platform video editor"
HOMEPAGE="https://www.shotcut.org/ https://github.com/mltframework/shotcut/"
if [[ ${PV} != 9999* ]] ; then
SRC_URI="https://github.com/mltframework/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- # Unkeyworded while not officially released
- # KEYWORDS="amd64 arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
+ KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
else
inherit git-r3
EGIT_REPO_URI="https://github.com/mltframework/shotcut/"