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/gnome-subtitles/gnome-subtitles-1.3-r1.ebuild

39 lines
814 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
GNOME2_LA_PUNT="yes"
inherit mono-env gnome2
DESCRIPTION="Video subtitling for the Gnome desktop"
HOMEPAGE="http://gnome-subtitles.sourceforge.net/"
SRC_URI="mirror://sourceforge/gnome-subtitles/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
KEYWORDS="amd64 ~ppc x86"
RDEPEND="
>=dev-lang/mono-1.1
|| ( (
>=dev-dotnet/glade-sharp-2.12
>=dev-dotnet/gtk-sharp-2.12
>=dev-dotnet/gconf-sharp-2.12 )
>=dev-dotnet/gtk-sharp-2.12.21 )
media-libs/gstreamer:1.0
>=app-text/gtkspell-2.0:2
>=app-text/enchant-1.3
media-libs/gst-plugins-base:1.0
"
DEPEND="${RDEPEND}
virtual/pkgconfig
app-text/gnome-doc-utils
"
src_compile() {
MAKEOPTS="${MAKEOPTS} -j1" gnome2_src_compile #508842
}