* [gentoo-commits] repo/gentoo:master commit in: media-video/dvgrab/
@ 2017-07-14 22:01 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2017-07-14 22:01 UTC (permalink / raw
To: gentoo-commits
commit: 0b82bc0c84c1d007c6d9555605afaa7f2c83a4b2
Author: Alexander Tsoy <alexander <AT> tsoy <DOT> me>
AuthorDate: Thu May 11 22:19:39 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul 14 22:01:45 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b82bc0c
media-video/dvgrab: EAPI 6 bump
media-video/dvgrab/dvgrab-3.5-r1.ebuild | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/media-video/dvgrab/dvgrab-3.5-r1.ebuild b/media-video/dvgrab/dvgrab-3.5-r1.ebuild
new file mode 100644
index 00000000000..2cce1d54c15
--- /dev/null
+++ b/media-video/dvgrab/dvgrab-3.5-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Digital Video (DV) grabber for GNU/Linux"
+HOMEPAGE="http://www.kinodv.org/"
+SRC_URI="mirror://sourceforge/kino/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="jpeg quicktime"
+
+RDEPEND=">=sys-libs/libraw1394-1.1
+ >=media-libs/libdv-0.103
+ >=media-libs/libiec61883-1
+ >=sys-libs/libavc1394-0.5.1
+ jpeg? ( virtual/jpeg:0 )
+ quicktime? ( media-libs/libquicktime )"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+src_configure() {
+ econf \
+ $(use_with quicktime libquicktime) \
+ $(use_with jpeg libjpeg)
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/dvgrab/
@ 2017-10-26 20:44 Thomas Deutschmann
0 siblings, 0 replies; 11+ messages in thread
From: Thomas Deutschmann @ 2017-10-26 20:44 UTC (permalink / raw
To: gentoo-commits
commit: 4f32ca579157374de8bbb8fd6e8420e1818d99c8
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 26 20:42:20 2017 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 20:42:20 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f32ca57
media-video/dvgrab: x86 stable (bug #632313)
Package-Manager: Portage-2.3.11, Repoman-2.3.3
media-video/dvgrab/dvgrab-3.5-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-video/dvgrab/dvgrab-3.5-r1.ebuild b/media-video/dvgrab/dvgrab-3.5-r1.ebuild
index 004dae6a164..4c9372683ce 100644
--- a/media-video/dvgrab/dvgrab-3.5-r1.ebuild
+++ b/media-video/dvgrab/dvgrab-3.5-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/kino/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86"
IUSE="jpeg quicktime"
RDEPEND=">=sys-libs/libraw1394-1.1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/dvgrab/
@ 2017-10-29 11:20 Sergei Trofimovich
0 siblings, 0 replies; 11+ messages in thread
From: Sergei Trofimovich @ 2017-10-29 11:20 UTC (permalink / raw
To: gentoo-commits
commit: 5f83cfd356d6d5b2cc05702e659daa62efcae895
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 29 11:19:49 2017 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Oct 29 11:20:51 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f83cfd3
media-video/dvgrab: stable 3.5-r1 for ppc, bug #632313
Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ppc"
media-video/dvgrab/dvgrab-3.5-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-video/dvgrab/dvgrab-3.5-r1.ebuild b/media-video/dvgrab/dvgrab-3.5-r1.ebuild
index 4c9372683ce..82f7abd7a6c 100644
--- a/media-video/dvgrab/dvgrab-3.5-r1.ebuild
+++ b/media-video/dvgrab/dvgrab-3.5-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/kino/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86"
+KEYWORDS="~amd64 ppc ~ppc64 x86"
IUSE="jpeg quicktime"
RDEPEND=">=sys-libs/libraw1394-1.1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/dvgrab/
@ 2017-10-31 16:41 Andreas Hüttel
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Hüttel @ 2017-10-31 16:41 UTC (permalink / raw
To: gentoo-commits
commit: b557b5dca9a5799aee97f1a01c7664fa35aef9c6
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 31 16:41:40 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Oct 31 16:41:40 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b557b5dc
media-video/dvgrab: amd64 stable, bug 632313
Last arch, closing.
Closes: https://bugs.gentoo.org/632313
Package-Manager: Portage-2.3.13, Repoman-2.3.4
media-video/dvgrab/dvgrab-3.5-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-video/dvgrab/dvgrab-3.5-r1.ebuild b/media-video/dvgrab/dvgrab-3.5-r1.ebuild
index 82f7abd7a6c..b47cedd7092 100644
--- a/media-video/dvgrab/dvgrab-3.5-r1.ebuild
+++ b/media-video/dvgrab/dvgrab-3.5-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/kino/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
IUSE="jpeg quicktime"
RDEPEND=">=sys-libs/libraw1394-1.1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/dvgrab/
@ 2018-01-07 5:38 Alexis Ballier
0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier @ 2018-01-07 5:38 UTC (permalink / raw
To: gentoo-commits
commit: 28fa9293e9b090a0c1c9f394a8494f276eed0214
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Jan 5 14:39:10 2018 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Jan 7 05:38:35 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28fa9293
media-video/dvgrab: remove old
media-video/dvgrab/dvgrab-3.5.ebuild | 30 ------------------------------
1 file changed, 30 deletions(-)
diff --git a/media-video/dvgrab/dvgrab-3.5.ebuild b/media-video/dvgrab/dvgrab-3.5.ebuild
deleted file mode 100644
index 789b98b6698..00000000000
--- a/media-video/dvgrab/dvgrab-3.5.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="Digital Video (DV) grabber for GNU/Linux"
-HOMEPAGE="http://www.kinodv.org/"
-SRC_URI="mirror://sourceforge/kino/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86"
-IUSE="jpeg quicktime"
-
-RDEPEND=">=sys-libs/libraw1394-1.1
- >=media-libs/libdv-0.103
- >=media-libs/libiec61883-1
- >=sys-libs/libavc1394-0.5.1
- jpeg? ( virtual/jpeg )
- quicktime? ( media-libs/libquicktime )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_compile() {
- econf $(use_with quicktime libquicktime) $(use_with jpeg libjpeg)
- emake || die "emake failed."
-}
-
-src_install () {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc AUTHORS ChangeLog NEWS README TODO
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/dvgrab/
@ 2018-01-07 5:38 Alexis Ballier
0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier @ 2018-01-07 5:38 UTC (permalink / raw
To: gentoo-commits
commit: 381d7003e7ceacdbfc2bf8323456c2488df23bd6
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Jan 5 14:47:10 2018 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Jan 7 05:38:36 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=381d7003
media-video/dvgrab: update Homepage, fix header
media-video/dvgrab/dvgrab-3.5-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-video/dvgrab/dvgrab-3.5-r1.ebuild b/media-video/dvgrab/dvgrab-3.5-r1.ebuild
index b47cedd7092..4729214c762 100644
--- a/media-video/dvgrab/dvgrab-3.5-r1.ebuild
+++ b/media-video/dvgrab/dvgrab-3.5-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="Digital Video (DV) grabber for GNU/Linux"
-HOMEPAGE="http://www.kinodv.org/"
+HOMEPAGE="https://github.com/ddennedy/dvgrab"
SRC_URI="mirror://sourceforge/kino/${P}.tar.gz"
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/dvgrab/
@ 2023-11-19 10:27 Ulrich Müller
0 siblings, 0 replies; 11+ messages in thread
From: Ulrich Müller @ 2023-11-19 10:27 UTC (permalink / raw
To: gentoo-commits
commit: 78fafb2f1ed2c34a1b05fac406a0dfa21d2ed2fa
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Sep 22 12:49:52 2023 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 19 10:23:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78fafb2f
media-video/dvgrab: EAPI8 bump, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
media-video/dvgrab/dvgrab-3.5-r2.ebuild | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/media-video/dvgrab/dvgrab-3.5-r2.ebuild b/media-video/dvgrab/dvgrab-3.5-r2.ebuild
new file mode 100644
index 000000000000..c98f0a5db3ad
--- /dev/null
+++ b/media-video/dvgrab/dvgrab-3.5-r2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Digital Video (DV) grabber for GNU/Linux"
+HOMEPAGE="https://github.com/ddennedy/dvgrab"
+SRC_URI="mirror://sourceforge/kino/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="jpeg quicktime"
+
+RDEPEND=">=sys-libs/libraw1394-1.1
+ >=media-libs/libdv-0.103
+ >=media-libs/libiec61883-1
+ >=sys-libs/libavc1394-0.5.1
+ jpeg? ( media-libs/libjpeg-turbo:0= )
+ quicktime? ( media-libs/libquicktime )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+ "${FILESDIR}/${PN}-3.5-gcc6.patch"
+)
+
+src_configure() {
+ econf \
+ $(use_with quicktime libquicktime) \
+ $(use_with jpeg libjpeg)
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/dvgrab/
@ 2023-12-21 11:55 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2023-12-21 11:55 UTC (permalink / raw
To: gentoo-commits
commit: cf3f52e15cb963d4e889421fe0164d3a9491d3da
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 21 11:54:07 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 11:54:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf3f52e1
media-video/dvgrab: Stabilize 3.5-r2 amd64, #920468
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-video/dvgrab/dvgrab-3.5-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-video/dvgrab/dvgrab-3.5-r2.ebuild b/media-video/dvgrab/dvgrab-3.5-r2.ebuild
index c98f0a5db3ad..6a134dfa1861 100644
--- a/media-video/dvgrab/dvgrab-3.5-r2.ebuild
+++ b/media-video/dvgrab/dvgrab-3.5-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/kino/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
IUSE="jpeg quicktime"
RDEPEND=">=sys-libs/libraw1394-1.1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/dvgrab/
@ 2023-12-21 13:18 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2023-12-21 13:18 UTC (permalink / raw
To: gentoo-commits
commit: 0fa3d65252a30c23df0feb4d1e298a15c14e19a8
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 21 13:18:24 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 13:18:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fa3d652
media-video/dvgrab: Stabilize 3.5-r2 x86, #920468
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-video/dvgrab/dvgrab-3.5-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-video/dvgrab/dvgrab-3.5-r2.ebuild b/media-video/dvgrab/dvgrab-3.5-r2.ebuild
index 6a134dfa1861..fbe9f1fe485c 100644
--- a/media-video/dvgrab/dvgrab-3.5-r2.ebuild
+++ b/media-video/dvgrab/dvgrab-3.5-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/kino/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
IUSE="jpeg quicktime"
RDEPEND=">=sys-libs/libraw1394-1.1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/dvgrab/
@ 2023-12-21 14:12 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2023-12-21 14:12 UTC (permalink / raw
To: gentoo-commits
commit: 161c6fd03fbe8d7c354e2ba58ae56ad7d647ad96
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 21 14:11:48 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 14:11:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=161c6fd0
media-video/dvgrab: Stabilize 3.5-r2 ppc, #920468
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-video/dvgrab/dvgrab-3.5-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-video/dvgrab/dvgrab-3.5-r2.ebuild b/media-video/dvgrab/dvgrab-3.5-r2.ebuild
index fbe9f1fe485c..c0a687f01b1f 100644
--- a/media-video/dvgrab/dvgrab-3.5-r2.ebuild
+++ b/media-video/dvgrab/dvgrab-3.5-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/kino/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
IUSE="jpeg quicktime"
RDEPEND=">=sys-libs/libraw1394-1.1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/dvgrab/
@ 2024-04-19 6:08 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2024-04-19 6:08 UTC (permalink / raw
To: gentoo-commits
commit: c3993e1ba90fe50b74a6baa6917b428a4469e6e9
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 19 05:59:32 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 19 06:07:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3993e1b
media-video/dvgrab: drop 3.5-r1, EAPI6--
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-video/dvgrab/dvgrab-3.5-r1.ebuild | 32 --------------------------------
1 file changed, 32 deletions(-)
diff --git a/media-video/dvgrab/dvgrab-3.5-r1.ebuild b/media-video/dvgrab/dvgrab-3.5-r1.ebuild
deleted file mode 100644
index 4729214c762c..000000000000
--- a/media-video/dvgrab/dvgrab-3.5-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Digital Video (DV) grabber for GNU/Linux"
-HOMEPAGE="https://github.com/ddennedy/dvgrab"
-SRC_URI="mirror://sourceforge/kino/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86"
-IUSE="jpeg quicktime"
-
-RDEPEND=">=sys-libs/libraw1394-1.1
- >=media-libs/libdv-0.103
- >=media-libs/libiec61883-1
- >=sys-libs/libavc1394-0.5.1
- jpeg? ( virtual/jpeg:0 )
- quicktime? ( media-libs/libquicktime )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}/${PN}-3.5-gcc6.patch"
-)
-
-src_configure() {
- econf \
- $(use_with quicktime libquicktime) \
- $(use_with jpeg libjpeg)
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2024-04-19 6:08 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-21 14:12 [gentoo-commits] repo/gentoo:master commit in: media-video/dvgrab/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2024-04-19 6:08 Arthur Zamarin
2023-12-21 13:18 Arthur Zamarin
2023-12-21 11:55 Sam James
2023-11-19 10:27 Ulrich Müller
2018-01-07 5:38 Alexis Ballier
2018-01-07 5:38 Alexis Ballier
2017-10-31 16:41 Andreas Hüttel
2017-10-29 11:20 Sergei Trofimovich
2017-10-26 20:44 Thomas Deutschmann
2017-07-14 22:01 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox