public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/parole: parole-0.5.2.ebuild ChangeLog
@ 2013-07-25 12:33 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-07-25 12:33 UTC (permalink / raw
  To: gentoo-commits

ssuominen    13/07/25 12:33:22

  Modified:             ChangeLog
  Added:                parole-0.5.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.40                 media-video/parole/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/parole/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/parole/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/parole/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/parole/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	4 Jun 2013 21:09:04 -0000	1.39
+++ ChangeLog	25 Jul 2013 12:33:22 -0000	1.40
@@ -1,6 +1,11 @@
 # ChangeLog for media-video/parole
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/parole/ChangeLog,v 1.39 2013/06/04 21:09:04 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/parole/ChangeLog,v 1.40 2013/07/25 12:33:22 ssuominen Exp $
+
+*parole-0.5.2 (25 Jul 2013)
+
+  25 Jul 2013; Samuli Suominen <ssuominen@gentoo.org> +parole-0.5.2.ebuild:
+  Version bump.
 
 *parole-0.5.1 (04 Jun 2013)
 



1.1                  media-video/parole/parole-0.5.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/parole/parole-0.5.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/parole/parole-0.5.2.ebuild?rev=1.1&content-type=text/plain

Index: parole-0.5.2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/parole/parole-0.5.2.ebuild,v 1.1 2013/07/25 12:33:22 ssuominen Exp $

EAPI=5
inherit xfconf

DESCRIPTION="a simple media player based on the GStreamer framework for the Xfce4 desktop"
HOMEPAGE="http://goodies.xfce.org/projects/applications/parole/"
SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~mips ~x86"
IUSE="debug libnotify taglib"

COMMON_DEPEND=">=dev-libs/dbus-glib-0.100
	>=dev-libs/glib-2.32
	media-libs/gstreamer:1.0
	media-libs/gst-plugins-base:1.0
	>=x11-libs/gtk+-2.24:2
	x11-libs/libX11
	>=xfce-base/libxfce4ui-4.10
	>=xfce-base/libxfce4util-4.10
	>=xfce-base/xfconf-4.10
	libnotify? ( >=x11-libs/libnotify-0.7 )
	taglib? ( >=media-libs/taglib-1.4 )"
RDEPEND="${COMMON_DEPEND}
	media-plugins/gst-plugins-meta:1.0"
DEPEND="${COMMON_DEPEND}
	dev-util/intltool
	sys-devel/gettext
	virtual/pkgconfig
	x11-proto/xproto"

pkg_setup() {
	XFCONF=(
		$(use_enable taglib)
		$(use_enable libnotify notify-plugin)
		$(xfconf_use_debug)
		--with-gstreamer=1.0
		)

	DOCS=( AUTHORS ChangeLog README THANKS TODO )
}





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-video/parole: parole-0.5.2.ebuild ChangeLog
@ 2014-01-19 19:06 Pacho Ramos (pacho)
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2014-01-19 19:06 UTC (permalink / raw
  To: gentoo-commits

pacho       14/01/19 19:06:55

  Modified:             parole-0.5.2.ebuild ChangeLog
  Log:
  amd64 stable, bug 496018
  
  (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.2                  media-video/parole/parole-0.5.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/parole/parole-0.5.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/parole/parole-0.5.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/parole/parole-0.5.2.ebuild?r1=1.1&r2=1.2

Index: parole-0.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/parole/parole-0.5.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- parole-0.5.2.ebuild	25 Jul 2013 12:33:22 -0000	1.1
+++ parole-0.5.2.ebuild	19 Jan 2014 19:06:55 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/parole/parole-0.5.2.ebuild,v 1.1 2013/07/25 12:33:22 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/parole/parole-0.5.2.ebuild,v 1.2 2014/01/19 19:06:55 pacho Exp $
 
 EAPI=5
 inherit xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86"
+KEYWORDS="amd64 ~mips ~x86"
 IUSE="debug libnotify taglib"
 
 COMMON_DEPEND=">=dev-libs/dbus-glib-0.100



1.42                 media-video/parole/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/parole/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/parole/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/parole/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/parole/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	28 Dec 2013 13:57:20 -0000	1.41
+++ ChangeLog	19 Jan 2014 19:06:55 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/parole
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/parole/ChangeLog,v 1.41 2013/12/28 13:57:20 ssuominen Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/parole/ChangeLog,v 1.42 2014/01/19 19:06:55 pacho Exp $
+
+  19 Jan 2014; Pacho Ramos <pacho@gentoo.org> parole-0.5.2.ebuild:
+  amd64 stable, bug 496018
 
 *parole-0.5.4 (28 Dec 2013)
 





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-video/parole: parole-0.5.2.ebuild ChangeLog
@ 2014-01-28 14:16 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-28 14:16 UTC (permalink / raw
  To: gentoo-commits

ago         14/01/28 14:16:58

  Modified:             parole-0.5.2.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #496018
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  media-video/parole/parole-0.5.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/parole/parole-0.5.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/parole/parole-0.5.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/parole/parole-0.5.2.ebuild?r1=1.2&r2=1.3

Index: parole-0.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/parole/parole-0.5.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- parole-0.5.2.ebuild	19 Jan 2014 19:06:55 -0000	1.2
+++ parole-0.5.2.ebuild	28 Jan 2014 14:16:58 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/parole/parole-0.5.2.ebuild,v 1.2 2014/01/19 19:06:55 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/parole/parole-0.5.2.ebuild,v 1.3 2014/01/28 14:16:58 ago Exp $
 
 EAPI=5
 inherit xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~mips ~x86"
+KEYWORDS="amd64 ~mips x86"
 IUSE="debug libnotify taglib"
 
 COMMON_DEPEND=">=dev-libs/dbus-glib-0.100



1.43                 media-video/parole/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/parole/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/parole/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/parole/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/parole/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	19 Jan 2014 19:06:55 -0000	1.42
+++ ChangeLog	28 Jan 2014 14:16:58 -0000	1.43
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/parole
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/parole/ChangeLog,v 1.42 2014/01/19 19:06:55 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/parole/ChangeLog,v 1.43 2014/01/28 14:16:58 ago Exp $
+
+  28 Jan 2014; Agostino Sarubbo <ago@gentoo.org> parole-0.5.2.ebuild:
+  Stable for x86, wrt bug #496018
 
   19 Jan 2014; Pacho Ramos <pacho@gentoo.org> parole-0.5.2.ebuild:
   amd64 stable, bug 496018





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-01-28 14:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-19 19:06 [gentoo-commits] gentoo-x86 commit in media-video/parole: parole-0.5.2.ebuild ChangeLog Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2014-01-28 14:16 Agostino Sarubbo (ago)
2013-07-25 12:33 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox