# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde kde-functions DESCRIPTION="Text-based subtitles editor." HOMEPAGE="http://www.sourceforge.net/projects/${PN}" SRC_URI="mirror://sourceforge/subcomposer/${P}.tar.bz2" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" IUSE="gstreamer" RESTRICT="nomirror" DEPEND="|| ( kde-base/kate kde-base/kdebase ) gstreamer? ( media-libs/gstreamer )" RDEPEND="${DEPEND}" S=${WORKDIR}/${P} need-kde 3.5 src_compile() { local myconf="$(use_with gstreamer)" kde_src_compile } src_install() { kde_src_install }