source: scripts/scripts/untested/blfs-scripts/blfs-packages-20050205 @ 7f65c0e

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 7f65c0e was 7f65c0e, checked in by Jim Gifford <clfs@…>, 18 years ago

r625@server (orig r623): jim | 2005-10-31 12:43:24 -0800
Final Move

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