[617118d] | 1 | #!/bin/bash
|
---|
| 2 |
|
---|
| 3 | export OPENEXR_VER=
|
---|
| 4 |
|
---|
| 5 | # needs work to support newer arches
|
---|
| 6 | export A2PS_VER=
|
---|
| 7 |
|
---|
| 8 | export A52DEC_VER=
|
---|
| 9 | export ALSA_LIB_VER=
|
---|
| 10 | export ALSA_TOOLS_VER=
|
---|
| 11 | export ALSA_UTILS_VER=
|
---|
| 12 |
|
---|
| 13 | # see notes concerning issues
|
---|
| 14 | export ASPELL_VER= # needs wrapper
|
---|
| 15 |
|
---|
| 16 | export CDPARANOIA_VER=
|
---|
| 17 | export CUPS_VER= # needs wrapper
|
---|
| 18 | export DBUS_VER=
|
---|
| 19 | export DT_FILE_UTILS=
|
---|
| 20 | export DBK_DSSL_VER=
|
---|
| 21 | export DBK_SGML_VER=
|
---|
| 22 |
|
---|
| 23 | # check script can handle version, see notes
|
---|
| 24 | export DBK_XML_DTD_VER=
|
---|
| 25 | # check script can handle version, see notes
|
---|
| 26 | export DBK_XSL_VER=
|
---|
| 27 |
|
---|
| 28 | export DOXYGEN_VER=
|
---|
| 29 | export ED_VER=
|
---|
| 30 | export ENSCRIPT_VER=
|
---|
| 31 | export ESPGS=
|
---|
| 32 | export FAM_VER=
|
---|
| 33 |
|
---|
| 34 | # TODO: single, double options not being set
|
---|
| 35 | export FFTW_VER=
|
---|
| 36 |
|
---|
| 37 | export FFTW3_VER=
|
---|
| 38 | export FLTK_VER= # needs wrapper
|
---|
| 39 |
|
---|
| 40 | # Foomatic filter setup for cups is gonna need work...
|
---|
| 41 | # check if CC/CFLAGS need to be defined
|
---|
| 42 | export FOOMATIC_DB_VER=
|
---|
| 43 | export FOOMATIC_DB_HPIJS_VER=
|
---|
| 44 | export FOOMATIC_FILTERS_VER=
|
---|
| 45 | export FOOMATIC_DB_ENG_VER=
|
---|
| 46 |
|
---|
| 47 | export FREEGLUT=
|
---|
| 48 |
|
---|
| 49 | # TODO: re-enable inotify support
|
---|
| 50 | export GAMIN_VER=
|
---|
| 51 |
|
---|
| 52 | export GD_VER= # needs wrapper
|
---|
| 53 | export GDBM_VER=
|
---|
| 54 | export GIMP_PRINT_VER= # needs wrapper
|
---|
| 55 | export GLIB12= # needs wrapper
|
---|
| 56 |
|
---|
| 57 | # check LIBPOSTFIX in configure for mips
|
---|
| 58 | export GRAPHVIS_VER= # needs wrapper
|
---|
| 59 |
|
---|
| 60 | export GTK12_VER= # needs wrapper
|
---|
| 61 | export HC_ICON_THEME_VER=
|
---|
| 62 | export IJS_VER= # needs wrapper
|
---|
| 63 | export JADETEX_VER=
|
---|
| 64 | export JASPER=
|
---|
| 65 |
|
---|
| 66 | # lcms has issues... see notes
|
---|
| 67 | export LCMS_VER=
|
---|
| 68 |
|
---|
| 69 | # check notes on need to edit mxmkmf
|
---|
| 70 | export LESSTIF= # needs wrapper
|
---|
| 71 |
|
---|
| 72 | # hmmm isn't this part of glibc nowadays
|
---|
| 73 | export LIBIDN_VER=
|
---|
| 74 |
|
---|
| 75 | # libjpeg is a GODDAMNED FIGHT building on x86_64, needs fixing
|
---|
| 76 | export LIBJPEG_VER=
|
---|
| 77 |
|
---|
| 78 | export LIBMAD_VER=
|
---|
| 79 | export LIBMIKMOD_VER= # needs wrapper
|
---|
| 80 |
|
---|
| 81 | # Check setting of PREFIX for header fixups, check setting of MACHINE
|
---|
| 82 | export LIBMPEG3_VER=
|
---|
| 83 |
|
---|
| 84 | export LIBOGG_VER=
|
---|
| 85 |
|
---|
| 86 | # requires a device node created... revisit for udev
|
---|
| 87 | export LIBRAW1394_VER=
|
---|
| 88 |
|
---|
| 89 | export LIBVORBIS_VER=
|
---|
| 90 |
|
---|
| 91 | # Additional requirements, see script
|
---|
| 92 | export LM_SENSORS_VER=
|
---|
| 93 |
|
---|
| 94 | # Check patch requirements for amd64 etc... check script for other needed fixes
|
---|
| 95 | export MAS_VER= # Needs wrapper
|
---|
| 96 |
|
---|
| 97 | export MTOOLS_VER=
|
---|
| 98 | export MYSQL_VER= # needs wrapper and header mods
|
---|
| 99 | export NAS_VER=
|
---|
| 100 |
|
---|
| 101 | # double check this script... only builds 32
|
---|
| 102 | export NASM_VER=
|
---|
| 103 |
|
---|
| 104 | # libtool barfage, may be fixed now...
|
---|
| 105 | export OPENJADE_VER=
|
---|
| 106 | export OPENSP_VER= # needs header fixes
|
---|
| 107 | export PCRE_VER= # needs wrapper
|
---|
| 108 | export PKGCONFIG_VER=
|
---|
| 109 | export POPT_VER=
|
---|
| 110 |
|
---|
| 111 | # check setting CC is correct...
|
---|
| 112 | export PSUTILS_VER=
|
---|
| 113 |
|
---|
| 114 | # needs wrapper and also header mods (wrapper may not cut it)
|
---|
| 115 | # Also will probably need edits for lib32
|
---|
| 116 | export PYTHON_VER=
|
---|
| 117 |
|
---|
| 118 | # Much more needs to be done for mips etc
|
---|
| 119 | # needs wrapper and header mods
|
---|
| 120 | # Also note the QT_INSTALL_SELF_CVONTAINED env var for putting it in /opt
|
---|
| 121 | export QT_VER=
|
---|
| 122 |
|
---|
| 123 | #revisit this script re --with-libdir= vs --libdir=
|
---|
| 124 | export SAMBA_VER=
|
---|
| 125 | export SGML_COMMON_VER=
|
---|
| 126 | export SGMLSPM_VER=
|
---|
| 127 | export SHD_MIME_INFO_VER=
|
---|
| 128 |
|
---|
| 129 | # TODO: Look into swig builds when multilib... read script for details
|
---|
| 130 | # Work will need to be done, script hasn't been touched
|
---|
| 131 | export SWIG_VER=
|
---|
| 132 |
|
---|
| 133 | export TETEX_VER=
|
---|
| 134 | export TIFF_VER=
|
---|
| 135 | export TK_VER=
|
---|
| 136 |
|
---|
| 137 | # Check unzip to see how to apply target specific cflags, default env etc
|
---|
| 138 | export UNZIP_VER=
|
---|
| 139 |
|
---|
| 140 | export WHICH_VER=
|
---|
| 141 | export XMMS_VER= # needs wrapper
|
---|
| 142 |
|
---|
| 143 | # need to make sure perl uses a wrapper
|
---|
| 144 | export XML_PARSER_VER=
|
---|