# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils MY_PV="${PV//_/}" MY_P="${PN}-${MY_PV}" DESCRIPTION="A GTK+ subtitle editing tool" HOMEPAGE="http://kitone.free.fr/subtitleeditor/" SRC_URI="http://kitone.free.fr/${PN}/files/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug spell" DEPEND=">=dev-cpp/gtkmm-2.10.9 >=dev-cpp/libglademm-2.4 dev-libs/libpcre >=media-libs/gstreamer-0.10 >=media-libs/gst-plugins-good-0.10 >=media-plugins/gst-plugins-pango-0.10 >=x11-libs/gtk+-2.6 >=dev-cpp/libxmlpp-2.10 x11-libs/cairo spell? ( >=app-text/enchant-1.1.0 )" RDEPEND="${DEPEND} >=media-plugins/gst-plugins-ffmpeg-0.10" S="${WORKDIR}/${MY_P}" pkg_setup() { # pcre needs to support utf8; only