You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-plugins/vdr-osdpip/vdr-osdpip-0.1.1.ebuild

31 lines
789 B

# Copyright 1999-2012 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.1.ebuild,v 1.2 2012/07/01 14:07:12 hd_brummy Exp $
EAPI="4"
VERSION="880" # every bump, new version
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="mirror://vdr-developerorg/${VERSION}/${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
}