* [gentoo-commits] repo/proj/guru:master commit in: media-video/ffsubsync/
@ 2021-07-26 14:05 Andrew Ammerlaan
0 siblings, 0 replies; 7+ messages in thread
From: Andrew Ammerlaan @ 2021-07-26 14:05 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: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
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] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-video/ffsubsync/
@ 2022-01-12 15:20 Florian Schmaus
0 siblings, 0 replies; 7+ messages in thread
From: Florian Schmaus @ 2022-01-12 15:20 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: Florian Schmaus <flow <AT> gentoo <DOT> org>
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] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-video/ffsubsync/
@ 2022-04-21 17:46 Arthur Zamarin
0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2022-04-21 17:46 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: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
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] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-video/ffsubsync/
@ 2022-04-21 17:46 Arthur Zamarin
0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2022-04-21 17:46 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: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
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] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-video/ffsubsync/
@ 2022-07-05 7:14 Florian Schmaus
0 siblings, 0 replies; 7+ messages in thread
From: Florian Schmaus @ 2022-07-05 7:14 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: Florian Schmaus <flow <AT> gentoo <DOT> org>
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] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-video/ffsubsync/
@ 2023-02-27 18:04 Viorel Munteanu
0 siblings, 0 replies; 7+ messages in thread
From: Viorel Munteanu @ 2023-02-27 18:04 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: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
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] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-video/ffsubsync/
@ 2023-06-10 10:56 Florian Schmaus
0 siblings, 0 replies; 7+ messages in thread
From: Florian Schmaus @ 2023-06-10 10:56 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: Florian Schmaus <flow <AT> gentoo <DOT> org>
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] 7+ messages in thread
end of thread, other threads:[~2023-06-10 10:56 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-21 17:46 [gentoo-commits] repo/proj/guru:master commit in: media-video/ffsubsync/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2023-06-10 10:56 Florian Schmaus
2023-02-27 18:04 Viorel Munteanu
2022-07-05 7:14 Florian Schmaus
2022-04-21 17:46 Arthur Zamarin
2022-01-12 15:20 Florian Schmaus
2021-07-26 14:05 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox