diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-06-02 17:18:14 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-06-02 17:18:14 +0100 |
commit | 7b9f15840068dfaeea5684f8a1af1fe460dfa14c (patch) | |
tree | 112eea4497761c0227537330b58f9c7e0af3f9d8 /media-tv/ivtvplayer | |
parent | 0bff53119f08d677db6c1a991bd30741682a8a08 (diff) |
gentoo resync : 02.06.2018
Diffstat (limited to 'media-tv/ivtvplayer')
-rw-r--r-- | media-tv/ivtvplayer/Manifest | 2 | ||||
-rw-r--r-- | media-tv/ivtvplayer/ivtvplayer-0.1.3-r2.ebuild (renamed from media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild) | 20 |
2 files changed, 10 insertions, 12 deletions
diff --git a/media-tv/ivtvplayer/Manifest b/media-tv/ivtvplayer/Manifest index 1f787c44545d..09c622e12331 100644 --- a/media-tv/ivtvplayer/Manifest +++ b/media-tv/ivtvplayer/Manifest @@ -1,3 +1,3 @@ DIST ivtvplayer-0.1.3.tar.gz 24159 BLAKE2B c78c90e84a623eeefae7e05a5682a8b4f0c14e6016ea67e0a2ff65ae589fd8c69641e92c1806829d5e6e11a4d48c3a4b3fa34cf9fc360bfb47ef7f7d5a5d4993 SHA512 620502620ff1795145183249131f0d5e94e559ca367b7b0bc3a57b458d79d82424502b098e054207eac503ed97086fc04b2fd7b71a20f8c5f2bbb98541ba1e5f -EBUILD ivtvplayer-0.1.3-r1.ebuild 908 BLAKE2B cd8629438d69bbba215a40b8d7328e4c66c490802953238b2f680577e0931baee9bdd86ec2f60c875fe8a2f72b230747826e620f5cd04880698dbf8317a4fdf7 SHA512 4f066a6789bd3daec3cc6f761793cdc7c4602dac5634927bcc5a4bbf58f84acd55d688b9b5bc7e20dacac1bb42b03552bde2cb4caf192dad10efa197d1be5065 +EBUILD ivtvplayer-0.1.3-r2.ebuild 875 BLAKE2B 275a39a045a18ef92a32e5369d6f17623ae8021fbe9d29dbdbef1009d3ff12f151c1b9852a3f299982a2adde17d53f404eb80f67439af4c6745d849c42f1cb14 SHA512 e76a5ddbc2ac8adb30215a1f6bef59d866056d6162ab120329abbc3ef3d191f8759889fa196f4ef04f49f291385b0860db7d819499bfe10f643a0610aac4da81 MISC metadata.xml 247 BLAKE2B a3bff5e8d3d69c6022dc950dc367c58527311aca1e3e6fb556073dcc3d6a4203da9ece7f0047305833c9b3c1e4e4c9d0cb9b3b72159c5c444a09a96caba565bd SHA512 50e21cb207d9753832d0c385f358c779437b8e40c1f40b15fe5cb3ef1d54f754f1360c8c40026e47895485dcb2ed31e2a1fb19f5b04776dc5aa0eea99d809b34 diff --git a/media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild b/media-tv/ivtvplayer/ivtvplayer-0.1.3-r2.ebuild index 4dbdb1a2f761..87acc4c1bb8f 100644 --- a/media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild +++ b/media-tv/ivtvplayer/ivtvplayer-0.1.3-r2.ebuild @@ -1,35 +1,33 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="2" - -inherit eutils +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="gtk xosd" +IUSE="gtk" + 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/X-Osd >=dev-perl/Lirc-Client-1.50" -DEPEND="" +DEPEND="${RDEPEND}" src_install() { dobin bin/itv dobin bin/iradio - if use gtk ; then - dobin bin/ictl - fi + use gtk && dobin bin/ictl dodoc doc/README doc/CHANGES - dodoc conf/* + dodoc -r conf } pkg_postinst() { |