Index: Imaging-1.1.5/setup.py =================================================================== --- Imaging-1.1.5.orig/setup.py 2005-03-23 19:16:40.000000000 +0100 +++ Imaging-1.1.5/setup.py 2006-05-31 14:36:07.000000000 +0200 @@ -28,12 +28,13 @@ # # TIFF_ROOT = libinclude("/opt/tiff") -FREETYPE_ROOT = None -JPEG_ROOT = None +FREETYPE_ROOT = os.environ['STAGING_LIBDIR'], os.environ['STAGING_INCDIR'] +JPEG_ROOT = os.environ['STAGING_LIBDIR'] TIFF_ROOT = None -ZLIB_ROOT = None +ZLIB_ROOT = os.environ['STAGING_LIBDIR'] TCL_ROOT = None + # FIXME: add mechanism to explicitly *disable* the use of a library # -------------------------------------------------------------------- @@ -175,15 +176,6 @@ add_directory(include_dirs, include_root) # - # add standard directories - - add_directory(library_dirs, "/usr/local/lib") - add_directory(include_dirs, "/usr/local/include") - - add_directory(library_dirs, "/usr/lib") - add_directory(include_dirs, "/usr/include") - - # # insert new dirs *before* default libs, to avoid conflicts # between Python PYD stub libs and real libraries ='sub'>Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/ttf-fonts
AgeCommit message (Expand)AuthorFiles
2006-03-10ttf-dejavu: updated to 2.3Marcin Juszkiewicz1
2006-03-10ttf-dejavu-sans-mono-lite dropped - it never worked like I wantedMarcin Juszkiewicz1
2006-01-27ttf-gentium: updated to 1.02, license changedMarcin Juszkiewicz4
2006-01-25ttf-sazanami: add japanese truetype fontsPhilipp Zabel1
2006-01-21ttf-dejavu: created ttf-dejavu-sans-mono-lite package to gain free spaceMarcin Juszkiewicz2
2006-01-16dejavu font: updated to 2.2 in both formats: TrueType and QPFMarcin Juszkiewicz1
2006-01-10fontconfig-utils: correctly name the package (it should not be renamed libfon...Richard Purdie1
2005-12-19DejaVu font: updated to 2.1 (both TrueType and QPF format)Marcin Juszkiewicz1
2005-11-14DejaVu fonts: updated to version 2.0 (both TrueType and QPF versions)Marcin Juszkiewicz1
2005-11-12ttf.inc (common for ttf-fonts/ttf-*.bb) updatedMarcin Juszkiewicz1
2005-11-12ttf-hunkyfonts: Added version 0.3.0Marcin Juszkiewicz1
2005-11-12ttf-gentium: added Gentium TrueType font version 1.01 (license allow to distr...Marcin Juszkiewicz1
2005-10-16DejaVu fonts: upgraded to 1.15 (both TrueType and QPF versions)Marcin Juszkiewicz1
2005-10-04ttf-dejavu: update to newer snapshot - this close bug#365Marcin Juszkiewicz1
2005-09-18ttf-dejavu: upgraded to 1.14Marcin Juszkiewicz2
2005-08-30ttf-dejavu: archive mirrored on my account on handhelds.org - close bug#272Marcin Juszkiewicz1
2005-08-22ttf-dejavu: changed PV to get 1.13-snapshot newer then 1.13Marcin Juszkiewicz1
2005-08-22updated ttf-dejavu to snapshot with fixed Mono facesMarcin Juszkiewicz1
2005-08-21updated DejaVu (TrueType) font to 1.13Marcin Juszkiewicz1
2005-06-30import clean BK tree at cset 1.3670Koen Kooi3
2005-06-23added DejaVu fonts 1.11 (Bitstream Vera with many glyphs added)Marcin Juszkiewicz2