ssuominen    14/03/31 17:49:40

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

Revision  Changes    Path
1.46                 media-video/parole/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/parole/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   15 Mar 2014 12:45:29 -0000      1.45
+++ ChangeLog   31 Mar 2014 17:49:40 -0000      1.46
@@ -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.45 
2014/03/15 12:45:29 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/parole/ChangeLog,v 1.46 
2014/03/31 17:49:40 ssuominen Exp $
+
+*parole-0.6.1 (31 Mar 2014)
+
+  31 Mar 2014; Samuli Suominen <[email protected]> +parole-0.6.1.ebuild:
+  Version bump.
 
 *parole-0.6.0 (15 Mar 2014)
 



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

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

Index: parole-0.6.1.ebuild
===================================================================
# 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.6.1.ebuild,v 1.1 
2014/03/31 17:49:40 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
        sys-apps/dbus
        >=x11-libs/gtk+-3.2:3
        x11-libs/libX11
        >=xfce-base/libxfce4ui-4.11
        >=xfce-base/libxfce4util-4.11
        >=xfce-base/xfconf-4.10
        libnotify? ( >=x11-libs/libnotify-0.7 )
        taglib? ( >=media-libs/taglib-1.6 )"
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 )
}




Reply via email to