Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/parole: parole-0.5.4.ebuild ChangeLog
Date: Sat, 28 Dec 2013 13:57:24
Message-Id: 20131228135720.3038C2004C@flycatcher.gentoo.org
1 ssuominen 13/12/28 13:57:20
2
3 Modified: ChangeLog
4 Added: parole-0.5.4.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
9
10 Revision Changes Path
11 1.41 media-video/parole/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/parole/ChangeLog?rev=1.41&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/parole/ChangeLog?rev=1.41&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/parole/ChangeLog?r1=1.40&r2=1.41
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-video/parole/ChangeLog,v
20 retrieving revision 1.40
21 retrieving revision 1.41
22 diff -u -r1.40 -r1.41
23 --- ChangeLog 25 Jul 2013 12:33:22 -0000 1.40
24 +++ ChangeLog 28 Dec 2013 13:57:20 -0000 1.41
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-video/parole
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-video/parole/ChangeLog,v 1.40 2013/07/25 12:33:22 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/parole/ChangeLog,v 1.41 2013/12/28 13:57:20 ssuominen Exp $
30 +
31 +*parole-0.5.4 (28 Dec 2013)
32 +
33 + 28 Dec 2013; Samuli Suominen <ssuominen@g.o> +parole-0.5.4.ebuild:
34 + Version bump.
35
36 *parole-0.5.2 (25 Jul 2013)
37
38
39
40
41 1.1 media-video/parole/parole-0.5.4.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/parole/parole-0.5.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/parole/parole-0.5.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: parole-0.5.4.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-video/parole/parole-0.5.4.ebuild,v 1.1 2013/12/28 13:57:20 ssuominen Exp $
51
52 EAPI=5
53 inherit xfconf
54
55 DESCRIPTION="a simple media player based on the GStreamer framework for the Xfce4 desktop"
56 HOMEPAGE="http://goodies.xfce.org/projects/applications/parole/"
57 SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~mips ~x86"
62 IUSE="debug libnotify taglib"
63
64 COMMON_DEPEND=">=dev-libs/dbus-glib-0.100
65 >=dev-libs/glib-2.32
66 media-libs/gstreamer:1.0
67 media-libs/gst-plugins-base:1.0
68 >=x11-libs/gtk+-2.24:2
69 x11-libs/libX11
70 >=xfce-base/libxfce4ui-4.10
71 >=xfce-base/libxfce4util-4.10
72 >=xfce-base/xfconf-4.10
73 libnotify? ( >=x11-libs/libnotify-0.7 )
74 taglib? ( >=media-libs/taglib-1.4 )"
75 RDEPEND="${COMMON_DEPEND}
76 media-plugins/gst-plugins-meta:1.0"
77 DEPEND="${COMMON_DEPEND}
78 dev-util/intltool
79 sys-devel/gettext
80 virtual/pkgconfig
81 x11-proto/xproto"
82
83 pkg_setup() {
84 XFCONF=(
85 $(use_enable taglib)
86 $(use_enable libnotify notify-plugin)
87 $(xfconf_use_debug)
88 --with-gstreamer=1.0
89 )
90
91 DOCS=( AUTHORS ChangeLog README THANKS TODO )
92 }