DESCRIPTION = "Python Vorbis Bindings" SECTION = "devel/python" PRIORITY = "optional" LICENSE = "LGPL" DEPENDS = "libvorbis python-ogg" SRCNAME = "pyvorbis" PR = "ml0" 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 } d='get'> Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/samba/samba.inc
AgeCommit message (Expand)AuthorFiles
2008-11-26samba: Put mount.(smb|smbfs) into smbfs package.Tom Rini1
2008-11-26samba: Fix mount.cifs locationTom Rini1
2008-11-26samba: Fix mount.smb/mount.smbfs link locationsTom Rini1
2008-10-01samba: make do_configure_prepend work with more recent versionsKoen Kooi1
2008-08-03samba: Move cifs.patch from .inc to .bb as newer versions don't need this patchOyvind Repvik1
2008-05-19samba: fix packaging and close 3146.Rolf Leggewie1
2007-09-03samba: depend on virtual/libiconv and supply path to it to fix building - tak...Marcin Juszkiewicz1
2007-02-19samba: Make fetching more robust (closes 1885). Unify some more. Sanitize.Rolf Leggewie1
2006-11-18Fix parse error by adding one or two "'" or '"' removing whitespace behind \...Holger Freyther1
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1
2006-09-02samba: Move MAINTAINER/LICENCE to .incOyvind Repvik1
2005-07-01Add two missing files (init script and a LFS configure patch).John Bowler1
2005-06-30import clean BK tree at cset 1.3670Koen Kooi1
2005-01-22Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1