/[gentoo-x86]/media-video/parole/parole-0.2.90_pre20120720.ebuild
Gentoo

Contents of /media-video/parole/parole-0.2.90_pre20120720.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations) (download)
Sun Oct 21 11:52:49 2012 UTC (6 months, 4 weeks ago) by ssuominen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -1 lines
FILE REMOVED
old

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

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/media-video/parole/parole-0.2.90_pre20120720.ebuild,v 1.2 2012/07/23 22:47:11 blueness Exp $
4
5 EAPI=4
6 inherit xfconf
7
8 DESCRIPTION="a simple media player based on the GStreamer framework for the Xfce4 desktop"
9 HOMEPAGE="http://goodies.xfce.org/projects/applications/parole/"
10 SRC_URI="http://dev.gentoo.org/~angelos/${P}.tar.bz2"
11
12 LICENSE="GPL-2"
13 SLOT="0"
14 KEYWORDS="~amd64 ~mips ~x86"
15 IUSE="debug libnotify taglib"
16
17 COMMON_DEPEND=">=x11-libs/gtk+-2.16:2
18 >=dev-libs/glib-2.16:2
19 >=xfce-base/libxfce4util-4.8
20 >=xfce-base/libxfce4ui-4.8
21 >=dev-libs/dbus-glib-0.88
22 >=media-libs/gstreamer-0.10.11:0.10
23 >=media-libs/gst-plugins-base-0.10.11:0.10
24 libnotify? ( >=x11-libs/libnotify-0.4.5 )
25 taglib? ( >=media-libs/taglib-1.4 )"
26 RDEPEND="${COMMON_DEPEND}
27 media-plugins/gst-plugins-meta:0.10"
28 DEPEND="${COMMON_DEPEND}
29 dev-util/intltool
30 virtual/pkgconfig
31 x11-proto/xproto"
32
33 pkg_setup() {
34 XFCONF=(
35 $(use_enable libnotify)
36 $(use_enable taglib)
37 $(xfconf_use_debug)
38 )
39
40 DOCS=( AUTHORS ChangeLog README THANKS TODO )
41 }

  ViewVC Help
Powered by ViewVC 1.1.13