source: scripts/untested/blfs-scripts/blfs-packages-20050514 @ 617118d

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

r561@server (orig r559): root | 2005-06-05 02:38:49 -0700
Fixed Directory Structure

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