diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2006-12-17 12:10:54 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2006-12-17 12:10:54 +0000 |
commit | ca6be8fbcd07c26a5c505add01954964c898a1f5 (patch) | |
tree | c73dfbd913ba2e1aed1f2aa22a39bff1a530baa7 /media-plugins/vdr-fepg/vdr-fepg-0.2.1-r1.ebuild | |
parent | Blah, fix -mcpu warnings too (diff) | |
download | historical-ca6be8fbcd07c26a5c505add01954964c898a1f5.tar.gz historical-ca6be8fbcd07c26a5c505add01954964c898a1f5.tar.bz2 historical-ca6be8fbcd07c26a5c505add01954964c898a1f5.zip |
Set default to not toggle mute on open.
Package-Manager: portage-2.1.2_rc3-r6
Diffstat (limited to 'media-plugins/vdr-fepg/vdr-fepg-0.2.1-r1.ebuild')
-rw-r--r-- | media-plugins/vdr-fepg/vdr-fepg-0.2.1-r1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/media-plugins/vdr-fepg/vdr-fepg-0.2.1-r1.ebuild b/media-plugins/vdr-fepg/vdr-fepg-0.2.1-r1.ebuild new file mode 100644 index 000000000000..ddec365749c5 --- /dev/null +++ b/media-plugins/vdr-fepg/vdr-fepg-0.2.1-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-fepg/vdr-fepg-0.2.1-r1.ebuild,v 1.1 2006/12/17 12:10:54 zzam Exp $ + +inherit vdr-plugin + +DESCRIPTION="VDR plugin: show epg of multiple channels graphically" +HOMEPAGE="http://www.fepg.tk/" +SRC_URI="http://fepg2.f2g.net/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=media-video/vdr-1.3.36" + +PATCHES="${FILESDIR}/${P}-default-no-mute.patch" + |