summaryrefslogtreecommitdiff
blob: ad32e07d72925ca6167d4167277029b34e66d1f4 (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
# Copyright 1999-2005 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.2 2005/05/27 16:21:57 luckyduck 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/toolame
	media-gfx/jhead"

S="${WORKDIR}/${MY_P}"

src_compile() { :; }

src_install() {
	dobin dvd-* *2slideshow
	dodoc *.txt doc/*.txt
	dohtml doc/*.html
	doman man/*
}