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