DESCRIPTION = "Python Vorbis Bindings" SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer " 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 } 8b013'/> Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/opie-icon-reload
AgeCommit message (Expand)AuthorFiles
2007-07-27opie-*: Add 1.2.3.Paul Sokolovsky1
2007-07-07opie-icon-reload: adjust to the new filesystem layoutMichael Krelin3
2007-07-06opie-icon-reload: fix packaging. I suppose it will need more once I try the i...Michael Krelin2
2007-01-10opie-icon-reload: PACKAGE_ARCH = all (it is shell script)Marcin Juszkiewicz3
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie3
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi2
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther2
2006-07-02Opie: Rename Opie 1.2.1 to 1.2.2, Remove PRsHolger Freyther2
2006-01-12Correct Opie PV format to preserve upgradability of packages but note where c...Richard Purdie2
2006-01-07Convert CVSDATE -> SRCDATE. Also standardise cvs and svn PVs to x.x.x+cvsYYYY...Richard Purdie1
2005-09-12Opie 1.2.1:Holger Freyther2
2005-06-30import clean BK tree at cset 1.3670Koen Kooi7
2005-04-04Fix .inc file for opie-icon-reloadMatthias Hentges1
2005-03-26Merge nslu2-linux@nslu2-linux.bkbits.net:openembeddedg2@giantshoulder.com