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 | 22a9dd0de87c2ca11771fc23ba34e52c7a996de0 (patch) | |
tree | 363559096fa9db822e206a6bd9daa58a8259a5f5 /media-plugins/vdr-fepg/vdr-fepg-0.2.1-r1.ebuild | |
parent | Blah, fix -mcpu warnings too (diff) | |
download | gentoo-2-22a9dd0de87c2ca11771fc23ba34e52c7a996de0.tar.gz gentoo-2-22a9dd0de87c2ca11771fc23ba34e52c7a996de0.tar.bz2 gentoo-2-22a9dd0de87c2ca11771fc23ba34e52c7a996de0.zip |
Set default to not toggle mute on open.
(Portage version: 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" + |