* [gentoo-commits] repo/gentoo:master commit in: media-tv/ivtvplayer/
@ 2016-01-30 14:15 Michael Palimaka
0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka @ 2016-01-30 14:15 UTC (permalink / raw
To: gentoo-commits
commit: de0cbd9bfea7669aaaee7c8a7ecd8eb1416ed8ef
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 30 14:07:41 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Jan 30 14:15:34 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de0cbd9b
media-tv/ivtvplayer: whitespace
Package-Manager: portage-2.2.27
media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild b/media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild
index 07c8b8a..06259e2 100644
--- a/media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild
+++ b/media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="gtk xosd"
RDEPEND="media-tv/v4l-utils
|| ( media-video/mplayer[v4l]
- media-video/mplayer[dvb] )
+ media-video/mplayer[dvb] )
media-sound/alsa-utils
dev-perl/XML-Simple
gtk? ( dev-perl/gtk2-perl )
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-tv/ivtvplayer/
@ 2023-12-12 17:22 James Le Cuirot
0 siblings, 0 replies; 7+ messages in thread
From: James Le Cuirot @ 2023-12-12 17:22 UTC (permalink / raw
To: gentoo-commits
commit: 49e7f419407b9459c288b340c33ef8a494cf2751
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 12 16:59:09 2023 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Dec 12 17:22:05 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49e7f419
media-tv/ivtvplayer: Revbump to use libv4l[utils] instead of v4l-utils
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
.../{ivtvplayer-0.1.3-r2.ebuild => ivtvplayer-0.1.3-r3.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-tv/ivtvplayer/ivtvplayer-0.1.3-r2.ebuild b/media-tv/ivtvplayer/ivtvplayer-0.1.3-r3.ebuild
similarity index 91%
rename from media-tv/ivtvplayer/ivtvplayer-0.1.3-r2.ebuild
rename to media-tv/ivtvplayer/ivtvplayer-0.1.3-r3.ebuild
index 87acc4c1bb8f..856a466bd476 100644
--- a/media-tv/ivtvplayer/ivtvplayer-0.1.3-r2.ebuild
+++ b/media-tv/ivtvplayer/ivtvplayer-0.1.3-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,7 +12,7 @@ LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
IUSE="gtk"
-RDEPEND="media-tv/v4l-utils
+RDEPEND="media-libs/libv4l[utils(-)]
|| ( media-video/mplayer[v4l]
media-video/mplayer[dvb] )
media-sound/alsa-utils
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-tv/ivtvplayer/
@ 2018-06-02 9:37 Mikle Kolyada
0 siblings, 0 replies; 7+ messages in thread
From: Mikle Kolyada @ 2018-06-02 9:37 UTC (permalink / raw
To: gentoo-commits
commit: bca62570ee70e5c331a1ea5619fd19c5b81c6948
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 2 09:37:26 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Jun 2 09:37:26 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bca62570
media-tv/ivtvplayer: restore gtk properly
Package-Manager: Portage-2.3.40, Repoman-2.3.7
media-tv/ivtvplayer/ivtvplayer-0.1.3-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-tv/ivtvplayer/ivtvplayer-0.1.3-r2.ebuild b/media-tv/ivtvplayer/ivtvplayer-0.1.3-r2.ebuild
index f9d1e930878..87acc4c1bb8 100644
--- a/media-tv/ivtvplayer/ivtvplayer-0.1.3-r2.ebuild
+++ b/media-tv/ivtvplayer/ivtvplayer-0.1.3-r2.ebuild
@@ -10,14 +10,14 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="gtk"
RDEPEND="media-tv/v4l-utils
|| ( media-video/mplayer[v4l]
media-video/mplayer[dvb] )
media-sound/alsa-utils
dev-perl/XML-Simple
- dev-perl/Gtk2
+ gtk? ( dev-perl/Gtk2 )
dev-perl/X-Osd
>=dev-perl/Lirc-Client-1.50"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-tv/ivtvplayer/
@ 2018-06-02 9:34 Mikle Kolyada
0 siblings, 0 replies; 7+ messages in thread
From: Mikle Kolyada @ 2018-06-02 9:34 UTC (permalink / raw
To: gentoo-commits
commit: 2350682022667c35bc3ebcb566894f35439fa2bb
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 2 09:33:39 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Jun 2 09:34:29 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23506820
media-tv/ivtvplayer: EAPI bump
Package-Manager: Portage-2.3.40, Repoman-2.3.7
media-tv/ivtvplayer/ivtvplayer-0.1.3-r2.ebuild | 38 ++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/media-tv/ivtvplayer/ivtvplayer-0.1.3-r2.ebuild b/media-tv/ivtvplayer/ivtvplayer-0.1.3-r2.ebuild
new file mode 100644
index 00000000000..f9d1e930878
--- /dev/null
+++ b/media-tv/ivtvplayer/ivtvplayer-0.1.3-r2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Simple IVTV command line TV and radio player with support of LIRC"
+HOMEPAGE="https://sourceforge.net/projects/ivtvplayer/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="media-tv/v4l-utils
+ || ( media-video/mplayer[v4l]
+ media-video/mplayer[dvb] )
+ media-sound/alsa-utils
+ dev-perl/XML-Simple
+ dev-perl/Gtk2
+ dev-perl/X-Osd
+ >=dev-perl/Lirc-Client-1.50"
+DEPEND="${RDEPEND}"
+
+src_install() {
+ dobin bin/itv
+ dobin bin/iradio
+ use gtk && dobin bin/ictl
+ dodoc doc/README doc/CHANGES
+ dodoc -r conf
+}
+
+pkg_postinst() {
+ einfo ""
+ einfo "Example of itv, iradio and its LIRC configuration file is located in"
+ einfo "directory /usr/share/doc/${PF}/."
+ einfo ""
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-tv/ivtvplayer/
@ 2018-06-02 9:34 Mikle Kolyada
0 siblings, 0 replies; 7+ messages in thread
From: Mikle Kolyada @ 2018-06-02 9:34 UTC (permalink / raw
To: gentoo-commits
commit: 69ac90f81a49a64188c4273393297a05cb79bc2d
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 2 09:34:14 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Jun 2 09:34:30 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69ac90f8
media-tv/ivtvplayer: Drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.7
media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild | 40 --------------------------
1 file changed, 40 deletions(-)
diff --git a/media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild b/media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild
deleted file mode 100644
index 4dbdb1a2f76..00000000000
--- a/media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit eutils
-
-DESCRIPTION="Simple IVTV command line TV and radio player with support of LIRC"
-HOMEPAGE="https://sourceforge.net/projects/ivtvplayer/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="gtk xosd"
-RDEPEND="media-tv/v4l-utils
- || ( media-video/mplayer[v4l]
- media-video/mplayer[dvb] )
- media-sound/alsa-utils
- dev-perl/XML-Simple
- gtk? ( dev-perl/Gtk2 )
- xosd? ( dev-perl/X-Osd )
- >=dev-perl/Lirc-Client-1.50"
-DEPEND=""
-
-src_install() {
- dobin bin/itv
- dobin bin/iradio
- if use gtk ; then
- dobin bin/ictl
- fi
- dodoc doc/README doc/CHANGES
- dodoc conf/*
-}
-
-pkg_postinst() {
- einfo ""
- einfo "Example of itv, iradio and its LIRC configuration file is located in"
- einfo "directory /usr/share/doc/${PF}/."
- einfo ""
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-tv/ivtvplayer/
@ 2017-03-19 4:12 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2017-03-19 4:12 UTC (permalink / raw
To: gentoo-commits
commit: 65fc1b2daa5aeb06e7751a9319080b4361bb9bbd
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 03:29:22 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 03:50:04 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65fc1b2d
media-tv/ivtvplayer: Fix dep on dev-perl/Gtk2
Package-Manager: Portage-2.3.4, Repoman-2.3.2
media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild b/media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild
index 89ae98c6b32..4dbdb1a2f76 100644
--- a/media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild
+++ b/media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="2"
@@ -17,7 +17,7 @@ RDEPEND="media-tv/v4l-utils
media-video/mplayer[dvb] )
media-sound/alsa-utils
dev-perl/XML-Simple
- gtk? ( dev-perl/gtk2-perl )
+ gtk? ( dev-perl/Gtk2 )
xosd? ( dev-perl/X-Osd )
>=dev-perl/Lirc-Client-1.50"
DEPEND=""
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-tv/ivtvplayer/
@ 2016-01-30 14:15 Michael Palimaka
0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka @ 2016-01-30 14:15 UTC (permalink / raw
To: gentoo-commits
commit: b4425d5a86001f8a025aad1da626096a59ce41de
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 30 14:07:13 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Jan 30 14:15:33 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4425d5a
media-tv/ivtvplayer: remove reference to removed package
Package-Manager: portage-2.2.27
media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild b/media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild
index a22797c..07c8b8a 100644
--- a/media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild
+++ b/media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild
@@ -13,7 +13,7 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
IUSE="gtk xosd"
-RDEPEND="|| ( media-tv/ivtv media-tv/v4l-utils )
+RDEPEND="media-tv/v4l-utils
|| ( media-video/mplayer[v4l]
media-video/mplayer[dvb] )
media-sound/alsa-utils
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-12-12 17:22 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-30 14:15 [gentoo-commits] repo/gentoo:master commit in: media-tv/ivtvplayer/ Michael Palimaka
-- strict thread matches above, loose matches on Subject: below --
2023-12-12 17:22 James Le Cuirot
2018-06-02 9:37 Mikle Kolyada
2018-06-02 9:34 Mikle Kolyada
2018-06-02 9:34 Mikle Kolyada
2017-03-19 4:12 Kent Fredric
2016-01-30 14:15 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox