yngwin      15/03/15 10:24:23

  Modified:             ChangeLog
  Added:                picard-1.3.2-r1.ebuild
  Removed:              picard-1.3.2.ebuild
  Log:
  Adjust USE=cdda dependency to python-discid (bug #535746)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  Changes    Path
1.53                 media-sound/picard/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/picard/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   2 Feb 2015 17:03:41 -0000       1.52
+++ ChangeLog   15 Mar 2015 10:24:23 -0000      1.53
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/picard
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/picard/ChangeLog,v 1.52 
2015/02/02 17:03:41 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/picard/ChangeLog,v 1.53 
2015/03/15 10:24:23 yngwin Exp $
+
+*picard-1.3.2-r1 (15 Mar 2015)
+
+  15 Mar 2015; Ben de Groot <[email protected]> +picard-1.3.2-r1.ebuild,
+  -picard-1.3.2.ebuild:
+  Adjust USE=cdda dependency to python-discid (bug #535746)
 
 *picard-1.3.2 (02 Feb 2015)
 



1.1                  media-sound/picard/picard-1.3.2-r1.ebuild

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

Index: picard-1.3.2-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/picard/picard-1.3.2-r1.ebuild,v 
1.1 2015/03/15 10:24:23 yngwin Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )
DISTUTILS_SINGLE_IMPL=1
DISABLE_AUTOFORMATTING=true
inherit eutils distutils-r1 readme.gentoo

DESCRIPTION="A cross-platform music tagger"
HOMEPAGE="http://picard.musicbrainz.org/";
SRC_URI="http://ftp.musicbrainz.org/pub/musicbrainz/picard/${P}.tar.gz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="+acoustid +cdda nls"

DEPEND="dev-python/PyQt4[X,${PYTHON_USEDEP}]
        dev-qt/qtgui:4[accessibility]
        media-libs/mutagen
        acoustid? ( >=media-libs/chromaprint-1.0[tools] )
        cdda? ( dev-python/python-discid )"
RDEPEND="${DEPEND}"

RESTRICT="test" # doesn't work with ebuilds
S=${WORKDIR}/${PN}-release-${PV}
DOCS="AUTHORS.txt NEWS.txt"

DOC_CONTENTS="If you are upgrading Picard and it does not start,
try removing Picard's settings:
    rm ~/.config/MusicBrainz/Picard.conf

You should set the environment variable BROWSER to something like
    firefox '%s' &
to let python know which browser to use."

src_compile() {
        distutils-r1_src_compile $(use nls || echo "--disable-locales")
}

src_install() {
        distutils-r1_src_install --disable-autoupdate --skip-build \
                $(use nls || echo "--disable-locales")

        doicon picard.ico
        domenu picard.desktop
        readme.gentoo_create_doc
}




Reply via email to