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-xxvautotimer/vdr-xxvautotimer-0.1.2.ebuild

28 lines
754 B

# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-xxvautotimer/vdr-xxvautotimer-0.1.2.ebuild,v 1.3 2009/04/12 06:55:58 ulm Exp $
inherit vdr-plugin
DESCRIPTION="VDR plugin: edit Autotimers of XXV via VDR on-screen-display"
HOMEPAGE="http://www.vdrtools.de/vdrxxvautotimer.html"
SRC_URI="http://www.vdrtools.de/download/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=">=media-video/vdr-1.3.0"
RDEPEND=">=www-misc/xxv-0.30"
PATCHES=("${FILESDIR}/${P}_gcc-4.3.x.diff"
"${FILESDIR}/${P}_compile-warn.diff")
src_unpack() {
vdr-plugin_src_unpack
sed -i "s:CFLAGS =:CFLAGS ?=:" "${S}"/mysqlwrapped-1.4/Makefile
}