public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vidcutter/
Date: Fri, 09 May 2025 12:09:52 +0000 (UTC)	[thread overview]
Message-ID: <1746792548.ad2d0a7aeac8d24c78b211e4abcbdbba01c6d6fb.pacho@gentoo> (raw)

commit:     ad2d0a7aeac8d24c78b211e4abcbdbba01c6d6fb
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri May  9 12:06:21 2025 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri May  9 12:09:08 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad2d0a7a

media-video/vidcutter: add 6.0.5.1_p20250419

Compatible with python 3.13

Thanks-to: Bill Prendergast
Bug: https://bugs.gentoo.org/929679
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 media-video/vidcutter/Manifest                     |  1 +
 .../vidcutter/vidcutter-6.0.5.1_p20250419.ebuild   | 54 ++++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/media-video/vidcutter/Manifest b/media-video/vidcutter/Manifest
index 70fa9d50e525..07775d7b6d6b 100644
--- a/media-video/vidcutter/Manifest
+++ b/media-video/vidcutter/Manifest
@@ -1 +1,2 @@
 DIST vidcutter-6.0.5.1_p20230201.tar.gz 9858362 BLAKE2B da10506810f93f5635a364d35f293a2c587455ee5c29cf28c0636b7441e330e6ab70385c22d9da914a22c71fed9f6d13688bcac9106d4430e5820fdd2b377d28 SHA512 1b355db77f4e78ade6c0553441d9b60739209fde74db6d9f0be3613e31f99806c94f33bf40912a43106dfc77bde09a54768d5786e06116af3dae2f9851823041
+DIST vidcutter-6.0.5.1_p20250419.tar.gz 9905936 BLAKE2B c64cb1a85b6d131c05922740de5929f67f64ddcb5533c8d4b3b9cbd19cef3b2fdf5c0cc63999ffb316c9ad4e06155fd179cc7cfeca02dd5ee790fec98a35a511 SHA512 c00034800f533137c4d2299d956b41600590cabce1f9c848b832d74b7e37982586741f8c9856199a5c9a92c2d1faca9e585d0df05dd713923eaf97b0006cd41e

diff --git a/media-video/vidcutter/vidcutter-6.0.5.1_p20250419.ebuild b/media-video/vidcutter/vidcutter-6.0.5.1_p20250419.ebuild
new file mode 100644
index 000000000000..7736f92199de
--- /dev/null
+++ b/media-video/vidcutter/vidcutter-6.0.5.1_p20250419.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_EXT=1
+
+inherit distutils-r1 xdg
+
+MY_COMMIT="db6818f11bbb4d5598dfc5ceeddf7f81c7078499"
+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"
+else
+	SRC_URI="https://github.com/ozmartian/${PN}/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+S="${WORKDIR}/${PN}-${MY_COMMIT}"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+LICENSE="GPL-3"
+SLOT="0"
+
+DEPEND="
+	>=media-video/mpv-0.25:=[libmpv]
+"
+RDEPEND="${DEPEND}
+	>=dev-python/pyqt5-5.7[dbus,multimedia,widgets,${PYTHON_USEDEP}]
+	dev-python/pyopengl[${PYTHON_USEDEP}]
+	media-video/ffmpeg[X,encode(+)]
+	media-video/mediainfo
+"
+BDEPEND="
+	${PYTHON_DEPS}
+	dev-python/cython[${PYTHON_USEDEP}]
+	dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+	# https://bugs.gentoo.org/929679
+	rm vidcutter/libs/pympv/mpv.c || die
+	distutils-r1_python_prepare_all
+}
+
+src_install() {
+	distutils-r1_src_install
+	mv "${ED}"/usr/share/doc/{${PN},${PF}} || die
+}


             reply	other threads:[~2025-05-09 12:09 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-09 12:09 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-08  5:22 [gentoo-commits] repo/gentoo:master commit in: media-video/vidcutter/ Sam James
2025-09-08  5:22 Sam James
2025-05-09 12:09 Pacho Ramos
2025-03-11  9:04 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
2021-02-14 11:19 Piotr Karbowski
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=1746792548.ad2d0a7aeac8d24c78b211e4abcbdbba01c6d6fb.pacho@gentoo \
    --to=pacho@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