media-sound/m9u - 0.5 (booboo)

Search

Install

Install this version:

emerge -a =media-sound/m9u-0.5

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-sound/m9u-0.5

Or alternatively:

emerge --autounmask-write -a =media-sound/m9u-0.5

Package Information

Description:
m9u is designed to be a music server, much like mpd or xmms2. It sits in the background playing music, exporting an interface that one or more clients can connect to to control playback.
Homepage:
http://sqweek.net/code/m9u/
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
0.5 4 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

DESCRIPTION="m9u is designed to be a music server, much like mpd or xmms2. It sits in the background playing music, exporting an interface that one or more clients can connect to to control playback."
HOMEPAGE="http://sqweek.net/code/m9u/"
SRC_URI="http://sqweek.net/9p/$P.tar.gz"

LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=sys-libs/libixp-0.5"
RDEPEND="$DEPEND"

src_prepare() {
	# Support never versions of libixp
	sed -i -e 's#^CFLAGS=\(.*\)$#CFLAGS+=\1 -DIXP_NEEDAPI=126#' Makefile
	
}

src_install() {
	einstall
}

Dependencies

DEPEND

>=sys-libs/libixp-0.5

RDEPEND

>=sys-libs/libixp-0.5

Manifest for 0.5

Type File Size Source URLs
DIST m9u-0.5.tar.gz 7671 bytes http://sqweek.net/9p/m9u-0.5.tar.gz