ssuominen    14/03/18 21:28:09

  Modified:             metadata.xml ChangeLog
  Added:                pragha-1.3.0.ebuild
  Log:
  Version bump to a version making use of the GTK+-3.x libxfce4ui library from 
Xfce 4.12
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  Changes    Path
1.3                  media-sound/pragha/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pragha/metadata.xml?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pragha/metadata.xml?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pragha/metadata.xml?r1=1.2&r2=1.3

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/pragha/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml        2 Jun 2012 23:13:11 -0000       1.2
+++ metadata.xml        18 Mar 2014 21:28:09 -0000      1.3
@@ -4,7 +4,9 @@
   <herd>xfce</herd>
   <use>
     <flag name='glyr'>Enable music metadata searchengine support using 
<pkg>media-libs/glyr</pkg></flag>
+    <flag name='keybinder'>Enable shortcut support using 
<pkg>dev-libs/keybinder</pkg></flag>
     <flag name='lastfm'>Enable last.fm support using 
<pkg>media-libs/libclastfm</pkg></flag>
+    <flag name='peas'>Enable various plugins that will pull in 
<pkg>dev-libs/libpeas</pkg> as a dependency</flag>
     <flag name='playlist'>Enable enhanced playlist support using 
<pkg>dev-libs/totem-pl-parser</pkg></flag>
   </use>
 </pkgmetadata>



1.30                 media-sound/pragha/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pragha/ChangeLog?rev=1.30&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pragha/ChangeLog?rev=1.30&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pragha/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/pragha/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   28 Jan 2014 14:16:55 -0000      1.29
+++ ChangeLog   18 Mar 2014 21:28:09 -0000      1.30
@@ -1,6 +1,13 @@
 # ChangeLog for media-sound/pragha
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pragha/ChangeLog,v 1.29 
2014/01/28 14:16:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pragha/ChangeLog,v 1.30 
2014/03/18 21:28:09 ssuominen Exp $
+
+*pragha-1.3.0 (18 Mar 2014)
+
+  18 Mar 2014; Samuli Suominen <[email protected]> +pragha-1.3.0.ebuild,
+  metadata.xml:
+  Version bump to a version making use of the GTK+-3.x libxfce4ui library from
+  Xfce 4.12
 
   28 Jan 2014; Agostino Sarubbo <[email protected]> pragha-1.1.2.1.ebuild:
   Stable for x86, wrt bug #496018



1.1                  media-sound/pragha/pragha-1.3.0.ebuild

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

Index: pragha-1.3.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/pragha/pragha-1.3.0.ebuild,v 1.1 
2014/03/18 21:28:09 ssuominen Exp $

EAPI=5
EAUTORECONF=1
inherit flag-o-matic xfconf

DESCRIPTION="A lightweight music player (with support for the Xfce desktop 
environment)"
HOMEPAGE="http://pragha.wikispaces.com/ http://github.com/matiasdelellis/pragha";
SRC_URI="http://github.com/matiasdelellis/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug +glyr +keybinder lastfm libnotify mtp +peas +playlist +udev"

COMMON_DEPEND=">=dev-db/sqlite-3.4:3
        >=dev-libs/glib-2.32
        >=dev-libs/libcdio-0.90
        >=dev-libs/libcdio-paranoia-0.90
        media-libs/gst-plugins-base:1.0
        >=media-libs/libcddb-1.3.0
        >=media-libs/taglib-1.7.0
        >=x11-libs/gtk+-3.4:3
        x11-libs/libX11
        >=xfce-base/libxfce4ui-4.11
        glyr? ( >=media-libs/glyr-1.0.1 )
        keybinder? ( >=dev-libs/keybinder-0.2.0:3 )
        lastfm? ( >=media-libs/libclastfm-0.5 )
        libnotify? ( >=x11-libs/libnotify-0.7 )
        mtp? ( >=media-libs/libmtp-1.1.0 )
        peas? ( >=dev-libs/libpeas-1.0.0[gtk] )
        playlist? ( >=dev-libs/totem-pl-parser-2.26 )
        udev? ( >=virtual/udev-171[gudev] )"
RDEPEND="${COMMON_DEPEND}
        media-plugins/gst-plugins-meta:1.0"
DEPEND="${COMMON_DEPEND}
        dev-util/intltool
        >=dev-util/xfce4-dev-tools-4.10
        sys-devel/gettext
        virtual/pkgconfig"
REQUIRED_USE="glyr? ( peas )
        libnotify? ( peas )
        mtp? ( udev )
        udev? ( peas )"

pkg_setup() {
        XFCONF=(
                --docdir="${EPREFIX}"/usr/share/doc/${PF}
                $(use_enable debug)
                $(use_enable peas libpeas-1.0)
                $(use_enable glyr libglyr)
                $(use_enable lastfm libclastfm)
                $(use_enable playlist totem-plparser)
                --with-gstreamer=1.0
                )

        if use peas; then
                XFCONF+=(
                        $(use_enable libnotify)
                        $(use_enable keybinder)
                        $(use_enable udev gudev-1.0)
                        $(use_enable mtp libmtp)
                        )
        else
                XFCONF+=(
                        --disable-libnotify
                        --disable-keybinder
                        --disable-gudev-1.0
                        --disable-libmtp
                        )
        fi
}

src_prepare() {
        sed -i -e '/CFLAGS/s:-g -ggdb -O0::' configure.ac || die

        # Prevent glib-gettextize from running wrt #423115
        export AT_M4DIR=${EPREFIX}/usr/share/xfce4/dev-tools/m4macros
        intltoolize --automake --copy --force
        _elibtoolize --copy --force --install
        eaclocal; eautoconf; eautoheader; eautomake

        xfconf_src_prepare
}

src_configure() {
        # src/cdda.h should #include config.h to get this defined:
        # http://github.com/matiasdelellis/pragha/issues/46
#       append-cppflags -DHAVE_PARANOIA_NEW_INCLUDES
        xfconf_src_configure
}




Reply via email to