media-sound/puddletag: Version bump.
authorDaniel Pielmeier <billie@gentoo.org>
Sat, 13 Feb 2016 10:35:11 +0000 (11:35 +0100)
committerDaniel Pielmeier <billie@gentoo.org>
Sat, 13 Feb 2016 10:35:11 +0000 (11:35 +0100)
Package-Manager: portage-2.2.26

media-sound/puddletag/Manifest
media-sound/puddletag/puddletag-1.0.5.ebuild
media-sound/puddletag/puddletag-1.1.1.ebuild [new file with mode: 0644]

index b8351e4133987bda2135b1d88da2d20b13b1986a..568df71dc415d984037c7828b4f04c5b01725af6 100644 (file)
@@ -1 +1,2 @@
 DIST puddletag-1.0.5.tar.gz 958207 SHA256 4698d5effe8f265446b356068bad7ced0b29c1f66824dc94a5688f3fffc389e2 SHA512 73a3535cf6f4c527c25cbe0e9d81be42ac0078df63542278b6636e7f448f5bff2eba6badf0ef0ff03a8d00727eb4a3277f395cbba09f0261fd9f13e902e78441 WHIRLPOOL 152dca34004277abcf36b40fb65b297a56e123a2566547d6021ee980b9c22545e668db92c7ff5a99914e59044105cd95ff8c184dc0a6e3e29e94200e30d5ace3
+DIST puddletag-1.1.1.tar.gz 973076 SHA256 0e944800ac37a854418ebfead1ae2e9d9c218db99fcdfe31c1bdb2fb803dc6ac SHA512 10f43e57cd890403eb4f2bd21189ef91eee5c38b8e275c93e234aacb61b60dff33cc745e6d9f45ca005f0ccb0c79c025c43991a5bd1ef21ba3f866e9a6c9114b WHIRLPOOL 572e36c87c48de11be859bcc992c444d8688c0c0bae19f17cce1e99ea8fdf63ef2af17e6be5fe0dbfeae1db7f234593c6f6f11c0e8899f79c443bb610160eb05
index 06947bc0776b1eedb14bb7160aea8802fe13fac5..e051495823f878d3e9bacd05e629f4e559b76dcf 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
diff --git a/media-sound/puddletag/puddletag-1.1.1.ebuild b/media-sound/puddletag/puddletag-1.1.1.ebuild
new file mode 100644 (file)
index 0000000..a53a4d0
--- /dev/null
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 fdo-mime
+
+DESCRIPTION="Audio tag editor"
+HOMEPAGE="http://puddletag.sourceforge.net/"
+SRC_URI="https://github.com/keithgg/${PN}/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2 GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="acoustid cover musicbrainz quodlibet"
+
+DEPEND=""
+RDEPEND=">=dev-python/PyQt4-4.9.6-r2[${PYTHON_USEDEP},svg]
+       >=dev-python/pyparsing-1.5.1[${PYTHON_USEDEP}]
+       >=media-libs/mutagen-1.21[${PYTHON_USEDEP}]
+       >=dev-python/configobj-4.7.2-r1[${PYTHON_USEDEP}]
+       acoustid? ( >=media-libs/chromaprint-0.6 )
+       musicbrainz? ( >=dev-python/python-musicbrainz-0.7.4-r1[${PYTHON_USEDEP}] )
+       cover? ( dev-python/pillow[${PYTHON_USEDEP}] )
+       quodlibet? ( >=media-sound/quodlibet-2.5[${PYTHON_USEDEP}] )
+       >=dev-python/sip-4.14.2-r1:0[${PYTHON_USEDEP}]
+       >=dev-python/lxml-3.0.1[${PYTHON_USEDEP}]"
+
+DOCS=(changelog HACKING NEWS README THANKS TODO)
+
+PATCHES=("${FILESDIR}/${P}-pyqt4.11.4.patch")