Parent Directory
|
Revision Log
Version bump. Fix dependencies. Bug #444286 thanks to Agostino Sarubbo <ago@gentoo.org> (Portage version: 2.1.11.33/cvs/Linux x86_64, signed Manifest commit with key B4AFF2C2)
| 1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-0.6.2.ebuild,v 1.1 2012/08/17 17:52:56 hwoarang Exp $ |
| 4 | |
| 5 | EAPI=5 |
| 6 | |
| 7 | CMAKE_MIN_VERSION=2.8 |
| 8 | |
| 9 | inherit cmake-utils |
| 10 | |
| 11 | DESCRIPTION="A set of extra plugins for Qmmp" |
| 12 | HOMEPAGE="http://code.google.com/p/qmmp" |
| 13 | SRC_URI="http://qmmp.googlecode.com/files/${P}.tar.bz2" |
| 14 | |
| 15 | LICENSE="GPL-2" |
| 16 | SLOT="0" |
| 17 | KEYWORDS="~amd64 ~x86" |
| 18 | IUSE="" |
| 19 | |
| 20 | RDEPEND=">=media-libs/taglib-1.7.0 |
| 21 | >=media-sound/mpg123-1.13.0 |
| 22 | >=media-sound/qmmp-0.6.0 |
| 23 | x11-libs/qt-gui:4" |
| 24 | DEPEND="${RDEPEND} |
| 25 | dev-lang/yasm" |
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |