You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
479 B
20 lines
479 B
# Copyright 1999-2019 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
DESCRIPTION="libmodplug based module players modplug123 and modplugplay"
|
|
HOMEPAGE="http://modplug-xmms.sourceforge.net/"
|
|
SRC_URI="mirror://sourceforge/modplug-xmms/${P}.tar.gz"
|
|
|
|
LICENSE="GPL-3"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 x86"
|
|
IUSE=""
|
|
|
|
RDEPEND=">=media-libs/libao-0.8.0
|
|
>=media-libs/libmodplug-0.8.8.1
|
|
!media-sound/modplugplay"
|
|
DEPEND="${RDEPEND}
|
|
virtual/pkgconfig"
|