* [gentoo-commits] repo/gentoo:master commit in: media-video/ttcut/
@ 2017-11-18 12:28 Daniel Pielmeier
0 siblings, 0 replies; 10+ messages in thread
From: Daniel Pielmeier @ 2017-11-18 12:28 UTC (permalink / raw
To: gentoo-commits
commit: 26f727fad69edeccb68757dc0d12e3e467cd949c
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 18 12:28:41 2017 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Sat Nov 18 12:28:41 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26f727fa
media-video/ttcut: Version bump.
Update source code to work with Qt 5.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
media-video/ttcut/Manifest | 1 +
media-video/ttcut/ttcut-0.19.6_p1.ebuild | 42 ++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/media-video/ttcut/Manifest b/media-video/ttcut/Manifest
index d452df524cb..12c44227998 100644
--- a/media-video/ttcut/Manifest
+++ b/media-video/ttcut/Manifest
@@ -1 +1,2 @@
DIST ttcut-0.19.6.tar.gz 283977 SHA256 e0f3f55fdcd67096de5588ddfb4a455cff731a9723923b34c283546c42c2ae11 SHA512 796dfb6759f7e9c96f8a8481cb280044c1744a43935f226f352b9e867ebdbaeaed90c3d96acf00b5ae8afb7b2350cbd6a384eb2d38136fef38c2983467d25cf6 WHIRLPOOL e660404f1bf2eb9a5936d53f3e0e9478d743c1e3af28f8d9d4d2c66d494e07df03226a1ca3fb008c90bb8ea05bba13a95ddd4ed2137e4e71a5e5ab29bbdb2365
+DIST ttcut-0.19.6_p1.tar.gz 283304 SHA256 53946745c58060526700efbd479202dd3020b6cf0dbc55edbffc22d1545c294f SHA512 9d104436145ef209db4eaca1566d718ccdf84636a391e3f47bd829a165741f57a6123942f37ba2eb361dd46716e78e36832cb9a459ca9ed0130a70af92287494 WHIRLPOOL 2662bdd1bf963d3928f649a2c0d81a61dbae836fd71a98cdd714a6addfd40ef7c5892ed930dc5605e17920140cd6813fc71a288db7478cbfccdcc39ac98e4b50
diff --git a/media-video/ttcut/ttcut-0.19.6_p1.ebuild b/media-video/ttcut/ttcut-0.19.6_p1.ebuild
new file mode 100644
index 00000000000..e00e37db471
--- /dev/null
+++ b/media-video/ttcut/ttcut-0.19.6_p1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils qmake-utils xdg
+
+DESCRIPTION="Tool for cutting MPEG files especially for removing commercials"
+HOMEPAGE="http://www.tritime.de/ttcut/"
+SRC_URI="https://dev.gentoo.org/~billie/distfiles/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=media-libs/libmpeg2-0.4.0
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtopengl:5
+ dev-qt/qtwidgets:5
+ virtual/glu
+ virtual/opengl"
+RDEPEND="${DEPEND}
+ media-video/mplayer
+ >=media-video/ffmpeg-1.0.8[encode]"
+
+S=${WORKDIR}/${PN}
+
+src_prepare() {
+ default
+
+ eqmake5 ttcut.pro
+}
+
+src_install() {
+ dobin ttcut
+
+ domenu "${FILESDIR}"/${PN}.desktop
+
+ dodoc AUTHORS BUGS CHANGELOG README.* TODO
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/ttcut/
@ 2018-02-06 15:10 Thomas Deutschmann
0 siblings, 0 replies; 10+ messages in thread
From: Thomas Deutschmann @ 2018-02-06 15:10 UTC (permalink / raw
To: gentoo-commits
commit: 64064c4c55ef2cce1d9c8294b53e3ff22bc2b75c
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 6 13:16:55 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Feb 6 15:09:52 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64064c4c
media-video/ttcut: x86 stable (bug #642188)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
media-video/ttcut/ttcut-0.19.6_p1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-video/ttcut/ttcut-0.19.6_p1.ebuild b/media-video/ttcut/ttcut-0.19.6_p1.ebuild
index 443d4abb2b0..3321a25b40f 100644
--- a/media-video/ttcut/ttcut-0.19.6_p1.ebuild
+++ b/media-video/ttcut/ttcut-0.19.6_p1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~billie/distfiles/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
DEPEND=">=media-libs/libmpeg2-0.4.0
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/ttcut/
@ 2019-03-24 9:35 Daniel Pielmeier
0 siblings, 0 replies; 10+ messages in thread
From: Daniel Pielmeier @ 2019-03-24 9:35 UTC (permalink / raw
To: gentoo-commits
commit: 761379c98de17215d038c0f99be9050ffe9cb608
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 24 09:35:02 2019 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Sun Mar 24 09:35:02 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=761379c9
media-video/ttcut: Revision bump to ttcut-0.19.6_p1-r1.
Switch to EAPI 7.
Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
media-video/ttcut/ttcut-0.19.6_p1-r1.ebuild | 48 +++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
diff --git a/media-video/ttcut/ttcut-0.19.6_p1-r1.ebuild b/media-video/ttcut/ttcut-0.19.6_p1-r1.ebuild
new file mode 100644
index 00000000000..2ca5c574c24
--- /dev/null
+++ b/media-video/ttcut/ttcut-0.19.6_p1-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop qmake-utils xdg
+
+DESCRIPTION="Tool for cutting MPEG files especially for removing commercials"
+HOMEPAGE="https://github.com/templer/ttcut"
+SRC_URI="https://dev.gentoo.org/~billie/distfiles/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ >=media-libs/libmpeg2-0.4.0
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtopengl:5
+ dev-qt/qtwidgets:5
+ virtual/glu
+ virtual/opengl
+"
+RDEPEND="
+ ${DEPEND}
+ media-video/mplayer
+ >=media-video/ffmpeg-1.0.8[encode]
+"
+
+S=${WORKDIR}/${PN}
+
+src_prepare() {
+ default
+
+ xdg_environment_reset
+
+ eqmake5 ttcut.pro
+}
+
+src_install() {
+ dobin ttcut
+
+ domenu "${FILESDIR}"/${PN}.desktop
+
+ dodoc AUTHORS BUGS CHANGELOG README.* TODO
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/ttcut/
@ 2019-04-07 13:11 Daniel Pielmeier
0 siblings, 0 replies; 10+ messages in thread
From: Daniel Pielmeier @ 2019-04-07 13:11 UTC (permalink / raw
To: gentoo-commits
commit: 0d4a263f75d4cacacef2f6299a4e595cd56078ce
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 7 13:11:13 2019 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Sun Apr 7 13:11:13 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d4a263f
media-video/ttcut: Fix homepage ttcut-0.19.6_p1.
Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
media-video/ttcut/ttcut-0.19.6_p1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-video/ttcut/ttcut-0.19.6_p1.ebuild b/media-video/ttcut/ttcut-0.19.6_p1.ebuild
index 3321a25b40f..c5036eaad53 100644
--- a/media-video/ttcut/ttcut-0.19.6_p1.ebuild
+++ b/media-video/ttcut/ttcut-0.19.6_p1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
inherit eutils qmake-utils xdg
DESCRIPTION="Tool for cutting MPEG files especially for removing commercials"
-HOMEPAGE="http://www.tritime.de/ttcut/"
+HOMEPAGE="https://github.com/templer/ttcut"
SRC_URI="https://dev.gentoo.org/~billie/distfiles/${P}.tar.gz"
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/ttcut/
@ 2020-05-18 12:55 Agostino Sarubbo
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo @ 2020-05-18 12:55 UTC (permalink / raw
To: gentoo-commits
commit: a6f523ba592d9c49cc0a8d52be623e57a5c95d36
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon May 18 12:55:54 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon May 18 12:55:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6f523ba
media-video/ttcut: amd64 stable wrt bug #723364
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-video/ttcut/ttcut-0.19.6_p1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-video/ttcut/ttcut-0.19.6_p1-r1.ebuild b/media-video/ttcut/ttcut-0.19.6_p1-r1.ebuild
index 2ca5c574c24..0144e938d2e 100644
--- a/media-video/ttcut/ttcut-0.19.6_p1-r1.ebuild
+++ b/media-video/ttcut/ttcut-0.19.6_p1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~billie/distfiles/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/ttcut/
@ 2020-05-18 13:02 Agostino Sarubbo
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo @ 2020-05-18 13:02 UTC (permalink / raw
To: gentoo-commits
commit: abb702d7a921d5848344ae2d6c2e86b8293a7de7
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon May 18 13:02:51 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon May 18 13:02:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abb702d7
media-video/ttcut: x86 stable wrt bug #723364
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-video/ttcut/ttcut-0.19.6_p1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-video/ttcut/ttcut-0.19.6_p1-r1.ebuild b/media-video/ttcut/ttcut-0.19.6_p1-r1.ebuild
index 0144e938d2e..bdfcdaa583b 100644
--- a/media-video/ttcut/ttcut-0.19.6_p1-r1.ebuild
+++ b/media-video/ttcut/ttcut-0.19.6_p1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~billie/distfiles/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/ttcut/
@ 2020-05-23 18:42 Andreas Sturmlechner
0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2020-05-23 18:42 UTC (permalink / raw
To: gentoo-commits
commit: 8d8b0e153f23953d66f99be90878de519a79ccd7
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat May 23 14:20:32 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat May 23 18:42:43 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d8b0e15
media-video/ttcut: Drop 0.19.6_p1 (r0)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-video/ttcut/ttcut-0.19.6_p1.ebuild | 42 --------------------------------
1 file changed, 42 deletions(-)
diff --git a/media-video/ttcut/ttcut-0.19.6_p1.ebuild b/media-video/ttcut/ttcut-0.19.6_p1.ebuild
deleted file mode 100644
index c5036eaad53..00000000000
--- a/media-video/ttcut/ttcut-0.19.6_p1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils qmake-utils xdg
-
-DESCRIPTION="Tool for cutting MPEG files especially for removing commercials"
-HOMEPAGE="https://github.com/templer/ttcut"
-SRC_URI="https://dev.gentoo.org/~billie/distfiles/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=">=media-libs/libmpeg2-0.4.0
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtopengl:5
- dev-qt/qtwidgets:5
- virtual/glu
- virtual/opengl"
-RDEPEND="${DEPEND}
- media-video/mplayer
- >=media-video/ffmpeg-1.0.8[encode]"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- default
-
- eqmake5 ttcut.pro
-}
-
-src_install() {
- dobin ttcut
-
- domenu "${FILESDIR}"/${PN}.desktop
-
- dodoc AUTHORS BUGS CHANGELOG README.* TODO
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/ttcut/
@ 2024-03-08 14:30 Daniel Pielmeier
0 siblings, 0 replies; 10+ messages in thread
From: Daniel Pielmeier @ 2024-03-08 14:30 UTC (permalink / raw
To: gentoo-commits
commit: f38b44a8e89837a1d6e5e7d5970269811608735c
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 8 14:29:39 2024 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Fri Mar 8 14:30:07 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f38b44a8
media-video/ttcut: update HOMEPAGE
Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>
media-video/ttcut/metadata.xml | 1 +
media-video/ttcut/ttcut-0.19.6_p1-r1.ebuild | 5 ++---
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-video/ttcut/metadata.xml b/media-video/ttcut/metadata.xml
index 3c7e68669eb9..a09ab444b6d2 100644
--- a/media-video/ttcut/metadata.xml
+++ b/media-video/ttcut/metadata.xml
@@ -18,5 +18,6 @@
</longdescription>
<upstream>
<remote-id type="sourceforge">ttcut.berlios</remote-id>
+ <remote-id type="github">baltendorf/ttcut</remote-id>
</upstream>
</pkgmetadata>
diff --git a/media-video/ttcut/ttcut-0.19.6_p1-r1.ebuild b/media-video/ttcut/ttcut-0.19.6_p1-r1.ebuild
index bdfcdaa583b5..935aabf75b93 100644
--- a/media-video/ttcut/ttcut-0.19.6_p1-r1.ebuild
+++ b/media-video/ttcut/ttcut-0.19.6_p1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -6,13 +6,12 @@ EAPI=7
inherit desktop qmake-utils xdg
DESCRIPTION="Tool for cutting MPEG files especially for removing commercials"
-HOMEPAGE="https://github.com/templer/ttcut"
+HOMEPAGE="https://github.com/baltendorf/ttcut"
SRC_URI="https://dev.gentoo.org/~billie/distfiles/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE=""
DEPEND="
>=media-libs/libmpeg2-0.4.0
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/ttcut/
@ 2024-05-04 10:24 Daniel Pielmeier
0 siblings, 0 replies; 10+ messages in thread
From: Daniel Pielmeier @ 2024-05-04 10:24 UTC (permalink / raw
To: gentoo-commits
commit: a2032387c876ccc2841d43548a87cb6f084df05e
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Sat May 4 10:05:03 2024 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Sat May 4 10:24:06 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2032387
media-video/ttcut: fix variable order
Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>
media-video/ttcut/ttcut-0.19.6_p1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-video/ttcut/ttcut-0.19.6_p1-r1.ebuild b/media-video/ttcut/ttcut-0.19.6_p1-r1.ebuild
index 935aabf75b93..2c05203e247a 100644
--- a/media-video/ttcut/ttcut-0.19.6_p1-r1.ebuild
+++ b/media-video/ttcut/ttcut-0.19.6_p1-r1.ebuild
@@ -9,6 +9,8 @@ DESCRIPTION="Tool for cutting MPEG files especially for removing commercials"
HOMEPAGE="https://github.com/baltendorf/ttcut"
SRC_URI="https://dev.gentoo.org/~billie/distfiles/${P}.tar.gz"
+S=${WORKDIR}/${PN}
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
@@ -28,8 +30,6 @@ RDEPEND="
>=media-video/ffmpeg-1.0.8[encode]
"
-S=${WORKDIR}/${PN}
-
src_prepare() {
default
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/ttcut/
@ 2024-10-05 9:13 Daniel Pielmeier
0 siblings, 0 replies; 10+ messages in thread
From: Daniel Pielmeier @ 2024-10-05 9:13 UTC (permalink / raw
To: gentoo-commits
commit: e875f01e94bcb82085516214cc81a899d58f9e01
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 5 09:11:52 2024 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Sat Oct 5 09:13:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e875f01e
media-video/ttcut: add 0.19.6_p2
Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>
media-video/ttcut/Manifest | 1 +
media-video/ttcut/ttcut-0.19.6_p2.ebuild | 48 ++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/media-video/ttcut/Manifest b/media-video/ttcut/Manifest
index 5662cf041df6..08af0393fab4 100644
--- a/media-video/ttcut/Manifest
+++ b/media-video/ttcut/Manifest
@@ -1 +1,2 @@
DIST ttcut-0.19.6_p1.tar.gz 283304 BLAKE2B ee0d000a1cc091be1848746d3b32930ae5f59865d7fc04779be9aac4bc9621eaace88a6d9263c767671643d9ce381af2cf57fc5b87707903a5abe8a59eb6cb99 SHA512 9d104436145ef209db4eaca1566d718ccdf84636a391e3f47bd829a165741f57a6123942f37ba2eb361dd46716e78e36832cb9a459ca9ed0130a70af92287494
+DIST ttcut-0.19.6_p2.tar.gz 290868 BLAKE2B 9dfc140d720aca17966dff5be3581f35903fd7122a5385d1e576ce4d64aa96953dee231ffbadb14e83762b7a46973aa3f65202394c4c2ef35f87824c31014aa8 SHA512 61338658d35c4392dd3f3a85792dd6d502577a73c955257eee745a3be46f8761d92912e5d8150445346c799bcf5c0ffc30bc15682fc50e3c1798d5c0985c9baa
diff --git a/media-video/ttcut/ttcut-0.19.6_p2.ebuild b/media-video/ttcut/ttcut-0.19.6_p2.ebuild
new file mode 100644
index 000000000000..be8a11b21141
--- /dev/null
+++ b/media-video/ttcut/ttcut-0.19.6_p2.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop qmake-utils xdg
+
+DESCRIPTION="Tool for cutting MPEG files especially for removing commercials"
+HOMEPAGE="https://github.com/baltendorf/ttcut"
+SRC_URI="https://dev.gentoo.org/~billie/distfiles/${P}.tar.gz"
+
+S=${WORKDIR}/${PN}
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ >=media-libs/libmpeg2-0.4.0
+ dev-qt/qtbase:6
+ dev-qt/qtbase:6[gui]
+ dev-qt/qtbase:6[opengl]
+ dev-qt/qtbase:6[widgets]
+ virtual/glu
+ virtual/opengl
+"
+RDEPEND="
+ ${DEPEND}
+ media-video/mjpegtools
+ media-video/mplayer
+ >=media-video/ffmpeg-1.0.8[encode]
+"
+
+src_prepare() {
+ default
+
+ xdg_environment_reset
+
+ eqmake6 ttcut.pro
+}
+
+src_install() {
+ dobin ttcut
+
+ domenu "${FILESDIR}"/${PN}.desktop
+
+ dodoc AUTHORS BUGS CHANGELOG README.* TODO
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2024-10-05 9:13 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-18 12:28 [gentoo-commits] repo/gentoo:master commit in: media-video/ttcut/ Daniel Pielmeier
-- strict thread matches above, loose matches on Subject: below --
2018-02-06 15:10 Thomas Deutschmann
2019-03-24 9:35 Daniel Pielmeier
2019-04-07 13:11 Daniel Pielmeier
2020-05-18 12:55 Agostino Sarubbo
2020-05-18 13:02 Agostino Sarubbo
2020-05-23 18:42 Andreas Sturmlechner
2024-03-08 14:30 Daniel Pielmeier
2024-05-04 10:24 Daniel Pielmeier
2024-10-05 9:13 Daniel Pielmeier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox