You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-video/subtitlecomposer/subtitlecomposer-0.5.3-r1.e...

55 lines
1.3 KiB

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/subtitlecomposer/subtitlecomposer-0.5.3-r1.ebuild,v 1.4 2013/04/05 21:48:51 ago Exp $
EAPI=4
KDE_LINGUAS="bg cs de el es fr pl pt_BR sr"
inherit kde4-base
DESCRIPTION="Text-based subtitles editor."
HOMEPAGE="http://www.sourceforge.net/projects/subcomposer/"
SRC_URI="mirror://sourceforge/subcomposer/${P}.tar.bz2"
LICENSE="GPL-2"
KEYWORDS="amd64 x86"
SLOT="4"
IUSE="debug gstreamer xine"
RDEPEND="
gstreamer? ( media-libs/gstreamer:0.10 )
xine? ( media-libs/xine-lib )
"
DEPEND="${RDEPEND}
sys-devel/gettext
"
src_prepare() {
kde4-base_src_prepare
# linkage issue
epatch "${FILESDIR}/${PN}-linkage-patch.patch"
epatch "${FILESDIR}"/${P}-gcc45.patch
sed -e '/ADD_SUBDIRECTORY( api )/s/^/# DISABLED/' \
-i src/main/scripting/examples/CMakeLists.txt \
|| die "failed to disable installation of scripting API"
}
src_configure() {
mycmakeargs=(
$(cmake-utils_use_with gstreamer GStreamer)
$(cmake-utils_use_with xine)
)
kde4-base_src_configure
}
pkg_postinst() {
kde4-base_pkg_postinst
echo
elog "Some example scripts provided by ${PV} require dev-lang/ruby"
elog "or dev-lang/python to be installed."
echo
}