Changeset 7ed0e05


Ignore:
Timestamp:
Feb 21, 2006, 12:25:52 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
10e90e4
Parents:
d285e92
Message:

r619@server (orig r617): ryan | 2005-08-07 00:07:42 -0700
Add new packages for blfs builds



Location:
scripts/untested
Files:
18 added
2 edited

Legend:

Unmodified
Added
Removed
  • scripts/untested/blfs-scriptlist

    rd285e92 r7ed0e05  
    11script_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)
     5script_list="${script_list}
     6blfs-scripts/blfs-libXvMCW-32.sh
     7blfs-scripts/blfs-libXvMCW-64.sh"
    28
    39### Autotools ###
     
    385391blfs-scripts/blfs-libsndfile-32.sh
    386392blfs-scripts/blfs-libsndfile-64.sh
     393blfs-scripts/blfs-libsamplerate-32.sh
     394blfs-scripts/blfs-libsamplerate-64.sh
     395blfs-scripts/blfs-polypaudio-32.sh
     396blfs-scripts/blfs-polypaudio-64.sh
     397blfs-scripts/blfs-libmodplug-32.sh
     398blfs-scripts/blfs-libmodplug-64.sh
    387399blfs-scripts/blfs-lame-32.sh
    388400blfs-scripts/blfs-lame-64.sh"
     
    425437blfs-scripts/blfs-libtheora-64.sh
    426438blfs-scripts/blfs-xvid-32.sh
    427 blfs-scripts/blfs-xvid-64.sh"
    428 
     439blfs-scripts/blfs-xvid-64.sh
     440blfs-scripts/blfs-gsm-32.sh
     441blfs-scripts/blfs-gsm-64.sh"
    429442
    430443# FFMpeg and deps
     
    432445#---------------------------------------------
    433446# spidermonkey (ij) needed by gpac.
    434 # gpac needed by x264 , reqs spidermonkey, cvid and (circ) ffmpeg
     447# gpac needed by x264 , reqs spidermonkey, xvid and (circ) ffmpeg
    435448#script_list="${script_list}
    436449#blfs-scripts/blfs-gpac-32.sh
     
    440453#blfs-scripts/blfs-x264-32.sh
    441454#blfs-scripts/blfs-x264-64.sh"
     455script_list="${script_list}
     456blfs-scripts/blfs-ffmpeg-32.sh
     457blfs-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
    442473
    443474# gtkam [ gtk2 libgphoto optional libexif bonobo gnome gimp ]
  • scripts/untested/blfs-scripts/blfs-packages-20050806

    rd285e92 r7ed0e05  
    4747export FAAD2_VER=2.0
    4848export FLAC_VER=1.1.2
    49 # TODO: single, double options not being set
     49export FFMPEG_VER=20050806
    5050export FFTW_VER=2.1.5
    51 
    5251export FFTW3_VER=3.0.1
    5352export FLTK_VER=1.1.6                   # needs wrapper
     
    7473# check LIBPOSTFIX in configure for mips
    7574export GRAPHVIS_VER=2.2.1               # needs wrapper
     75
     76export GSM_VER=1.0.10
    7677
    7778export GTK12_VER=1.2.10                 # needs wrapper
     
    108109#export LIBMIKMOD_VER=3.2.0-beta2
    109110export LIBMIKMOD_VER=3.1.11
     111export LIBMODPLUG_VER=0.7
    110112
    111113# Check setting of PREFIX for header fixups, check setting of MACHINE
     
    121123export LIBRAW1394_VER=1.2.0
    122124export LIBSNDFILE_VER=1.0.12oggflac
     125export LIBSAMPLERATE_VER=0.1.2
    123126
    124127export LIBTHEORA_VER=1.0alpha4
    125128export LIBUSB_VER=0.1.10a
    126129export LIBVORBIS_VER=1.1.0
     130export LIBXVMCW_VER=0.9.3
    127131
    128132# Additional requirements, see script
     
    151155export PKGCONFIG_VER=0.17.2
    152156export POPT_VER=1.7
     157export POLYPAUDIO_VER=0.7
    153158
    154159# check setting CC is correct...
Note: See TracChangeset for help on using the changeset viewer.