summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-09-05 11:00:51 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-09-06 18:45:38 +0200
commitf1f972081cf63a443a52d22fda619feb9bb5a01d (patch)
treeda899e01c552f620bb07b413eb8c908d1b0377cf /media-video/shotcut
parentapp-crypt/qca: Drop 2.3.0 (diff)
downloadgentoo-f1f972081cf63a443a52d22fda619feb9bb5a01d.tar.gz
gentoo-f1f972081cf63a443a52d22fda619feb9bb5a01d.tar.bz2
gentoo-f1f972081cf63a443a52d22fda619feb9bb5a01d.zip
media-video/shotcut: Drop 19.12.31 and 20.06.28
Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-video/shotcut')
-rw-r--r--media-video/shotcut/Manifest2
-rw-r--r--media-video/shotcut/files/shotcut-20.06.28-desktop-file-validate.patch26
-rw-r--r--media-video/shotcut/shotcut-19.12.31.ebuild65
-rw-r--r--media-video/shotcut/shotcut-20.06.28.ebuild69
4 files changed, 0 insertions, 162 deletions
diff --git a/media-video/shotcut/Manifest b/media-video/shotcut/Manifest
index c2b86035b9d6..6d5634b35058 100644
--- a/media-video/shotcut/Manifest
+++ b/media-video/shotcut/Manifest
@@ -1,3 +1 @@
-DIST shotcut-19.12.31.tar.gz 5475620 BLAKE2B 47fd90ddf40da3c08d3dab31b7170b02aab2f3e6b9d3d7446d53192c04b22b7e053cffe21632f1370d699ff00dca0d057f9a49d29ddeb225f039104abbc8ddee SHA512 714d5b3e184e9d0786bc64635e51fd61570e0404c0ebf0fa5c8a12cb85c9091c75ac61e4963bd400b5722f310ae590b2c2d83aa4cd7acbcb53545f224f0ca766
-DIST shotcut-20.06.28.tar.gz 5797885 BLAKE2B 3f241d6bbe4a89410a2e96ec8bde9446ee88c452ee76f77e4d145f44a37c0d5d116f43e4d0e844b5a112998317f3378c84819bd63c9a02a5aff30338859340b6 SHA512 cd9b96ca467c669138902a94975a5f23baa266b1eb92de0b0446e6f6616a9927aac430c6bd41c4f00de4e5b6d99bfbdf074d339f98ef219a38e3572d8670d78b
DIST shotcut-20.07.11.tar.gz 5801379 BLAKE2B 93f91fc0d31583e2f53576a7c768e9c0330da07ebcacf1a9d66020a826bbff430fc6032c48f288936ac14f8eaf5a592297c818c72bdde73253a90cc6ce304655 SHA512 8590855f252dbf1a1e4aed078da93ea730e4dec2c67420f57babf59e37a8f4d76c808a14872ae68fa400e5057e9be9d42c567c4f0db3e869eefd5115b814d30b
diff --git a/media-video/shotcut/files/shotcut-20.06.28-desktop-file-validate.patch b/media-video/shotcut/files/shotcut-20.06.28-desktop-file-validate.patch
deleted file mode 100644
index 61b29f298d77..000000000000
--- a/media-video/shotcut/files/shotcut-20.06.28-desktop-file-validate.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From e4f9128a5580ed53b62640a3a754d8fc58d04337 Mon Sep 17 00:00:00 2001
-From: Henrik Pihl <ahvenas@gmail.com>
-Date: Sat, 11 Jul 2020 11:43:50 +0300
-Subject: [PATCH] Update org.shotcut.Shotcut.desktop
-
-XDG standards tell that comment fields in the desktop files shouldn't be redundant. My Russian and French aren't good enough to replace those fields with something else.
----
- packaging/linux/org.shotcut.Shotcut.desktop | 4 +---
- 1 file changed, 1 insertion(+), 3 deletions(-)
-
-diff --git a/packaging/linux/org.shotcut.Shotcut.desktop b/packaging/linux/org.shotcut.Shotcut.desktop
-index a9cf44da2..c5a4eff9e 100644
---- a/packaging/linux/org.shotcut.Shotcut.desktop
-+++ b/packaging/linux/org.shotcut.Shotcut.desktop
-@@ -5,10 +5,8 @@ GenericName=Video Editor
- GenericName[de]=Video-Bearbeitungsprogramm
- GenericName[fr]=Logiciel de montage vidéo
- GenericName[ru]=Видеоредактор
--Comment=Video Editor
-+Comment=Shotcut is a free, open source, cross-platform video editor.
- Comment[de]=Programm zum Bearbeiten und Abspielen von Videodateien.
--Comment[fr]=Logiciel de montage vidéo
--Comment[ru]=Видеоредактор
- Exec=shotcut %F
- Icon=org.shotcut.Shotcut
- Terminal=false
diff --git a/media-video/shotcut/shotcut-19.12.31.ebuild b/media-video/shotcut/shotcut-19.12.31.ebuild
deleted file mode 100644
index caace2355100..000000000000
--- a/media-video/shotcut/shotcut-19.12.31.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic qmake-utils xdg
-
-DESCRIPTION="A free, open source, cross-platform video editor"
-HOMEPAGE="https://www.shotcut.org/ https://github.com/mltframework/shotcut/"
-SRC_URI="https://github.com/mltframework/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-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/qtsql:5
- dev-qt/qtwebkit:5
- dev-qt/qtwebsockets:5
- dev-qt/qtwidgets:5
- dev-qt/qtxml:5
- >=media-libs/mlt-6.18.0[ffmpeg,frei0r,jack,qt5,sdl,xml]
- media-libs/webvfx
- 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_prepare() {
- default
-
- sed -i -e '/QT.*private/d' \
- src/src.pro || die
-}
-
-src_configure() {
- append-cxxflags -Wno-deprecated-declarations
-
- eqmake5 \
- PREFIX="${EPREFIX}/usr" \
- SHOTCUT_VERSION="${PV}"
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install
- einstalldocs
-}
diff --git a/media-video/shotcut/shotcut-20.06.28.ebuild b/media-video/shotcut/shotcut-20.06.28.ebuild
deleted file mode 100644
index 40181162303e..000000000000
--- a/media-video/shotcut/shotcut-20.06.28.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic qmake-utils xdg
-
-DESCRIPTION="A free, open source, cross-platform video editor"
-HOMEPAGE="https://www.shotcut.org/ https://github.com/mltframework/shotcut/"
-SRC_URI="https://github.com/mltframework/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-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/qtsql:5
- dev-qt/qtwebkit:5
- dev-qt/qtwebsockets:5
- dev-qt/qtwidgets:5
- dev-qt/qtxml:5
- >=media-libs/mlt-6.18.0[ffmpeg,frei0r,jack,qt5,sdl,xml]
- media-libs/webvfx
- 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
-"
-
-PATCHES=(
- "${FILESDIR}/${P}-desktop-file-validate.patch"
-)
-
-src_prepare() {
- default
-
- sed -i -e '/QT.*private/d' \
- src/src.pro || die
-}
-
-src_configure() {
- append-cxxflags -Wno-deprecated-declarations
-
- eqmake5 \
- PREFIX="${EPREFIX}/usr" \
- SHOTCUT_VERSION="${PV}"
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install
- einstalldocs
-}