summaryrefslogtreecommitdiff
path: root/media-video
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-02-17 14:53:19 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-02-17 14:53:19 +0000
commitb4a0b6f709c23dc9a7ddfd997ef13498b6739d17 (patch)
tree3bcf4a9c982294f78bd4b59ac8b4eac1eeb291f9 /media-video
parent1ccfc2a524e8d959266a1c7cc96079068c56e0c4 (diff)
media-video/vidcutter : use the ebuild from ::gentoo
Diffstat (limited to 'media-video')
-rw-r--r--media-video/vidcutter/Manifest1
-rw-r--r--media-video/vidcutter/vidcutter-6.0.0-r10.ebuild40
2 files changed, 0 insertions, 41 deletions
diff --git a/media-video/vidcutter/Manifest b/media-video/vidcutter/Manifest
deleted file mode 100644
index c00289ae..00000000
--- a/media-video/vidcutter/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST vidcutter-6.0.0.tar.gz 9877867 BLAKE2B 91f153222f37d452ed8af5c4f24e32790189f058b5cbb3c80f7805ed48b5e953bfeeb8be92f04e049384dc30f416d0ee603237b8a59a329b0bc0cd61bf0fdbe2 SHA512 9970d9918cca9a7681bc5ca8d8b5d16212cf3dad0f2bc3e9c6727340c340801696dcb7ff4e901c2c0a25b86e9cb165bb3f783c18b4a8fd5f4ddba8490a7fd7a0
diff --git a/media-video/vidcutter/vidcutter-6.0.0-r10.ebuild b/media-video/vidcutter/vidcutter-6.0.0-r10.ebuild
deleted file mode 100644
index c0154be5..00000000
--- a/media-video/vidcutter/vidcutter-6.0.0-r10.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="FFmpeg-based simple video cutter & joiner with a modern PyQt5 GUI"
-HOMEPAGE="http://vidcutter.ozmartians.com https://github.com/ozmartian/vidcutter"
-
-if [[ ${PV} == 9999 ]];then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/ozmartian/vidcutter"
- KEYWORDS=""
-else
- SRC_URI="https://github.com/ozmartian/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-python/pyopengl[${PYTHON_USEDEP}]
- >=media-video/mpv-0.25[libmpv]
-"
-RDEPEND="${DEPEND}
- >=dev-python/PyQt5-5.7[dbus,multimedia,${PYTHON_USEDEP}]
- media-video/mediainfo
- media-video/ffmpeg[X,encode]"
-BDEPEND="
- ${PYTHON_DEPS}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-src_install() {
- distutils-r1_src_install
- mv "${ED}/usr/share/doc/${PN}" "${ED}/usr/share/doc/${P}"
-}