DESCRIPTION = "Python libmad Bindings" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer " RDEPENDS = "python-core libmad" DEPENDS = "virtual/libc libmad" SRCNAME = "pymad" SRC_URI = "http://spacepants.org/src/pymad/download/${SRCNAME}-${PV}.tar.gz" S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils do_configure_prepend() { touch Setup echo "endian = little" >>Setup # FIXME, not always true echo "mad_libs = mad" >>Setup echo "mad_lib_dir = ${STAGING_LIBDIR}" >>Setup echo "mad_include_dir = ${STAGING_INCDIR}" >>Setup } ultitech-oe.git' href='/cgit/multitech-oe.git/'>multitech-oe.git
Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/musicpd
AgeCommit message (Expand)AuthorFiles
2007-10-15mpd: Added sane revision.Leon Woestenberg1
2007-10-07mpd-alsa-svn: Added FLAC, Ogg and AAC.Leon Woestenberg1
2007-10-07mpd: Added mpd-alsa from SVN. Builds, but needs configuration love.Leon Woestenberg1
2007-08-10musicpd: update to 0.12.1Michael Lauer5
2007-03-18gmpc: add missing DEPENDS, curlJustin Patrin1
2007-03-05mpd svn: set maxdate for mikmod patch since it has been applied officiallyDominik Kuhlen1
2007-02-12musicpd: fix SECTION, sanitizeRolf Leggewie13
2007-01-28mpd: fix mod patchJustin Patrin2
2007-01-27mpd: add pulse support, fix mod supportJustin Patrin2
2007-01-23py-libmpdclient: add py-libmpdclientJustin Patrin1
2007-01-23libmpd: add libmpdJustin Patrin1
2007-01-23gmpc: add newer versionsJustin Patrin2
2007-01-23glurp: downgrade from 0.11.6 to 0.11.3 as higher releases don't seem to existJustin Patrin1
2007-01-23mpd: add mpd_svn as 0.12.x releases have problems with autoreconfJustin Patrin1
2007-01-18musicpd/mpc: Changed URL, was unfetchable.Leon Woestenberg1
2007-01-15musicpd/mpc: Added 0.12.0.Leon Woestenberg1
2007-01-15musicpd/mpc: Fix cross compile badness; missing --with-iconv-*.Leon Woestenberg1
2006-11-15mpd: add faad2 supportJustin Patrin1
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi7
2006-07-02mpd: removed --prefix added a few --with-*-libraries and --with-*-includesFrans Meulenbroeks2
2006-07-01mpd: added --prefix to remove /usr/includeFrans Meulenbroeks2