diff options
author | Steve Dibb <beandog@gentoo.org> | 2008-12-12 04:44:22 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2008-12-12 04:44:22 +0000 |
commit | 4a366f357bc3a1f082b0e316fb155f684a61e967 (patch) | |
tree | ea95434eaee73963d1e03e6532d672855c145cc9 /media-tv | |
parent | Version bump. (diff) | |
download | historical-4a366f357bc3a1f082b0e316fb155f684a61e967.tar.gz historical-4a366f357bc3a1f082b0e316fb155f684a61e967.tar.bz2 historical-4a366f357bc3a1f082b0e316fb155f684a61e967.zip |
Initial commit, bug 214296, thanks to Jiri Tyr for ebuild
Package-Manager: portage-2.2_rc17/cvs/Linux 2.6.27-gentoo x86_64
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/ivtvplayer/ChangeLog | 10 | ||||
-rw-r--r-- | media-tv/ivtvplayer/Manifest | 4 | ||||
-rw-r--r-- | media-tv/ivtvplayer/ivtvplayer-0.1.3.ebuild | 40 | ||||
-rw-r--r-- | media-tv/ivtvplayer/metadata.xml | 5 |
4 files changed, 59 insertions, 0 deletions
diff --git a/media-tv/ivtvplayer/ChangeLog b/media-tv/ivtvplayer/ChangeLog new file mode 100644 index 000000000000..6318361f19a8 --- /dev/null +++ b/media-tv/ivtvplayer/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for media-tv/ivtvplayer +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtvplayer/ChangeLog,v 1.1 2008/12/12 04:44:22 beandog Exp $ + +*ivtvplayer-0.1.3 (12 Dec 2008) + + 12 Dec 2008; Steve Dibb <beandog@gentoo.org> +metadata.xml, + +ivtvplayer-0.1.3.ebuild: + Initial commit, bug 214296, thanks to Jiri Tyr for ebuild + diff --git a/media-tv/ivtvplayer/Manifest b/media-tv/ivtvplayer/Manifest new file mode 100644 index 000000000000..d1a9800dd79a --- /dev/null +++ b/media-tv/ivtvplayer/Manifest @@ -0,0 +1,4 @@ +DIST ivtvplayer-0.1.3.tar.gz 24159 RMD160 4656db21f7d23f39508df8fb87b59ede0652beb2 SHA1 4b95a708c7815a8e115e2590c7d273810322f7db SHA256 4727057b97a5e527e9617cd14e6ee9d892532fbb5e455d70166af07c1724aa17 +EBUILD ivtvplayer-0.1.3.ebuild 1019 RMD160 e42d1b7311ad4093f5d090ee01251de9cadc1301 SHA1 99d8e7b9ef40e0361867c2fced40ef17c2220531 SHA256 d875542b929ce5d8cc8cb7ce005bef4ae01602d14d7921c5c3457a07d2a4aeb0 +MISC ChangeLog 396 RMD160 39bbd94b89dced45c66f3f646da0aed19c32709e SHA1 a9f327fa11e2f78051ba544452667053647a5775 SHA256 9ccaf1fbf7ca12c9eace40786e53882734135c96d589f741223a04f6c387bbe9 +MISC metadata.xml 161 RMD160 fee76f69ba822cd04301c58fa0c26ecaf8cc8fb9 SHA1 0aee2176f15a238a6d8fbbf83e4e0fd58653a3fa SHA256 82d33b3ca60662bc745d30d53bb20d04ea588d5aae556ed16efcacdcc37fd4bd diff --git a/media-tv/ivtvplayer/ivtvplayer-0.1.3.ebuild b/media-tv/ivtvplayer/ivtvplayer-0.1.3.ebuild new file mode 100644 index 000000000000..25eb492157f9 --- /dev/null +++ b/media-tv/ivtvplayer/ivtvplayer-0.1.3.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtvplayer/ivtvplayer-0.1.3.ebuild,v 1.1 2008/12/12 04:44:22 beandog Exp $ + +EAPI="2" + +inherit eutils + +DESCRIPTION="Simple IVTV command line TV and radio player with support of LIRC." +HOMEPAGE="http://sourceforge.net/projects/ivtvplayer/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64" +IUSE="gtk" +RDEPEND="|| ( media-tv/ivtv media-tv/ivtv-utils ) + || ( media-video/mplayer[v4l2] + media-video/mplayer[dvb] ) + media-sound/alsa-utils + dev-perl/XML-Simple + gtk? ( dev-perl/gtk2-perl ) + >=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 "" +} diff --git a/media-tv/ivtvplayer/metadata.xml b/media-tv/ivtvplayer/metadata.xml new file mode 100644 index 000000000000..a6b9e38a1b93 --- /dev/null +++ b/media-tv/ivtvplayer/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>media-tv</herd> +</pkgmetadata> |