Parent Directory
|
Revision Log
Import QasTools from qt overlay. Ebuild by <bigfoot@xmail.net> and Ben de Groot <yngwin@gmail.com>, bug #394517. (Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
| 1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: $ |
| 4 | |
| 5 | EAPI=4 |
| 6 | |
| 7 | inherit cmake-utils |
| 8 | |
| 9 | MY_P=${PN}_${PV} |
| 10 | |
| 11 | DESCRIPTION="Qt4 GUI ALSA tools: mixer, configuration browser" |
| 12 | HOMEPAGE="http://xwmw.org/qastools/" |
| 13 | SRC_URI="mirror://sourceforge/${PN}/${PV}/${MY_P}.tar.xz" |
| 14 | |
| 15 | LICENSE="GPL-3" |
| 16 | SLOT="0" |
| 17 | KEYWORDS="~amd64 ~x86" |
| 18 | IUSE="" |
| 19 | |
| 20 | DEPEND="media-libs/alsa-lib |
| 21 | >=x11-libs/qt-core-4.6:4 |
| 22 | >=x11-libs/qt-gui-4.6:4 |
| 23 | >=x11-libs/qt-svg-4.6:4" |
| 24 | RDEPEND="${DEPEND}" |
| 25 | |
| 26 | S=${WORKDIR}/${MY_P} |
| 27 | |
| 28 | DOCS="CHANGELOG README TODO" |
| 29 | |
| 30 | # TODO: translation handling (currently auto-installs all l10ns) |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |