summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Pielmeier <billie@gentoo.org>2016-12-12 18:23:19 +0100
committerDaniel Pielmeier <billie@gentoo.org>2016-12-12 18:23:19 +0100
commit3fac5fffe2a1534a4137ba973174f09d02242a00 (patch)
treeef266ce8d93befaacb15305454e54450af6d68d7 /media-sound/puddletag
parentnet-print/hplip-plugin: Remove old. (diff)
downloadgentoo-3fac5fffe2a1534a4137ba973174f09d02242a00.tar.gz
gentoo-3fac5fffe2a1534a4137ba973174f09d02242a00.tar.bz2
gentoo-3fac5fffe2a1534a4137ba973174f09d02242a00.zip
media-sound/puddletag: Version bump.
Package-Manager: portage-2.3.0
Diffstat (limited to 'media-sound/puddletag')
-rw-r--r--media-sound/puddletag/Manifest1
-rw-r--r--media-sound/puddletag/puddletag-1.2.0.ebuild32
2 files changed, 33 insertions, 0 deletions
diff --git a/media-sound/puddletag/Manifest b/media-sound/puddletag/Manifest
index 735bdb82eb75..978bc64ff5a1 100644
--- a/media-sound/puddletag/Manifest
+++ b/media-sound/puddletag/Manifest
@@ -1 +1,2 @@
DIST puddletag-1.1.1.tar.gz 973076 SHA256 0e944800ac37a854418ebfead1ae2e9d9c218db99fcdfe31c1bdb2fb803dc6ac SHA512 10f43e57cd890403eb4f2bd21189ef91eee5c38b8e275c93e234aacb61b60dff33cc745e6d9f45ca005f0ccb0c79c025c43991a5bd1ef21ba3f866e9a6c9114b WHIRLPOOL 572e36c87c48de11be859bcc992c444d8688c0c0bae19f17cce1e99ea8fdf63ef2af17e6be5fe0dbfeae1db7f234593c6f6f11c0e8899f79c443bb610160eb05
+DIST puddletag-1.2.0.tar.gz 1231226 SHA256 12dab2c3dbbb1ee63ea26f17af969ebdbcbf1c9e4265f9d9f6f6d16b227120d5 SHA512 4fd57f3e89c01e2914c3cf2e08760752ab5454c15c66c97fb1b42165fd27893d240762ac3591bc5165a31d03ef7fbf8d411c4cd989e07dcc69f43f5e87e89611 WHIRLPOOL 18284241702de58af79d5cd8254c50e94badf785b5ff48945b6f02069b8e461a28b0af585d5bc884933223bbb92a69a0927d8717889aa3bf7d63c1be0c3fbfde
diff --git a/media-sound/puddletag/puddletag-1.2.0.ebuild b/media-sound/puddletag/puddletag-1.2.0.ebuild
new file mode 100644
index 000000000000..f2663c64810c
--- /dev/null
+++ b/media-sound/puddletag/puddletag-1.2.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 fdo-mime
+
+DESCRIPTION="Audio tag editor"
+HOMEPAGE="http://docs.puddletag.net/"
+SRC_URI="https://github.com/keithgg/${PN}/releases/download/v${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 THANKS TODO)