summaryrefslogtreecommitdiff
blob: 6ddd6ee7eb738c52a2556beaf1dbfa44577c8883 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/coquillo/coquillo-1.12.ebuild,v 1.1 2012/07/06 15:45:40 yngwin Exp $

EAPI=4

inherit qt4-r2

DESCRIPTION="GUI audio tagger based on Qt4 and taglib"
HOMEPAGE="http://qt-apps.org/content/show.php/Coquillo?content=141896"
SRC_URI="http://cs.joensuu.fi/~sjuvonen/${PN}/${PV}/${P}-src.tar.gz"

LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=media-libs/taglib-1.7
	>=x11-libs/qt-gui-4.6:4
	>=x11-libs/qt-core-4.6:4"
RDEPEND="${DEPEND}"