[1c379e4] | 1 | #!/bin/bash
|
---|
| 2 |
|
---|
| 3 | export OPENEXR_VER=1.2.1
|
---|
| 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 # needs wrapper
|
---|
| 15 |
|
---|
| 16 | export CDPARANOIA_VER=alpha9.8
|
---|
| 17 | export CUPS_VER=1.1.23 # needs wrapper
|
---|
| 18 | export DBUS_VER=
|
---|
| 19 | export DT_FILE_UTILS=0.10
|
---|
| 20 | export DBK_DSSL_VER=1.79
|
---|
| 21 | export DBK_SGML_VER=3.1
|
---|
| 22 |
|
---|
| 23 | # check script can handle version, see notes
|
---|
| 24 | export DBK_XML_DTD_VER=4.4
|
---|
| 25 | # check script can handle version, see notes
|
---|
| 26 | export DBK_XSL_VER=1.67.2
|
---|
| 27 |
|
---|
| 28 | export DOXYGEN_VER=1.4.1
|
---|
| 29 | export ED_VER=0.2
|
---|
| 30 | export ENSCRIPT_VER=1.6.4
|
---|
| 31 | export ESPGS=7.07.1
|
---|
| 32 | export FAM_VER=
|
---|
| 33 |
|
---|
| 34 | # TODO: single, double options not being set
|
---|
| 35 | export FFTW_VER=2.1.5
|
---|
| 36 |
|
---|
| 37 | export FFTW3_VER=3.0.1
|
---|
| 38 | export FLTK_VER=1.1.6 # 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=1.5
|
---|
| 44 | export FOOMATIC_FILTERS_VER=3.0.2
|
---|
| 45 | export FOOMATIC_DB_ENG_VER=3.0.2
|
---|
| 46 |
|
---|
| 47 | export FREEGLUT=2.2.0
|
---|
| 48 |
|
---|
| 49 | # TODO: re-enable inotify support
|
---|
| 50 | export GAMIN_VER=0.0.22
|
---|
| 51 |
|
---|
| 52 | export GD_VER=2.0.33 # needs wrapper
|
---|
| 53 | export GDBM_VER=1.8.3
|
---|
| 54 | export GIMP_PRINT_VER=4.2.7 # needs wrapper
|
---|
| 55 | export GLIB12=1.2.10 # needs wrapper
|
---|
| 56 |
|
---|
| 57 | # check LIBPOSTFIX in configure for mips
|
---|
| 58 | export GRAPHVIS_VER=2.2 # needs wrapper
|
---|
| 59 |
|
---|
| 60 | export GTK12_VER=1.2.10 # needs wrapper
|
---|
| 61 | export HC_ICON_THEME_VER=0.5
|
---|
| 62 | export IJS_VER=0.35 # needs wrapper
|
---|
| 63 | export JADETEX_VER=3.13
|
---|
| 64 | export JASPER=1.701.0
|
---|
| 65 |
|
---|
| 66 | # lcms has issues... see notes
|
---|
| 67 | export LCMS_VER=1.14
|
---|
| 68 |
|
---|
| 69 | # check notes on need to edit mxmkmf
|
---|
| 70 | export LESSTIF=0.94.0 # needs wrapper
|
---|
| 71 |
|
---|
| 72 | # hmmm isn't this part of glibc nowadays
|
---|
| 73 | export LIBIDN_VER=0.5.9
|
---|
| 74 |
|
---|
| 75 | # libjpeg is a GODDAMNED FIGHT building on x86_64, needs fixing
|
---|
| 76 | export LIBJPEG_VER=v6b
|
---|
| 77 |
|
---|
| 78 | export LIBMAD_VER=0.15.1b
|
---|
| 79 | export LIBMIKMOD_VER=3.1.11 # needs wrapper
|
---|
| 80 |
|
---|
| 81 | # Check setting of PREFIX for header fixups, check setting of MACHINE
|
---|
| 82 | export LIBMPEG3_VER=1.5.4
|
---|
| 83 |
|
---|
| 84 | export LIBOGG_VER=1.1.2
|
---|
| 85 |
|
---|
| 86 | # requires a device node created... revisit for udev
|
---|
| 87 | export LIBRAW1394_VER=1.1.0
|
---|
| 88 |
|
---|
| 89 | export LIBVORBIS_VER=1.1.0
|
---|
| 90 |
|
---|
| 91 | # Additional requirements, see script
|
---|
| 92 | export LM_SENSORS_VER=2.9.0
|
---|
| 93 |
|
---|
| 94 | # Check patch requirements for amd64 etc... check script for other needed fixes
|
---|
| 95 | export MAS_VER=0.6.3 # Needs wrapper
|
---|
| 96 |
|
---|
| 97 | export MTOOLS_VER=3.9.9
|
---|
| 98 | export MYSQL_VER=4.1.9 # needs wrapper and header mods
|
---|
| 99 | export NAS_VER=1.7
|
---|
| 100 |
|
---|
| 101 | # double check this script... only builds 32
|
---|
| 102 | export NASM_VER=0.98.38
|
---|
| 103 |
|
---|
| 104 | # libtool barfage, may be fixed now...
|
---|
| 105 | export OPENJADE_VER=1.3.2
|
---|
| 106 | export OPENSP_VER=1.5.1 # needs header fixes
|
---|
| 107 | export PCRE_VER=5.0 # needs wrapper
|
---|
| 108 | export PKGCONFIG_VER=
|
---|
| 109 | export POPT_VER=1.7
|
---|
| 110 |
|
---|
| 111 | # check setting CC is correct...
|
---|
| 112 | export PSUTILS_VER=p17
|
---|
| 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=2.4
|
---|
| 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=3.3.4
|
---|
| 122 |
|
---|
| 123 | #revisit this script re --with-libdir= vs --libdir=
|
---|
| 124 | export SAMBA_VER=3.0.11
|
---|
| 125 | export SGML_COMMON_VER=0.6.3
|
---|
| 126 | export SGMLSPM_VER=1.03ii
|
---|
| 127 | export SHD_MIME_INFO_VER=0.15
|
---|
| 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=2.0.2
|
---|
| 134 | export TIFF_VER=3.7.1
|
---|
| 135 | export TK_VER=8.4.9
|
---|
| 136 |
|
---|
| 137 | # Check unzip to see how to apply target specific cflags, default env etc
|
---|
| 138 | export UNZIP_VER=551
|
---|
| 139 |
|
---|
| 140 | export WHICH_VER=2.16
|
---|
| 141 | export XMMS_VER=1.2.10 # needs wrapper
|
---|
| 142 |
|
---|
| 143 | # need to make sure perl uses a wrapper
|
---|
| 144 | export XML_PARSER_VER=
|
---|