/[gentoo-x86]/media-video/snappy/snappy-9999.ebuild
Gentoo

Contents of /media-video/snappy/snappy-9999.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (show annotations) (download)
Mon Nov 7 07:43:30 2011 UTC (18 months, 2 weeks ago) by nirbheek
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +4 -2 lines
Collides with spice-gtk, add a blocker for now with a FIXME so that it doesn't get forgotten.

(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)

1 # Copyright 1999-2011 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/media-video/snappy/snappy-9999.ebuild,v 1.3 2011/09/21 09:01:31 mgorny Exp $
4
5 EAPI="4"
6
7 if [[ ${PV} = 9999 ]]; then
8 inherit autotools git-2
9 fi
10
11 DESCRIPTION="A simple media player written using GStreamer and Clutter"
12 HOMEPAGE="https://github.com/luisbg/snappy"
13
14 if [[ ${PV} = 9999 ]]; then
15 EGIT_REPO_URI="git://github.com/luisbg/${PN}.git
16 https://github.com/luisbg/${PN}.git"
17 EGIT_BOOTSTRAP="eautoreconf"
18 KEYWORDS=""
19 else
20 SRC_URI="http://people.collabora.co.uk/~luisbg/${PN}/${P}.tar.bz2"
21 KEYWORDS="~amd64 ~x86"
22 fi
23
24 LICENSE="GPL-2 LGPL-2"
25 SLOT="0"
26 IUSE=""
27
28 RDEPEND=">=dev-libs/glib-2.26:2
29 >=media-libs/clutter-1.2.0:1.0
30 >=media-libs/clutter-gst-1.0.0:1.0
31 x11-libs/libXtst
32
33 >=media-libs/gstreamer-0.10.30:0.10
34 >=media-libs/gst-plugins-base-0.10.30:0.10
35
36 >=media-plugins/gst-plugins-meta-0.10-r2:0.10
37
38 !!net-misc/spice-gtk" # FIXME: File collision -- /usr/bin/snappy
39 DEPEND="${RDEPEND}"
40
41 DOCS="AUTHORS README THANKS ToDo docs/clutter_controls_layout docs/keyboard_controls"
42
43 src_configure() {
44 # Just needs GDBus, will fallback gracefully without dbus installed.
45 # Probably.
46 econf --enable-dbus
47 }

  ViewVC Help
Powered by ViewVC 1.1.13