From: "Piotr Karbowski" <slashbeast@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vidcutter/
Date: Sun, 14 Feb 2021 11:19:44 +0000 (UTC) [thread overview]
Message-ID: <1613301580.9dadca788a5a9e2bd06086344347fcedf5531aa4.slashbeast@gentoo> (raw)
commit: 9dadca788a5a9e2bd06086344347fcedf5531aa4
Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 14 11:17:27 2021 +0000
Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 11:19:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dadca78
media-video/vidcutter: 6.0.5 bump; deps adjusted; QA fixes; takeover.
Closes: https://bugs.gentoo.org/769398
Closes: https://bugs.gentoo.org/723378
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
media-video/vidcutter/Manifest | 1 +
media-video/vidcutter/metadata.xml | 4 ++++
.../vidcutter/{vidcutter-9999.ebuild => vidcutter-6.0.5.ebuild} | 7 ++++---
media-video/vidcutter/vidcutter-9999.ebuild | 7 ++++---
4 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/media-video/vidcutter/Manifest b/media-video/vidcutter/Manifest
index c00289ae0a1..b1fd4e1fb9a 100644
--- a/media-video/vidcutter/Manifest
+++ b/media-video/vidcutter/Manifest
@@ -1 +1,2 @@
DIST vidcutter-6.0.0.tar.gz 9877867 BLAKE2B 91f153222f37d452ed8af5c4f24e32790189f058b5cbb3c80f7805ed48b5e953bfeeb8be92f04e049384dc30f416d0ee603237b8a59a329b0bc0cd61bf0fdbe2 SHA512 9970d9918cca9a7681bc5ca8d8b5d16212cf3dad0f2bc3e9c6727340c340801696dcb7ff4e901c2c0a25b86e9cb165bb3f783c18b4a8fd5f4ddba8490a7fd7a0
+DIST vidcutter-6.0.5.tar.gz 9911435 BLAKE2B 2d901768064b7c3b7444289db84e8f8d6e179d915b04f870a6b397f0d905c6b4ecab0768d045a8c1aa43b3bf7bccb2dcd60e9c043595f2aaf857ce657ec997f8 SHA512 b4a0e0cc3132038e9216f05117768695ba30840f04251c60561b7555cde9064efcf12440c801c834c2160d5b5acad011dc31055d9547269a5689361c875bca80
diff --git a/media-video/vidcutter/metadata.xml b/media-video/vidcutter/metadata.xml
index a56d19341fb..2f18a1a2d89 100644
--- a/media-video/vidcutter/metadata.xml
+++ b/media-video/vidcutter/metadata.xml
@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <maintainer type="person">
+ <email>slashbeast@gentoo.org</email>
+ <name>Piotr Karbowski</name>
+ </maintainer>
<maintainer type="person">
<email>zerochaos@gentoo.org</email>
<name>Rick Farina</name>
diff --git a/media-video/vidcutter/vidcutter-9999.ebuild b/media-video/vidcutter/vidcutter-6.0.5.ebuild
similarity index 83%
copy from media-video/vidcutter/vidcutter-9999.ebuild
copy to media-video/vidcutter/vidcutter-6.0.5.ebuild
index 399c8d2dceb..95923c5ef0a 100644
--- a/media-video/vidcutter/vidcutter-9999.ebuild
+++ b/media-video/vidcutter/vidcutter-6.0.5.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7,8} )
-inherit distutils-r1
+inherit distutils-r1 xdg
DESCRIPTION="FFmpeg-based simple video cutter & joiner with a modern PyQt5 GUI"
HOMEPAGE="http://vidcutter.ozmartians.com https://github.com/ozmartian/vidcutter"
@@ -27,7 +27,8 @@ DEPEND="
>=media-video/mpv-0.25[libmpv]
"
RDEPEND="${DEPEND}
- >=dev-python/PyQt5-5.7[dbus,multimedia,${PYTHON_USEDEP}]
+ >=dev-python/PyQt5-5.7[dbus,multimedia,widgets,${PYTHON_USEDEP}]
+ dev-python/pyopengl[${PYTHON_USEDEP}]
media-video/ffmpeg[X,encode]
media-video/mediainfo"
BDEPEND="
diff --git a/media-video/vidcutter/vidcutter-9999.ebuild b/media-video/vidcutter/vidcutter-9999.ebuild
index 399c8d2dceb..95923c5ef0a 100644
--- a/media-video/vidcutter/vidcutter-9999.ebuild
+++ b/media-video/vidcutter/vidcutter-9999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7,8} )
-inherit distutils-r1
+inherit distutils-r1 xdg
DESCRIPTION="FFmpeg-based simple video cutter & joiner with a modern PyQt5 GUI"
HOMEPAGE="http://vidcutter.ozmartians.com https://github.com/ozmartian/vidcutter"
@@ -27,7 +27,8 @@ DEPEND="
>=media-video/mpv-0.25[libmpv]
"
RDEPEND="${DEPEND}
- >=dev-python/PyQt5-5.7[dbus,multimedia,${PYTHON_USEDEP}]
+ >=dev-python/PyQt5-5.7[dbus,multimedia,widgets,${PYTHON_USEDEP}]
+ dev-python/pyopengl[${PYTHON_USEDEP}]
media-video/ffmpeg[X,encode]
media-video/mediainfo"
BDEPEND="
next reply other threads:[~2021-02-14 11:19 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-14 11:19 Piotr Karbowski [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-11 9:04 [gentoo-commits] repo/gentoo:master commit in: media-video/vidcutter/ Ionen Wolkens
2023-08-19 22:40 Rick Farina
2023-05-01 10:42 Sam James
2023-04-19 11:52 Sam James
2023-02-18 20:04 Piotr Karbowski
2022-11-07 19:30 Ionen Wolkens
2022-07-05 17:54 Sam James
2022-07-05 17:54 Sam James
2022-06-30 20:22 Piotr Karbowski
2022-06-30 20:14 Piotr Karbowski
2021-09-27 21:18 Piotr Karbowski
2021-02-15 3:03 Rick Farina
2020-10-24 10:01 Michał Górny
2020-05-14 15:57 Rick Farina
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1613301580.9dadca788a5a9e2bd06086344347fcedf5531aa4.slashbeast@gentoo \
--to=slashbeast@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox