blob: a7362f3c68c26e871dd69226f911c6e456c0b785 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/dvd-slideshow/dvd-slideshow-0.7.0.ebuild,v 1.3 2006/09/08 18:09:22 sbriesen Exp $
MY_P="${PN}_${PV}"
DESCRIPTION="DVD Slideshow - Turn your pictures into a dvd with menus!"
HOMEPAGE="http://dvd-slideshow.sourceforge.net/"
SRC_URI="mirror://sourceforge/dvd-slideshow/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 amd64"
IUSE=""
DEPEND=">=media-video/dvdauthor-0.6.9
virtual/cdrtools
media-libs/netpbm
>=media-gfx/imagemagick-5.5.4
media-video/mjpegtools
media-video/transcode
media-video/ffmpeg
media-sound/lame
media-sound/sox
media-sound/toolame
media-gfx/jhead"
S="${WORKDIR}/${MY_P}"
src_compile() { :; }
src_install() {
dobin dvd-* *2slideshow
dodoc *.txt doc/*.txt
dohtml doc/*.html
doman man/*
}
|