blob: 2e3eb1bf3599179c48c97a1498c9a3ebc3a3ce5a (
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
27
28
29
30
31
32
33
|
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
GCONF_DEBUG="no"
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
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}
app-text/scrollkeeper
virtual/pkgconfig
app-text/gnome-doc-utils"
DOCS="AUTHORS ChangeLog NEWS README"
|