public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: media-video/ffsubsync/
@ 2021-07-26  9:53 Nicola Smaniotto
  0 siblings, 0 replies; 14+ messages in thread
From: Nicola Smaniotto @ 2021-07-26  9:53 UTC (permalink / raw
  To: gentoo-commits

commit:     52fd2bb7900eda245e3698b97e3fd21bcfd9ffbc
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Mon Jul 26 09:51:23 2021 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Mon Jul 26 09:52:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=52fd2bb7

media-video/ffsubsync: new package (0.4.11)

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 media-video/ffsubsync/Manifest                |  1 +
 media-video/ffsubsync/ffsubsync-0.4.11.ebuild | 30 +++++++++++++++++++++++++++
 media-video/ffsubsync/metadata.xml            |  8 +++++++
 3 files changed, 39 insertions(+)

diff --git a/media-video/ffsubsync/Manifest b/media-video/ffsubsync/Manifest
new file mode 100644
index 000000000..2a956b359
--- /dev/null
+++ b/media-video/ffsubsync/Manifest
@@ -0,0 +1 @@
+DIST ffsubsync-0.4.11.tar.gz 3818585 BLAKE2B 2f17da90306b4060553508b445c59eff4d73dfebf57754924a0836d791054a41e5f84e34813d85ea528136d8d1c64e71dd41e843b752015b9de6fac1edb38689 SHA512 decb4ff110c723228271961692bb12eac12c0e8c7b574d23d22fe760f0bcee3ad44811ce8ef8a7ee03a68ae9d15721ede363e6b0389ff44d48f521b045489ccb

diff --git a/media-video/ffsubsync/ffsubsync-0.4.11.ebuild b/media-video/ffsubsync/ffsubsync-0.4.11.ebuild
new file mode 100644
index 000000000..4edbd7da7
--- /dev/null
+++ b/media-video/ffsubsync/ffsubsync-0.4.11.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Automagically syncronize subtitles with video"
+HOMEPAGE="https://github.com/smacke/ffsubsync"
+SRC_URI="https://github.com/smacke/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-python/auditok[${PYTHON_USEDEP}]
+	dev-python/argparse[${PYTHON_USEDEP}]
+	dev-python/cchardet[${PYTHON_USEDEP}]
+	dev-python/ffmpeg-python[${PYTHON_USEDEP}]
+	dev-python/future[${PYTHON_USEDEP}]
+	>=dev-python/numpy-1.12.0[${PYTHON_USEDEP}]
+	>=dev-python/pysubs2-1.2.0[${PYTHON_USEDEP}]
+	dev-python/rich[${PYTHON_USEDEP}]
+	dev-python/six[${PYTHON_USEDEP}]
+	>=dev-python/srt-3.0.0[${PYTHON_USEDEP}]
+	dev-python/tqdm[${PYTHON_USEDEP}]
+	dev-python/webrtcvad[${PYTHON_USEDEP}]
+	"

diff --git a/media-video/ffsubsync/metadata.xml b/media-video/ffsubsync/metadata.xml
new file mode 100644
index 000000000..cbe3c6a53
--- /dev/null
+++ b/media-video/ffsubsync/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+	<maintainer type="person">
+		<email>smaniotto.nicola@gmail.com</email>
+		<name>Nicola Smaniotto</name>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: media-video/ffsubsync/
@ 2021-07-28 13:51 Nicola Smaniotto
  0 siblings, 0 replies; 14+ messages in thread
From: Nicola Smaniotto @ 2021-07-28 13:51 UTC (permalink / raw
  To: gentoo-commits

commit:     aab16087fee871d3cbc09ecd8cc4ca6394f8c4f9
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Wed Jul 28 13:51:09 2021 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Wed Jul 28 13:51:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aab16087

media-video/ffsubsync: add 0.4.11 tests

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 media-video/ffsubsync/ffsubsync-0.4.11.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/media-video/ffsubsync/ffsubsync-0.4.11.ebuild b/media-video/ffsubsync/ffsubsync-0.4.11.ebuild
index 4edbd7da7..a4cc9bbc7 100644
--- a/media-video/ffsubsync/ffsubsync-0.4.11.ebuild
+++ b/media-video/ffsubsync/ffsubsync-0.4.11.ebuild
@@ -28,3 +28,5 @@ RDEPEND="
 	dev-python/tqdm[${PYTHON_USEDEP}]
 	dev-python/webrtcvad[${PYTHON_USEDEP}]
 	"
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: media-video/ffsubsync/
@ 2021-11-12 13:29 Nicola Smaniotto
  0 siblings, 0 replies; 14+ messages in thread
From: Nicola Smaniotto @ 2021-11-12 13:29 UTC (permalink / raw
  To: gentoo-commits

commit:     1eea9e6ad97391e2522a8562f75a8d2e5e51a69c
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Fri Nov 12 13:29:13 2021 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Fri Nov 12 13:29:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1eea9e6a

media-video/ffsubsync: fix 0.4.19 dependencies

Closes: https://bugs.gentoo.org/823074
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 media-video/ffsubsync/ffsubsync-0.4.19.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-video/ffsubsync/ffsubsync-0.4.19.ebuild b/media-video/ffsubsync/ffsubsync-0.4.19.ebuild
index ec84e2212..64efde2d7 100644
--- a/media-video/ffsubsync/ffsubsync-0.4.19.ebuild
+++ b/media-video/ffsubsync/ffsubsync-0.4.19.ebuild
@@ -26,6 +26,7 @@ RDEPEND="
 	>=dev-python/srt-3.0.0[${PYTHON_USEDEP}]
 	dev-python/tqdm[${PYTHON_USEDEP}]
 	dev-python/webrtcvad[${PYTHON_USEDEP}]
+	dev-python/typing-extensions[${PYTHON_USEDEP}]
 "
 
 PATCHES=(


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: media-video/ffsubsync/
@ 2022-01-08  9:37 Nicola Smaniotto
  0 siblings, 0 replies; 14+ messages in thread
From: Nicola Smaniotto @ 2022-01-08  9:37 UTC (permalink / raw
  To: gentoo-commits

commit:     bb26c22233c1836a2dc0944ba2dee5341babd2b0
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Sat Jan  8 09:36:12 2022 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Sat Jan  8 09:37:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bb26c222

media-video/ffsubsync: bump to 0.4.20

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 media-video/ffsubsync/Manifest                |  1 +
 media-video/ffsubsync/ffsubsync-0.4.20.ebuild | 36 +++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/media-video/ffsubsync/Manifest b/media-video/ffsubsync/Manifest
index 5efc8004f..71ae3da30 100644
--- a/media-video/ffsubsync/Manifest
+++ b/media-video/ffsubsync/Manifest
@@ -1,2 +1,3 @@
 DIST ffsubsync-0.4.18.tar.gz 3821259 BLAKE2B 79c1d7ed1316b1c91f23de442988c0234c89f3f51a605f3982aa32c880f2bb33f0bd280906d3b2ea3c3f9de4b1453b0c053b16cd382ee55ea24f692f81b6cd04 SHA512 be3243b8a24c163509f519105e509a26e8fac76ba2305b07c413ade1c645043bc90f9d0c862f346d911e5897bc1b97f5c34d9c210146df0aab24345b0541204b
 DIST ffsubsync-0.4.19.tar.gz 3821580 BLAKE2B 0e34ab0c4426dc6c0319cd3ccee9ade3b1ebef5bf807511d96cd08a9e492d3e2f7220eb4c3bf80815643b52b0f23d44c04d014f909685e9d999ca5df25cfca12 SHA512 48b1810afa4f081a08932d85cdebbfba46de2adc452085d3191576a3b34c921145e6911508d09e4485b31e8ddfceeb5e8b9aaf1ee24d23a46608b4cba09fd4a7
+DIST ffsubsync-0.4.20.tar.gz 3822275 BLAKE2B e2e0bd6ef2bf1fa9ad2704a1e7bfb7121437661efef6eaf82e7db64313be03458944604c01ae4f556b5731ced5ea68ed6e854354b4431e901e6e2c7cc3245af9 SHA512 b3c597c26531fdd9e5ab9984596d441bf04d17dd78f4ead922c947ca86b84694c0ee77a5d41b85e5662b1fcc84f0f584019de22d41ec265812b0e45852fc4f0f

diff --git a/media-video/ffsubsync/ffsubsync-0.4.20.ebuild b/media-video/ffsubsync/ffsubsync-0.4.20.ebuild
new file mode 100644
index 000000000..10ea9c34a
--- /dev/null
+++ b/media-video/ffsubsync/ffsubsync-0.4.20.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Automagically syncronize subtitles with video"
+HOMEPAGE="https://github.com/smacke/ffsubsync"
+SRC_URI="https://github.com/smacke/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-python/auditok[${PYTHON_USEDEP}]
+	dev-python/cchardet[${PYTHON_USEDEP}]
+	dev-python/ffmpeg-python[${PYTHON_USEDEP}]
+	>=dev-python/numpy-1.12.0[${PYTHON_USEDEP}]
+	>=dev-python/pysubs2-1.2.0[${PYTHON_USEDEP}]
+	dev-python/rich[${PYTHON_USEDEP}]
+	dev-python/six[${PYTHON_USEDEP}]
+	>=dev-python/srt-3.0.0[${PYTHON_USEDEP}]
+	dev-python/tqdm[${PYTHON_USEDEP}]
+	dev-python/webrtcvad[${PYTHON_USEDEP}]
+	dev-python/typing-extensions[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+	sed "/argparse/d" -i requirements.txt || die
+	distutils-r1_python_prepare_all
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: media-video/ffsubsync/
@ 2022-01-10 21:42 Nicola Smaniotto
  0 siblings, 0 replies; 14+ messages in thread
From: Nicola Smaniotto @ 2022-01-10 21:42 UTC (permalink / raw
  To: gentoo-commits

commit:     05800bc8ab5b96e444b9f5684841a2289dee01af
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Mon Jan 10 21:42:11 2022 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Mon Jan 10 21:42:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=05800bc8

media-video/ffsubsync: fix 0.4.20 dependencies

The package still needs the module "past"

Closes: https://bugs.gentoo.org/830929
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 media-video/ffsubsync/ffsubsync-0.4.20.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-video/ffsubsync/ffsubsync-0.4.20.ebuild b/media-video/ffsubsync/ffsubsync-0.4.20.ebuild
index 10ea9c34a..f6478d6a1 100644
--- a/media-video/ffsubsync/ffsubsync-0.4.20.ebuild
+++ b/media-video/ffsubsync/ffsubsync-0.4.20.ebuild
@@ -18,6 +18,7 @@ RDEPEND="
 	dev-python/auditok[${PYTHON_USEDEP}]
 	dev-python/cchardet[${PYTHON_USEDEP}]
 	dev-python/ffmpeg-python[${PYTHON_USEDEP}]
+	dev-python/future[${PYTHON_USEDEP}]
 	>=dev-python/numpy-1.12.0[${PYTHON_USEDEP}]
 	>=dev-python/pysubs2-1.2.0[${PYTHON_USEDEP}]
 	dev-python/rich[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: media-video/ffsubsync/
@ 2022-04-21  9:41 Nicola Smaniotto
  0 siblings, 0 replies; 14+ messages in thread
From: Nicola Smaniotto @ 2022-04-21  9:41 UTC (permalink / raw
  To: gentoo-commits

commit:     36f0c6ed68b86abf68e802c1167a00e98a4a8f17
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Thu Apr 21 09:39:58 2022 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Thu Apr 21 09:40:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=36f0c6ed

media-video/ffsubsync: pin auditok to 0.1.5

Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 media-video/ffsubsync/ffsubsync-0.4.18.ebuild | 2 +-
 media-video/ffsubsync/ffsubsync-0.4.19.ebuild | 2 +-
 media-video/ffsubsync/ffsubsync-0.4.20.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-video/ffsubsync/ffsubsync-0.4.18.ebuild b/media-video/ffsubsync/ffsubsync-0.4.18.ebuild
index ec84e2212..2ca40ac46 100644
--- a/media-video/ffsubsync/ffsubsync-0.4.18.ebuild
+++ b/media-video/ffsubsync/ffsubsync-0.4.18.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 RDEPEND="
-	dev-python/auditok[${PYTHON_USEDEP}]
+	~dev-python/auditok-0.1.5[${PYTHON_USEDEP}]
 	dev-python/cchardet[${PYTHON_USEDEP}]
 	dev-python/ffmpeg-python[${PYTHON_USEDEP}]
 	dev-python/future[${PYTHON_USEDEP}]

diff --git a/media-video/ffsubsync/ffsubsync-0.4.19.ebuild b/media-video/ffsubsync/ffsubsync-0.4.19.ebuild
index 64efde2d7..bcd9f94f9 100644
--- a/media-video/ffsubsync/ffsubsync-0.4.19.ebuild
+++ b/media-video/ffsubsync/ffsubsync-0.4.19.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 RDEPEND="
-	dev-python/auditok[${PYTHON_USEDEP}]
+	~dev-python/auditok-0.1.5[${PYTHON_USEDEP}]
 	dev-python/cchardet[${PYTHON_USEDEP}]
 	dev-python/ffmpeg-python[${PYTHON_USEDEP}]
 	dev-python/future[${PYTHON_USEDEP}]

diff --git a/media-video/ffsubsync/ffsubsync-0.4.20.ebuild b/media-video/ffsubsync/ffsubsync-0.4.20.ebuild
index f6478d6a1..ece7c5452 100644
--- a/media-video/ffsubsync/ffsubsync-0.4.20.ebuild
+++ b/media-video/ffsubsync/ffsubsync-0.4.20.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 RDEPEND="
-	dev-python/auditok[${PYTHON_USEDEP}]
+	~dev-python/auditok-0.1.5[${PYTHON_USEDEP}]
 	dev-python/cchardet[${PYTHON_USEDEP}]
 	dev-python/ffmpeg-python[${PYTHON_USEDEP}]
 	dev-python/future[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: media-video/ffsubsync/
@ 2022-04-21 11:30 Nicola Smaniotto
  0 siblings, 0 replies; 14+ messages in thread
From: Nicola Smaniotto @ 2022-04-21 11:30 UTC (permalink / raw
  To: gentoo-commits

commit:     c6f2a3acf4e2bebdcc6c4328ffd1f22fda99608f
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Thu Apr 21 11:28:12 2022 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Thu Apr 21 11:28:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c6f2a3ac

media-video/ffsubsync: revbump all versions

Ref: https://github.com/gentoo/guru/commit/36f0c6ed68b86abf68e802c1167a00e98a4a8f17#r71801389

Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 .../ffsubsync/{ffsubsync-0.4.18.ebuild => ffsubsync-0.4.18-r1.ebuild}     | 0
 .../ffsubsync/{ffsubsync-0.4.19.ebuild => ffsubsync-0.4.19-r1.ebuild}     | 0
 .../ffsubsync/{ffsubsync-0.4.20.ebuild => ffsubsync-0.4.20-r1.ebuild}     | 0
 3 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/media-video/ffsubsync/ffsubsync-0.4.18.ebuild b/media-video/ffsubsync/ffsubsync-0.4.18-r1.ebuild
similarity index 100%
rename from media-video/ffsubsync/ffsubsync-0.4.18.ebuild
rename to media-video/ffsubsync/ffsubsync-0.4.18-r1.ebuild

diff --git a/media-video/ffsubsync/ffsubsync-0.4.19.ebuild b/media-video/ffsubsync/ffsubsync-0.4.19-r1.ebuild
similarity index 100%
rename from media-video/ffsubsync/ffsubsync-0.4.19.ebuild
rename to media-video/ffsubsync/ffsubsync-0.4.19-r1.ebuild

diff --git a/media-video/ffsubsync/ffsubsync-0.4.20.ebuild b/media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild
similarity index 100%
rename from media-video/ffsubsync/ffsubsync-0.4.20.ebuild
rename to media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: media-video/ffsubsync/
@ 2022-04-24  9:20 Nicola Smaniotto
  0 siblings, 0 replies; 14+ messages in thread
From: Nicola Smaniotto @ 2022-04-24  9:20 UTC (permalink / raw
  To: gentoo-commits

commit:     4fbca37fafeb7e17654cbbff71eead12ea235dcf
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Sun Apr 24 09:15:53 2022 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Sun Apr 24 09:20:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4fbca37f

media-video/ffsubsync: update Manifest

Closes: https://bugs.gentoo.org/840371
Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 media-video/ffsubsync/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/ffsubsync/Manifest b/media-video/ffsubsync/Manifest
index 71ae3da30..9cd2b1095 100644
--- a/media-video/ffsubsync/Manifest
+++ b/media-video/ffsubsync/Manifest
@@ -1,3 +1,3 @@
 DIST ffsubsync-0.4.18.tar.gz 3821259 BLAKE2B 79c1d7ed1316b1c91f23de442988c0234c89f3f51a605f3982aa32c880f2bb33f0bd280906d3b2ea3c3f9de4b1453b0c053b16cd382ee55ea24f692f81b6cd04 SHA512 be3243b8a24c163509f519105e509a26e8fac76ba2305b07c413ade1c645043bc90f9d0c862f346d911e5897bc1b97f5c34d9c210146df0aab24345b0541204b
 DIST ffsubsync-0.4.19.tar.gz 3821580 BLAKE2B 0e34ab0c4426dc6c0319cd3ccee9ade3b1ebef5bf807511d96cd08a9e492d3e2f7220eb4c3bf80815643b52b0f23d44c04d014f909685e9d999ca5df25cfca12 SHA512 48b1810afa4f081a08932d85cdebbfba46de2adc452085d3191576a3b34c921145e6911508d09e4485b31e8ddfceeb5e8b9aaf1ee24d23a46608b4cba09fd4a7
-DIST ffsubsync-0.4.20.tar.gz 3822275 BLAKE2B e2e0bd6ef2bf1fa9ad2704a1e7bfb7121437661efef6eaf82e7db64313be03458944604c01ae4f556b5731ced5ea68ed6e854354b4431e901e6e2c7cc3245af9 SHA512 b3c597c26531fdd9e5ab9984596d441bf04d17dd78f4ead922c947ca86b84694c0ee77a5d41b85e5662b1fcc84f0f584019de22d41ec265812b0e45852fc4f0f
+DIST ffsubsync-0.4.20.tar.gz 3822265 BLAKE2B e478f4ca0305353d43dbefbc220f7b29ae50a6bfbdadd7716703b72c202de759ffab07ab99f8af3fdc3172c6e5c4f528713ae1bc1db25c28c04d0f8484235755 SHA512 96898316daaf01f4d892ecf3b1907799d621d751acc9467d63837295d5498381acee1745c24bd20cc7b0e63e5dbd6e14d73ac08b1d6fae6f67531af00451209e


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: media-video/ffsubsync/
@ 2022-07-04 12:59 Ronny Gutbrod
  0 siblings, 0 replies; 14+ messages in thread
From: Ronny Gutbrod @ 2022-07-04 12:59 UTC (permalink / raw
  To: gentoo-commits

commit:     584196ea4ab7bdf65492c8e2212ce0e5b86d3985
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Mon Jul  4 12:22:39 2022 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Mon Jul  4 12:24:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=584196ea

media-video/ffsubsync: enable py3.10

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild b/media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild
index ece7c5452..53d3c9b10 100644
--- a/media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild
+++ b/media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: media-video/ffsubsync/
@ 2023-02-27 15:19 Nicola Smaniotto
  0 siblings, 0 replies; 14+ messages in thread
From: Nicola Smaniotto @ 2023-02-27 15:19 UTC (permalink / raw
  To: gentoo-commits

commit:     e7a01b6439c4d2e8ec4c7db0f19b414301e41207
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Mon Feb 27 15:12:28 2023 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Mon Feb 27 15:15:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e7a01b64

media-video/ffsubsync: enable py3.11

Closes: https://bugs.gentoo.org/897646
Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild | 2 +-
 media-video/ffsubsync/ffsubsync-0.4.22.ebuild    | 2 +-
 media-video/ffsubsync/ffsubsync-0.4.23.ebuild    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild b/media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild
index 53d3c9b10..93625aaeb 100644
--- a/media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild
+++ b/media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1
 

diff --git a/media-video/ffsubsync/ffsubsync-0.4.22.ebuild b/media-video/ffsubsync/ffsubsync-0.4.22.ebuild
index 736a3085e..6aa3e5cd1 100644
--- a/media-video/ffsubsync/ffsubsync-0.4.22.ebuild
+++ b/media-video/ffsubsync/ffsubsync-0.4.22.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1

diff --git a/media-video/ffsubsync/ffsubsync-0.4.23.ebuild b/media-video/ffsubsync/ffsubsync-0.4.23.ebuild
index 736a3085e..6aa3e5cd1 100644
--- a/media-video/ffsubsync/ffsubsync-0.4.23.ebuild
+++ b/media-video/ffsubsync/ffsubsync-0.4.23.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: media-video/ffsubsync/
@ 2023-06-02 15:02 Nicola Smaniotto
  0 siblings, 0 replies; 14+ messages in thread
From: Nicola Smaniotto @ 2023-06-02 15:02 UTC (permalink / raw
  To: gentoo-commits

commit:     085aad56d56e5bf60f16e9486cb5c1bc7a82e4a6
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Fri Jun  2 14:52:10 2023 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Fri Jun  2 14:52:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=085aad56

media-video/ffsubsync: add 0.4.25, drop 0.4.20-r1

Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 media-video/ffsubsync/Manifest                           |  2 +-
 ...fsubsync-0.4.20-r1.ebuild => ffsubsync-0.4.25.ebuild} | 16 +++++++---------
 2 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/media-video/ffsubsync/Manifest b/media-video/ffsubsync/Manifest
index ea0c796d7..48da11b3d 100644
--- a/media-video/ffsubsync/Manifest
+++ b/media-video/ffsubsync/Manifest
@@ -1,3 +1,3 @@
-DIST ffsubsync-0.4.20.tar.gz 3822265 BLAKE2B e478f4ca0305353d43dbefbc220f7b29ae50a6bfbdadd7716703b72c202de759ffab07ab99f8af3fdc3172c6e5c4f528713ae1bc1db25c28c04d0f8484235755 SHA512 96898316daaf01f4d892ecf3b1907799d621d751acc9467d63837295d5498381acee1745c24bd20cc7b0e63e5dbd6e14d73ac08b1d6fae6f67531af00451209e
 DIST ffsubsync-0.4.22.tar.gz 3822889 BLAKE2B 3df9e52b38fc3d25243924e5a0005fa2332c4bfed93dc5538446e17f197f578a60f28de41c0496be91c258286f321ac1f72589c923b77c807e10abcf1b3a75b4 SHA512 4d4ef4b1e4c99a7d8810f84a9b494632bc374e6a91db037d79f76495a77f5243a48428cdcf679db03968616ebe5c81c9fc5550160125910c3332b4f4afd3f728
 DIST ffsubsync-0.4.23.tar.gz 3823053 BLAKE2B 0ee91bb0cf634a651285be3e5edbdbc3fc799211d2a3c8a279a95426e3d944501874279e3b545b0d6b53ab1d25333e36aa785d0e379bb838fc4a35a40b94b212 SHA512 408f735b52f1a875cb18b11a2809df03dd5e905c7c25de21feead7fe17e95708ffa7bc5f24ddde909b5957160dbf7ff8981bbb8ba7f499bb2621de042236e1e4
+DIST ffsubsync-0.4.25.tar.gz 3823703 BLAKE2B 059b043c90002c596fdccafe4892edb0249387adc10eba265ccd7c05fd1ed013a7542921e2fd000de6de1d185916db23b1d0d49262835dbdf294a0ebb9fbb337 SHA512 18b95a83ee87d5b9c028375c4e7bf8409f18d1d425dc3d7907d8a1814ef3c3c0cea0f8460d1fe0e2ad700ca92f3a0e464017b48ffae00edd234ec342c4a6deee

diff --git a/media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild b/media-video/ffsubsync/ffsubsync-0.4.25.ebuild
similarity index 74%
rename from media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild
rename to media-video/ffsubsync/ffsubsync-0.4.25.ebuild
index 7da742d60..7a8049b00 100644
--- a/media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild
+++ b/media-video/ffsubsync/ffsubsync-0.4.25.ebuild
@@ -1,8 +1,9 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1
 
@@ -16,9 +17,11 @@ KEYWORDS="~amd64"
 
 RDEPEND="
 	~dev-python/auditok-0.1.5[${PYTHON_USEDEP}]
-	dev-python/cchardet[${PYTHON_USEDEP}]
+	dev-python/chardet[${PYTHON_USEDEP}]
+	dev-python/charset_normalizer[${PYTHON_USEDEP}]
+	dev-python/faust-cchardet[${PYTHON_USEDEP}]
 	dev-python/ffmpeg-python[${PYTHON_USEDEP}]
-	dev-python/future[${PYTHON_USEDEP}]
+	>=dev-python/future-0.18.2[${PYTHON_USEDEP}]
 	>=dev-python/numpy-1.12.0[${PYTHON_USEDEP}]
 	>=dev-python/pysubs2-1.2.0[${PYTHON_USEDEP}]
 	dev-python/rich[${PYTHON_USEDEP}]
@@ -30,8 +33,3 @@ RDEPEND="
 "
 
 distutils_enable_tests pytest
-
-python_prepare_all() {
-	sed "/argparse/d" -i requirements.txt || die
-	distutils-r1_python_prepare_all
-}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: media-video/ffsubsync/
@ 2023-06-08  9:08 Nicola Smaniotto
  0 siblings, 0 replies; 14+ messages in thread
From: Nicola Smaniotto @ 2023-06-08  9:08 UTC (permalink / raw
  To: gentoo-commits

commit:     47a3a59f931b63fdc6c27d81fc4bfc36e988564e
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Thu Jun  8 09:07:32 2023 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Thu Jun  8 09:08:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=47a3a59f

media-video/ffsubsync: add github upstream metadata

Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 media-video/ffsubsync/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/media-video/ffsubsync/metadata.xml b/media-video/ffsubsync/metadata.xml
index be3f1030e..e72fd8ae7 100644
--- a/media-video/ffsubsync/metadata.xml
+++ b/media-video/ffsubsync/metadata.xml
@@ -5,4 +5,7 @@
 		<email>smaniotto.nicola@gmail.com</email>
 		<name>Nicola Smaniotto</name>
 	</maintainer>
+	<upstream>
+		<remote-id type="github">smacke/ffsubsync</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: media-video/ffsubsync/
@ 2023-07-09  2:00 Anna Vyalkova
  0 siblings, 0 replies; 14+ messages in thread
From: Anna Vyalkova @ 2023-07-09  2:00 UTC (permalink / raw
  To: gentoo-commits

commit:     28b722dca9ea6678248bee55a20e19f84e82a3cb
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Jul  9 01:28:28 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Jul  9 01:28:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=28b722dc

media-video/ffsubsync: move dep

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 media-video/ffsubsync/ffsubsync-0.4.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/ffsubsync/ffsubsync-0.4.25.ebuild b/media-video/ffsubsync/ffsubsync-0.4.25.ebuild
index 7a8049b00..429bcb4df 100644
--- a/media-video/ffsubsync/ffsubsync-0.4.25.ebuild
+++ b/media-video/ffsubsync/ffsubsync-0.4.25.ebuild
@@ -18,7 +18,7 @@ KEYWORDS="~amd64"
 RDEPEND="
 	~dev-python/auditok-0.1.5[${PYTHON_USEDEP}]
 	dev-python/chardet[${PYTHON_USEDEP}]
-	dev-python/charset_normalizer[${PYTHON_USEDEP}]
+	dev-python/charset-normalizer[${PYTHON_USEDEP}]
 	dev-python/faust-cchardet[${PYTHON_USEDEP}]
 	dev-python/ffmpeg-python[${PYTHON_USEDEP}]
 	>=dev-python/future-0.18.2[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: media-video/ffsubsync/
@ 2023-07-09  2:00 Anna Vyalkova
  0 siblings, 0 replies; 14+ messages in thread
From: Anna Vyalkova @ 2023-07-09  2:00 UTC (permalink / raw
  To: gentoo-commits

commit:     eae4b65e24f7e22373a9747f7bee1cdca737b5f2
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Jul  9 01:27:58 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Jul  9 01:27:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eae4b65e

media-video/ffsubsync: drop 0.4.22, 0.4.23

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 media-video/ffsubsync/Manifest                |  2 --
 media-video/ffsubsync/ffsubsync-0.4.22.ebuild | 37 ---------------------------
 media-video/ffsubsync/ffsubsync-0.4.23.ebuild | 37 ---------------------------
 3 files changed, 76 deletions(-)

diff --git a/media-video/ffsubsync/Manifest b/media-video/ffsubsync/Manifest
index 48da11b3d..77daac463 100644
--- a/media-video/ffsubsync/Manifest
+++ b/media-video/ffsubsync/Manifest
@@ -1,3 +1 @@
-DIST ffsubsync-0.4.22.tar.gz 3822889 BLAKE2B 3df9e52b38fc3d25243924e5a0005fa2332c4bfed93dc5538446e17f197f578a60f28de41c0496be91c258286f321ac1f72589c923b77c807e10abcf1b3a75b4 SHA512 4d4ef4b1e4c99a7d8810f84a9b494632bc374e6a91db037d79f76495a77f5243a48428cdcf679db03968616ebe5c81c9fc5550160125910c3332b4f4afd3f728
-DIST ffsubsync-0.4.23.tar.gz 3823053 BLAKE2B 0ee91bb0cf634a651285be3e5edbdbc3fc799211d2a3c8a279a95426e3d944501874279e3b545b0d6b53ab1d25333e36aa785d0e379bb838fc4a35a40b94b212 SHA512 408f735b52f1a875cb18b11a2809df03dd5e905c7c25de21feead7fe17e95708ffa7bc5f24ddde909b5957160dbf7ff8981bbb8ba7f499bb2621de042236e1e4
 DIST ffsubsync-0.4.25.tar.gz 3823703 BLAKE2B 059b043c90002c596fdccafe4892edb0249387adc10eba265ccd7c05fd1ed013a7542921e2fd000de6de1d185916db23b1d0d49262835dbdf294a0ebb9fbb337 SHA512 18b95a83ee87d5b9c028375c4e7bf8409f18d1d425dc3d7907d8a1814ef3c3c0cea0f8460d1fe0e2ad700ca92f3a0e464017b48ffae00edd234ec342c4a6deee

diff --git a/media-video/ffsubsync/ffsubsync-0.4.22.ebuild b/media-video/ffsubsync/ffsubsync-0.4.22.ebuild
deleted file mode 100644
index 1994453a4..000000000
--- a/media-video/ffsubsync/ffsubsync-0.4.22.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="Automagically syncronize subtitles with video"
-HOMEPAGE="https://github.com/smacke/ffsubsync"
-SRC_URI="https://github.com/smacke/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	~dev-python/auditok-0.1.5[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep '
-		dev-python/cchardet[${PYTHON_USEDEP}]
-	' python3_{8..10})
-	dev-python/chardet[${PYTHON_USEDEP}]
-	dev-python/charset_normalizer[${PYTHON_USEDEP}]
-	dev-python/ffmpeg-python[${PYTHON_USEDEP}]
-	>=dev-python/future-0.18.2[${PYTHON_USEDEP}]
-	>=dev-python/numpy-1.12.0[${PYTHON_USEDEP}]
-	>=dev-python/pysubs2-1.2.0[${PYTHON_USEDEP}]
-	dev-python/rich[${PYTHON_USEDEP}]
-	dev-python/six[${PYTHON_USEDEP}]
-	>=dev-python/srt-3.0.0[${PYTHON_USEDEP}]
-	dev-python/tqdm[${PYTHON_USEDEP}]
-	dev-python/webrtcvad[${PYTHON_USEDEP}]
-	dev-python/typing-extensions[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest

diff --git a/media-video/ffsubsync/ffsubsync-0.4.23.ebuild b/media-video/ffsubsync/ffsubsync-0.4.23.ebuild
deleted file mode 100644
index 1994453a4..000000000
--- a/media-video/ffsubsync/ffsubsync-0.4.23.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="Automagically syncronize subtitles with video"
-HOMEPAGE="https://github.com/smacke/ffsubsync"
-SRC_URI="https://github.com/smacke/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	~dev-python/auditok-0.1.5[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep '
-		dev-python/cchardet[${PYTHON_USEDEP}]
-	' python3_{8..10})
-	dev-python/chardet[${PYTHON_USEDEP}]
-	dev-python/charset_normalizer[${PYTHON_USEDEP}]
-	dev-python/ffmpeg-python[${PYTHON_USEDEP}]
-	>=dev-python/future-0.18.2[${PYTHON_USEDEP}]
-	>=dev-python/numpy-1.12.0[${PYTHON_USEDEP}]
-	>=dev-python/pysubs2-1.2.0[${PYTHON_USEDEP}]
-	dev-python/rich[${PYTHON_USEDEP}]
-	dev-python/six[${PYTHON_USEDEP}]
-	>=dev-python/srt-3.0.0[${PYTHON_USEDEP}]
-	dev-python/tqdm[${PYTHON_USEDEP}]
-	dev-python/webrtcvad[${PYTHON_USEDEP}]
-	dev-python/typing-extensions[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2023-07-09  2:00 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-24  9:20 [gentoo-commits] repo/proj/guru:dev commit in: media-video/ffsubsync/ Nicola Smaniotto
  -- strict thread matches above, loose matches on Subject: below --
2023-07-09  2:00 Anna Vyalkova
2023-07-09  2:00 Anna Vyalkova
2023-06-08  9:08 Nicola Smaniotto
2023-06-02 15:02 Nicola Smaniotto
2023-02-27 15:19 Nicola Smaniotto
2022-07-04 12:59 Ronny Gutbrod
2022-04-21 11:30 Nicola Smaniotto
2022-04-21  9:41 Nicola Smaniotto
2022-01-10 21:42 Nicola Smaniotto
2022-01-08  9:37 Nicola Smaniotto
2021-11-12 13:29 Nicola Smaniotto
2021-07-28 13:51 Nicola Smaniotto
2021-07-26  9:53 Nicola Smaniotto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox