packages/gnome-extra/rygel/rygel-0.9.1.exheres-0 (1360B) - raw
1 # Copyright 2011 Dan Callaghan <djc@djc.id.au>
2 # Distributed under the terms of the GNU General Public License v2
3 # Partly derived from rygel-0.9.1.ebuild, which is:
4 # Copyright 1999-2011 Gentoo Foundation
5 # Distributed under the terms of the GNU General Public License v2
6
7 require gnome-2
8
9 SUMMARY="UPnP AV (aka \"DLNA\") implementation"
10 HOMEPAGE="http://live.gnome.org/Rygel"
11
12 LICENCES="GPL-2"
13 SLOT="0"
14 PLATFORMS="~amd64 ~x86"
15 MYOPTIONS="X tracker"
16
17 DEPENDENCIES="
18 build:
19 dev-util/pkg-config
20 sys-devel/gettext
21 dev-util/intltool
22 build+run:
23 dev-libs/glib[>=2.26]
24 base/libgee:1.0[>=0.5.2]
25 media-libs/gstreamer[>=0.10.23]
26 media-plugins/gst-plugins-base[>=0.10.28]
27 gnome-desktop/libsoup:2.4[>=2.26.0]
28 dev-db/sqlite:3[>=3.5]
29 net-libs/gupnp[>=0.9.5]
30 net-libs/gupnp-av:1.0[>=0.5.9]
31 net-libs/gupnp-dlna:1.0[>=0.3.0]
32 tracker? ( app-pim/tracker )
33 X? ( x11-libs/gtk+:2[>=2.20] )
34 "
35
36 BUGS_TO="djc@djc.id.au"
37
38 DEFAULT_SRC_CONFIGURE_PARAMS=(
39 "--with-gtk=2.0"
40 "--enable-gst-launch-plugin"
41 "--enable-nls"
42 "--enable-media-export-plugin"
43 )
44 DEFAULT_SRC_CONFIGURE_OPTION_WITHS=( "X ui" )
45 DEFAULT_SRC_CONFIGURE_OPTION_ENABLES=( "tracker tracker-plugin" )
46
47 src_install() {
48 gnome-2_src_install
49 edo find "$IMAGE" -name "*.la" -delete
50 }