- Timestamp:
- Feb 21, 2006, 12:25:52 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 10e90e4
- Parents:
- d285e92
- Location:
- scripts/untested
- Files:
-
- 18 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/untested/blfs-scriptlist
rd285e92 r7ed0e05 1 1 script_list="blfs-scripts/blfs-which.sh" 2 3 # Add libXvMCW to X install... 4 # TODO: merge this into the Xorg build (until next release anyway) 5 script_list="${script_list} 6 blfs-scripts/blfs-libXvMCW-32.sh 7 blfs-scripts/blfs-libXvMCW-64.sh" 2 8 3 9 ### Autotools ### … … 385 391 blfs-scripts/blfs-libsndfile-32.sh 386 392 blfs-scripts/blfs-libsndfile-64.sh 393 blfs-scripts/blfs-libsamplerate-32.sh 394 blfs-scripts/blfs-libsamplerate-64.sh 395 blfs-scripts/blfs-polypaudio-32.sh 396 blfs-scripts/blfs-polypaudio-64.sh 397 blfs-scripts/blfs-libmodplug-32.sh 398 blfs-scripts/blfs-libmodplug-64.sh 387 399 blfs-scripts/blfs-lame-32.sh 388 400 blfs-scripts/blfs-lame-64.sh" … … 425 437 blfs-scripts/blfs-libtheora-64.sh 426 438 blfs-scripts/blfs-xvid-32.sh 427 blfs-scripts/blfs-xvid-64.sh" 428 439 blfs-scripts/blfs-xvid-64.sh 440 blfs-scripts/blfs-gsm-32.sh 441 blfs-scripts/blfs-gsm-64.sh" 429 442 430 443 # FFMpeg and deps … … 432 445 #--------------------------------------------- 433 446 # spidermonkey (ij) needed by gpac. 434 # gpac needed by x264 , reqs spidermonkey, cvid and (circ) ffmpeg447 # gpac needed by x264 , reqs spidermonkey, xvid and (circ) ffmpeg 435 448 #script_list="${script_list} 436 449 #blfs-scripts/blfs-gpac-32.sh … … 440 453 #blfs-scripts/blfs-x264-32.sh 441 454 #blfs-scripts/blfs-x264-64.sh" 455 script_list="${script_list} 456 blfs-scripts/blfs-ffmpeg-32.sh 457 blfs-scripts/blfs-ffmpeg-64.sh" 458 459 # libsamplerate 460 # libpolypaudio 461 462 # pyrex 463 # dbus 464 # hal 465 # howl 466 467 # libbonobo 468 # gtk-engines 469 # GConf 470 # Gnome-vfs 471 472 442 473 443 474 # gtkam [ gtk2 libgphoto optional libexif bonobo gnome gimp ] -
scripts/untested/blfs-scripts/blfs-packages-20050806
rd285e92 r7ed0e05 47 47 export FAAD2_VER=2.0 48 48 export FLAC_VER=1.1.2 49 # TODO: single, double options not being set 49 export FFMPEG_VER=20050806 50 50 export FFTW_VER=2.1.5 51 52 51 export FFTW3_VER=3.0.1 53 52 export FLTK_VER=1.1.6 # needs wrapper … … 74 73 # check LIBPOSTFIX in configure for mips 75 74 export GRAPHVIS_VER=2.2.1 # needs wrapper 75 76 export GSM_VER=1.0.10 76 77 77 78 export GTK12_VER=1.2.10 # needs wrapper … … 108 109 #export LIBMIKMOD_VER=3.2.0-beta2 109 110 export LIBMIKMOD_VER=3.1.11 111 export LIBMODPLUG_VER=0.7 110 112 111 113 # Check setting of PREFIX for header fixups, check setting of MACHINE … … 121 123 export LIBRAW1394_VER=1.2.0 122 124 export LIBSNDFILE_VER=1.0.12oggflac 125 export LIBSAMPLERATE_VER=0.1.2 123 126 124 127 export LIBTHEORA_VER=1.0alpha4 125 128 export LIBUSB_VER=0.1.10a 126 129 export LIBVORBIS_VER=1.1.0 130 export LIBXVMCW_VER=0.9.3 127 131 128 132 # Additional requirements, see script … … 151 155 export PKGCONFIG_VER=0.17.2 152 156 export POPT_VER=1.7 157 export POLYPAUDIO_VER=0.7 153 158 154 159 # check setting CC is correct...
Note:
See TracChangeset
for help on using the changeset viewer.