DESCRIPTION = "Python Vorbis Bindings" SECTION = "devel/python" PRIORITY = "optional" LICENSE = "LGPL" DEPENDS = "libvorbis python-ogg" SRCNAME = "pyvorbis" SRC_URI = "http://www.andrewchatham.com/pyogg/download/${SRCNAME}-${PV}.tar.gz \ file://disable-oggcheck.patch;patch=1" S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils do_configure_prepend() { touch Setup echo "ogg_libs = ogg" >>Setup echo "ogg_lib_dir = ${STAGING_LIBDIR}" >>Setup echo "ogg_include_dir = ${STAGING_INCDIR}" >>Setup echo "vorbis_libs = vorbis vorbisfile vorbisenc" >>Setup echo "vorbis_lib_dir = ${STAGING_LIBDIR}" >>Setup echo "vorbis_include_dir = ${STAGING_INCDIR}" >>Setup } et'> Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/thumbpad
2007-08-19
AgeCommit message (Expand)AuthorFiles
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe1
2006-09-15thumbpad: add 0.8Koen Kooi2
tar: added 1.18Marcin Juszkiewicz1
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther1
2005-07-23Updated to use update-alternatives and fix some FHS bugsDavid Karlstrom1
2005-06-30import clean BK tree at cset 1.3670Koen Kooi8