| Age | Commit message (Expand) | Author | Files |
|---|---|---|---|
| 2005-06-30 | import clean BK tree at cset 1.3670 | Koen Kooi | 1 |
DESCRIPTION = "Python Vorbis Bindings" SECTION = "devel/python" PRIORITY = "optional" LICENSE = "LGPL" RDEPENDS = "python-core libvorbis python-ogg" 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 } e='id' value='39246ac4dc1efaa5b59db8a5b75653e48d553072'/>
| summaryrefslogtreecommitdiff |
| Age | Commit message (Expand) | Author | Files |
|---|---|---|---|
| 2005-06-30 | import clean BK tree at cset 1.3670 | Koen Kooi | 1 |