mgorny      15/03/09 18:46:26

  Modified:             ChangeLog
  Added:                parole-0.8.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.52                 media-video/parole/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/parole/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   9 Jul 2014 11:47:24 -0000       1.51
+++ ChangeLog   9 Mar 2015 18:46:26 -0000       1.52
@@ -1,6 +1,11 @@
 # 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.51 
2014/07/09 11:47:24 ssuominen Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/parole/ChangeLog,v 1.52 
2015/03/09 18:46:26 mgorny Exp $
+
+*parole-0.8.0 (09 Mar 2015)
+
+  09 Mar 2015; Michał Górny <mgo...@gentoo.org> +parole-0.8.0.ebuild:
+  Version bump.
 
 *parole-0.7.0 (09 Jul 2014)
 



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

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

Index: parole-0.8.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/parole/parole-0.8.0.ebuild,v 1.1 
2015/03/09 18:46:26 mgorny 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="clutter debug libnotify taglib"

COMMON_DEPEND=">=dev-libs/dbus-glib-0.100:=
        >=dev-libs/glib-2.32:2=
        media-libs/gstreamer:1.0=
        media-libs/gst-plugins-base:1.0=
        sys-apps/dbus:0=
        >=x11-libs/gtk+-3.2:3=
        x11-libs/libX11:0=
        >=xfce-base/libxfce4ui-4.11:0=
        >=xfce-base/libxfce4util-4.11:0=
        >=xfce-base/xfconf-4.10:0=
        clutter? (
                >=media-libs/clutter-1.16.4:1.0=
                >=media-libs/clutter-gtk-1.4.4:1.0=
                )
        libnotify? ( >=x11-libs/libnotify-0.7:0= )
        taglib? ( >=media-libs/taglib-1.6:0= )"
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 clutter)
                $(use_enable taglib)
                $(use_enable libnotify notify-plugin)
                $(xfconf_use_debug)
                --with-gstreamer=1.0
                )

        DOCS=( AUTHORS ChangeLog README THANKS TODO )
}




Reply via email to