[617118d] | 1 | #!/bin/bash
|
---|
| 2 |
|
---|
| 3 | export OPENEXR_VER=1.2.2
|
---|
| 4 |
|
---|
| 5 | # needs work to support newer arches
|
---|
| 6 | export A2PS_VER=4.13b
|
---|
| 7 |
|
---|
| 8 | export A52DEC_VER=0.7.4
|
---|
| 9 | export ALSA_LIB_VER=1.0.8
|
---|
| 10 | export ALSA_TOOLS_VER=1.0.8
|
---|
| 11 | export ALSA_UTILS_VER=1.0.8
|
---|
| 12 |
|
---|
| 13 | # see notes concerning issues
|
---|
| 14 | export ASPELL_VER=0.60.2 # needs wrapper
|
---|
| 15 |
|
---|
| 16 | export CDPARANOIA_VER=alpha9.8
|
---|
| 17 | export CUPS_VER=1.1.23 # needs wrapper
|
---|
| 18 | export DBUS_VER=0.33
|
---|
| 19 | export DT_FILE_UTILS=0.10
|
---|
| 20 | export DBK_DSSSL_VER=1.79
|
---|
| 21 | export DBK_SGML_VER=4.4
|
---|
| 22 | export DBK_UTILS_VER=0.6.14
|
---|
| 23 |
|
---|
| 24 | # check script can handle version, see notes
|
---|
| 25 | export DBK_XML_DTD_VER=4.4
|
---|
| 26 | # check script can handle version, see notes
|
---|
| 27 | export DBK_XSL_VER=1.67.2
|
---|
| 28 |
|
---|
| 29 | export DOXYGEN_VER=1.4.2
|
---|
| 30 | export ED_VER=0.2
|
---|
| 31 | export ENSCRIPT_VER=1.6.4
|
---|
| 32 | export ESPGS=7.07.1
|
---|
| 33 | export FAM_VER=
|
---|
| 34 |
|
---|
| 35 | export FLAC_VER=1.1.2
|
---|
| 36 | # TODO: single, double options not being set
|
---|
| 37 | export FFTW_VER=2.1.5
|
---|
| 38 |
|
---|
| 39 | export FFTW3_VER=3.0.1
|
---|
| 40 | export FLTK_VER=1.1.6 # needs wrapper
|
---|
| 41 |
|
---|
| 42 | # Foomatic filter setup for cups is gonna need work...
|
---|
| 43 | # check if CC/CFLAGS need to be defined
|
---|
| 44 | export FOOMATIC_DB_VER=20050514
|
---|
| 45 | export FOOMATIC_DB_HPIJS_VER=1.5
|
---|
| 46 | export FOOMATIC_FILTERS_VER=3.0.2
|
---|
| 47 | export FOOMATIC_DB_ENG_VER=3.0.2
|
---|
| 48 |
|
---|
| 49 | export FREEGLUT_VER=2.2.0
|
---|
| 50 |
|
---|
| 51 | # TODO: re-enable inotify support
|
---|
| 52 | export GAMIN_VER=0.0.26
|
---|
| 53 |
|
---|
| 54 | export GD_VER=2.0.33 # needs wrapper
|
---|
| 55 | export GDBM_VER=1.8.3
|
---|
| 56 | export GIMP_PRINT_VER=4.2.7 # needs wrapper
|
---|
| 57 | export GLIB12_VER=1.2.10 # needs wrapper
|
---|
| 58 |
|
---|
| 59 | # check LIBPOSTFIX in configure for mips
|
---|
| 60 | export GRAPHVIS_VER=2.2.1 # needs wrapper
|
---|
| 61 |
|
---|
| 62 | export GTK12_VER=1.2.10 # needs wrapper
|
---|
| 63 | export HAL_VER=
|
---|
| 64 | export HC_ICON_THEME_VER=0.8
|
---|
| 65 | export IJS_VER=0.35 # needs wrapper
|
---|
| 66 | export JADETEX_VER=3.13
|
---|
| 67 | export JASPER=1.701.0
|
---|
| 68 |
|
---|
| 69 | # lcms has issues... see notes
|
---|
| 70 | export LCMS_VER=1.14
|
---|
| 71 |
|
---|
| 72 | # check notes on need to edit mxmkmf
|
---|
| 73 | export LESSTIF=0.94.4 # needs wrapper
|
---|
| 74 |
|
---|
| 75 | export LIBAO_VER=0.8.6
|
---|
| 76 |
|
---|
| 77 | # hmmm isn't this part of glibc nowadays
|
---|
| 78 | export LIBIDN_VER=0.5.16
|
---|
| 79 |
|
---|
| 80 | # libjpeg is a GODDAMNED FIGHT building on x86_64, needs fixing
|
---|
| 81 | export LIBJPEG_VER=v6b
|
---|
| 82 |
|
---|
| 83 | export LIBMAD_VER=0.15.1b
|
---|
| 84 | export LIBMIKMOD_VER=3.1.11 # needs wrapper
|
---|
| 85 |
|
---|
| 86 | # Check setting of PREFIX for header fixups, check setting of MACHINE
|
---|
| 87 | export LIBMPEG3_VER=1.5.4
|
---|
| 88 |
|
---|
| 89 | export LIBOGG_VER=1.1.2
|
---|
| 90 |
|
---|
| 91 | # requires a device node created... revisit for udev
|
---|
| 92 | export LIBRAW1394_VER=1.1.0
|
---|
| 93 |
|
---|
| 94 | export LIBTHEORA_VER=1.0alpha4
|
---|
| 95 | export LIBVORBIS_VER=1.1.0
|
---|
| 96 |
|
---|
| 97 | # Additional requirements, see script
|
---|
| 98 | export LM_SENSORS_VER=2.9.1
|
---|
| 99 |
|
---|
| 100 | # Check patch requirements for amd64 etc... check script for other needed fixes
|
---|
| 101 | export MAS_VER=0.6.3 # Needs wrapper
|
---|
| 102 |
|
---|
| 103 | export MTOOLS_VER=3.9.10
|
---|
| 104 | export MYSQL_VER=4.1.11 # needs wrapper and header mods
|
---|
| 105 | export NAS_VER=1.7
|
---|
| 106 |
|
---|
| 107 | # double check this script... only builds 32
|
---|
| 108 | export NASM_VER=0.98.38
|
---|
| 109 |
|
---|
| 110 | # libtool barfage, may be fixed now...
|
---|
| 111 | export OPENJADE_VER=1.3.2
|
---|
| 112 | export OPENSP_VER=1.5.1 # needs header fixes
|
---|
| 113 | export PCRE_VER=5.0 # needs wrapper
|
---|
| 114 | export PKGCONFIG_VER=0.17.2
|
---|
| 115 | export POPT_VER=1.7
|
---|
| 116 |
|
---|
| 117 | # check setting CC is correct...
|
---|
| 118 | export PSUTILS_VER=p17
|
---|
| 119 |
|
---|
| 120 | # needs wrapper and also header mods (wrapper may not cut it)
|
---|
| 121 | # Also will probably need edits for lib32
|
---|
| 122 | export PYTHON_VER=2.4.1
|
---|
| 123 |
|
---|
| 124 | # Much more needs to be done for mips etc
|
---|
| 125 | # needs wrapper and header mods
|
---|
| 126 | # Also note the QT_INSTALL_SELF_CVONTAINED env var for putting it in /opt
|
---|
| 127 | export QT_VER=3.3.4
|
---|
| 128 |
|
---|
| 129 | #revisit this script re --with-libdir= vs --libdir=
|
---|
| 130 | export SAMBA_VER=3.0.14a
|
---|
| 131 | export SGML_COMMON_VER=0.6.3
|
---|
| 132 | export SGMLSPM_VER=1.03ii
|
---|
| 133 | export SHD_MIME_INFO_VER=0.16
|
---|
| 134 | export SPEEX_VER=1.1.8
|
---|
| 135 |
|
---|
| 136 | # TODO: Look into swig builds when multilib... read script for details
|
---|
| 137 | # Work will need to be done, script hasn't been touched
|
---|
| 138 | export SWIG_VER=1.3.24
|
---|
| 139 |
|
---|
| 140 | export TETEX_VER=3.0
|
---|
| 141 | export TIFF_VER=3.7.2
|
---|
| 142 | export TK_VER=8.4.9
|
---|
| 143 |
|
---|
| 144 | # Check unzip to see how to apply target specific cflags, default env etc
|
---|
| 145 | export UNZIP_VER=552
|
---|
| 146 |
|
---|
| 147 | export WHICH_VER=2.16
|
---|
| 148 | export XMMS_VER=1.2.10 # needs wrapper
|
---|
| 149 |
|
---|
| 150 | # need to make sure perl uses a wrapper
|
---|
| 151 | export XML_PARSER_PM_VER=2.34
|
---|