| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.2.1 | 9 | amd64 ppc x86 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=9
DESCRIPTION="Playlist handling library"
HOMEPAGE="https://libspiff.sourceforge.net/"
SRC_URI="https://downloads.sourceforge.net/libspiff/${P}.tar.bz2"
LICENSE="BSD LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
>=dev-libs/expat-2
>=dev-libs/uriparser-0.7.5"
DEPEND="${RDEPEND}
test? ( >=dev-util/cpptest-1.1 )"
BDEPEND="virtual/pkgconfig"
PATCHES=( "${FILESDIR}/${P}-uriparser-1.0.0.patch" ) # bug 967638
src_configure() {
econf \
--disable-doc \
$(use_enable test)
}
src_install() {
default
find "${ED}" -name '*.la' -delete || die
}
>=dev-libs/expat-2 >=dev-libs/uriparser-0.7.5 test? ( >=dev-util/cpptest-1.1 )
>=dev-libs/expat-2 >=dev-libs/uriparser-0.7.5
virtual/pkgconfig
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | libxspf-1.2.1.tar.bz2 | 479581 bytes | https://downloads.sourceforge.net/libspiff/libxspf-1.2.1.tar.bz2 |