Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/parole: ChangeLog parole-0.2.0.ebuild parole-0.1.91.ebuild parole-0.1.95.ebuild
Date: Tue, 05 Jan 2010 15:52:44
Message-Id: E1NSBi5-0007Iy-CD@stork.gentoo.org
1 darkside 10/01/05 15:52:41
2
3 Modified: ChangeLog
4 Added: parole-0.2.0.ebuild
5 Removed: parole-0.1.91.ebuild parole-0.1.95.ebuild
6 Log:
7 Version bump to the first stable release of parole. http://releases.xfce.org/feeds/project/parole
8 (Portage version: 2.1.7.16/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.6 media-video/parole/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/parole/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/parole/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/parole/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-video/parole/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 11 Dec 2009 08:56:52 -0000 1.5
24 +++ ChangeLog 5 Jan 2010 15:52:40 -0000 1.6
25 @@ -1,6 +1,13 @@
26 # ChangeLog for media-video/parole
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-video/parole/ChangeLog,v 1.5 2009/12/11 08:56:52 angelos Exp $
29 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-video/parole/ChangeLog,v 1.6 2010/01/05 15:52:40 darkside Exp $
31 +
32 +*parole-0.2.0 (05 Jan 2010)
33 +
34 + 05 Jan 2010; Jeremy Olexa <darkside@g.o> -parole-0.1.91.ebuild,
35 + -parole-0.1.95.ebuild, +parole-0.2.0.ebuild:
36 + Version bump to the first stable release of parole.
37 + http://releases.xfce.org/feeds/project/parole
38
39 *parole-0.1.99 (11 Dec 2009)
40
41
42
43
44 1.1 media-video/parole/parole-0.2.0.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/parole/parole-0.2.0.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/parole/parole-0.2.0.ebuild?rev=1.1&content-type=text/plain
48
49 Index: parole-0.2.0.ebuild
50 ===================================================================
51 # Copyright 1999-2010 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/media-video/parole/parole-0.2.0.ebuild,v 1.1 2010/01/05 15:52:40 darkside Exp $
54
55 EAPI=2
56 inherit xfconf
57
58 DESCRIPTION="a simple media player based on the GStreamer framework for the Xfce4 desktop"
59 HOMEPAGE="http://goodies.xfce.org/projects/applications/parole/"
60 SRC_URI="mirror://xfce/src/apps/${PN}/0.2/${P}.tar.bz2"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE="debug libnotify nsplugin taglib"
66
67 RDEPEND=">=x11-libs/gtk+-2.16:2
68 >=dev-libs/glib-2.16:2
69 >=xfce-base/libxfce4util-4.6
70 >=xfce-base/libxfcegui4-4.6
71 >=dev-libs/dbus-glib-0.70
72 >=media-libs/gstreamer-0.10.11
73 >=media-libs/gst-plugins-base-0.10.11
74 media-plugins/gst-plugins-meta
75 libnotify? ( >=x11-libs/libnotify-0.4.1 )
76 nsplugin? ( net-libs/xulrunner:1.9 )
77 taglib? ( >=media-libs/taglib-1.4 )"
78 DEPEND="${RDEPEND}
79 dev-util/intltool
80 dev-util/pkgconfig
81 x11-proto/xproto"
82
83 pkg_setup() {
84 XFCONF="--disable-dependency-tracking
85 $(use_enable libnotify)
86 $(use_enable taglib)
87 $(use_enable nsplugin browser-plugin)
88 $(use_enable debug)"
89 DOCS="AUTHORS ChangeLog README THANKS TODO"
90 }