blob: ae7b1bdfb915ab5a1ddcc2da37fed9d79c60e5e4 (
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
|
# 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.2.ebuild,v 1.1 2009/02/01 18:16:06 aballier Exp $
EAPI="2"
NEED_KDE="4.1"
KDE_LINGUAS="de 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.3.2[ffmpeg,sdl,-qt3]
>=media-libs/mlt++-0.3.2
media-video/ffmpeg[X,sdl]"
RDEPEND="${DEPEND}
>=kde-base/kdebase-data-${NEED_KDE}"
S="${WORKDIR}"/"${PN}-${PV/_/}"
|