/[gentoo-x86]/media-plugins/vdr-skinelchi/vdr-skinelchi-0.2.1-r1.ebuild
Gentoo

Contents of /media-plugins/vdr-skinelchi/vdr-skinelchi-0.2.1-r1.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Tue Oct 20 18:31:35 2009 UTC (3 years, 7 months ago) by hd_brummy
Branch: MAIN
CVS Tags: HEAD
cleanup, fixed not found logo DIR
(Portage version: 2.1.6.13/cvs/Linux i686)

1 # Copyright 1999-2009 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-skinelchi/vdr-skinelchi-0.2.1.ebuild,v 1.1 2009/07/26 21:14:53 zzam Exp $
4
5 inherit vdr-plugin
6
7 MY_P=${P/_pre/pre}
8
9 DESCRIPTION="Video Disk Recorder - Skin Plugin"
10 HOMEPAGE="http://firefly.vdr-developer.org/skinelchi"
11 SRC_URI="http://firefly.vdr-developer.org/skinelchi/${P}.tar.bz2"
12
13 SLOT="0"
14 LICENSE="GPL-2"
15 KEYWORDS="~amd64 ~x86"
16 IUSE="imagemagick"
17
18 DEPEND=">=media-video/vdr-1.3.22
19 imagemagick? ( media-gfx/imagemagick )"
20
21 RDEPEND="x11-themes/vdr-channel-logos"
22
23 S=${WORKDIR}/${MY_P#vdr-}
24
25 VDR_RCADDON_FILE="${FILESDIR}/rc-addon-0.1.1_pre2-r1.sh"
26
27 src_unpack() {
28 vdr-plugin_src_unpack
29
30 if ! use imagemagick; then
31 einfo "Disabling imagemagick-support."
32 sed -i "${S}"/Makefile \
33 -e '/^[[:space:]]*SKINELCHI_HAVE_IMAGEMAGICK = 1/s/^/#/'
34 fi
35
36 sed -i "${S}"/DisplayChannel.c \
37 -e "s:/hqlogos::" \
38 -e "s:/logos::"
39 }

  ViewVC Help
Powered by ViewVC 1.1.13