# This is an OpenEmbedded build file for mpd, modified by Hannes Reich # (hannesATskynet.ie), 2005-07-18, to use the tremor integer-based # ogg-vorbis decoder instead of the default floating point libogg # implementation. It has been tested with the OpenSlug Linksys NSLU2 # firmware. SECTION = "console/multimedia" DESCRIPTION = "Music Player Daemon (mpd)" HOMEPAGE = "http://www.musicpd.org" LICENSE = "GPLv2" MAINTAINER = "Chris Larson " DEPENDS = "tremor libid3tag libao zlib libmikmod libmad flac audiofile" PR = "r2" SRC_URI = "${SOURCEFORGE_MIRROR}/musicpd/mpd-${PV}.tar.gz \ http://reich.sdf-eu.org/hannes/code/mpd-0.11.2-tremorSupport-1.0.patch;patch=1" inherit autotools EXTRA_OECONF = "--enable-ogg \ --with-tremor \ --with-tremor-libraries=${STAGING_LIBDIR} \ --with-tremor-includes=${STAGING_INCDIR} \ --enable-mpd-mad \ --enable-mpd-id3tag \ --with-id3tag-libraries=${STAGING_LIBDIR} \ --with-id3tag-includes=${STAGING_INCDIR} \ --with-mad-libraries=${STAGING_LIBDIR} \ --with-mad-includes=${STAGING_INCDIR} \ --without-faad"