DESCRIPTION = "Python Ogg Vorbis Bindings" SECTION = "devel/python" PRIORITY = "optional" LICENSE = "LGPL" DEPENDS = "libogg" SRCNAME = "pyogg" SRC_URI = "http://www.andrewchatham.com/pyogg/download/${SRCNAME}-${PV}.tar.gz" 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 } do_stage() { install -d ${STAGING_INCDIR}/pyogg install -m 0644 include/pyogg/pyogg.h ${STAGING_INCDIR}/pyogg/pyogg.h } ch-oe.git' href='/cgit/multitech-oe.git/'>multitech-oe.git
Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/qt
AgeCommit message (Expand)AuthorFiles
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther2
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther2
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe2
2008-02-28qt, qte, qt4: Use better staging variablesRichard Purdie2
2007-12-23Move Qt/X11 and Qt/Embedded (known as QtopiaCore) to a qt4 directory. We will...Holger Freyther20
2007-12-23QtX11: Upgrade from 4.3.2 to 4.3.3 as well.Holger Freyther9
2007-12-19qt4-x11: repair vi damageKoen Kooi1
2007-12-19qt4-x11: create dir before trying to put files into itKoen Kooi2
2007-10-23packages/{qt,qte,uicmoc,qmake}: Update to Qt(opiaCore) 4.3.2Holger Freyther9
2007-09-09qmake_base: Fix packages that refer to qmake-base instead of qmake_base. OE ...Rod Whitby2
2007-09-08Follow qmake-base rename.Paul Sokolovsky2
2007-09-02Fix PKG_CONFIG_PATH references which should be PKG_CONFIG_DIRRichard Purdie1
2007-08-26qt4-x11 4.3.0 remove bogus OE_QMAKE_LIBS_X11 from pkgconfig fileMichael Lauer1
2007-08-22qt-x11-free 4.3.0: removed bashism, closes bug #2816Michael Krelin1
2007-07-05qt4: change x86 qt arch into i386 as per bug #2593Michael Krelin1
2007-06-16qt-x11-free: Put those debug files into their proper placeRolf Leggewie1
2007-06-11qt-x11-free: move some debug files into proper packageRolf Leggewie1
2007-06-09qt 4.3.0: pkgconfig fixesMichael Krelin1
2007-06-09qt 4.3.0: remove pkgconfig stuff postprocessing - not needed with properly st...Michael Krelin1
2007-06-09qt 4.3.0: some more small fixesMichael Krelin1
2007-06-08qt 4.3.0: detabulated a bitMichael Krelin1
2007-06-08qt 4.3.0: syntactical fixMichael Krelin1
2007-06-08qt4-x11 4.3.0: don't RDEPENDS on -dev packagesKoen Kooi1
2007-06-07qt 4.3.0: more fixesMichael Krelin1
2007-06-06qt4-x11-free: fix typo in packaging declaration for debug files.Rolf Leggewie1
2007-06-06merge of 'a4a93e205d5a389011745cf24cb1a68fbc0ed7e7'Rolf Leggewie5
2007-06-05qt4-x11-free: fix up packaging a bit by moving debug files into proper package.Rolf Leggewie1
2007-06-04qt 4.3.0: assorted fixes:Michael Krelin5
2007-06-03qt4-x11: first attempt on 4.3Michael Krelin7