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-vdrcd/vdr-vdrcd-0.0.10.1-r1.ebuild

42 lines
922 B

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-vdrcd/vdr-vdrcd-0.0.10.1-r1.ebuild,v 1.7 2008/04/28 09:04:21 zzam Exp $
inherit vdr-plugin
DESCRIPTION="VDR plugin: Media Detection Plugin"
HOMEPAGE="http://www.magoa.net/linux"
SRC_URI="http://www.magoa.net/linux/files/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=">=media-video/vdr-1.3.22"
PATCHES=("${FILESDIR}/${P}-mp3ng.diff"
"${FILESDIR}/${P}-include-dir.diff")
NO_GETTEXT_HACK=1
src_install() {
vdr-plugin_src_install
insinto /etc/vdr/commands/
doins "${FILESDIR}/commands.${VDRPLUGIN}.conf"
dobin "${FILESDIR}/mount-vdrcd.sh"
}
pkg_postinst() {
vdr-plugin_pkg_postinst
if ! has_version ">media-plugins/vdr-mp3ng-0.9.12"; then
echo
elog "For full mp3 support 'emerge media-plugins/vdr-mp3ng -pv'"
fi
}