diff options
author | Jörg Bornkessel <hd_brummy@gentoo.org> | 2011-09-15 13:54:59 +0000 |
---|---|---|
committer | Jörg Bornkessel <hd_brummy@gentoo.org> | 2011-09-15 13:54:59 +0000 |
commit | 2feaffdaeeb1295572edceac46f6464565ab6783 (patch) | |
tree | 97a3ac5f0eda16690e38d418b10bbef8b19575d6 /media-plugins/vdr-osdpip/vdr-osdpip-0.1.0.ebuild | |
parent | removed pmask for media-plugins/vdr-pvr350, fixed on bump (diff) | |
download | gentoo-2-2feaffdaeeb1295572edceac46f6464565ab6783.tar.gz gentoo-2-2feaffdaeeb1295572edceac46f6464565ab6783.tar.bz2 gentoo-2-2feaffdaeeb1295572edceac46f6464565ab6783.zip |
version bump; thx to M.Perrudin on #379103
(Portage version: 2.1.10.3/cvs/Linux i686)
Diffstat (limited to 'media-plugins/vdr-osdpip/vdr-osdpip-0.1.0.ebuild')
-rw-r--r-- | media-plugins/vdr-osdpip/vdr-osdpip-0.1.0.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/media-plugins/vdr-osdpip/vdr-osdpip-0.1.0.ebuild b/media-plugins/vdr-osdpip/vdr-osdpip-0.1.0.ebuild new file mode 100644 index 000000000000..0c78bc7a96f4 --- /dev/null +++ b/media-plugins/vdr-osdpip/vdr-osdpip-0.1.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/vdr-osdpip-0.1.0.ebuild,v 1.1 2011/09/15 13:54:59 hd_brummy Exp $ + +EAPI=3 + +inherit vdr-plugin flag-o-matic + +DESCRIPTION="VDR plugin: Show another channel in the OSD" +HOMEPAGE="http://projects.vdr-developer.org/projects/plg-osdpip" +SRC_URI="http://projects.vdr-developer.org/attachments/download/267/${P}.tgz" + +KEYWORDS="~amd64 ~x86" +SLOT="0" +LICENSE="GPL-2" +IUSE="" + +DEPEND=">=media-video/vdr-1.6.0_p2-r5 + >=media-libs/libmpeg2-0.5.1 + >=virtual/ffmpeg-0.6.90" +RDEPEND="${DEPEND}" + +src_prepare() { + vdr-plugin_src_prepare + + # UINT64_C is needed by ffmpeg headers + append-flags -D__STDC_CONSTANT_MACROS +} |