blob: 5cb3b45d2f2491d521f5d5d81582bb7de3fb5247 (
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
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/kdenlive/kdenlive-0.7.4.ebuild,v 1.1 2009/06/04 13:49:33 aballier Exp $
EAPI="2"
# No linguas since they add it weirdly.
#KDE_LINGUAS="ca cs da de es fr he hu it nl pt_BR ru sl zh"
inherit kde4-base eutils
DESCRIPTION="Kdenlive! (pronounced Kay-den-live) is a Non Linear Video Editing Suite for KDE."
HOMEPAGE="http://www.kdenlive.org/"
SRC_URI="mirror://sourceforge/${PN}/${PN}-${PV/_/}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=media-libs/mlt-0.4.2[ffmpeg,sdl,xml,-qt3]
media-video/ffmpeg[X,sdl]"
RDEPEND="${DEPEND}"
S="${WORKDIR}"/"${PN}-${PV/_/}"
|