geexbox-0.90-3/ 0040755 0000000 0000000 00000000000 07676375373 011774 5 ustar root root geexbox-0.90-3/Makefile 0100644 0001750 0001750 00000000440 07671136065 013717 0 ustar aurel aurel iso:
scripts/iso
burn: iso
scripts/burn
dist:
scripts/dist
fulldist:
scripts/dist full
generator:
scripts/generator
exec: iso
scripts/exec
clean:
scripts/clean
distclean:
rm -rf .stamps build sources geexbox*
.PHONY: iso burn dist fulldist generator exec clean distclean
geexbox-0.90-3/packages/ 0040755 0001750 0001750 00000000000 07672713066 014045 5 ustar aurel aurel geexbox-0.90-3/packages/gdb/ 0040755 0001750 0001750 00000000000 07657523232 014576 5 ustar aurel aurel geexbox-0.90-3/packages/gdb/url 0100644 0001750 0001750 00000000056 07657523232 015321 0 ustar aurel aurel ftp://ftp.irisa.fr/pub/gnu/gdb/gdb-5.3.tar.gz
geexbox-0.90-3/packages/gdb/build 0100755 0001750 0001750 00000000736 07657010130 015612 0 ustar aurel aurel #!/bin/sh
. config/path
$SCRIPTS/build termcap || exit 1
export UCLIBC_GCC_DLOPT="-Wl,--dynamic-linker,/lib/ld-uClibc.so.0"
CWD=`pwd`
TERMCAP_DIR=`ls -d $ROOT/$BUILD/termcap-*`
cd "`ls -d $BUILD/gdb*`" && \
CC="`ls $ROOT/$BUILD/uClibc-*/build/usr/bin/gcc`" ./configure --disable-nls &&\
mv gdb/Makefile gdb/Makefile.old && \
cat gdb/Makefile.old | sed "s%TERMCAP =.*%TERMCAP = -L$TERMCAP_DIR -ltermcap%" > gdb/Makefile && \
make && \
cd "$CWD" && \
exit 0
cd "$CWD"
exit 1
geexbox-0.90-3/packages/gdb/install 0100755 0001750 0001750 00000000124 07656761022 016164 0 ustar aurel aurel #!/bin/sh
. config/path
cp $BUILD/gdb*/gdb/gdb $INSTALL/usr/bin || exit 1
exit 0
geexbox-0.90-3/packages/boot/ 0040755 0001750 0001750 00000000000 07674170077 015011 5 ustar aurel aurel geexbox-0.90-3/packages/boot/build 0100755 0001750 0001750 00000001122 07674170077 016027 0 ustar aurel aurel #!/bin/sh
. config/path
FLOPPY_SIZE=1440
export INSTALL=$BUILD/boot/mnt
$SCRIPTS/build syslinux || exit 1
$SCRIPTS/build initrd || exit 1
mkdir -p $INSTALL
rm -f $BUILD/boot/boot.img
dd if=/dev/zero of=$BUILD/boot/boot.img bs=1k count=$FLOPPY_SIZE
mkfs -t vfat $BUILD/boot/boot.img $FLOPPY_SIZE
modprobe msdos >/dev/null 2>&1
modprobe vfat >/dev/null 2>&1
mount -o loop $BUILD/boot/boot.img $INSTALL
cp $PACKAGES/syslinux/syslinux.cfg $INSTALL
$SCRIPTS/install linux boot || exit 1
$SCRIPTS/install initrd || exit 1
umount $INSTALL
$BUILD/syslinux-*/syslinux -s $BUILD/boot/boot.img
geexbox-0.90-3/packages/boot/need_build 0100755 0001750 0001750 00000000566 07652327651 017033 0 ustar aurel aurel #!/bin/sh
. config/path
$SCRIPTS/build linux || exit 1
$SCRIPTS/build syslinux || exit 1
$SCRIPTS/build initrd || exit 1
STAMP=.stamps/boot/build
test .stamps/linux/build -nt $STAMP && rm -f $STAMP
test .stamps/syslinux/build -nt $STAMP && rm -f $STAMP
test .stamps/initrd/build -nt $STAMP && rm -f $STAMP
test $PACKAGES/syslinux/syslinux.cfg -nt $STAMP && rm -f $STAMP
geexbox-0.90-3/packages/boot/install 0100755 0001750 0001750 00000000127 07652242157 016375 0 ustar aurel aurel #!/bin/sh
. config/path
mkdir -p $INSTALL/boot
cp $BUILD/boot/boot.img $INSTALL/boot
geexbox-0.90-3/packages/halt/ 0040755 0001750 0001750 00000000000 07667745157 015007 5 ustar aurel aurel geexbox-0.90-3/packages/halt/url 0100644 0001750 0001750 00000000040 07667745152 015516 0 ustar aurel aurel GEEXBOX_SRCS/halt-0.0.2.tar.bz2
geexbox-0.90-3/packages/halt/build 0100755 0001750 0001750 00000000415 07667745157 016031 0 ustar aurel aurel #!/bin/sh
. config/path
$SCRIPTS/build uClibc || exit 1
export UCLIBC_GCC_DLOPT="-Wl,--dynamic-linker,/lib/ld-uClibc.so.0"
CWD=`pwd`
cd "`ls -d $BUILD/halt*`" && \
make CC="`ls $ROOT/$BUILD/uClibc-*/build/usr/bin/gcc`" && \
cd "$CWD" && \
exit 0
cd "$CWD"
exit 1
geexbox-0.90-3/packages/iscd/ 0040755 0001750 0001750 00000000000 07667751732 014775 5 ustar aurel aurel geexbox-0.90-3/packages/iscd/url 0100644 0001750 0001750 00000000040 07667745175 015515 0 ustar aurel aurel GEEXBOX_SRCS/iscd-0.0.2.tar.bz2
geexbox-0.90-3/packages/iscd/build 0100755 0001750 0001750 00000000503 07667751732 016015 0 ustar aurel aurel #!/bin/sh
. config/path
$SCRIPTS/build uClibc || exit 1
export UCLIBC_GCC_DLOPT="-Wl,--dynamic-linker,/lib/ld-uClibc.so.0"
CWD=`pwd`
cd "`ls -d $BUILD/iscd*`" && \
make CC="`ls $ROOT/$BUILD/uClibc-*/build/usr/bin/gcc`" CFLAGS="-Os -s -I`ls -d $ROOT/$BUILD/linux*/include`" && \
cd "$CWD" && \
exit 0
cd "$CWD"
exit 1
geexbox-0.90-3/packages/lirc/ 0040755 0001750 0001750 00000000000 07675363414 014777 5 ustar aurel aurel geexbox-0.90-3/packages/lirc/url 0100644 0001750 0001750 00000000145 07672212360 015507 0 ustar aurel aurel http://heanet.dl.sourceforge.net/sourceforge/lirc/lirc-0.6.6.tar.bz2
GEEXBOX_SRCS/patch-lirc-any.bz2
geexbox-0.90-3/packages/lirc/lircd_realmagic 0100644 0001750 0001750 00000000055 07675362113 020013 0 ustar aurel aurel LIRC_DRIVER=pixelview
LIRC_DEVICE=/dev/ttyS0
geexbox-0.90-3/packages/lirc/build 0100755 0001750 0001750 00000000767 07674100025 016015 0 ustar aurel aurel #!/bin/sh
. config/path
$SCRIPTS/build uClibc || exit 1
export UCLIBC_GCC_DLOPT="-Wl,--dynamic-linker,/lib/ld-uClibc.so.0"
CWD=`pwd`
cd "`ls -d $BUILD/lirc-*`" && \
CC="`ls $ROOT/$BUILD/uClibc-*/build/usr/bin/gcc`" ./configure --host=i386-linux-gnu --disable-shared --without-x --with-driver=any --with-kerneldir="`ls -d $ROOT/$BUILD/linux-*`" && \
make CC="`ls $ROOT/$BUILD/uClibc-*/build/usr/bin/gcc`" && \
strip daemons/lircd && \
ln -sf tools lirc && \
cd "$CWD" && \
exit 0
cd "$CWD"
exit 1
geexbox-0.90-3/packages/lirc/lircd_logitech 0100644 0001750 0001750 00000000054 07674104521 017660 0 ustar aurel aurel LIRC_DRIVER=logitech
LIRC_DEVICE=/dev/ttyS0
geexbox-0.90-3/packages/lirc/lircd_pctv 0100644 0001750 0001750 00000000052 07674104146 017037 0 ustar aurel aurel LIRC_DRIVER=pinsys
LIRC_DEVICE=/dev/ttyS0
geexbox-0.90-3/packages/lirc/lirc_logitech 0100644 0001750 0001750 00000002445 07674105555 017532 0 ustar aurel aurel begin
prog = mplayer
button = TV
config = run /usr/bin/tvswitch
end
begin
prog = mplayer
button = PAUSE
config = pause
end
begin
prog = mplayer
button = STOP
config = stop
end
begin
prog = mplayer
button = MUTE
config = mute
end
begin
prog = mplayer
button = 1
repeat = 1
config = seek -120
end
begin
prog = mplayer
button = 3
repeat = 1
config = seek 120
end
begin
prog = mplayer
button = SEEK-
repeat = 1
config = seek -10
end
begin
prog = mplayer
button = SEEK+
repeat = 1
config = seek 10
end
begin
prog = mplayer
button = VOL-
repeat = 1
config = volume -1
end
begin
prog = mplayer
button = VOL+
repeat = 1
config = volume 1
end
begin
prog = mplayer
button = HELP
config = osd
end
begin
prog = mplayer
button = CLOSE
config = quit
end
begin
prog = mplayer
button = ENTER
config = menu hide
end
begin
prog = mplayer
button = GDE
config = set_menu open_file
end
begin
prog = mplayer
button = BUTTONL_DOWN
config = menu ok
end
begin
prog = mplayer
button = BUTTONR_DOWN
config = menu cancel
end
begin
prog = mplayer
button = CH+
repeat = 1
config = menu up
end
begin
prog = mplayer
button = CH-
repeat = 1
config = menu down
end
geexbox-0.90-3/packages/lirc/lirc_pctv 0100644 0001750 0001750 00000002500 07674105537 016700 0 ustar aurel aurel begin
prog = mplayer
button = F_TV
config = run /usr/bin/tvswitch
end
begin
prog = mplayer
button = 5
config = pause
end
begin
prog = mplayer
button = 1
repeat = 1
config = seek -120
end
begin
prog = mplayer
button = 3
repeat = 1
config = seek 120
end
begin
prog = mplayer
button = 4
repeat = 1
config = seek -10
end
begin
prog = mplayer
button = 6
repeat = 1
config = seek 10
end
begin
prog = mplayer
button = 7
repeat = 1
config = volume -1
end
begin
prog = mplayer
button = 9
repeat = 1
config = volume 1
end
begin
prog = mplayer
button = 2
repeat = 1
config = volume 1
end
begin
prog = mplayer
button = 8
repeat = 1
config = volume -1
end
begin
prog = mplayer
button = Fullscreen
config = osd
end
begin
prog = mplayer
button = Power
config = quit
end
begin
prog = mplayer
button = Info
config = menu hide
end
begin
prog = mplayer
button = Chan_Last
config = set_menu open_file
end
begin
prog = mplayer
button = Vol+FF
config = menu ok
end
begin
prog = mplayer
button = Vol-Rew
config = menu cancel
end
begin
prog = mplayer
button = Chan+Play
repeat = 1
config = menu up
end
begin
prog = mplayer
button = Chan-Stop
repeat = 1
config = menu down
end
geexbox-0.90-3/packages/lirc/lirc_hauppauge 0100644 0001750 0001750 00000002342 07674105731 017703 0 ustar aurel aurel begin
prog = mplayer
button = TV
config = run /usr/bin/tvswitch
end
begin
prog = mplayer
button = 5
config = pause
end
begin
prog = mplayer
button = 8
repeat = 1
config = seek -120
end
begin
prog = mplayer
button = 2
repeat = 1
config = seek 120
end
begin
prog = mplayer
button = 4
repeat = 1
config = seek -10
end
begin
prog = mplayer
button = 6
repeat = 1
config = seek 10
end
begin
prog = mplayer
button = 1
repeat = 1
config = volume 1
end
begin
prog = mplayer
button = 7
repeat = 1
config = volume -1
end
begin
prog = mplayer
button = FULL_SCREEN
config = osd
end
begin
prog = mplayer
button = MINIMIZE
config = menu hide
end
begin
prog = mplayer
button = SOURCE
config = set_menu open_file
end
begin
prog = mplayer
button = VOL+
config = menu ok
end
begin
prog = mplayer
button = VOL-
config = menu cancel
end
begin
prog = mplayer
button = CH+
repeat = 2
config = menu up
end
begin
prog = mplayer
button = CH-
repeat = 2
config = menu down
end
begin
prog = mplayer
button = 3
config = audio_delay 0.1
end
begin
prog = mplayer
button = 9
config = audio_delay -0.1
end
geexbox-0.90-3/packages/lirc/lirc_realmagic 0100644 0001750 0001750 00000002422 07675363414 017654 0 ustar aurel aurel begin
prog = mplayer
button = VGA
config = run /usr/bin/tvswitch
end
begin
prog = mplayer
button = PAUSE
config = pause
end
begin
prog = mplayer
button = STOP
config = stop
end
begin
prog = mplayer
button = MUTE
config = mute
end
begin
prog = mplayer
button = 1
repeat = 1
config = seek -120
end
begin
prog = mplayer
button = 3
repeat = 1
config = seek 120
end
begin
prog = mplayer
button = REV
repeat = 1
config = seek -10
end
begin
prog = mplayer
button = FF
repeat = 1
config = seek 10
end
begin
prog = mplayer
button = VOL-
repeat = 1
config = volume -1
end
begin
prog = mplayer
button = VOL+
repeat = 1
config = volume 1
end
begin
prog = mplayer
button = OSD
config = osd
end
begin
prog = mplayer
button = QUIT
config = quit
end
begin
prog = mplayer
button = MENU
config = menu hide
end
begin
prog = mplayer
button = EJECT
config = set_menu open_file
end
begin
prog = mplayer
button = SELECT
config = menu ok
end
begin
prog = mplayer
button = LEFT
config = menu cancel
end
begin
prog = mplayer
button = UP
repeat = 1
config = menu up
end
begin
prog = mplayer
button = DOWN
repeat = 1
config = menu down
end
geexbox-0.90-3/packages/lirc/lircd_hauppauge 0100644 0001750 0001750 00000000052 07674105066 020044 0 ustar aurel aurel LIRC_DRIVER=default
LIRC_DEVICE=/dev/lirc
geexbox-0.90-3/packages/lirc/install 0100755 0001750 0001750 00000002625 07675362565 016403 0 ustar aurel aurel #!/bin/sh
. config/path
. $CONFIG/options
mkdir -p $INSTALL/etc
mkdir -p $INSTALL/usr/bin
mkdir -p "`ls -d $INSTALL/lib/modules/*`/misc"
cp $BUILD/lirc-*/daemons/lircd $INSTALL/usr/bin
cp $BUILD/lirc-*/drivers/lirc_dev/lirc_dev.o $BUILD/lirc-*/drivers/lirc_i2c/lirc_i2c.o $INSTALL/lib/modules/*/misc
if [ "$2" != generator ]; then
cp $PACKAGES/lirc/lirc_$REMOTE $INSTALL/etc/lirc
cp $PACKAGES/lirc/lircd_$REMOTE $INSTALL/etc/lircd
case $REMOTE in
pctv)
cp $BUILD/lirc*/remotes/pinnacle_systems/lircd.conf.pctv $INSTALL/etc/lircd.conf
;;
logitech)
cp $BUILD/lirc*/remotes/logitech/lircd.conf.logitech $INSTALL/etc/lircd.conf
;;
hauppauge)
cp $BUILD/lirc*/remotes/hauppauge/lircd.conf.hauppauge $INSTALL/etc/lircd.conf
;;
realmagic)
cp $BUILD/lirc*/remotes/sigma_designs/lircd.conf.realmagic $INSTALL/etc/lircd.conf
;;
esac
else
mkdir -p $GENERATOR_NAME/lirc
cp $PACKAGES/lirc/lirc_* $GENERATOR_NAME/lirc
cp $PACKAGES/lirc/lircd_* $GENERATOR_NAME/lirc
cp $BUILD/lirc*/remotes/pinnacle_systems/lircd.conf.pctv $GENERATOR_NAME/lirc/lircd_pctv.conf
cp $BUILD/lirc*/remotes/logitech/lircd.conf.logitech $GENERATOR_NAME/lirc/lircd_logitech.conf
cp $BUILD/lirc*/remotes/hauppauge/lircd.conf.hauppauge $GENERATOR_NAME/lirc/lircd_hauppauge.conf
cp $BUILD/lirc*/remotes/sigma_designs/lircd.conf.realmagic $GENERATOR_NAME/lirc/lircd_realmagic.conf
fi
geexbox-0.90-3/packages/nvtv/ 0040755 0001750 0001750 00000000000 07676275255 015051 5 ustar aurel aurel geexbox-0.90-3/packages/nvtv/url 0100644 0001750 0001750 00000000111 07676275255 015564 0 ustar aurel aurel http://heanet.dl.sourceforge.net/sourceforge/nv-tv-out/nvtv-0.4.5.tar.gz
geexbox-0.90-3/packages/nvtv/build 0100755 0001750 0001750 00000001034 07667472007 016063 0 ustar aurel aurel #!/bin/sh
. config/path
$SCRIPTS/build uClibc || exit 1
$SCRIPTS/build pciutils || exit 1
export UCLIBC_GCC_DLOPT="-Wl,--dynamic-linker,/lib/ld-uClibc.so.0"
CWD=`pwd`
export CC="`ls $ROOT/$BUILD/uClibc-*/build/usr/bin/gcc` -I`ls -d $ROOT/$BUILD/pciutils-*/`"
export LDFLAGS="-L`ls -d $ROOT/$BUILD/pciutils-*/lib`"
cd "`ls -d $BUILD/nvtv*`" && \
./configure --host=i386-linux-gnu --without-x --without-gtk --without-xbox --without-client-backend && \
make CXFLAGS="-Os" && \
strip src/nvtv && \
cd "$CWD" && \
exit 0
cd "$CWD"
exit 1
geexbox-0.90-3/packages/nvtv/install 0100755 0001750 0001750 00000000126 07646267237 016437 0 ustar aurel aurel #!/bin/sh
. config/path
cp $BUILD/nvtv*/src/nvtv $INSTALL/usr/bin || exit 1
exit 0
geexbox-0.90-3/packages/eject/ 0040755 0001750 0001750 00000000000 07650031476 015131 5 ustar aurel aurel geexbox-0.90-3/packages/eject/url 0100644 0001750 0001750 00000000072 07645552746 015666 0 ustar aurel aurel http://members.rogers.com/jefftranter/eject-2.0.13.tar.gz
geexbox-0.90-3/packages/eject/build 0100755 0001750 0001750 00000000461 07645616235 016162 0 ustar aurel aurel #!/bin/sh
. config/path
$SCRIPTS/build uClibc || exit 1
export UCLIBC_GCC_DLOPT="-Wl,--dynamic-linker,/lib/ld-uClibc.so.0"
CWD=`pwd`
cd "`ls -d $BUILD/eject-*`" && \
./configure && \
make CC="`ls $ROOT/$BUILD/uClibc-*/build/usr/bin/gcc`" && \
strip eject && \
cd "$CWD" && \
exit 0
cd "$CWD"
exit 1
geexbox-0.90-3/packages/eject/i18n.h 0100644 0001750 0001750 00000000161 07645552746 016070 0 ustar aurel aurel #ifndef __i18n__
#define __i18n__
#define I18NCODE
#define _(str) (str)
#define N_(str) (str)
#endif
geexbox-0.90-3/packages/eject/unpack 0100755 0001750 0001750 00000000106 07645552746 016346 0 ustar aurel aurel #!/bin/sh
. config/path
cp -f $PACKAGES/eject/i18n.h $BUILD/eject-*
geexbox-0.90-3/packages/linux/ 0040755 0001750 0001750 00000000000 07674171721 015202 5 ustar aurel aurel geexbox-0.90-3/packages/linux/url 0100644 0001750 0001750 00000000343 07672621267 015727 0 ustar aurel aurel ftp://ftp.de.kernel.org/pub/linux/kernel/v2.4/linux-2.4.21.tar.bz2
GEEXBOX_SRCS/patch-linux-acpi_2.4.20.bz2
GEEXBOX_SRCS/patch-linux-emu10k1.bz2
GEEXBOX_SRCS/patch-linux-supermount_2.4.21.bz2
GEEXBOX_SRCS/patch-linux-gcc33.bz2
geexbox-0.90-3/packages/linux/build 0100755 0001750 0001750 00000000706 07672714174 016232 0 ustar aurel aurel #!/bin/sh
. config/path
$SCRIPTS/build ati_remote || exit 1
HPATH="`ls -d $ROOT/$BUILD/linux-*/include`"
export CFLAGS="-D__KERNEL__ -I$HPATH -Os -fno-strict-aliasing -fomit-frame-pointer"
make CFLAGS="$CFLAGS" dep -C "`ls -d $BUILD/linux-*`" && \
make CFLAGS="$CFLAGS" clean -C "`ls -d $BUILD/linux-*`" && \
make CFLAGS="$CFLAGS" bzImage -C "`ls -d $BUILD/linux-*`" && \
make CFLAGS="$CFLAGS" modules -C "`ls -d $BUILD/linux-*`" && \
exit 0
exit 1
geexbox-0.90-3/packages/linux/modules 0100644 0001750 0001750 00000000604 07674110331 016560 0 ustar aurel aurel apm
sound
ac97_codec
ac97
uart401
mpu401
ad1848
opl3
opl3sa
opl3sa2
sb_lib
ali5455
ad1816
ad1889
adlib_card
aedsp16
awe_wave
cmpci
cs4232
cs4281
cs46xx
emu10k1
es1370
es1371
esssolo1
forte
gus
i810_audio
kahlua
mad16
maestro3
maestro
nm256_audio
pas2
pss
rme96xx
sb
sgalaxy
sonicvibes
sscape
trident
trix
via82cxxx_audio
wavefront
ymfpci
ati_remote
videodev
bttv card=2
lirc_dev
lirc_i2c
geexbox-0.90-3/packages/linux/linux.conf 0100644 0001750 0001750 00000052504 07676026215 017212 0 ustar aurel aurel #
# Automatically generated by make menuconfig: don't edit
#
CONFIG_X86=y
# CONFIG_SBUS is not set
CONFIG_UID16=y
#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y
#
# Loadable module support
#
CONFIG_MODULES=y
# CONFIG_MODVERSIONS is not set
# CONFIG_KMOD is not set
#
# Processor type and features
#
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
CONFIG_M586TSC=y
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MELAN is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_X86_L1_CACHE_SHIFT=5
CONFIG_X86_USE_STRING_486=y
CONFIG_X86_ALIGNMENT_16=y
CONFIG_X86_HAS_TSC=y
CONFIG_X86_PPRO_FENCE=y
# CONFIG_X86_F00F_WORKS_OK is not set
# CONFIG_X86_MCE is not set
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
# CONFIG_MICROCODE is not set
# CONFIG_X86_MSR is not set
# CONFIG_X86_CPUID is not set
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
# CONFIG_HIGHMEM is not set
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
# CONFIG_SMP is not set
# CONFIG_X86_UP_APIC is not set
# CONFIG_X86_UP_IOAPIC is not set
# CONFIG_X86_TSC_DISABLE is not set
CONFIG_X86_TSC=y
#
# General setup
#
CONFIG_NET=y
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_ISA=y
# CONFIG_PCI_NAMES is not set
# CONFIG_EISA is not set
# CONFIG_MCA is not set
# CONFIG_HOTPLUG is not set
# CONFIG_PCMCIA is not set
# CONFIG_HOTPLUG_PCI is not set
# CONFIG_SYSVIPC is not set
# CONFIG_BSD_PROCESS_ACCT is not set
CONFIG_SYSCTL=y
CONFIG_KCORE_ELF=y
# CONFIG_KCORE_AOUT is not set
# CONFIG_BINFMT_AOUT is not set
CONFIG_BINFMT_ELF=y
# CONFIG_BINFMT_MISC is not set
CONFIG_PM=y
CONFIG_APM=m
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
CONFIG_APM_DO_ENABLE=y
CONFIG_APM_CPU_IDLE=y
# CONFIG_APM_DISPLAY_BLANK is not set
# CONFIG_APM_RTC_IS_GMT is not set
# CONFIG_APM_ALLOW_INTS is not set
# CONFIG_APM_REAL_MODE_POWER_OFF is not set
#
# ACPI Support
#
CONFIG_ACPI=y
CONFIG_ACPI_BOOT=y
CONFIG_ACPI_BUS=y
CONFIG_ACPI_INTERPRETER=y
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_PCI=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_SYSTEM=y
# CONFIG_ACPI_AC is not set
# CONFIG_ACPI_BATTERY is not set
CONFIG_ACPI_BUTTON=y
# CONFIG_ACPI_FAN is not set
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_THERMAL=y
# CONFIG_ACPI_TOSHIBA is not set
# CONFIG_ACPI_DEBUG is not set
#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set
#
# Parallel port support
#
# CONFIG_PARPORT is not set
#
# Plug and Play configuration
#
CONFIG_PNP=y
CONFIG_ISAPNP=y
#
# Block devices
#
# CONFIG_BLK_DEV_FD is not set
# CONFIG_BLK_DEV_XD is not set
# CONFIG_PARIDE is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_CISS_SCSI_TAPE is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
CONFIG_BLK_DEV_LOOP=y
# CONFIG_BLK_DEV_NBD is not set
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_SIZE=1024
CONFIG_BLK_DEV_INITRD=y
# CONFIG_BLK_STATS is not set
#
# Multi-device support (RAID and LVM)
#
# CONFIG_MD is not set
# CONFIG_BLK_DEV_MD is not set
# CONFIG_MD_LINEAR is not set
# CONFIG_MD_RAID0 is not set
# CONFIG_MD_RAID1 is not set
# CONFIG_MD_RAID5 is not set
# CONFIG_MD_MULTIPATH is not set
# CONFIG_BLK_DEV_LVM is not set
#
# Networking options
#
# CONFIG_PACKET is not set
# CONFIG_NETLINK_DEV is not set
# CONFIG_NETFILTER is not set
# CONFIG_FILTER is not set
CONFIG_UNIX=y
# CONFIG_INET is not set
# CONFIG_ATM is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
#
# Appletalk devices
#
# CONFIG_DEV_APPLETALK is not set
# CONFIG_DECNET is not set
# CONFIG_BRIDGE is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_LLC is not set
# CONFIG_NET_DIVERT is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_FASTROUTE is not set
# CONFIG_NET_HW_FLOWCONTROL is not set
#
# QoS and/or fair queueing
#
# CONFIG_NET_SCHED is not set
#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
#
# Telephony Support
#
# CONFIG_PHONE is not set
# CONFIG_PHONE_IXJ is not set
# CONFIG_PHONE_IXJ_PCMCIA is not set
#
# ATA/IDE/MFM/RLL support
#
CONFIG_IDE=y
#
# IDE, ATA and ATAPI Block devices
#
CONFIG_BLK_DEV_IDE=y
# CONFIG_BLK_DEV_HD_IDE is not set
# CONFIG_BLK_DEV_HD is not set
CONFIG_BLK_DEV_IDEDISK=y
# CONFIG_IDEDISK_MULTI_MODE is not set
# CONFIG_IDEDISK_STROKE is not set
# CONFIG_BLK_DEV_IDECS is not set
# CONFIG_BLK_DEV_IDECD is not set
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDEFLOPPY is not set
CONFIG_BLK_DEV_IDESCSI=y
# CONFIG_IDE_TASK_IOCTL is not set
CONFIG_BLK_DEV_CMD640=y
# CONFIG_BLK_DEV_CMD640_ENHANCED is not set
# CONFIG_BLK_DEV_ISAPNP is not set
CONFIG_BLK_DEV_IDEPCI=y
# CONFIG_BLK_DEV_GENERIC is not set
CONFIG_IDEPCI_SHARE_IRQ=y
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_OFFBOARD is not set
# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
CONFIG_IDEDMA_PCI_AUTO=y
# CONFIG_IDEDMA_ONLYDISK is not set
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_PCI_WIP is not set
CONFIG_BLK_DEV_ADMA100=y
CONFIG_BLK_DEV_AEC62XX=y
CONFIG_BLK_DEV_ALI15X3=y
# CONFIG_WDC_ALI15X3 is not set
CONFIG_BLK_DEV_AMD74XX=y
# CONFIG_AMD74XX_OVERRIDE is not set
CONFIG_BLK_DEV_CMD64X=y
# CONFIG_BLK_DEV_TRIFLEX is not set
CONFIG_BLK_DEV_CY82C693=y
CONFIG_BLK_DEV_CS5530=y
CONFIG_BLK_DEV_HPT34X=y
# CONFIG_HPT34X_AUTODMA is not set
CONFIG_BLK_DEV_HPT366=y
CONFIG_BLK_DEV_PIIX=y
CONFIG_BLK_DEV_NS87415=y
CONFIG_BLK_DEV_OPTI621=y
# CONFIG_BLK_DEV_PDC202XX_OLD is not set
# CONFIG_PDC202XX_BURST is not set
CONFIG_BLK_DEV_PDC202XX_NEW=y
# CONFIG_PDC202XX_FORCE is not set
CONFIG_BLK_DEV_RZ1000=y
# CONFIG_BLK_DEV_SC1200 is not set
# CONFIG_BLK_DEV_SVWKS is not set
# CONFIG_BLK_DEV_SIIMAGE is not set
CONFIG_BLK_DEV_SIS5513=y
CONFIG_BLK_DEV_SLC90E66=y
# CONFIG_BLK_DEV_TRM290 is not set
CONFIG_BLK_DEV_VIA82CXXX=y
# CONFIG_IDE_CHIPSETS is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_IDEDMA_IVB is not set
# CONFIG_DMA_NONPCI is not set
CONFIG_BLK_DEV_PDC202XX=y
CONFIG_BLK_DEV_IDE_MODES=y
# CONFIG_BLK_DEV_ATARAID is not set
# CONFIG_BLK_DEV_ATARAID_PDC is not set
# CONFIG_BLK_DEV_ATARAID_HPT is not set
# CONFIG_BLK_DEV_ATARAID_SII is not set
#
# SCSI support
#
CONFIG_SCSI=y
CONFIG_BLK_DEV_SD=y
CONFIG_SD_EXTRA_DEVS=10
# CONFIG_CHR_DEV_ST is not set
# CONFIG_CHR_DEV_OSST is not set
CONFIG_BLK_DEV_SR=y
# CONFIG_BLK_DEV_SR_VENDOR is not set
CONFIG_SR_EXTRA_DEVS=2
CONFIG_CHR_DEV_SG=y
# CONFIG_SCSI_DEBUG_QUEUES is not set
# CONFIG_SCSI_MULTI_LUN is not set
# CONFIG_SCSI_CONSTANTS is not set
# CONFIG_SCSI_LOGGING is not set
#
# SCSI low-level drivers
#
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_7000FASST is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AHA152X is not set
# CONFIG_SCSI_AHA1542 is not set
# CONFIG_SCSI_AHA1740 is not set
# CONFIG_SCSI_AACRAID is not set
CONFIG_SCSI_AIC7XXX=y
CONFIG_AIC7XXX_CMDS_PER_DEVICE=253
CONFIG_AIC7XXX_RESET_DELAY_MS=15000
# CONFIG_AIC7XXX_PROBE_EISA_VL is not set
# CONFIG_AIC7XXX_BUILD_FIRMWARE is not set
# CONFIG_SCSI_AIC79XX is not set
# CONFIG_SCSI_DPT_I2O is not set
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_IN2000 is not set
# CONFIG_SCSI_AM53C974 is not set
# CONFIG_SCSI_MEGARAID is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_CPQFCTS is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_DTC3280 is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_EATA_DMA is not set
# CONFIG_SCSI_EATA_PIO is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_GENERIC_NCR5380 is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_NCR53C406A is not set
# CONFIG_SCSI_NCR53C7xx is not set
CONFIG_SCSI_SYM53C8XX_2=y
CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1
CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16
CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64
# CONFIG_SCSI_SYM53C8XX_IOMAPPED is not set
# CONFIG_SCSI_PAS16 is not set
# CONFIG_SCSI_PCI2000 is not set
# CONFIG_SCSI_PCI2220I is not set
# CONFIG_SCSI_PSI240I is not set
# CONFIG_SCSI_QLOGIC_FAS is not set
# CONFIG_SCSI_QLOGIC_ISP is not set
# CONFIG_SCSI_QLOGIC_FC is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_SEAGATE is not set
# CONFIG_SCSI_SIM710 is not set
# CONFIG_SCSI_SYM53C416 is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_T128 is not set
# CONFIG_SCSI_U14_34F is not set
# CONFIG_SCSI_ULTRASTOR is not set
# CONFIG_SCSI_NSP32 is not set
# CONFIG_SCSI_DEBUG is not set
#
# Fusion MPT device support
#
# CONFIG_FUSION is not set
# CONFIG_FUSION_BOOT is not set
# CONFIG_FUSION_ISENSE is not set
# CONFIG_FUSION_CTL is not set
# CONFIG_FUSION_LAN is not set
#
# IEEE 1394 (FireWire) support (EXPERIMENTAL)
#
CONFIG_IEEE1394=y
CONFIG_IEEE1394_PCILYNX=y
CONFIG_IEEE1394_OHCI1394=y
# CONFIG_IEEE1394_VIDEO1394 is not set
CONFIG_IEEE1394_SBP2=y
# CONFIG_IEEE1394_SBP2_PHYS_DMA is not set
# CONFIG_IEEE1394_ETH1394 is not set
# CONFIG_IEEE1394_DV1394 is not set
# CONFIG_IEEE1394_RAWIO is not set
# CONFIG_IEEE1394_CMP is not set
# CONFIG_IEEE1394_VERBOSEDEBUG is not set
#
# I2O device support
#
# CONFIG_I2O is not set
# CONFIG_I2O_PCI is not set
# CONFIG_I2O_BLOCK is not set
# CONFIG_I2O_LAN is not set
# CONFIG_I2O_SCSI is not set
# CONFIG_I2O_PROC is not set
#
# Network device support
#
# CONFIG_NETDEVICES is not set
#
# Amateur Radio support
#
# CONFIG_HAMRADIO is not set
#
# IrDA (infrared) support
#
# CONFIG_IRDA is not set
#
# ISDN subsystem
#
# CONFIG_ISDN is not set
#
# Old CD-ROM drivers (not SCSI, not IDE)
#
# CONFIG_CD_NO_IDESCSI is not set
#
# Input core support
#
CONFIG_INPUT=y
CONFIG_INPUT_KEYBDEV=y
# CONFIG_INPUT_MOUSEDEV is not set
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_EVDEV is not set
#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_SERIAL=y
# CONFIG_SERIAL_CONSOLE is not set
# CONFIG_SERIAL_EXTENDED is not set
# CONFIG_SERIAL_NONSTANDARD is not set
# CONFIG_UNIX98_PTYS is not set
#
# I2C support
#
CONFIG_I2C=y
CONFIG_I2C_ALGOBIT=y
# CONFIG_I2C_PHILIPSPAR is not set
# CONFIG_I2C_ELV is not set
# CONFIG_I2C_VELLEMAN is not set
# CONFIG_SCx200_I2C is not set
# CONFIG_SCx200_ACB is not set
# CONFIG_I2C_ALGOPCF is not set
# CONFIG_I2C_CHARDEV is not set
# CONFIG_I2C_PROC is not set
#
# Mice
#
# CONFIG_BUSMOUSE is not set
# CONFIG_MOUSE is not set
#
# Joysticks
#
# CONFIG_INPUT_GAMEPORT is not set
# CONFIG_INPUT_NS558 is not set
# CONFIG_INPUT_LIGHTNING is not set
# CONFIG_INPUT_PCIGAME is not set
# CONFIG_INPUT_CS461X is not set
# CONFIG_INPUT_EMU10K1 is not set
# CONFIG_INPUT_SERIO is not set
# CONFIG_INPUT_SERPORT is not set
# CONFIG_INPUT_ANALOG is not set
# CONFIG_INPUT_A3D is not set
# CONFIG_INPUT_ADI is not set
# CONFIG_INPUT_COBRA is not set
# CONFIG_INPUT_GF2K is not set
# CONFIG_INPUT_GRIP is not set
# CONFIG_INPUT_INTERACT is not set
# CONFIG_INPUT_TMDC is not set
# CONFIG_INPUT_SIDEWINDER is not set
# CONFIG_INPUT_IFORCE_USB is not set
# CONFIG_INPUT_IFORCE_232 is not set
# CONFIG_INPUT_WARRIOR is not set
# CONFIG_INPUT_MAGELLAN is not set
# CONFIG_INPUT_SPACEORB is not set
# CONFIG_INPUT_SPACEBALL is not set
# CONFIG_INPUT_STINGER is not set
# CONFIG_INPUT_DB9 is not set
# CONFIG_INPUT_GAMECON is not set
# CONFIG_INPUT_TURBOGRAFX is not set
# CONFIG_QIC02_TAPE is not set
# CONFIG_IPMI_HANDLER is not set
# CONFIG_IPMI_PANIC_EVENT is not set
# CONFIG_IPMI_DEVICE_INTERFACE is not set
# CONFIG_IPMI_KCS is not set
# CONFIG_IPMI_WATCHDOG is not set
#
# Watchdog Cards
#
# CONFIG_WATCHDOG is not set
# CONFIG_SCx200_GPIO is not set
# CONFIG_AMD_RNG is not set
# CONFIG_INTEL_RNG is not set
# CONFIG_AMD_PM768 is not set
# CONFIG_NVRAM is not set
CONFIG_RTC=y
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_SONYPI is not set
#
# Ftape, the floppy tape device driver
#
# CONFIG_FTAPE is not set
# CONFIG_AGP is not set
# CONFIG_DRM is not set
# CONFIG_MWAVE is not set
#
# Multimedia devices
#
CONFIG_VIDEO_DEV=m
#
# Video For Linux
#
# CONFIG_VIDEO_PROC_FS is not set
# CONFIG_I2C_PARPORT is not set
CONFIG_VIDEO_BT848=m
# CONFIG_VIDEO_PMS is not set
# CONFIG_VIDEO_CPIA is not set
# CONFIG_VIDEO_SAA5249 is not set
# CONFIG_TUNER_3036 is not set
# CONFIG_VIDEO_STRADIS is not set
# CONFIG_VIDEO_ZORAN is not set
# CONFIG_VIDEO_ZORAN_BUZ is not set
# CONFIG_VIDEO_ZORAN_DC10 is not set
# CONFIG_VIDEO_ZORAN_LML33 is not set
# CONFIG_VIDEO_ZR36120 is not set
# CONFIG_VIDEO_MEYE is not set
#
# Radio Adapters
#
# CONFIG_RADIO_CADET is not set
# CONFIG_RADIO_RTRACK is not set
# CONFIG_RADIO_RTRACK2 is not set
# CONFIG_RADIO_AZTECH is not set
# CONFIG_RADIO_GEMTEK is not set
# CONFIG_RADIO_GEMTEK_PCI is not set
# CONFIG_RADIO_MAXIRADIO is not set
# CONFIG_RADIO_MAESTRO is not set
# CONFIG_RADIO_MIROPCM20 is not set
# CONFIG_RADIO_MIROPCM20_RDS is not set
# CONFIG_RADIO_SF16FMI is not set
# CONFIG_RADIO_SF16FMR2 is not set
# CONFIG_RADIO_TERRATEC is not set
# CONFIG_RADIO_TRUST is not set
# CONFIG_RADIO_TYPHOON is not set
# CONFIG_RADIO_ZOLTRIX is not set
#
# File systems
#
# CONFIG_QUOTA is not set
# CONFIG_AUTOFS_FS is not set
# CONFIG_AUTOFS4_FS is not set
CONFIG_REISERFS_FS=y
# CONFIG_REISERFS_CHECK is not set
# CONFIG_REISERFS_PROC_INFO is not set
CONFIG_SUPERMOUNT=y
# CONFIG_ADFS_FS is not set
# CONFIG_ADFS_FS_RW is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BEFS_DEBUG is not set
# CONFIG_BFS_FS is not set
# CONFIG_EXT3_FS is not set
# CONFIG_JBD is not set
# CONFIG_JBD_DEBUG is not set
CONFIG_FAT_FS=y
# CONFIG_MSDOS_FS is not set
# CONFIG_UMSDOS_FS is not set
CONFIG_VFAT_FS=y
# CONFIG_EFS_FS is not set
# CONFIG_JFFS_FS is not set
# CONFIG_JFFS2_FS is not set
# CONFIG_CRAMFS is not set
# CONFIG_TMPFS is not set
CONFIG_RAMFS=y
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
# CONFIG_JFS_FS is not set
# CONFIG_JFS_DEBUG is not set
# CONFIG_JFS_STATISTICS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_VXFS_FS is not set
CONFIG_NTFS_FS=y
# CONFIG_NTFS_RW is not set
# CONFIG_HPFS_FS is not set
CONFIG_PROC_FS=y
# CONFIG_DEVFS_FS is not set
# CONFIG_DEVFS_MOUNT is not set
# CONFIG_DEVFS_DEBUG is not set
# CONFIG_DEVPTS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_QNX4FS_RW is not set
# CONFIG_ROMFS_FS is not set
CONFIG_EXT2_FS=y
# CONFIG_SYSV_FS is not set
# CONFIG_UDF_FS is not set
# CONFIG_UDF_RW is not set
# CONFIG_UFS_FS is not set
# CONFIG_UFS_FS_WRITE is not set
#
# Network File Systems
#
# CONFIG_CODA_FS is not set
# CONFIG_INTERMEZZO_FS is not set
# CONFIG_NFS_FS is not set
# CONFIG_NFS_V3 is not set
# CONFIG_ROOT_NFS is not set
# CONFIG_NFSD is not set
# CONFIG_NFSD_V3 is not set
# CONFIG_NFSD_TCP is not set
# CONFIG_SUNRPC is not set
# CONFIG_LOCKD is not set
# CONFIG_SMB_FS is not set
# CONFIG_NCPFS_NLS is not set
CONFIG_ZISOFS_FS=y
#
# Partition Types
#
# CONFIG_PARTITION_ADVANCED is not set
CONFIG_MSDOS_PARTITION=y
# CONFIG_SMB_NLS is not set
CONFIG_NLS=y
#
# Native Language Support
#
CONFIG_NLS_DEFAULT="iso8859-1"
# CONFIG_NLS_CODEPAGE_437 is not set
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
CONFIG_NLS_ISO8859_1=y
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
# CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
# CONFIG_NLS_UTF8 is not set
#
# Console drivers
#
CONFIG_VGA_CONSOLE=y
CONFIG_VIDEO_SELECT=y
# CONFIG_MDA_CONSOLE is not set
#
# Frame-buffer support
#
CONFIG_FB=y
CONFIG_DUMMY_CONSOLE=y
# CONFIG_FB_RIVA is not set
# CONFIG_FB_CLGEN is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_CYBER2000 is not set
CONFIG_FB_VESA=y
# CONFIG_FB_VGA16 is not set
# CONFIG_FB_HGA is not set
CONFIG_VIDEO_SELECT=y
CONFIG_LPP=y
CONFIG_LPP_640x480=y
# CONFIG_LPP_800x600 is not set
# CONFIG_LPP_1024x768 is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_INTEL is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_VIRTUAL is not set
# CONFIG_FBCON_ADVANCED is not set
CONFIG_FBCON_CFB8=y
CONFIG_FBCON_CFB16=y
CONFIG_FBCON_CFB24=y
CONFIG_FBCON_CFB32=y
CONFIG_FBCON_FONTWIDTH8_ONLY=y
# CONFIG_FBCON_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
#
# Sound
#
CONFIG_SOUND=y
CONFIG_SOUND_ALI5455=m
# CONFIG_SOUND_BT878 is not set
CONFIG_SOUND_CMPCI=y
# CONFIG_SOUND_CMPCI_FM is not set
# CONFIG_SOUND_CMPCI_MIDI is not set
# CONFIG_SOUND_CMPCI_JOYSTICK is not set
CONFIG_SOUND_CMPCI_CM8738=y
# CONFIG_SOUND_CMPCI_SPDIFINVERSE is not set
# CONFIG_SOUND_CMPCI_SPDIFLOOP is not set
CONFIG_SOUND_CMPCI_SPEAKERS=4
# CONFIG_SOUND_CMPCI_LINE_REAR is not set
# CONFIG_SOUND_CMPCI_LINE_BASS is not set
CONFIG_SOUND_EMU10K1=y
# CONFIG_MIDI_EMU10K1 is not set
CONFIG_SOUND_FUSION=m
CONFIG_SOUND_CS4281=m
CONFIG_SOUND_ES1370=m
CONFIG_SOUND_ES1371=m
CONFIG_SOUND_ESSSOLO1=m
CONFIG_SOUND_MAESTRO=m
CONFIG_SOUND_MAESTRO3=m
CONFIG_SOUND_FORTE=m
CONFIG_SOUND_ICH=y
CONFIG_SOUND_RME96XX=m
CONFIG_SOUND_SONICVIBES=m
CONFIG_SOUND_TRIDENT=y
# CONFIG_SOUND_MSNDCLAS is not set
# CONFIG_SOUND_MSNDPIN is not set
CONFIG_SOUND_VIA82CXXX=y
# CONFIG_MIDI_VIA82CXXX is not set
CONFIG_SOUND_OSS=m
# CONFIG_SOUND_TRACEINIT is not set
# CONFIG_SOUND_DMAP is not set
CONFIG_SOUND_AD1816=m
CONFIG_SOUND_AD1889=m
CONFIG_SOUND_SGALAXY=m
CONFIG_SOUND_ADLIB=m
# CONFIG_SOUND_ACI_MIXER is not set
CONFIG_SOUND_CS4232=m
CONFIG_SOUND_SSCAPE=m
CONFIG_SOUND_GUS=m
# CONFIG_SOUND_GUS16 is not set
CONFIG_SOUND_GUSMAX=y
# CONFIG_SOUND_VMIDI is not set
CONFIG_SOUND_TRIX=m
# CONFIG_SOUND_MSS is not set
# CONFIG_SOUND_MPU401 is not set
CONFIG_SOUND_NM256=m
CONFIG_SOUND_MAD16=m
# CONFIG_MAD16_OLDCARD is not set
CONFIG_SOUND_PAS=m
# CONFIG_PAS_JOYSTICK is not set
CONFIG_SOUND_PSS=m
# CONFIG_PSS_MIXER is not set
# CONFIG_PSS_HAVE_BOOT is not set
CONFIG_SOUND_SB=m
CONFIG_SOUND_AWE32_SYNTH=m
CONFIG_SOUND_KAHLUA=m
CONFIG_SOUND_WAVEFRONT=m
# CONFIG_SOUND_MAUI is not set
# CONFIG_SOUND_YM3812 is not set
CONFIG_SOUND_OPL3SA1=m
CONFIG_SOUND_OPL3SA2=m
CONFIG_SOUND_YMFPCI=m
# CONFIG_SOUND_YMFPCI_LEGACY is not set
# CONFIG_SOUND_UART6850 is not set
CONFIG_SOUND_AEDSP16=m
CONFIG_SC6600=y
# CONFIG_SC6600_JOY is not set
CONFIG_SC6600_CDROM=4
CONFIG_SC6600_CDROMBASE=0
CONFIG_AEDSP16_SBPRO=y
# CONFIG_SOUND_TVMIXER is not set
#
# USB support
#
CONFIG_USB=y
# CONFIG_USB_DEBUG is not set
# CONFIG_USB_DEVICEFS is not set
# CONFIG_USB_BANDWIDTH is not set
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_UHCI=y
# CONFIG_USB_UHCI_ALT is not set
CONFIG_USB_OHCI=y
# CONFIG_USB_AUDIO is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_BLUETOOTH is not set
# CONFIG_USB_MIDI is not set
CONFIG_USB_STORAGE=y
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_DATAFAB is not set
CONFIG_USB_STORAGE_FREECOM=y
CONFIG_USB_STORAGE_ISD200=y
# CONFIG_USB_STORAGE_DPCM is not set
CONFIG_USB_STORAGE_HP8200e=y
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_STORAGE_SDDR55 is not set
# CONFIG_USB_STORAGE_JUMPSHOT is not set
# CONFIG_USB_ACM is not set
# CONFIG_USB_PRINTER is not set
CONFIG_USB_HID=y
CONFIG_USB_HIDINPUT=y
# CONFIG_USB_HIDDEV is not set
# CONFIG_USB_AIPTEK is not set
# CONFIG_USB_WACOM is not set
# CONFIG_USB_KBTAB is not set
# CONFIG_USB_POWERMATE is not set
# CONFIG_USB_DC2XX is not set
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_SCANNER is not set
# CONFIG_USB_MICROTEK is not set
# CONFIG_USB_HPUSBSCSI is not set
# CONFIG_USB_IBMCAM is not set
# CONFIG_USB_KONICAWC is not set
# CONFIG_USB_OV511 is not set
# CONFIG_USB_PWC is not set
# CONFIG_USB_SE401 is not set
# CONFIG_USB_STV680 is not set
# CONFIG_USB_VICAM is not set
# CONFIG_USB_DSBR is not set
# CONFIG_USB_DABUSB is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_CATC is not set
# CONFIG_USB_CDCETHER is not set
# CONFIG_USB_USBNET is not set
# CONFIG_USB_USS720 is not set
#
# USB Serial Converter support
#
# CONFIG_USB_SERIAL is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_AUERSWALD is not set
# CONFIG_USB_TIGL is not set
# CONFIG_USB_BRLVGER is not set
# CONFIG_USB_LCD is not set
#
# Bluetooth support
#
# CONFIG_BLUEZ is not set
#
# Kernel hacking
#
# CONFIG_DEBUG_KERNEL is not set
#
# Library routines
#
CONFIG_ZLIB_INFLATE=y
# CONFIG_ZLIB_DEFLATE is not set
geexbox-0.90-3/packages/linux/unpack 0100755 0001750 0001750 00000000742 07662512341 016403 0 ustar aurel aurel #!/bin/sh
. config/path
. $CONFIG/options
$SCRIPTS/unpack theme-$THEME || exit 1
bzcat $BUILD/theme-$THEME/patch-linux-lpp.bz2 | patch -d $BUILD/linux* -p1
if [ "$CPU" == "C3" ]; then
cat $PACKAGES/linux/linux.conf \
| sed s%.*CONFIG_M586TSC.*%CONFIG_M586TSC=n% \
| sed s%.*CONFIG_MCYRIXIII.*%CONFIG_MCYRIXIII=y% \
> `ls -d $BUILD/linux-*`/.config
else
cp $PACKAGES/linux/linux.conf `ls -d $BUILD/linux-*`/.config
fi
yes "" | make config -C $BUILD/linux-*
geexbox-0.90-3/packages/linux/need_unpack 0100755 0001750 0001750 00000000250 07670207674 017401 0 ustar aurel aurel #!/bin/sh
. config/path
. $CONFIG/options
STAMP=.stamps/$1/unpack
. $STAMP
[ "$CPU" != "$STAMP_CPU" ] && rm -f $STAMP
[ "$THEME" != "$STAMP_THEME" ] && rm -f $STAMP
geexbox-0.90-3/packages/linux/install 0100755 0001750 0001750 00000000632 07674171721 016574 0 ustar aurel aurel #!/bin/sh
. config/path
case "$2" in
boot)
cp $BUILD/linux-*/arch/i386/boot/bzImage $INSTALL/vmlinuz
;;
*)
make INSTALL_MOD_PATH=$ROOT/$INSTALL modules_install -C "`ls -d $BUILD/linux-*`"
rm -f $INSTALL/lib/modules/*/build
rmdir $INSTALL/lib/modules/*/pcmcia
mkdir -p $INSTALL/etc
cp $PACKAGES/linux/modules $INSTALL/etc
$SCRIPTS/install ati_remote || exit 1
;;
esac
geexbox-0.90-3/packages/setcd/ 0040755 0001750 0001750 00000000000 07667453767 015164 5 ustar aurel aurel geexbox-0.90-3/packages/setcd/url 0100644 0001750 0001750 00000000112 07667453040 015660 0 ustar aurel aurel http://webb.ens-cachan.fr/ftp/debian/pool/main/s/setcd/setcd_1.4-2.tar.gz
geexbox-0.90-3/packages/setcd/build 0100755 0001750 0001750 00000000427 07667453767 016211 0 ustar aurel aurel #!/bin/sh
. config/path
$SCRIPTS/build uClibc || exit 1
export UCLIBC_GCC_DLOPT="-Wl,--dynamic-linker,/lib/ld-uClibc.so.0"
CWD=`pwd`
cd "`ls -d $BUILD/setcd*`" && \
$ROOT/$BUILD/uClibc-*/build/usr/bin/gcc -Os -s setcd.c -o setcd && \
cd "$CWD" && \
exit 0
cd "$CWD"
exit 1
geexbox-0.90-3/packages/tvout/ 0040755 0001750 0001750 00000000000 07667122010 015211 5 ustar aurel aurel geexbox-0.90-3/packages/tvout/tvon 0100755 0001750 0001750 00000000267 07664665267 016156 0 ustar aurel aurel #!/bin/sh
. /etc/tvsettings
atitvout $TVSTANDARD lt >/dev/null 2>&1
atitvout $TVSTANDARD ct >/dev/null 2>&1
nvtv $NVTV_ON >/dev/null 2>&1
s3switch -q tv $TVSTANDARD >/dev/null 2>&1
geexbox-0.90-3/packages/tvout/build 0100755 0001750 0001750 00000000204 07664665267 016256 0 ustar aurel aurel #!/bin/sh
. config/path
$SCRIPTS/build atitvout || exit 1
$SCRIPTS/build nvtv || exit 1
$SCRIPTS/build s3switch || exit 1
exit 0
geexbox-0.90-3/packages/tvout/tvoff 0100755 0001750 0001750 00000000172 07667122010 016260 0 ustar aurel aurel #!/bin/sh
. /etc/tvsettings
atitvout cl >/dev/null 2>&1
nvtv $NVTV_OFF >/dev/null 2>&1
s3switch -q both >/dev/null 2>&1
geexbox-0.90-3/packages/tvout/tvauto 0100755 0001750 0001750 00000000604 07653574124 016472 0 ustar aurel aurel #!/bin/sh
. /etc/tvsettings
atitvout $TVSTANDARD auto >/dev/null 2>&1
test "`atitvout active 2>/dev/null | sed -n 's/TV.*/TV/p'`" = "TV" && echo "" > /var/tvout
# There is no possibility of tv cable autodetection with nvtv so
# tvout is not enabled automatically. Uncomment the following lines
# to have nvtv tvout enabled at boot.
#nvtv $NVTV_ON >/dev/null 2>&1
#echo "" > /var/tvout
geexbox-0.90-3/packages/tvout/tvswitch 0100755 0001750 0001750 00000000150 07652322425 017011 0 ustar aurel aurel #!/bin/sh
if test -f /var/tvout; then
tvoff
rm -f /var/tvout
else
tvon
echo "" > /var/tvout
fi
geexbox-0.90-3/packages/tvout/install 0100755 0001750 0001750 00000000674 07664665267 016640 0 ustar aurel aurel #!/bin/sh
. config/path
$SCRIPTS/install atitvout || exit 1
$SCRIPTS/install nvtv || exit 1
$SCRIPTS/install s3switch || exit 1
mkdir -p $INSTALL/etc
mkdir -p $INSTALL/usr/bin
cp $PACKAGES/tvout/tvon $INSTALL/usr/bin || exit 1
cp $PACKAGES/tvout/tvoff $INSTALL/usr/bin || exit 1
cp $PACKAGES/tvout/tvauto $INSTALL/usr/bin || exit 1
cp $PACKAGES/tvout/tvswitch $INSTALL/usr/bin || exit 1
cp $CONFIG/tvsettings $INSTALL/etc || exit 1
exit 0
geexbox-0.90-3/packages/libvorbis/ 0040755 0001750 0001750 00000000000 07667737610 016045 5 ustar aurel aurel geexbox-0.90-3/packages/libvorbis/url 0100644 0001750 0001750 00000000072 07645552746 016567 0 ustar aurel aurel http://www.vorbis.com/files/1.0/unix/libvorbis-1.0.tar.gz
geexbox-0.90-3/packages/libvorbis/build 0100755 0001750 0001750 00000001007 07667730552 017063 0 ustar aurel aurel #!/bin/sh
. config/path
$SCRIPTS/build uClibc || exit 1
$SCRIPTS/build libogg || exit 1
CWD=`pwd`
UCBIN=`ls -d $ROOT/$BUILD/uClibc-*/build/usr/bin`
export UCLIBC_GCC_DLOPT="-Wl,--dynamic-linker,/lib/ld-uClibc.so.0" && \
cd $BUILD/libvorbis-* && \
CC=$UCBIN/gcc ./configure --disable-shared --with-ogg-libraries=`ls -d $ROOT/$BUILD/libogg-*/src` --with-ogg-includes=`ls -d $ROOT/$BUILD/libogg-*/include` --disable-oggtest && \
make CFLAGS="-Os -ffast-math" CC=$UCBIN/gcc && \
cd "$CWD" && \
exit 0
cd "$CWD"
exit 1
geexbox-0.90-3/packages/termcap/ 0040755 0001750 0001750 00000000000 07657523266 015504 5 ustar aurel aurel geexbox-0.90-3/packages/termcap/url 0100644 0001750 0001750 00000000070 07657523266 016223 0 ustar aurel aurel ftp://ftp.irisa.fr/pub/gnu/termcap/termcap-1.3.1.tar.gz
geexbox-0.90-3/packages/termcap/build 0100755 0001750 0001750 00000000377 07656756772 016546 0 ustar aurel aurel #!/bin/sh
. config/path
export UCLIBC_GCC_DLOPT="-Wl,--dynamic-linker,/lib/ld-uClibc.so.0"
CWD=`pwd`
cd "`ls -d $BUILD/termcap*`" && \
CC="`ls $ROOT/$BUILD/uClibc-*/build/usr/bin/gcc`" ./configure && \
make && \
cd "$CWD" && \
exit 0
cd "$CWD"
exit 1
geexbox-0.90-3/packages/termcap/#build# 0100755 0001750 0001750 00000001202 07656753043 016624 0 ustar aurel aurel #!/bin/sh
. config/path
export UCLIBC_GCC_DLOPT="-Wl,--dynamic-linker,/lib/ld-uClibc.so.0"
CWD=`pwd`
# cd "`ls -d $BUILD/gdb*`" && \
# mkdir -p build && \
# CC="`ls $ROOT/$BUILD/uClibc-*/build/usr/bin/gcc`" ./configure --host=i386-linux-gnu --prefix=`ls -d $ROOT/$BUILD/gdb*/build` && \
# make && \
# cd bfd/doc && \
# gcc -I.. -I./.. -I./../../include -I./../../intl -I../../intl -g -O2 -o chew ./chew.c && \
# cd ../.. && \
# make install && \
# cd "$CWD" && \
# exit 0
cd "`ls -d $BUILD/gdb*/gdb`" && \
CC="`ls $ROOT/$BUILD/uClibc-*/build/usr/bin/gcc`" ./configure --disable-nls && \
make && \
cd "$CWD" && \
exit 0
cd "$CWD"
exit 1
geexbox-0.90-3/packages/termcap/install 0100755 0001750 0001750 00000000132 07656753043 017066 0 ustar aurel aurel #!/bin/sh
. config/path
cp $BUILD/gdb*/build/bin/gdb $INSTALL/usr/bin || exit 1
exit 0
geexbox-0.90-3/packages/MPlayer/ 0040755 0001750 0001750 00000000000 07676374760 015426 5 ustar aurel aurel geexbox-0.90-3/packages/MPlayer/fix 0100755 0001750 0001750 00000000216 07645552746 016134 0 ustar aurel aurel #!/usr/bin/awk -f
BEGIN { doecho=1 }
$0 ~ /mpegpes/ { doecho=0 }
{ if (doecho==1) print $0; else print ";"$0; }
$0 ~ /out MPES/ { doecho=1 }
geexbox-0.90-3/packages/MPlayer/url 0100644 0001750 0001750 00000001654 07673576463 016157 0 ustar aurel aurel http://www1.mplayerhq.hu/MPlayer/releases/MPlayer-0.90.tar.bz2
http://www1.mplayerhq.hu/MPlayer/releases/fonts/font-arial-iso-8859-1.tar.bz2
GEEXBOX_SRCS/patch-MPlayer-menu.bz2
GEEXBOX_SRCS/patch-MPlayer-menu-cmd.bz2
GEEXBOX_SRCS/patch-MPlayer-menu-vcd-dvd-cdda.bz2
GEEXBOX_SRCS/patch-MPlayer-vesa-vidix.bz2
GEEXBOX_SRCS/patch-MPlayer-vesa-vidix-multicodec.bz2
GEEXBOX_SRCS/patch-MPlayer-vesa-caption.bz2
GEEXBOX_SRCS/patch-MPlayer-bgvideo.bz2
GEEXBOX_SRCS/patch-MPlayer-demuxer-control.bz2
GEEXBOX_SRCS/patch-MPlayer-run.bz2
GEEXBOX_SRCS/patch-MPlayer-halt.bz2
GEEXBOX_SRCS/patch-MPlayer-vbelib.bz2
GEEXBOX_SRCS/patch-MPlayer-switch-ratio.bz2
GEEXBOX_SRCS/patch-MPlayer-osdlevel.bz2
GEEXBOX_SRCS/patch-MPlayer-vsync.bz2
GEEXBOX_SRCS/patch-MPlayer-i420-sws.bz2
GEEXBOX_SRCS/patch-MPlayer-i420-vidix.bz2
GEEXBOX_SRCS/patch-MPlayer-vidix-cyberblade.bz2
GEEXBOX_SRCS/patch-MPlayer-disable-encoders.bz2
GEEXBOX_SRCS/patch-MPlayer-subtitles.bz2
geexbox-0.90-3/packages/MPlayer/build 0100755 0001750 0001750 00000006205 07671440577 016446 0 ustar aurel aurel #!/bin/sh
. config/path
. $CONFIG/options
$SCRIPTS/build uClibc || exit 1
$SCRIPTS/build lirc || exit 1
$SCRIPTS/build libogg || exit 1
$SCRIPTS/build libvorbis || exit 1
$SCRIPTS/build cdparanoia || exit 1
if [ "$FONT" = "truetype" ]; then
$SCRIPTS/build freetype || exit 1
TT_CONFIG="--enable-iconv --enable-freetype --with-freetype-config=`ls -d $ROOT/$BUILD/freetype-*/builds/unix/freetype-config`"
TT_INCLUDES="-I`ls -d $ROOT/$BUILD/freetype-*/include` "
TT_LIBS="`ls -d $ROOT/$BUILD/freetype-*/objs/.libs/libfreetype.a`"
else
TT_CONFIG="--disable-iconv --disable-freetype"
TT_INCLUDES=""
TT_LIBS=""
fi
if [ $DEBUG = "yes" ]; then
OPTS="--enable-debug=3"
fi
UCBIN=`ls -d $ROOT/$BUILD/uClibc-*/build/usr/bin`
CWD=`pwd`
cd `ls -d $BUILD/MPlayer-*` && \
./configure $OPTS --prefix=/usr --confdir=/etc/mplayer --disable-mencoder --disable-gui --disable-largefiles --disable-linux-devfs --disable-termcap --disable-setlocale --enable-lirc --disable-joystick --disable-tv --disable-tv-v4l --disable-tv-bsdbt848 --disable-edl --enable-rtc --disable-streaming --disable-live --disable-dvdnav --disable-dvdread --enable-mpdvdkit --disable-css --enable-cdparanoia $TT_CONFIG --disable-unrarlib --enable-new-conf --enable-menu --disable-sortsub --disable-gif --disable-png --disable-jpeg --disable-liblzo --enable-dshow --enable-win32 --enable-real --with-reallibdir=/codecs --with-win32libdir=/codecs --disable-qtx-codecs --disable-xanim --disable-xvid --disable-divx4linux --disable-opendivx --enable-libavcodec --disable-libfame --enable-vorbis --disable-tremor --disable-faad --disable-libdv --disable-mad --enable-vidix --disable-gl --disable-dga --enable-vesa --disable-svga --disable-sdl --disable-aa --disable-ggi --disable-directx --disable-dxr2 --disable-dxr3 --disable-dvb --disable-mga --disable-xmga --disable-xv --disable-vm --disable-xinerama --disable-x11 --disable-fbdev --disable-fbdev --disable-mlib --disable-3dfx --disable-tdfxfb --disable-directfb --disable-zr --disable-bl --enable-ossaudio --disable-arts --disable-esd --disable-alsa --disable-sunaudio --disable-nas --disable-win32waveout --disable-select --enable-runtime-cpudetection --cc=$UCBIN/gcc --language=en --disable-i18n --disable-dynamic-plugins --with-cdparanoiaincdir="`ls -d $ROOT/$BUILD/cdparanoia-*/paranoia`" --with-cdparanoialibdir="`ls -d $ROOT/$BUILD/cdparanoia-*/paranoia`" --with-extraincdir="`ls -d $ROOT/$BUILD/lirc-*` $TT_INCLUDES -I`ls -d $ROOT/$BUILD/libogg-*/include` -I`ls -d $ROOT/$BUILD/libvorbis-*/include`" --with-extralibdir="`ls -d $ROOT/$BUILD/lirc-*/lirc/.libs` $TT_LIBS -L`ls -d $ROOT/$BUILD/libogg-*/src/.libs` -L`ls -d $ROOT/$BUILD/libvorbis-*/lib/.libs`" && \
cat config.mak | sed s/-lnsl// \
> config.mak.new && \
mv -f config.mak.new config.mak && \
make version.h && \
gcc -O4 -Iloader -I. codec-cfg.c mp_msg.c -o codec-cfg -DCODECS2HTML && \
export UCLIBC_GCC_DLOPT="-Wl,--dynamic-linker,/lib/ld-uClibc.so.0" && \
export LD="$UCBIN/ld --dynamic-linker /lib/ld-uClibc.so.0" && \
make OPTFLAGS="-Os -mcpu=pentium -march=pentium -DHAVE_MPLAYER" && \
([ $DEBUG = "yes" ] || strip mplayer libdha/libdha.so vidix/drivers/*.so) && \
cd "$CWD" && \
exit 0
cd "$CWD"
exit 1
geexbox-0.90-3/packages/MPlayer/menu_en.conf 0100644 0001750 0001750 00000003561 07675344636 017723 0 ustar aurel aurel
geexbox-0.90-3/packages/MPlayer/help_en.txt 0100644 0001750 0001750 00000000340 07676374760 017573 0 ustar aurel aurel USEFULL COMMANDS
m : Show/Hide the Menu
o : Dislay OSD Timer
s : Switch TV-Out
Left : Cancel / Go Backward
Right : Ok / Go Forward
Down : Go Backward 6x
Up : Go Forward 6x
+/- : Audio Delay +/- 100ms
O/9 : Volume +/- 1
geexbox-0.90-3/packages/MPlayer/help_fr.txt 0100644 0001750 0001750 00000000370 07676374706 017603 0 ustar aurel aurel COMMANDES UTILES
m : Affiche/Cache le Menu
o : Affiche le Compteur OSD
s : Active la Sortie TV
Gauche : Annuler / Retour Arriere
Droite : Ok / Avancer
Bas : Retour Arriere 6x
Haut : Avancer 6x
+/- : Decalage Audio +/- 100ms
O/9 : Volume +/- 1
geexbox-0.90-3/packages/MPlayer/menu_fr.conf 0100644 0001750 0001750 00000003701 07675344644 017723 0 ustar aurel aurel
geexbox-0.90-3/packages/MPlayer/need_build 0100755 0001750 0001750 00000000251 07670211371 017417 0 ustar aurel aurel #!/bin/sh
. config/path
. $CONFIG/options
STAMP=.stamps/$1/build
. $STAMP
[ "$FONT" != "$STAMP_FONT" ] && rm -f $STAMP
[ "$DEBUG" != "$STAMP_DEBUG" ] && rm -f $STAMP
geexbox-0.90-3/packages/MPlayer/unpack 0100755 0001750 0001750 00000001065 07676123757 016632 0 ustar aurel aurel #!/bin/sh
. config/path
INPUT_CONF="`ls -d $BUILD/MPlayer-*/etc/input.conf`"
sed -i 's/.*vo_fullscreen.*//' $INPUT_CONF
echo "" >> $INPUT_CONF
echo "m menu hide" >> $INPUT_CONF
echo "; menu hide" >> $INPUT_CONF
echo "a quit" >> $INPUT_CONF
echo "s run /usr/bin/tvswitch" >> $INPUT_CONF
echo "k halt" >> $INPUT_CONF
echo "j play_dvd" >> $INPUT_CONF
echo "c mute" >> $INPUT_CONF
echo "f pt_step -1" >> $INPUT_CONF
echo "g pt_step 1" >> $INPUT_CONF
mkdir `ls -d $BUILD/MPlayer-*`/fonts && \
tar xjf $SOURCES/MPlayer/font-*.tar.bz2 -C $BUILD/MPlayer-*/fonts
exit 0
geexbox-0.90-3/packages/MPlayer/install 0100755 0001750 0001750 00000003431 07674670116 017010 0 ustar aurel aurel #!/bin/sh
. config/path
. $CONFIG/options
$SCRIPTS/install lirc $2 || exit 1
$SCRIPTS/unpack theme-$THEME || exit 1
mkdir -p $INSTALL/etc/mplayer
mkdir -p $INSTALL/usr/bin
mkdir -p $INSTALL/usr/lib/mplayer/vidix
mkdir -p $INSTALL/usr/share/mplayer/font
cp $BUILD/MPlayer-*/mplayer $INSTALL/usr/bin
cp $BUILD/MPlayer-*/libdha/*.so.0.1 $INSTALL/usr/lib
cp $BUILD/MPlayer-*/vidix/drivers/*.so $INSTALL/usr/lib/mplayer/vidix
cp $PACKAGES/MPlayer/mplayer.conf $INSTALL/etc/mplayer
if [ "$2" != generator ]; then
cp $PACKAGES/MPlayer/help_$LANG.txt $INSTALL/usr/share/mplayer/help.txt
cp $PACKAGES/MPlayer/menu_$LANG.conf $INSTALL/etc/mplayer/menu.conf
else
mkdir -p $INSTALL/codecs
mkdir -p $GENERATOR_NAME/language
cp $PACKAGES/MPlayer/help_*.txt $GENERATOR_NAME/language
cp $PACKAGES/MPlayer/menu_*.conf $GENERATOR_NAME/language
fi
cp $BUILD/MPlayer-*/etc/input.conf $INSTALL/etc/mplayer
$PACKAGES/MPlayer/fix $BUILD/MPlayer-*/etc/codecs.conf > $INSTALL/etc/mplayer/codecs.conf
cp $BUILD/MPlayer-*/fonts/font-*-24-*/* $INSTALL/usr/share/mplayer/font
rm $INSTALL/usr/share/mplayer/font/runme
if [ "$FONT" == "truetype" ]; then
FONT=/usr/share/mplayer/font/font.ttf
SUBFONT=/usr/share/mplayer/font/font.desc
cp $BUILD/theme-$THEME/*.ttf $INSTALL/$FONT
else
FONT=/usr/share/mplayer/font/font.desc
fi
echo "font=$FONT" >> $INSTALL/etc/mplayer/mplayer.conf
[ -n "$SUBFONT" ] && echo "subfont=$SUBFONT" >> $INSTALL/etc/mplayer/mplayer.conf
cp $BUILD/theme-$THEME/background.avi $INSTALL/usr/share/mplayer
if [ -f $BUILD/theme-$THEME/background-audio.avi ]; then
cp $BUILD/theme-$THEME/background-audio.avi $INSTALL/usr/share/mplayer
BGVIDEO=/usr/share/mplayer/background-audio.avi
else
BGVIDEO=/usr/share/mplayer/background.avi
fi
echo "bgvideo=$BGVIDEO" >> $INSTALL/etc/mplayer/mplayer.conf
geexbox-0.90-3/packages/MPlayer/mplayer.conf 0100644 0001750 0001750 00000000212 07674654450 017731 0 ustar aurel aurel vo=vesa:vidix,vesa
framedrop=yes
vsync=yes
fs=yes
zoom=yes
menu=yes
double=yes
cache=8192
idx=yes
lircconf=/etc/lirc
subfont-text-scale=3
geexbox-0.90-3/packages/s3switch/ 0040755 0001750 0001750 00000000000 07667473654 015626 5 ustar aurel aurel geexbox-0.90-3/packages/s3switch/url 0100644 0001750 0001750 00000000037 07664665267 016350 0 ustar aurel aurel GEEXBOX_SRCS/s3switch.tar.bz2
geexbox-0.90-3/packages/s3switch/build 0100755 0001750 0001750 00000000462 07667473654 016652 0 ustar aurel aurel #!/bin/sh
. config/path
$SCRIPTS/build uClibc || exit 1
export UCLIBC_GCC_DLOPT="-Wl,--dynamic-linker,/lib/ld-uClibc.so.0"
CWD=`pwd`
cd "`ls -d $BUILD/s3switch*`" && \
make CC="`ls $ROOT/$BUILD/uClibc-*/build/usr/bin/gcc`" CFLAGS="-Os" && \
strip s3switch && \
cd "$CWD" && \
exit 0
cd "$CWD"
exit 1
geexbox-0.90-3/packages/initrd/ 0040755 0001750 0001750 00000000000 07676135221 015331 5 ustar aurel aurel geexbox-0.90-3/packages/initrd/nocd 0100755 0001750 0001750 00000000317 07666714141 016203 0 ustar aurel aurel #!/bin/sh
/bin/busybox mount -t proc none /proc
/bin/busybox --install -s
echo "****"
echo "**** ERROR: can't access GeeXboX CD !"
echo "**** Your CD drive is probably not recognized"
echo "****"
/bin/sh
geexbox-0.90-3/packages/initrd/build 0100755 0001750 0001750 00000001773 07674172035 016365 0 ustar aurel aurel #!/bin/sh
. config/path
RAMDISK_SIZE=1024
export INSTALL=$BUILD/initrd/mnt
mkdir -p $INSTALL
rm -f $BUILD/initrd/initrd $BUILD/initrd/initrd.gz
$SCRIPTS/build uClibc || exit 1
$SCRIPTS/build busybox || exit 1
dd if=/dev/zero of=$BUILD/initrd/initrd bs=1k count=$RAMDISK_SIZE
mke2fs -vFm0 -N512 $BUILD/initrd/initrd $RAMDISK_SIZE
tune2fs -c0 -i0 $BUILD/initrd/initrd
mount -o loop $BUILD/initrd/initrd $INSTALL
rmdir $INSTALL/lost+found
mkdir $INSTALL/bin
mkdir $INSTALL/mnt
mkdir $INSTALL/mnt/ramfs
mkdir $INSTALL/mnt/cdrom
mkdir $INSTALL/proc
mkdir $INSTALL/sbin
mkdir $INSTALL/usr
mkdir $INSTALL/usr/bin
mkdir $INSTALL/usr/sbin
mkdir -p $INSTALL/dev
$PACKAGES/initrd/makedev $INSTALL/dev || exit 1
$SCRIPTS/install uClibc || exit 1
$SCRIPTS/install busybox || exit 1
$SCRIPTS/install iscd || exit 1
$SCRIPTS/install halt || exit 1
cp $PACKAGES/initrd/linuxrc $INSTALL
cp $PACKAGES/initrd/nocd $INSTALL/sbin
cp $PACKAGES/initrd/rescan-scsi-bus $INSTALL/sbin
umount $INSTALL
gzip -9 $BUILD/initrd/initrd
geexbox-0.90-3/packages/initrd/linuxrc 0100755 0001750 0001750 00000007171 07676135221 016746 0 ustar aurel aurel #!/bin/busybox sh
/bin/busybox mount -t ramfs none /mnt/ramfs 2>/dev/null >/dev/null
/bin/busybox mkdir -p /mnt/ramfs/bin
/bin/busybox mkdir -p /mnt/ramfs/dev
/bin/busybox mkdir -p /mnt/ramfs/etc
/bin/busybox mkdir -p /mnt/ramfs/mnt
/bin/busybox mkdir -p /mnt/ramfs/proc
/bin/busybox mkdir -p /mnt/ramfs/lib
/bin/busybox mkdir -p /mnt/ramfs/sbin
/bin/busybox mkdir -p /mnt/ramfs/usr/bin
/bin/busybox mkdir -p /mnt/ramfs/usr/sbin
/bin/busybox mkdir -p /mnt/ramfs/var/run
/bin/busybox mkdir -p /mnt/ramfs/var/log
/bin/busybox mkdir -p /mnt/ramfs/var/lock
/bin/busybox echo "" > /mnt/ramfs/etc/mtab
/bin/busybox echo "" > /mnt/ramfs/etc/fstab
/bin/busybox mount -t proc none /proc
/bin/busybox echo "57 tweaking ide drives" > /proc/progress
for i in /proc/ide/hd*; do
/bin/busybox echo io_32bit:1 > $i/settings
/bin/busybox echo using_dma:1 > $i/settings
/bin/busybox echo file_readahead:2000000 > $i/settings
done
/bin/busybox echo "59 scanning scsi bus" > /proc/progress
/sbin/rescan-scsi-bus
/bin/busybox echo "60 searching cdrom drives" > /proc/progress
for DEV in /dev/scd*; do
NUM=`/bin/busybox echo $DEV | /bin/busybox sed 's%/dev/scd\(.*\)%\1%'`
TYPE=`/usr/bin/iscd $DEV`
if /bin/busybox test -n "$TYPE"; then
CDROM="/mnt/ramfs/mnt/cdrom $(($NUM+1))"
/bin/busybox mkdir "$CDROM"
if /bin/busybox mount -t supermount -o dev=$DEV none "$CDROM" 2>/dev/null >/dev/null; then
if /bin/busybox test -z "$GEEXBOX" -a -d "$CDROM/GEEXBOX"; then
GEEXBOX="$CDROM/GEEXBOX"
DEVICE=$DEV
/bin/busybox test $TYPE = DVD && DVD_DEVICE=$DEV
fi
if /bin/busybox test -z "$DVD_DEVICE" -a $TYPE = DVD; then
DVD_DEVICE=$DEV
fi
else
/bin/busybox rmdir "$CDROM"
fi
fi
done
if /bin/busybox test -n "$GEEXBOX" ; then
/bin/busybox echo "70 copying cdrom into ram" > /proc/progress
/bin/busybox cp -a "$GEEXBOX/sbin" /mnt/ramfs/
/bin/busybox echo "71 copying cdrom into ram" > /proc/progress
/bin/busybox cp -a "$GEEXBOX/etc" /mnt/ramfs/
/bin/busybox echo "73 copying cdrom into ram" > /proc/progress
/bin/busybox cp -a "$GEEXBOX/lib" /mnt/ramfs/
/bin/busybox echo "76 copying cdrom into ram" > /proc/progress
/bin/busybox cp -a "$GEEXBOX/usr" /mnt/ramfs/
/bin/busybox echo "82 copying cdrom into ram" > /proc/progress
/bin/busybox cp -a "$GEEXBOX/codecs" /mnt/ramfs/
/bin/busybox echo "85 cleaning ram disk" > /proc/progress
/bin/busybox ln -s "$DEVICE" /mnt/ramfs/dev/cdrom;
/bin/busybox test -n "$DVD_DEVICE" && /bin/busybox ln -s "$DVD_DEVICE" /mnt/ramfs/dev/dvd;
else
/bin/busybox cp /sbin/nocd /mnt/ramfs/sbin/init
/bin/busybox echo "100 cleaning ram disk" > /proc/progress
fi
/bin/busybox cp -a /dev/* /mnt/ramfs/dev
/bin/busybox cp /lib/ld-uClibc-*.so /mnt/ramfs/lib/
/bin/busybox cp /lib/libuClibc-*.so /mnt/ramfs/lib/
/bin/busybox cp /lib/libdl-*.so /mnt/ramfs/lib/
/bin/busybox cp /lib/libpthread-*.so /mnt/ramfs/lib/
/bin/busybox cp /lib/libm-*.so /mnt/ramfs/lib/
cd /mnt/ramfs/lib/
/bin/busybox ln -s ld-uClibc-*.so ld-uClibc.so.0
/bin/busybox ln -s libuClibc-*.so libc.so.0
/bin/busybox ln -s libuClibc-*.so libc.so
/bin/busybox ln -s libuClibc-*.so libc.so.6
/bin/busybox ln -s libdl-*.so libdl.so.0
/bin/busybox ln -s libdl-*.so libdl.so
/bin/busybox ln -s libpthread-*.so libpthread.so.0
/bin/busybox ln -s libpthread-*.so libpthread.so
/bin/busybox ln -s libm-*.so libm.so.0
/bin/busybox ln -s libm-*.so libm.so
/bin/busybox cp /bin/busybox /mnt/ramfs/bin
/bin/busybox ln -s busybox /mnt/ramfs/bin/sh
GEEXBOX="${GEEXBOX#/mnt/ramfs}"
export CDROM="${GEEXBOX%/GEEXBOX}"
/bin/busybox umount /proc
/bin/busybox chroot /mnt/ramfs /sbin/init /dev/tty1 2>&1
/usr/bin/halt
geexbox-0.90-3/packages/initrd/makedev 0100755 0001750 0001750 00000022365 07674103550 016676 0 ustar aurel aurel #!/bin/sh
. config/path
if [ "$1" == "" ]; then
echo "usage: $0 dev_dir_name"
exit 1
fi
mknod -m 600 $1/console c 5 1
mknod -m 664 $1/fd0 b 2 0
mknod -m 664 $1/null c 1 3
mknod -m 666 $1/zero c 1 5
mknod -m 640 $1/ram b 1 1
mknod -m 640 $1/ram0 b 1 0
mknod -m 640 $1/mem c 1 1
mknod -m 660 $1/rtc c 10 135
mknod -m 666 $1/tty c 5 0
mknod -m 666 $1/tty0 c 4 0
mknod -m 666 $1/tty1 c 4 1
mknod -m 666 $1/tty2 c 4 2
mknod -m 666 $1/dsp c 14 3
mknod -m 666 $1/mixer c 14 0
mknod -m 666 $1/ttyS0 c 4 64
mknod -m 666 $1/ttyS1 c 4 65
mknod -m 666 $1/lirc c 61 0
mknod -m 664 $1/scd0 b 11 0
mknod -m 664 $1/scd1 b 11 1
mknod -m 664 $1/scd2 b 11 2
mknod -m 664 $1/scd3 b 11 3
mknod -m 664 $1/scd4 b 11 4
mknod -m 664 $1/scd5 b 11 5
mknod -m 664 $1/scd6 b 11 6
mknod -m 664 $1/scd7 b 11 7
mknod -m 664 $1/scd8 b 11 8
mknod -m 664 $1/scd9 b 11 9
mknod -m 664 $1/sg0 c 21 0
mknod -m 664 $1/sg1 c 21 1
mknod -m 664 $1/sg2 c 21 2
mknod -m 664 $1/sg3 c 21 3
mknod -m 664 $1/sg4 c 21 4
mknod -m 664 $1/sg5 c 21 5
mknod -m 664 $1/sg6 c 21 6
mknod -m 664 $1/sg7 c 21 7
mknod -m 664 $1/sg8 c 21 8
mknod -m 664 $1/sg9 c 21 9
mknod -m 664 $1/sr0 b 11 0
mknod -m 664 $1/sr1 b 11 1
mknod -m 664 $1/sr2 b 11 2
mknod -m 664 $1/sr3 b 11 3
mknod -m 664 $1/sr4 b 11 4
mknod -m 664 $1/sr5 b 11 5
mknod -m 664 $1/sr6 b 11 6
mknod -m 664 $1/sr7 b 11 7
mknod -m 664 $1/sr8 b 11 8
mknod -m 664 $1/sr9 b 11 9
mknod -m 600 $1/hda1 b 3 1
mknod -m 600 $1/hda2 b 3 2
mknod -m 600 $1/hda3 b 3 3
mknod -m 600 $1/hda4 b 3 4
mknod -m 600 $1/hda5 b 3 5
mknod -m 600 $1/hda6 b 3 6
mknod -m 600 $1/hda7 b 3 7
mknod -m 600 $1/hda8 b 3 8
mknod -m 600 $1/hda9 b 3 9
mknod -m 600 $1/hda10 b 3 10
mknod -m 600 $1/hda11 b 3 11
mknod -m 600 $1/hda12 b 3 12
mknod -m 600 $1/hda13 b 3 13
mknod -m 600 $1/hda14 b 3 14
mknod -m 600 $1/hda15 b 3 15
mknod -m 600 $1/hda16 b 3 16
mknod -m 600 $1/hda17 b 3 17
mknod -m 600 $1/hda18 b 3 18
mknod -m 600 $1/hda19 b 3 19
mknod -m 600 $1/hda20 b 3 20
mknod -m 600 $1/hdb1 b 3 65
mknod -m 600 $1/hdb2 b 3 66
mknod -m 600 $1/hdb3 b 3 67
mknod -m 600 $1/hdb4 b 3 68
mknod -m 600 $1/hdb5 b 3 69
mknod -m 600 $1/hdb6 b 3 70
mknod -m 600 $1/hdb7 b 3 71
mknod -m 600 $1/hdb8 b 3 72
mknod -m 600 $1/hdb9 b 3 73
mknod -m 600 $1/hdb10 b 3 74
mknod -m 600 $1/hdb11 b 3 75
mknod -m 600 $1/hdb12 b 3 76
mknod -m 600 $1/hdb13 b 3 77
mknod -m 600 $1/hdb14 b 3 78
mknod -m 600 $1/hdb15 b 3 79
mknod -m 600 $1/hdb16 b 3 80
mknod -m 600 $1/hdb17 b 3 81
mknod -m 600 $1/hdb18 b 3 82
mknod -m 600 $1/hdb19 b 3 83
mknod -m 600 $1/hdb20 b 3 84
mknod -m 600 $1/hdc1 b 22 1
mknod -m 600 $1/hdc2 b 22 2
mknod -m 600 $1/hdc3 b 22 3
mknod -m 600 $1/hdc4 b 22 4
mknod -m 600 $1/hdc5 b 22 5
mknod -m 600 $1/hdc6 b 22 6
mknod -m 600 $1/hdc7 b 22 7
mknod -m 600 $1/hdc8 b 22 8
mknod -m 600 $1/hdc9 b 22 9
mknod -m 600 $1/hdc10 b 22 10
mknod -m 600 $1/hdc11 b 22 11
mknod -m 600 $1/hdc12 b 22 12
mknod -m 600 $1/hdc13 b 22 13
mknod -m 600 $1/hdc14 b 22 14
mknod -m 600 $1/hdc15 b 22 15
mknod -m 600 $1/hdc16 b 22 16
mknod -m 600 $1/hdc17 b 22 17
mknod -m 600 $1/hdc18 b 22 18
mknod -m 600 $1/hdc19 b 22 19
mknod -m 600 $1/hdc20 b 22 20
mknod -m 600 $1/hdd1 b 22 65
mknod -m 600 $1/hdd2 b 22 66
mknod -m 600 $1/hdd3 b 22 67
mknod -m 600 $1/hdd4 b 22 68
mknod -m 600 $1/hdd5 b 22 69
mknod -m 600 $1/hdd6 b 22 70
mknod -m 600 $1/hdd7 b 22 71
mknod -m 600 $1/hdd8 b 22 72
mknod -m 600 $1/hdd9 b 22 73
mknod -m 600 $1/hdd10 b 22 74
mknod -m 600 $1/hdd11 b 22 75
mknod -m 600 $1/hdd12 b 22 76
mknod -m 600 $1/hdd13 b 22 77
mknod -m 600 $1/hdd14 b 22 78
mknod -m 600 $1/hdd15 b 22 79
mknod -m 600 $1/hdd16 b 22 80
mknod -m 600 $1/hdd17 b 22 81
mknod -m 600 $1/hdd18 b 22 82
mknod -m 600 $1/hdd19 b 22 83
mknod -m 600 $1/hdd20 b 22 84
mknod -m 600 $1/hde1 b 33 1
mknod -m 600 $1/hde2 b 33 2
mknod -m 600 $1/hde3 b 33 3
mknod -m 600 $1/hde4 b 33 4
mknod -m 600 $1/hde5 b 33 5
mknod -m 600 $1/hde6 b 33 6
mknod -m 600 $1/hde7 b 33 7
mknod -m 600 $1/hde8 b 33 8
mknod -m 600 $1/hde9 b 33 9
mknod -m 600 $1/hde10 b 33 10
mknod -m 600 $1/hde11 b 33 11
mknod -m 600 $1/hde12 b 33 12
mknod -m 600 $1/hde13 b 33 13
mknod -m 600 $1/hde14 b 33 14
mknod -m 600 $1/hde15 b 33 15
mknod -m 600 $1/hde16 b 33 16
mknod -m 600 $1/hde17 b 33 17
mknod -m 600 $1/hde18 b 33 18
mknod -m 600 $1/hde19 b 33 19
mknod -m 600 $1/hde20 b 33 20
mknod -m 600 $1/hdf1 b 33 65
mknod -m 600 $1/hdf2 b 33 66
mknod -m 600 $1/hdf3 b 33 67
mknod -m 600 $1/hdf4 b 33 68
mknod -m 600 $1/hdf5 b 33 69
mknod -m 600 $1/hdf6 b 33 70
mknod -m 600 $1/hdf7 b 33 71
mknod -m 600 $1/hdf8 b 33 72
mknod -m 600 $1/hdf9 b 33 73
mknod -m 600 $1/hdf10 b 33 74
mknod -m 600 $1/hdf11 b 33 75
mknod -m 600 $1/hdf12 b 33 76
mknod -m 600 $1/hdf13 b 33 77
mknod -m 600 $1/hdf14 b 33 78
mknod -m 600 $1/hdf15 b 33 79
mknod -m 600 $1/hdf16 b 33 80
mknod -m 600 $1/hdf17 b 33 81
mknod -m 600 $1/hdf18 b 33 82
mknod -m 600 $1/hdf19 b 33 83
mknod -m 600 $1/hdf20 b 33 84
mknod -m 600 $1/hdg1 b 34 1
mknod -m 600 $1/hdg2 b 34 2
mknod -m 600 $1/hdg3 b 34 3
mknod -m 600 $1/hdg4 b 34 4
mknod -m 600 $1/hdg5 b 34 5
mknod -m 600 $1/hdg6 b 34 6
mknod -m 600 $1/hdg7 b 34 7
mknod -m 600 $1/hdg8 b 34 8
mknod -m 600 $1/hdg9 b 34 9
mknod -m 600 $1/hdg10 b 34 10
mknod -m 600 $1/hdg11 b 34 11
mknod -m 600 $1/hdg12 b 34 12
mknod -m 600 $1/hdg13 b 34 13
mknod -m 600 $1/hdg14 b 34 14
mknod -m 600 $1/hdg15 b 34 15
mknod -m 600 $1/hdg16 b 34 16
mknod -m 600 $1/hdg17 b 34 17
mknod -m 600 $1/hdg18 b 34 18
mknod -m 600 $1/hdg19 b 34 19
mknod -m 600 $1/hdg20 b 34 20
mknod -m 600 $1/hdh1 b 34 65
mknod -m 600 $1/hdh2 b 34 66
mknod -m 600 $1/hdh3 b 34 67
mknod -m 600 $1/hdh4 b 34 68
mknod -m 600 $1/hdh5 b 34 69
mknod -m 600 $1/hdh6 b 34 70
mknod -m 600 $1/hdh7 b 34 71
mknod -m 600 $1/hdh8 b 34 72
mknod -m 600 $1/hdh9 b 34 73
mknod -m 600 $1/hdh10 b 34 74
mknod -m 600 $1/hdh11 b 34 75
mknod -m 600 $1/hdh12 b 34 76
mknod -m 600 $1/hdh13 b 34 77
mknod -m 600 $1/hdh14 b 34 78
mknod -m 600 $1/hdh15 b 34 79
mknod -m 600 $1/hdh16 b 34 80
mknod -m 600 $1/hdh17 b 34 81
mknod -m 600 $1/hdh18 b 34 82
mknod -m 600 $1/hdh19 b 34 83
mknod -m 600 $1/hdh20 b 34 84
mknod -m 600 $1/sda1 b 8 1
mknod -m 600 $1/sda2 b 8 2
mknod -m 600 $1/sda3 b 8 3
mknod -m 600 $1/sda4 b 8 4
mknod -m 600 $1/sda5 b 8 5
mknod -m 600 $1/sda6 b 8 6
mknod -m 600 $1/sda7 b 8 7
mknod -m 600 $1/sda8 b 8 8
mknod -m 600 $1/sda9 b 8 9
mknod -m 600 $1/sda10 b 8 10
mknod -m 600 $1/sda11 b 8 11
mknod -m 600 $1/sda12 b 8 12
mknod -m 600 $1/sda13 b 8 13
mknod -m 600 $1/sda14 b 8 14
mknod -m 600 $1/sda15 b 8 15
mknod -m 600 $1/sdb1 b 8 17
mknod -m 600 $1/sdb2 b 8 18
mknod -m 600 $1/sdb3 b 8 19
mknod -m 600 $1/sdb4 b 8 20
mknod -m 600 $1/sdb5 b 8 21
mknod -m 600 $1/sdb6 b 8 22
mknod -m 600 $1/sdb7 b 8 23
mknod -m 600 $1/sdb8 b 8 24
mknod -m 600 $1/sdb9 b 8 25
mknod -m 600 $1/sdb10 b 8 26
mknod -m 600 $1/sdb11 b 8 27
mknod -m 600 $1/sdb12 b 8 28
mknod -m 600 $1/sdb13 b 8 29
mknod -m 600 $1/sdb14 b 8 30
mknod -m 600 $1/sdb15 b 8 31
mknod -m 600 $1/sdc1 b 8 33
mknod -m 600 $1/sdc2 b 8 34
mknod -m 600 $1/sdc3 b 8 35
mknod -m 600 $1/sdc4 b 8 36
mknod -m 600 $1/sdc5 b 8 37
mknod -m 600 $1/sdc6 b 8 38
mknod -m 600 $1/sdc7 b 8 39
mknod -m 600 $1/sdc8 b 8 40
mknod -m 600 $1/sdc9 b 8 41
mknod -m 600 $1/sdc10 b 8 42
mknod -m 600 $1/sdc11 b 8 43
mknod -m 600 $1/sdc12 b 8 44
mknod -m 600 $1/sdc13 b 8 45
mknod -m 600 $1/sdc14 b 8 46
mknod -m 600 $1/sdc15 b 8 47
mknod -m 600 $1/sdd1 b 8 49
mknod -m 600 $1/sdd2 b 8 50
mknod -m 600 $1/sdd3 b 8 51
mknod -m 600 $1/sdd4 b 8 52
mknod -m 600 $1/sdd5 b 8 53
mknod -m 600 $1/sdd6 b 8 54
mknod -m 600 $1/sdd7 b 8 55
mknod -m 600 $1/sdd8 b 8 56
mknod -m 600 $1/sdd9 b 8 57
mknod -m 600 $1/sdd10 b 8 58
mknod -m 600 $1/sdd11 b 8 59
mknod -m 600 $1/sdd12 b 8 60
mknod -m 600 $1/sdd13 b 8 61
mknod -m 600 $1/sdd14 b 8 62
mknod -m 600 $1/sdd15 b 8 63
mknod -m 600 $1/sde1 b 8 65
mknod -m 600 $1/sde2 b 8 66
mknod -m 600 $1/sde3 b 8 67
mknod -m 600 $1/sde4 b 8 68
mknod -m 600 $1/sde5 b 8 69
mknod -m 600 $1/sde6 b 8 70
mknod -m 600 $1/sde7 b 8 71
mknod -m 600 $1/sde8 b 8 72
mknod -m 600 $1/sde9 b 8 73
mknod -m 600 $1/sde10 b 8 74
mknod -m 600 $1/sde11 b 8 75
mknod -m 600 $1/sde12 b 8 76
mknod -m 600 $1/sde13 b 8 77
mknod -m 600 $1/sde14 b 8 78
mknod -m 600 $1/sde15 b 8 79
mknod -m 600 $1/sdf1 b 8 81
mknod -m 600 $1/sdf2 b 8 82
mknod -m 600 $1/sdf3 b 8 83
mknod -m 600 $1/sdf4 b 8 84
mknod -m 600 $1/sdf5 b 8 85
mknod -m 600 $1/sdf6 b 8 86
mknod -m 600 $1/sdf7 b 8 87
mknod -m 600 $1/sdf8 b 8 88
mknod -m 600 $1/sdf9 b 8 89
mknod -m 600 $1/sdf10 b 8 90
mknod -m 600 $1/sdf11 b 8 91
mknod -m 600 $1/sdf12 b 8 92
mknod -m 600 $1/sdf13 b 8 93
mknod -m 600 $1/sdf14 b 8 94
mknod -m 600 $1/sdf15 b 8 95
mknod -m 600 $1/sdg1 b 8 97
mknod -m 600 $1/sdg2 b 8 98
mknod -m 600 $1/sdg3 b 8 99
mknod -m 600 $1/sdg4 b 8 100
mknod -m 600 $1/sdg5 b 8 101
mknod -m 600 $1/sdg6 b 8 102
mknod -m 600 $1/sdg7 b 8 103
mknod -m 600 $1/sdg8 b 8 104
mknod -m 600 $1/sdg9 b 8 105
mknod -m 600 $1/sdg10 b 8 106
mknod -m 600 $1/sdg11 b 8 107
mknod -m 600 $1/sdg12 b 8 108
mknod -m 600 $1/sdg13 b 8 109
mknod -m 600 $1/sdg14 b 8 110
mknod -m 600 $1/sdg15 b 8 111
mknod -m 600 $1/sdh1 b 8 113
mknod -m 600 $1/sdh2 b 8 114
mknod -m 600 $1/sdh3 b 8 115
mknod -m 600 $1/sdh4 b 8 116
mknod -m 600 $1/sdh5 b 8 117
mknod -m 600 $1/sdh6 b 8 118
mknod -m 600 $1/sdh7 b 8 119
mknod -m 600 $1/sdh8 b 8 120
mknod -m 600 $1/sdh9 b 8 121
mknod -m 600 $1/sdh10 b 8 122
mknod -m 600 $1/sdh11 b 8 123
mknod -m 600 $1/sdh12 b 8 124
mknod -m 600 $1/sdh13 b 8 125
mknod -m 600 $1/sdh14 b 8 126
mknod -m 600 $1/sdh15 b 8 127
geexbox-0.90-3/packages/initrd/need_build 0100755 0001750 0001750 00000000610 07666663222 017351 0 ustar aurel aurel #!/bin/sh
. config/path
$SCRIPTS/build uClibc || exit 1
$SCRIPTS/build busybox || exit 1
STAMP=.stamps/initrd/build
test .stamps/uClibc/build -nt $STAMP && rm -f $STAMP
test .stamps/busybox/build -nt $STAMP && rm -f $STAMP
test .stamps/iscd/build -nt $STAMP && rm -f $STAMP
test $PACKAGES/initrd/makedev -nt $STAMP && rm -f $STAMP
test $PACKAGES/initrd/linuxrc -nt $STAMP && rm -f $STAMP
geexbox-0.90-3/packages/initrd/rescan-scsi-bus 0100711 0001750 0001750 00000002237 07674174410 020252 0 ustar aurel aurel #!/bin/busybox sh
# Skript to rescan SCSI bus, using the
# scsi add-single-device mechanism
# (w) 98/03/19 Kurt Garloff (c) GNU GPL
# 03/06/18 Modified to use busybox by Aurelien Jacbos
# Return hosts. /proc/scsi/HOSTADAPTER/? must exist
findhosts ()
{
hosts=
for name in /proc/scsi/*/?; do
name=${name#/proc/scsi/}
if /bin/busybox test $name != scsi; then
hosts="$hosts ${name#*/}"
/bin/busybox echo "Host adapter ${name#*/} (${name%/*}) found."
fi
done
}
# Perform search (scan $host)
dosearch ()
{
for channel in $channelsearch; do
for id in $idsearch; do
for lun in $lunsearch; do
devnr="$host $channel $id $lun"
/bin/busybox echo "Scanning for device $devnr ..."
grepstr="scsi$host Channel: 0$channel Id: 0*$id Lun: 0$lun"
new=`/bin/busybox cat /proc/scsi/scsi | /bin/busybox grep "$grepstr"`
if /bin/busybox test -z "$new"; then
/bin/busybox echo "scsi add-single-device $devnr" >/proc/scsi/scsi
fi
done
done
done
}
# main
lunsearch="0 1 2 3 4 5 6 7"
idsearch="0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15"
channelsearch="0 1"
findhosts
for host in $hosts; do dosearch; done
geexbox-0.90-3/packages/initrd/install 0100755 0001750 0001750 00000000076 07645552746 016740 0 ustar aurel aurel #!/bin/sh
. config/path
cp $BUILD/initrd/initrd.gz $INSTALL
geexbox-0.90-3/packages/pciutils/ 0040755 0001750 0001750 00000000000 07667472540 015704 5 ustar aurel aurel geexbox-0.90-3/packages/pciutils/url 0100644 0001750 0001750 00000000111 07646335443 016414 0 ustar aurel aurel ftp://ftp.kernel.org/pub/software/utils/pciutils/pciutils-2.1.11.tar.bz2
geexbox-0.90-3/packages/pciutils/build 0100755 0001750 0001750 00000000523 07667472540 016726 0 ustar aurel aurel #!/bin/sh
. config/path
$SCRIPTS/build uClibc || exit 1
export UCLIBC_GCC_DLOPT="-Wl,--dynamic-linker,/lib/ld-uClibc.so.0"
CWD=`pwd`
cd "`ls -d $BUILD/pciutils-*/lib`" && \
./configure && \
make CC="`ls $ROOT/$BUILD/uClibc-*/build/usr/bin/gcc`" CFLAGS="-Os" && \
cd .. && \
ln -sf lib pci && \
cd "$CWD" && \
exit 0
cd "$CWD"
exit 1
geexbox-0.90-3/packages/pciutils/install 0100755 0001750 0001750 00000000022 07646264150 017260 0 ustar aurel aurel #!/bin/sh
exit 0
geexbox-0.90-3/packages/libogg/ 0040755 0001750 0001750 00000000000 07667737603 015317 5 ustar aurel aurel geexbox-0.90-3/packages/libogg/url 0100644 0001750 0001750 00000000067 07645552746 016043 0 ustar aurel aurel http://www.vorbis.com/files/1.0/unix/libogg-1.0.tar.gz
geexbox-0.90-3/packages/libogg/build 0100755 0001750 0001750 00000000646 07667727377 016356 0 ustar aurel aurel #!/bin/sh
. config/path
$SCRIPTS/build uClibc || exit 1
CWD=`pwd`
UCBIN=`ls -d $ROOT/$BUILD/uClibc-*/build/usr/bin`
cd $BUILD/libogg-* && \
./configure --disable-shared && \
export UCLIBC_GCC_DLOPT="-Wl,--dynamic-linker,/lib/ld-uClibc.so.0" && \
cat libtool | sed s%CC\=.*%CC\=\"$UCBIN/gcc\"% > libtool.new && \
mv libtool.new libtool && \
make CFLAGS="-Os" CC=$UCBIN/gcc && \
cd "$CWD" && \
exit 0
cd "$CWD"
exit 1
geexbox-0.90-3/packages/freetype/ 0040755 0001750 0001750 00000000000 07667655502 015674 5 ustar aurel aurel geexbox-0.90-3/packages/freetype/url 0100644 0001750 0001750 00000000101 07646336214 016377 0 ustar aurel aurel ftp://ftp.freetype.org/freetype/freetype2/freetype-2.1.4.tar.bz2
geexbox-0.90-3/packages/freetype/build 0100755 0001750 0001750 00000000734 07667651631 016721 0 ustar aurel aurel #!/bin/sh
. config/path
$SCRIPTS/build uClibc || exit 1
export UCLIBC_GCC_DLOPT="-Wl,--dynamic-linker,/lib/ld-uClibc.so.0"
CWD=`pwd`
cd $BUILD/freetype-* && \
CC="`ls $ROOT/$BUILD/uClibc-*/build/usr/bin/gcc`" ./configure --host=i386-linux-gnu --prefix=/usr --disable-shared && \
make CC="`ls $ROOT/$BUILD/uClibc-*/build/usr/bin/gcc`" CFLAGS="-c -Os" && \
strip objs/.libs/libfreetype.so.6 && \
chmod +x builds/unix/freetype-config
cd "$CWD" && \
exit 0
cd "$CWD"
exit 1
geexbox-0.90-3/packages/uClibc/ 0040755 0001750 0001750 00000000000 07670207610 015235 5 ustar aurel aurel geexbox-0.90-3/packages/uClibc/url 0100644 0001750 0001750 00000000312 07663151163 015756 0 ustar aurel aurel http://www.kernel.org/pub/linux/libs/uclibc/uClibc-0.9.19.tar.bz2
GEEXBOX_SRCS/patch-uClibc-locale.bz2
GEEXBOX_SRCS/patch-uClibc-mmap.bz2
GEEXBOX_SRCS/locale.tar.bz2
GEEXBOX_SRCS/patch-uClibc-gcc33.bz2
geexbox-0.90-3/packages/uClibc/codesets.txt 0100644 0001750 0001750 00000000057 07645552746 017625 0 ustar aurel aurel charmaps/ASCII.pairs
charmaps/ISO-8859-1.pairs
geexbox-0.90-3/packages/uClibc/build 0100755 0001750 0001750 00000000222 07667726377 016301 0 ustar aurel aurel #!/bin/sh
. config/path
make -C $BUILD/uClibc*/extra/locale && \
make -C $BUILD/uClibc* && \
make install -C $BUILD/uClibc* && \
exit 0
exit 1
geexbox-0.90-3/packages/uClibc/codesets-full.txt 0100644 0001750 0001750 00000001433 07645552746 020564 0 ustar aurel aurel ########################################################################
# Here is a list off all the codesets you can use in yout codesets.txt #
########################################################################
charmaps/ARMSCII-8.pairs
charmaps/ASCII.pairs
charmaps/CP1251.pairs
charmaps/CP1255.pairs
charmaps/GEORGIAN-PS.pairs
charmaps/ISO-8859-1.pairs
charmaps/ISO-8859-10.pairs
charmaps/ISO-8859-13.pairs
charmaps/ISO-8859-14.pairs
charmaps/ISO-8859-15.pairs
charmaps/ISO-8859-16.pairs
charmaps/ISO-8859-2.pairs
charmaps/ISO-8859-3.pairs
charmaps/ISO-8859-4.pairs
charmaps/ISO-8859-5.pairs
charmaps/ISO-8859-6.pairs
charmaps/ISO-8859-7.pairs
charmaps/ISO-8859-8.pairs
charmaps/ISO-8859-9.pairs
charmaps/KOI8-R.pairs
charmaps/KOI8-T.pairs
charmaps/KOI8-U.pairs
charmaps/TIS-620.pairs
geexbox-0.90-3/packages/uClibc/locales.txt 0100644 0001750 0001750 00000016046 07645552746 017443 0 ustar aurel aurel # First some @modifier mappings. Internally, the modifier is signaled by
# replacing '_' in the locale name with a unique identifying character.
# For example, internally we map "ca_ES@euro" to "caeES". This allows for
# smaller code and easier processing of locale names.
@euro e
@cyrillic c
#---------------------------------------------------------------------------
# Next, set to {y}es to enable and {n}o to disable the UTF-8 and the 8-bit
# codeset locales. Of course, you must have built the c8tables.h and
# the wctables.h files appropriately.
UTF-8 yes
8-BIT yes
#---------------------------------------------------------------------------
# Now the locales
# af_ZA ISO-8859-1
# af_ZA.UTF-8 UTF-8
# am_ET UTF-8
# ar_AE ISO-8859-6
# ar_AE.UTF-8 UTF-8
# ar_BH ISO-8859-6
# ar_BH.UTF-8 UTF-8
# ar_DZ ISO-8859-6
# ar_DZ.UTF-8 UTF-8
# ar_EG ISO-8859-6
# ar_EG.UTF-8 UTF-8
# ar_IN UTF-8
# ar_IQ ISO-8859-6
# ar_IQ.UTF-8 UTF-8
# ar_JO ISO-8859-6
# ar_JO.UTF-8 UTF-8
# ar_KW ISO-8859-6
# ar_KW.UTF-8 UTF-8
# ar_LB ISO-8859-6
# ar_LB.UTF-8 UTF-8
# ar_LY ISO-8859-6
# ar_LY.UTF-8 UTF-8
# ar_MA ISO-8859-6
# ar_MA.UTF-8 UTF-8
# ar_OM ISO-8859-6
# ar_OM.UTF-8 UTF-8
# ar_QA ISO-8859-6
# ar_QA.UTF-8 UTF-8
# ar_SA ISO-8859-6
# ar_SA.UTF-8 UTF-8
# ar_SD ISO-8859-6
# ar_SD.UTF-8 UTF-8
# ar_SY ISO-8859-6
# ar_SY.UTF-8 UTF-8
# ar_TN ISO-8859-6
# ar_TN.UTF-8 UTF-8
# ar_YE ISO-8859-6
# ar_YE.UTF-8 UTF-8
# az_AZ ISO-8859-9E
# az_AZ ISO-8859-9
# az_AZ.UTF-8 UTF-8
# be_BY CP1251
# be_BY.UTF-8 UTF-8
# bg_BG CP1251
# bg_BG.UTF-8 UTF-8
# bn_BD UTF-8
# bn_IN UTF-8
# br_FR ISO-8859-1
# br_FR.UTF-8 UTF-8
# bs_BA ISO-8859-2
# bs_BA.UTF-8 UTF-8
# ca_ES ISO-8859-1
# ca_ES.UTF-8 UTF-8
# ca_ES.UTF-8@euro UTF-8
# ca_ES@euro ISO-8859-15
# cs_CZ ISO-8859-2
# cs_CZ.UTF-8 UTF-8
# cy_GB ISO-8859-14
# cy_GB.UTF-8 UTF-8
# da_DK ISO-8859-1
# da_DK.UTF-8 UTF-8
# de_AT ISO-8859-1
# de_AT.UTF-8 UTF-8
# de_AT.UTF-8@euro UTF-8
# de_AT@euro ISO-8859-15
# de_BE ISO-8859-1
# de_BE.UTF-8 UTF-8
# de_BE.UTF-8@euro UTF-8
# de_BE@euro ISO-8859-15
# de_CH ISO-8859-1
# de_CH.UTF-8 UTF-8
# de_DE ISO-8859-1
# de_DE.UTF-8 UTF-8
# de_DE.UTF-8@euro UTF-8
# de_DE@euro ISO-8859-15
# de_LU ISO-8859-1
# de_LU.UTF-8 UTF-8
# de_LU.UTF-8@euro UTF-8
# de_LU@euro ISO-8859-15
# el_GR ISO-8859-7
# el_GR.UTF-8 UTF-8
# en_AU ISO-8859-1
# en_AU.UTF-8 UTF-8
# en_BW ISO-8859-1
# en_BW.UTF-8 UTF-8
# en_CA ISO-8859-1
# en_CA.UTF-8 UTF-8
# en_DK ISO-8859-1
# en_DK.UTF-8 UTF-8
# en_GB ISO-8859-1
# en_GB.UTF-8 UTF-8
# en_HK ISO-8859-1
# en_HK.UTF-8 UTF-8
# en_IE ISO-8859-1
# en_IE.UTF-8 UTF-8
# en_IE.UTF-8@euro UTF-8
# en_IE@euro ISO-8859-15
# en_IN UTF-8
# en_NZ ISO-8859-1
# en_NZ.UTF-8 UTF-8
# en_PH ISO-8859-1
# en_PH.UTF-8 UTF-8
# en_SG ISO-8859-1
# en_SG.UTF-8 UTF-8
en_US ISO-8859-1
# en_US.UTF-8 UTF-8
# en_ZA ISO-8859-1
# en_ZA.UTF-8 UTF-8
# en_ZW ISO-8859-1
# en_ZW.UTF-8 UTF-8
# eo_EO.UTF-8 UTF-8
# es_AR ISO-8859-1
# es_AR.UTF-8 UTF-8
# es_BO ISO-8859-1
# es_BO.UTF-8 UTF-8
# es_CL ISO-8859-1
# es_CL.UTF-8 UTF-8
# es_CO ISO-8859-1
# es_CO.UTF-8 UTF-8
# es_CR ISO-8859-1
# es_CR.UTF-8 UTF-8
# es_DO ISO-8859-1
# es_DO.UTF-8 UTF-8
# es_EC ISO-8859-1
# es_EC.UTF-8 UTF-8
# es_ES ISO-8859-1
# es_ES.UTF-8 UTF-8
# es_ES.UTF-8@euro UTF-8
# es_ES@euro ISO-8859-15
# es_GT ISO-8859-1
# es_GT.UTF-8 UTF-8
# es_HN ISO-8859-1
# es_HN.UTF-8 UTF-8
# es_MX ISO-8859-1
# es_MX.UTF-8 UTF-8
# es_NI ISO-8859-1
# es_NI.UTF-8 UTF-8
# es_PA ISO-8859-1
# es_PA.UTF-8 UTF-8
# es_PE ISO-8859-1
# es_PE.UTF-8 UTF-8
# es_PR ISO-8859-1
# es_PR.UTF-8 UTF-8
# es_PY ISO-8859-1
# es_PY.UTF-8 UTF-8
# es_SV ISO-8859-1
# es_SV.UTF-8 UTF-8
# es_US ISO-8859-1
# es_US.UTF-8 UTF-8
# es_UY ISO-8859-1
# es_UY.UTF-8 UTF-8
# es_VE ISO-8859-1
# es_VE.UTF-8 UTF-8
# et_EE ISO-8859-1
# et_EE.UTF-8 UTF-8
# eu_ES ISO-8859-1
# eu_ES.UTF-8 UTF-8
# eu_ES.UTF-8@euro UTF-8
# eu_ES@euro ISO-8859-15
# fa_IR UTF-8
# fa_IR.UTF-8 UTF-8
# fi_FI ISO-8859-1
# fi_FI.UTF-8 UTF-8
# fi_FI.UTF-8@euro UTF-8
# fi_FI@euro ISO-8859-15
# fo_FO ISO-8859-1
# fo_FO.UTF-8 UTF-8
# fr_BE ISO-8859-1
# fr_BE.UTF-8 UTF-8
# fr_BE.UTF-8@euro UTF-8
# fr_BE@euro ISO-8859-15
# fr_CA ISO-8859-1
# fr_CA.UTF-8 UTF-8
# fr_CH ISO-8859-1
# fr_CH.UTF-8 UTF-8
fr_FR ISO-8859-1
# fr_FR.UTF-8 UTF-8
# fr_FR.UTF-8@euro UTF-8
# fr_FR@euro ISO-8859-15
# fr_LU ISO-8859-1
# fr_LU.UTF-8 UTF-8
# fr_LU.UTF-8@euro UTF-8
# fr_LU@euro ISO-8859-15
# ga_IE ISO-8859-1
# ga_IE.UTF-8 UTF-8
# ga_IE.UTF-8@euro UTF-8
# ga_IE@euro ISO-8859-15
# gd_GB ISO-8859-15
# gd_GB.UTF-8 UTF-8
# gl_ES ISO-8859-1
# gl_ES.UTF-8 UTF-8
# gl_ES.UTF-8@euro UTF-8
# gl_ES@euro ISO-8859-15
# gv_GB ISO-8859-1
# gv_GB.UTF-8 UTF-8
# he_IL ISO-8859-8
# he_IL.UTF-8 UTF-8
# hi_IN UTF-8
# hi_IN.UTF-8 UTF-8
# hr_HR ISO-8859-2
# hr_HR.UTF-8 UTF-8
# hu_HU ISO-8859-2
# hu_HU.UTF-8 UTF-8
# hy_AM ARMSCII-8
# hy_AM.UTF-8 UTF-8
# id_ID ISO-8859-1
# id_ID.UTF-8 UTF-8
# is_IS ISO-8859-1
# is_IS.UTF-8 UTF-8
# it_CH ISO-8859-1
# it_CH.UTF-8 UTF-8
# it_IT ISO-8859-1
# it_IT.UTF-8 UTF-8
# it_IT.UTF-8@euro UTF-8
# it_IT@euro ISO-8859-15
# iw_IL ISO-8859-8
# iw_IL.UTF-8 UTF-8
# ja_JP.UTF-8 UTF-8
# ka_GE GEORGIAN-PS
# ka_GE.UTF-8 UTF-8
# kl_GL ISO-8859-1
# kl_GL.UTF-8 UTF-8
# ko_KR.UTF-8 UTF-8
# kw_GB ISO-8859-1
# kw_GB.UTF-8 UTF-8
# lt_LT ISO-8859-13
# lt_LT.UTF-8 UTF-8
# lv_LV ISO-8859-13
# lv_LV.UTF-8 UTF-8
# mi_NZ ISO-8859-13
# mi_NZ.UTF-8 UTF-8
# mk_MK ISO-8859-5
# mk_MK.UTF-8 UTF-8
# mr_IN UTF-8
# mr_IN.UTF-8 UTF-8
# ms_MY ISO-8859-1
# ms_MY.UTF-8 UTF-8
# mt_MT ISO-8859-3
# mt_MT.UTF-8 UTF-8
# nl_BE ISO-8859-1
# nl_BE.UTF-8 UTF-8
# nl_BE.UTF-8@euro UTF-8
# nl_BE@euro ISO-8859-15
# nl_NL ISO-8859-1
# nl_NL.UTF-8 UTF-8
# nl_NL.UTF-8@euro UTF-8
# nl_NL@euro ISO-8859-15
# nn_NO ISO-8859-1
# nn_NO.UTF-8 UTF-8
# no_NO ISO-8859-1
# no_NO.UTF-8 UTF-8
# oc_FR ISO-8859-1
# oc_FR.UTF-8 UTF-8
# pl_PL ISO-8859-2
# pl_PL.UTF-8 UTF-8
# pt_BR ISO-8859-1
# pt_BR.UTF-8 UTF-8
# pt_PT ISO-8859-1
# pt_PT.UTF-8 UTF-8
# pt_PT.UTF-8@euro UTF-8
# pt_PT@euro ISO-8859-15
# ro_RO ISO-8859-2
# ro_RO.UTF-8 UTF-8
# ru_RU ISO-8859-5
# ru_RU.KOI8-R KOI8-R
# ru_RU.UTF-8 UTF-8
# ru_UA KOI8-U
# ru_UA.UTF-8 UTF-8
# se_NO UTF-8
# sk_SK ISO-8859-2
# sk_SK.UTF-8 UTF-8
# sl_SI ISO-8859-2
# sl_SI.UTF-8 UTF-8
# sq_AL ISO-8859-1
# sq_AL.UTF-8 UTF-8
# sr_YU ISO-8859-2
# sr_YU.UTF-8 UTF-8
# sr_YU.UTF-8@cyrillic UTF-8
# sr_YU@cyrillic ISO-8859-5
# sv_FI ISO-8859-1
# sv_FI.UTF-8 UTF-8
# sv_FI.UTF-8@euro UTF-8
# sv_FI@euro ISO-8859-15
# sv_SE ISO-8859-1
# sv_SE.UTF-8 UTF-8
# ta_IN UTF-8
# te_IN UTF-8
# tg_TJ KOI8-T
# tg_TJ.UTF-8 UTF-8
# th_TH TIS-620
# th_TH.UTF-8 UTF-8
# ti_ER UTF-8
# ti_ET UTF-8
# tl_PH ISO-8859-1
# tl_PH.UTF-8 UTF-8
# tr_TR ISO-8859-9
# tr_TR.UTF-8 UTF-8
# # tt_RU TATAR-CYR
# tt_RU.UTF-8 UTF-8
# uk_UA KOI8-U
# uk_UA.UTF-8 UTF-8
# ur_PK UTF-8
# uz_UZ ISO-8859-1
# uz_UZ.UTF-8 UTF-8
# vi_VN UTF-8
# vi_VN.UTF-8 UTF-8
# wa_BE ISO-8859-1
# wa_BE.UTF-8 UTF-8
# wa_BE@euro ISO-8859-15
# yi_US CP1255
# yi_US.UTF-8 UTF-8
# zh_CN.UTF-8 UTF-8
# zh_HK.UTF-8 UTF-8
# zh_SG UTF-8
# zh_TW.UTF-8 UTF-8
# The following are standard locales, but we currently don't support
# the necessary multibyte encodings.
# ja_JP.EUC-JP EUC-JP
# ko_KR.EUC-KR EUC-KR
# zh_CN GB2312
# zh_CN.GB18030 GB18030
# zh_CN.GBK GBK
# zh_TW.EUC-TW EUC-TW
# zh_HK BIG5-HKSCS
# zh_TW BIG5
geexbox-0.90-3/packages/uClibc/unpack 0100755 0001750 0001750 00000003747 07663143116 016456 0 ustar aurel aurel #!/bin/sh
. config/path
. $CONFIG/options
$SCRIPTS/build linux || exit 1
DPREFIX=`ls -d $ROOT/$BUILD/uClibc*`/build
KSRC=`ls -d $ROOT/$BUILD/linux-*`
cat $BUILD/uClibc*/extra/Configs/Config.in \
| sed s%/usr/\$\(TARGET_ARCH\)-linux-uclibc%$DPREFIX% \
> `ls -d $BUILD/uClibc*`/extra/Configs/Config.in.new
mv $BUILD/uClibc*/extra/Configs/Config.in.new $BUILD/uClibc*/extra/Configs/Config.in
cat $BUILD/uClibc*/extra/Configs/Config.in.arch \
| sed s%/usr/src/linux%$KSRC% \
> `ls -d $BUILD/uClibc*`/extra/Configs/Config.in.arch.new
mv $BUILD/uClibc*/extra/Configs/Config.in.arch.new $BUILD/uClibc*/extra/Configs/Config.in.arch
cat $BUILD/uClibc*/extra/Configs/Config.i386.default \
| sed s%.*CONFIG_GENERIC_386.*%CONFIG_GENERIC_386=n% \
| sed s%.*DO_C99_MATH.*%DO_C99_MATH=y% \
| sed s%^DEVEL_PREFIX.*%DEVEL_PREFIX=$DPREFIX% \
| sed s%^KERNEL_SOURCE.*%KERNEL_SOURCE=$KSRC% \
| sed s%.*UCLIBC_HAS_WCHAR.*%UCLIBC_HAS_WCHAR=y% \
| sed s%.*USE_OLD_VFPRINTF.*%UCLIBC_HAS_LOCALE=y% \
> `ls -d $BUILD/uClibc*`/extra/Configs/Config.i386.default.new
mv $BUILD/uClibc*/extra/Configs/Config.i386.default.new $BUILD/uClibc*/extra/Configs/Config.i386.default
if [ "$CPU" == "C3" ]; then
cat $BUILD/uClibc*/extra/Configs/Config.i386.default \
| sed s%.*CONFIG_CYRIXIII.*%CONFIG_CYRIXIII=y% \
> `ls -d $BUILD/uClibc*`/extra/Configs/Config.i386.default.new
else
cat $BUILD/uClibc*/extra/Configs/Config.i386.default \
| sed s%.*CONFIG_586MMX.*%CONFIG_586MMX=y% \
> `ls -d $BUILD/uClibc*`/extra/Configs/Config.i386.default.new
fi
mv $BUILD/uClibc*/extra/Configs/Config.i386.default.new $BUILD/uClibc*/extra/Configs/Config.i386.default
yes "" | make oldconfig -C "`ls -d $BUILD/uClibc*`"
cp $PACKAGES/uClibc/codesets.txt $BUILD/uClibc*/extra/locale
cp $PACKAGES/uClibc/locales.txt $BUILD/uClibc*/extra/locale
tar xjf $SOURCES/uClibc/locale.tar.bz2 -C $BUILD/uClibc*/extra/locale
touch -d "2010/01/01" `ls -d $BUILD/uClibc*/extra/locale`/{c8tables.h,wctables.h}
geexbox-0.90-3/packages/uClibc/need_unpack 0100755 0001750 0001750 00000000171 07670207610 017433 0 ustar aurel aurel #!/bin/sh
. config/path
. $CONFIG/options
STAMP=.stamps/$1/unpack
. $STAMP
[ "$CPU" != "$STAMP_CPU" ] && rm -f $STAMP
geexbox-0.90-3/packages/uClibc/install 0100755 0001750 0001750 00000000672 07663143214 016634 0 ustar aurel aurel #!/bin/sh
. config/path
mkdir -p $INSTALL/lib
mkdir -p $INSTALL/etc
cp -a $BUILD/uClibc*/build/lib/ld-uClibc* $INSTALL/lib
cp -a $BUILD/uClibc*/build/lib/libc.so* $INSTALL/lib
cp -a $BUILD/uClibc*/build/lib/libuClibc* $INSTALL/lib
cp -a $BUILD/uClibc*/build/lib/libdl*.so $INSTALL/lib
cp -a $BUILD/uClibc*/build/lib/libpthread*.so $INSTALL/lib
cp -a $BUILD/uClibc*/build/lib/libm*.so $INSTALL/lib
echo "/usr/lib" > $INSTALL/etc/ld.so.conf
geexbox-0.90-3/packages/syslinux/ 0040755 0001750 0001750 00000000000 07675361450 015742 5 ustar aurel aurel geexbox-0.90-3/packages/syslinux/url 0100644 0001750 0001750 00000000163 07663004066 016456 0 ustar aurel aurel http://www.kernel.org/pub/linux/utils/boot/syslinux/syslinux-2.04.tar.bz2
GEEXBOX_SRCS/patch-syslinux-comments.bz2
geexbox-0.90-3/packages/syslinux/syslinux.cfg 0100644 0001750 0001750 00000000217 07675361450 020316 0 ustar aurel aurel DEFAULT GeeXboX
LABEL GeeXboX
KERNEL vmlinuz
APPEND initrd=initrd.gz root=/dev/ram0 init=linuxrc vga=785 video=vesa:mtrr console=/dev/tty1
geexbox-0.90-3/packages/dmocodecs/ 0040755 0001750 0001750 00000000000 07671452536 016006 5 ustar aurel aurel geexbox-0.90-3/packages/dmocodecs/url 0100644 0001750 0001750 00000000103 07671442133 016512 0 ustar aurel aurel http://www1.mplayerhq.hu/MPlayer/releases/codecs/dmocodecs.tar.bz2
geexbox-0.90-3/packages/dmocodecs/unpack 0100755 0001750 0001750 00000000064 07671452536 017212 0 ustar aurel aurel #!/bin/sh
. config/path
#strip $BUILD/dmocodecs/*
geexbox-0.90-3/packages/dmocodecs/install 0100755 0001750 0001750 00000000145 07671451075 017374 0 ustar aurel aurel #!/bin/sh
. config/path
mkdir -p $INSTALL/codecs
cp $BUILD/dmocodecs/wm?9* $INSTALL/codecs
exit 0
geexbox-0.90-3/packages/mkisofs-win32/ 0040755 0001750 0001750 00000000000 07671647273 016465 5 ustar aurel aurel geexbox-0.90-3/packages/mkisofs-win32/url 0100644 0001750 0001750 00000000043 07671647166 017205 0 ustar aurel aurel GEEXBOX_SRCS/mkisofs-win32.tar.bz2
geexbox-0.90-3/packages/mkisofs-win32/install 0100755 0001750 0001750 00000000062 07671647273 020054 0 ustar aurel aurel #!/bin/sh
. config/path
cp $BUILD/$1/* $INSTALL
geexbox-0.90-3/packages/setmixer/ 0040755 0001750 0001750 00000000000 07650031477 015700 5 ustar aurel aurel geexbox-0.90-3/packages/setmixer/url 0100644 0001750 0001750 00000000117 07645552746 016434 0 ustar aurel aurel http://ftp.debian.org/debian/pool/main/s/setmixer/setmixer_27DEC94.orig.tar.gz
geexbox-0.90-3/packages/setmixer/build 0100755 0001750 0001750 00000000441 07645616017 016724 0 ustar aurel aurel #!/bin/sh
. config/path
$SCRIPTS/build uClibc || exit 1
export UCLIBC_GCC_DLOPT="-Wl,--dynamic-linker,/lib/ld-uClibc.so.0"
CWD=`pwd`
cd "`ls -d $BUILD/setmixer-*`" && \
$ROOT/$BUILD/uClibc-*/build/usr/bin/gcc -O3 -s setmixer.c -o setmixer && \
cd "$CWD" && \
exit 0
cd "$CWD"
exit 1
geexbox-0.90-3/packages/rp9codecs/ 0040755 0001750 0001750 00000000000 07671647342 015742 5 ustar aurel aurel geexbox-0.90-3/packages/rp9codecs/url 0100644 0001750 0001750 00000000103 07671422273 016450 0 ustar aurel aurel http://www1.mplayerhq.hu/MPlayer/releases/codecs/rp9codecs.tar.bz2
geexbox-0.90-3/packages/rp9codecs/install 0100755 0001750 0001750 00000000457 07671647342 017341 0 ustar aurel aurel #!/bin/sh
. config/path
mkdir -p $INSTALL/codecs
cp $BUILD/$1*/atrc.so.6.0 $INSTALL/codecs
cp $BUILD/$1*/cook.so.6.0 $INSTALL/codecs
cp $BUILD/$1*/sipr.so.6.0 $INSTALL/codecs
cp $BUILD/$1*/drv2.so.6.0 $INSTALL/codecs
cp $BUILD/$1*/drv3.so.6.0 $INSTALL/codecs
cp $BUILD/$1*/drv4.so.6.0 $INSTALL/codecs
geexbox-0.90-3/packages/cdparanoia/ 0040755 0001750 0001750 00000000000 07667476625 016161 5 ustar aurel aurel geexbox-0.90-3/packages/cdparanoia/url 0100644 0001750 0001750 00000000106 07653012557 016661 0 ustar aurel aurel http://www.xiph.org/paranoia/download/cdparanoia-III-alpha9.8.src.tgz
geexbox-0.90-3/packages/cdparanoia/build 0100755 0001750 0001750 00000000566 07667476625 017212 0 ustar aurel aurel #!/bin/sh
. config/path
$SCRIPTS/build uClibc || exit 1
CWD=`pwd`
UCBIN=`ls -d $ROOT/$BUILD/uClibc-*/build/usr/bin`
export UCLIBC_GCC_DLOPT="-Wl,--dynamic-linker,/lib/ld-uClibc.so.0" && \
cd $BUILD/cdparanoia-* && \
./configure && \
make lib CC=$UCBIN/gcc && \
cp interface/cdda_interface.h interface/libcdda_interface.a paranoia
cd "$CWD" && \
exit 0
cd "$CWD"
exit 1
geexbox-0.90-3/packages/cdparanoia/install 0100755 0001750 0001750 00000000031 07652601531 017520 0 ustar aurel aurel #!/bin/sh
. config/path
geexbox-0.90-3/packages/theme-classic/ 0040755 0001750 0001750 00000000000 07660256167 016567 5 ustar aurel aurel geexbox-0.90-3/packages/theme-classic/url 0100644 0001750 0001750 00000000043 07660256167 017306 0 ustar aurel aurel GEEXBOX_SRCS/theme-classic.tar.bz2
geexbox-0.90-3/packages/theme-default/ 0040755 0001750 0001750 00000000000 07660256211 016560 5 ustar aurel aurel geexbox-0.90-3/packages/theme-default/url 0100644 0001750 0001750 00000000043 07660256211 017277 0 ustar aurel aurel GEEXBOX_SRCS/theme-default.tar.bz2
geexbox-0.90-3/packages/atitvout/ 0040755 0001750 0001750 00000000000 07646335177 015730 5 ustar aurel aurel geexbox-0.90-3/packages/atitvout/url 0100644 0001750 0001750 00000000123 07646335176 016445 0 ustar aurel aurel http://www.stud.uni-hamburg.de/users/lennart/projects/atitvout/atitvout-0.4.tar.gz
geexbox-0.90-3/packages/atitvout/build 0100755 0001750 0001750 00000000445 07646254605 016751 0 ustar aurel aurel #!/bin/sh
. config/path
$SCRIPTS/build uClibc || exit 1
export UCLIBC_GCC_DLOPT="-Wl,--dynamic-linker,/lib/ld-uClibc.so.0"
CWD=`pwd`
cd "`ls -d $BUILD/atitvout*`" && \
make CC="`ls $ROOT/$BUILD/uClibc-*/build/usr/bin/gcc`" && \
strip atitvout && \
cd "$CWD" && \
exit 0
cd "$CWD"
exit 1
geexbox-0.90-3/packages/ati_remote/ 0040755 0001750 0001750 00000000000 07676155655 016205 5 ustar aurel aurel geexbox-0.90-3/packages/ati_remote/url 0100644 0001750 0001750 00000000165 07676155655 016731 0 ustar aurel aurel http://heanet.dl.sourceforge.net/sourceforge/gatos/ati_remote-2.1.1.tgz
GEEXBOX_SRCS/patch-ati_remote-keybinding.bz2
geexbox-0.90-3/packages/ati_remote/build 0100755 0001750 0001750 00000000441 07672714134 017213 0 ustar aurel aurel #!/bin/sh
. config/path
$SCRIPTS/unpack linux || exit 1
CWD=`pwd`
cd "`ls -d $BUILD/ati_remote*`" && \
gcc -Os -fno-strict-aliasing -fomit-frame-pointer -DMODULE -D__KERNEL__ -DLINUX -I"`ls -d $ROOT/$BUILD/linux-*/include`" -c ati_remote.c && \
cd "$CWD" && \
exit 0
cd "$CWD"
exit 1
geexbox-0.90-3/packages/ati_remote/install 0100755 0001750 0001750 00000000210 07674103237 017552 0 ustar aurel aurel #!/bin/sh
. config/path
mkdir -p "`ls -d $INSTALL/lib/modules/*`/misc"
cp $BUILD/ati_remote*/ati_remote.o $INSTALL/lib/modules/*/misc
geexbox-0.90-3/packages/busybox/ 0040755 0001750 0001750 00000000000 07675360620 015535 5 ustar aurel aurel geexbox-0.90-3/packages/busybox/url 0100644 0001750 0001750 00000000070 07645552746 016265 0 ustar aurel aurel http://www.busybox.net/downloads/busybox-0.60.5.tar.bz2
geexbox-0.90-3/packages/busybox/build 0100755 0001750 0001750 00000000347 07645616300 016557 0 ustar aurel aurel #!/bin/sh
. config/path
$SCRIPTS/build uClibc || exit 1
export UCLIBC_GCC_DLOPT="-Wl,--dynamic-linker,/lib/ld-uClibc.so.0"
make -C "`ls -d $BUILD/busybox-*`" CC="`ls $ROOT/$BUILD/uClibc-*/build/usr/bin/gcc`" && exit 0
exit 1
geexbox-0.90-3/packages/busybox/config 0100644 0001750 0001750 00000005714 07675360620 016731 0 ustar aurel aurel #ADJTIMEX
#AR
ASH
#BASENAME
CAT
#CHGRP
#CHMOD
#CHOWN
CHROOT
#CHVT
CLEAR
#CMP
CP
#CPIO
CUT
#DATE
#DC
#DD
#DEALLOCVT
#DF
#DIRNAME
#DMESG
#DOS2UNIX
#DPKG
#DPKG_DEB
#DUTMP
#DU
#DUMPKMAP
ECHO
#ENV
#EXPR
#FBSET
#FDFLUSH
FIND
#FREE
#FREERAMDISK
#FSCK_MINIX
#GETOPT
GREP
#GUNZIP
#GZIP
#HALT
#HEAD
#HOSTID
#HOSTNAME
#HUSH
#ID
#IFCONFIG
#INIT
INSMOD
#KILL
#KILLALL
#KLOGD
#LASH
#LENGTH
LN
#LOADACM
#LOADFONT
#LOADKMAP
#LOGGER
#LOGNAME
#LOSETUP
LS
#LSMOD
#MAKEDEVS
#MD5SUM
MKDIR
#MKFIFO
#MKFS_MINIX
MKNOD
#MKSWAP
#MKTEMP
#MODPROBE
#MORE
MOUNT
#MSH
#MT
#MV
#NC
#NSLOOKUP
#PIDOF
#PING
#PIVOT_ROOT
#POWEROFF
#PRINTF
#PS
#PWD
#RDATE
#READLINK
#REBOOT
#RENICE
#RESET
RM
RMDIR
#RMMOD
#ROUTE
#RPM2CPIO
SED
#SETKEYCODES
#SLEEP
#SORT
#STTY
#SWAPONOFF
#SYNC
#SYSLOGD
#TAIL
#TAR
#TEE
#TEST
#TELNET
#TFTP
#TIME
#TOP
#TOUCH
#TR
#TRACEROUTE
#TRUE_FALSE
#TTY
#UNIX2DOS
#UUENCODE
#UUDECODE
UMOUNT
#UNIQ
#UNAME
#UPDATE
#UPTIME
#USLEEP
#VI
#WATCHDOG
#WC
#WGET
#WHICH
#WHOAMI
#XARGS
#YES
## show verbose usage messages
#FEATURE_VERBOSE_USAGE
## Use termios to manipulate the screen ('more' is prettier with this on)
#FEATURE_USE_TERMIOS
## calculate terminal & column widths (for more, ls, and telnet)
FEATURE_AUTOWIDTH
## Make init use a simplified /etc/inittab file (recommended).
FEATURE_USE_INITTAB
##Make sure nothing is printed to the console on boot
#FEATURE_EXTRA_QUIET
## Enable support for loop devices in mount
FEATURE_MOUNT_LOOP
## Enable support for a real /etc/mtab file instead of /proc/mounts
FEATURE_MTAB_SUPPORT
## Enable command line editing in the shell.
## Only relevant if a shell is enabled. On by default.
FEATURE_COMMAND_EDITING
## Enable tab completion in the shell. This is now working quite nicely.
## This feature adds a bit over 4k. Only relevant if a shell is enabled.
FEATURE_COMMAND_TAB_COMPLETION
## Attempts to match usernames in a ~-prefixed path
#FEATURE_COMMAND_USERNAME_COMPLETION
## Turn on extra fbset options
#FEATURE_FBSET_FANCY
## Turn on fbset readmode support
#FEATURE_FBSET_READMODE
## Support insmod/lsmod/rmmod for post 2.1 kernels
#FEATURE_NEW_MODULE_INTERFACE
## Support insmod/lsmod/rmmod for pre 2.1 kernels
#FEATURE_OLD_MODULE_INTERFACE
## Support module version checking
#FEATURE_INSMOD_VERSION_CHECKING
## Enable busybox --install [-s]
## to create links (or symlinks) for all the commands that are
## compiled into the binary. (needs /proc filesystem)
FEATURE_INSTALLER
## Support for human readable output by ls, du, etc.(example 13k, 23M, 235G)
#FEATURE_HUMAN_READABLE
## Support for the find -type option.
#FEATURE_FIND_TYPE
## Support for the find -perm option.
#FEATURE_FIND_PERM
## Support for the find -mtime option.
#FEATURE_FIND_MTIME
## Support for the find -newer option.
#FEATURE_FIND_NEWER
## Support for the -A -B and -C context flags in grep
#FEATURE_GREP_CONTEXT
## Support for the EGREP applet (alias to the grep applet)
#FEATURE_GREP_EGREP_ALIAS
## Enable a if you system have setuped locale
#LOCALE_SUPPORT
## Support for devfs.
#FEATURE_DEVFS
geexbox-0.90-3/packages/busybox/unpack 0100755 0001750 0001750 00000000757 07645552746 016763 0 ustar aurel aurel #!/bin/sh
. config/path
cp $BUILD/busybox-*/Config.h `ls -d $BUILD/busybox-*`/Config.h.tmp
IFS=$'\n'
for i in `cat $PACKAGES/busybox/config | grep ^.[^\#]`; do
c=''
[ "${i:0:1}" == "#" ] && c='//' && i=${i:1}
cat $BUILD/busybox-*/Config.h.tmp \
| sed s%^/*\#define\ BB_${i}$%${c}\#define\ BB_${i}% \
> `ls -d $BUILD/busybox-*`/Config.h.new
mv -f $BUILD/busybox-*/Config.h.new $BUILD/busybox-*/Config.h.tmp
done
mv -f $BUILD/busybox-*/Config.h.tmp $BUILD/busybox-*/Config.h
geexbox-0.90-3/packages/busybox/need_unpack 0100755 0001750 0001750 00000000147 07670217310 017726 0 ustar aurel aurel #!/bin/sh
. config/path
STAMP=.stamps/$1/unpack
test $PACKAGES/$1/config -nt $STAMP && rm -f $STAMP
geexbox-0.90-3/packages/busybox/install 0100755 0001750 0001750 00000000132 07674170603 017121 0 ustar aurel aurel #!/bin/sh
. config/path
mkdir -p $INSTALL/bin
cp $BUILD/busybox-*/busybox $INSTALL/bin
geexbox-0.90-3/README 0100644 0001750 0001750 00000020045 07676370176 013152 0 ustar aurel aurel
ooooo oo o o oo o
M" "Mo Mo oM" M Mo oM"
M oM""Mo oM""Mo "Mo" Mo"""o oM""Mo "Mo"
M """M MooooMM MooooMM oMMo M "M M M oMMo
"o oM M o M o oM Mo M oM M M oM Mo
"MoooM"M "MooM" "MooM" M" "M M"ooo" "MooM" M" "M
| ABOUT
| ~~~~~
GeeXboX is a kind of "divx box" software. In fact, it is a stand-alone boot
CD which allows you to watch movies or listen to music. It supports many
formats, such as avi, mpeg, divx, ogm, rm, mp3, ogg, dvd, vcd and cdda.
It also supports some IR remote controllers and TV-Out for some graphic cards.
This archive contain the needed scripts to rebuild an iso image of the GeeXboX.
| REQUIREMENTS
| ~~~~~~~~~~~~
To build the GeeXboX, you will need some classic tools:
- a working GNU/Linux system.
- the gcc C compiler.
- GNU make
- the patch command.
- the nasm assembler.
- bzip2 and gzip.
- mkfs.ext2 and mkfs.vfat
- the wget download tool (not needed for the full GeeXboX package).
- mkisofs and mkzftree to build the iso image.
- mkzftree to compress files on the iso image.
- cdrecord (to burn the iso image).
And also 400 MB of hard disk free space.
| CONFIGURATION
| ~~~~~~~~~~~~~
* Global options :
This is the first thing you should take care of before trying to build
the GeeXboX. It stands in the file config/options, and it should be
self explanatory. There you can choose your CPU family, your theme,
and whether you want truetype fonts or not. You should also modify your
cd burner configuration to be able to burn directly the iso.
* Linux :
This is a classical Linux configuration. There are two configurations
files, one with ACPI enabled and one without. These files are
packages/linux/linux.conf and packages/linux/linux-acpi.conf. You
can edit them by hand, or you can also do a scripts/unpack linux
and then a make menuconfig -C build/linux-* (or use the method you prefer
instead of menuconfig). Then you should backup your build/linux-*/.config
into packages/linux/linux.conf (or in the acpi version).
The only "difficult" thing with this is to keep the kernel small enough
to fit on the boot floppy image.
* MPlayer :
This is where you can do most of the configuration and tweaking.
The options take place in the file packages/MPlayer/mplayer.conf.
You may want to modify options such as OSD font size (subfont-text-scale).
You can also add lots of options such as DVD default language
(eg: alang=fr,en). The best place to find them is the MPlayer manpage
for Linux users (man -l build/MPlayer-*/DOCS/mplayer.1). You should also
have a look at the MPlayer documentation (in build/MPlayer-*/DOCS or at
http://mplayerhq.hu/DOCS/).
Another file you may modify is the packages/MPlayer/menu.conf. You can
remove items you don't need, or you can translate it in your own language
for example.
Then the last file you can look at is the packages/MPlayer/build which
contain the selection of options which are built into MPlayer.
* tvout :
Enabling the TV-Out is achieved with the help of multiple small programs
dedicated to different video card brands. Currently we use atitvout
for ATI cards, s3switch for S3 cards and nvtv for nVidia cards (and
possibly intel i810 and 3dfx cards). The configuration of those programs
is done in config/tvsettings. There you can choose the TV Standard you
want (pal, ntsc...) and you can also modify specific options for nvtv.
* Lirc :
Lirc allows you to control the GeeXboX using a remote controller. First
you have to choose the file describing your specific remote in
build/lirc-*/remotes (after doing a scripts/unpack lirc) and add it
in packages/lirc/install. Then you should choose your device (default
is /dev/ttyS0 (COM1)) and the lirc driver and put them in a file
called packages/lirc/lircd_$REMOTE. Then you can choose your key mapping
in the file packages/lirc/lirc_$REMOTE. For each mapping you have to select
a button (pike their names in the remote definition file) and associate an
action to it. The action is one of MPlayer's actions (you can find a list
in the html file build/MPlayer-*/DOCS/documentation.html#commands).
| BUILDING
| ~~~~~~~~
First have a look at the configuration section just above (at least the
general and the burning parts).
To build the GeeXboX, you have to be root (the building scripts have to
mount the boot disk image in loopback).
Then basically you can build the iso with :
make
Or you can directly burn this iso with :
make burn
When done, you can save disk space by cleaning the build tree :
make clean
or by doing a full cleaning, even removing downloaded sources :
make distclean
There's also more advanced commands if you want to hack around the GeeXboX :
scripts/get package # download the package
scripts/unpack package # unpack and prepare the package
scripts/build package # build the package
scripts/install package # install the package with the $INSTALL prefix
scripts/clean package # clean the package source tree
make exec # launch directly the GeeXboX in a jail
# WARNING: this is a highly experimental feature
# use it at your own risks.
If you've made a hacked version of the GeeXboX, you can easily
build a small tar.bz2 for it with :
make dist
or a full tar (containing all sources) with :
make fulldist
or a geexbox generator with :
make generator
| HACKING
| ~~~~~~~
The first thing you should look at is the initialization script.
In fact there are two initialization scripts. The first one is in
packages/initrd/linuxrc but you shouldn't need to modify it. The
second one is in config/init and that's where you may put some
customizations.
Then the next thing which may interest you is the creation of a new
"package". A package is just a bunch of scripts which have to follow
some rules. All the scripts have to take place in a directory named as
the program you want to "package", itself in the packages directory.
Here is a list of the scripts you may create :
- url : just a list of urls where to get the program sources.
- unpack : what to do after unpacking the sources. For example, you can
modify some configuration files. This does not include
applying patches.
- need_build : called when the package as allready been built, in order
to be sure that it don't need to be rebuilt. It should
remove the file .stamps/"package name"/build if the
package need to be rebuilt.
- build : all the steps needed to build the program.
- install : all the steps needed to install the program. The installation
prefix should be $INSTALL.
When a file from the urls is named patch-program_name-... it is automatically
applied to the unpacked sources of the program.
You also have to remember that software which run on the GeeXboX have to
be compiled with the uClibc gcc wrapper.
Finally, the best way to make a package is to look how other packages are done.
| LICENSE
| ~~~~~~~
All the programs used by the GeeXboX are protected by their respective
license. They all are free software and most of them are covered by the
GNU General Public License.
The GeeXboX itself, meaning all the scripts which are used in the building
process, are covered by the GNU General Public License.
| AUTHOR
| ~~~~~~
Aurelien Jacobs
| SPECIAL THANKS
| ~~~~~~~~~~~~~~
Benjamin Zores for his patches, testings and the website.
| THANKS
| ~~~~~~
Serial Cleaner for his setcd patch and hauppauge
remote support.
Herv Urbain for his logitech remote support.
David Legrand for lending us his ATI Remote Wonder.
The whole free software community, and especially the whole MPlayer team.
geexbox-0.90-3/scripts/ 0040755 0001750 0001750 00000000000 07675364625 013764 5 ustar aurel aurel geexbox-0.90-3/scripts/get 0100755 0001750 0001750 00000001165 07662207313 014453 0 ustar aurel aurel #!/bin/sh
. config/path
NOGET="gdb termcap"
if [ "$1" == "" ]; then
for i in $PACKAGES/*; do
GET=yes
for j in $NOGET; do
[ ${i##*/} = $j ] && GET=no break
done
if [ $GET = yes ]; then
$SCRIPTS/get ${i#$PACKAGES} || exit 1
fi
done
exit 0
fi
mkdir -p .stamps/$1
if [ -f $PACKAGES/$1/url ]; then
if [ -f .stamps/$1/get ]; then
exit 0
fi
mkdir -p $SOURCES/$1
for i in `sed s%GEEXBOX_SRCS%$GEEXBOX_SRCS% $PACKAGES/$1/url`; do
wget -c -P $SOURCES/$1 $i || exit 1
done
touch .stamps/$1/get
rm -f .stamps/$1/unpack
rm -f .stamps/$1/build
rm -f .stamps/$1/install
fi
geexbox-0.90-3/scripts/iso 0100755 0001750 0001750 00000001765 07675364625 014512 0 ustar aurel aurel #!/bin/sh
. config/path
. $CONFIG/options
$SCRIPTS/checkdeps || exit 1
export INSTALL=$BUILD/iso/GEEXBOX
$SCRIPTS/build boot || exit 1
rm -rf $BUILD/iso
mkdir -p $INSTALL/sbin
cp $CONFIG/init $INSTALL/sbin
$SCRIPTS/install linux || exit 1
$SCRIPTS/install eject || exit 1
$SCRIPTS/install setmixer || exit 1
$SCRIPTS/install tvout || exit 1
$SCRIPTS/install setcd || exit 1
$SCRIPTS/install MPlayer || exit 1
[ "$DEBUG" = yes ] && ( $SCRIPTS/install gdb || exit 1 )
if [ "$EXTRACODECS" = yes ]; then
$SCRIPTS/install rp9codecs || exit 1
$SCRIPTS/install dmocodecs || exit 1
fi
rm -rf $BUILD/ziso
mkdir -p $BUILD/ziso
mkzftree $INSTALL $BUILD/ziso/GEEXBOX
export INSTALL=$BUILD/ziso/GEEXBOX
$SCRIPTS/install boot || exit 1
mkisofs -quiet -no-pad -V GEEXBOX -volset GEEXBOX -P "The GeeXboX team (http://geexbox.free.fr/)" -p "The GeeXboX team (http://geexbox.free.fr/)" -A "MKISOFS ISO 9660/HFS FILESYSTEM BUILDER" -z -D -r -J -b GEEXBOX/boot/boot.img -c GEEXBOX/boot/boot.catalog $BUILD/ziso > $ISO
geexbox-0.90-3/scripts/burn 0100755 0001750 0001750 00000000317 07672642533 014650 0 ustar aurel aurel #!/bin/sh
. config/path
. $CONFIG/options
if [ ! -f $ISO ]; then
$SCRIPTS/iso || exit 1
fi
if [ "$BLANK" = "yes" ]; then
CDRECORD_OPTS='blank=fast'
fi
cdrecord dev=$BURNER $CDRECORD_OPTS -eject $ISO
geexbox-0.90-3/scripts/dist 0100755 0001750 0001750 00000001607 07675344364 014654 0 ustar aurel aurel #!/bin/sh
. config/path
NODIST="rp9codecs dmocodecs gdb termcap"
GEEXDIR=geexbox-`cat VERSION`
[ "$1" == full ] && ( $SCRIPTS/get || exit 1 )
mkdir $GEEXDIR
ln -s ../README $GEEXDIR/README
ln -s ../COPYING $GEEXDIR/COPYING
ln -s ../VERSION $GEEXDIR/VERSION
ln -s ../ChangeLog $GEEXDIR/ChangeLog
ln -s ../Makefile $GEEXDIR/Makefile
ln -s ../config $GEEXDIR/config
ln -s ../scripts $GEEXDIR/scripts
ln -s ../generator $GEEXDIR/generator
ln -s ../packages $GEEXDIR/packages
if [ "$1" == full ]; then
mkdir -p $GEEXDIR/$SOURCES
for i in $SOURCES/*; do
DIST=yes
for j in $NODIST; do
[ ${i##*/} = $j ] && DIST=no break
done
if [ $DIST = yes ]; then
ln -s ../../$i $GEEXDIR/$i
mkdir -p $GEEXDIR/.stamps/${i##*/}
touch $GEEXDIR/.stamps/${i##*/}/get
fi
done
tar chf $GEEXDIR-full.tar $GEEXDIR
else
tar chjf $GEEXDIR.tar.bz2 $GEEXDIR
fi
rm -rf $GEEXDIR
geexbox-0.90-3/scripts/exec 0100755 0001750 0001750 00000003434 07671671437 014635 0 ustar aurel aurel #!/bin/sh
ROOT=execroot
mkdir -p $ROOT/dev
mkdir -p $ROOT/lib
mkdir -p $ROOT/bin
mkdir -p $ROOT/sbin
mkdir -p $ROOT/proc
mkdir -p $ROOT/mnt
mkdir -p $ROOT/usr/sbin
mkdir -p $ROOT/var/run
mkdir -p $ROOT/var/log
mkdir -p $ROOT/var/lock
./packages/initrd/makedev $ROOT/dev
cp -r build/iso/GEEXBOX/sbin $ROOT
cp -r build/iso/GEEXBOX/etc $ROOT
cp -r build/iso/GEEXBOX/usr $ROOT
cp -r build/iso/GEEXBOX/codecs $ROOT
cp build/uClibc-*/build/lib/* $ROOT/lib
ln -s libc.so.0 $ROOT/lib/libc.so.6
cp build/busybox-*/busybox $ROOT/bin
cp config/init $ROOT/sbin
ln -s busybox $ROOT/bin/sh
touch $ROOT/etc/fstab
touch $ROOT/EXEC
IFS='
'
for i in `mount -l | grep -E "/dev/(hd|scd)" | cut -d' ' -f1,3,6`; do
IFS=' '
i=($i)
DEV=${i[0]##*/}
if [ "$DEV" = "none" ]; then
DEV=`echo "${i[2]}" | sed 's%.*dev=\(.*\)[,\)].*%\1%'`
DEV=${DEV##*/}
fi
mkdir $ROOT/mnt/$DEV
mount --bind ${i[1]} $ROOT/mnt/$DEV
echo $DEV | grep scd >/dev/null 2>&1
if [ $? -eq 0 ]; then
test ! -e $ROOT/dev/cdrom && ln -s /dev/$DEV $ROOT/dev/cdrom
test ! -e $ROOT/dev/dvd && ln -s /dev/$DEV $ROOT/dev/dvd
fi
done
for DEV in /dev/scd*; do
DEV=${DEV##*/}
if [ ! -d $ROOT/mnt/$DEV ]; then
mkdir $ROOT/mnt/$DEV
mount -t supermount -o dev=/dev/$DEV none $ROOT/mnt/$DEV >/dev/null 2>&1
if [ $? -eq 0 ]; then
test ! -e $ROOT/dev/cdrom && ln -s /dev/$DEV $ROOT/dev/cdrom
test ! -e $ROOT/dev/dvd && ln -s /dev/$DEV $ROOT/dev/dvd
else
rmdir $ROOT/mnt/$DEV
fi
fi
done
chroot $ROOT /sbin/init
killall -9 mplayer >/dev/null 2>&1
killall -9 lircd >/dev/null 2>&1
[ -f $ROOT/log ] && cp $ROOT/log .
for i in $ROOT/mnt/*; do
test -d $i && umount $i >/dev/null 2>&1
rmdir $i
done
for i in $ROOT/*; do
if [ "$i" = "$ROOT/mnt" ]; then
rmdir $i
else
rm -rf $i
fi
done
rmdir $ROOT
geexbox-0.90-3/scripts/build 0100755 0001750 0001750 00000000767 07670211357 015004 0 ustar aurel aurel #!/bin/sh
. config/path
if [ "$1" == "" ]; then
echo "usage: $0 package_name"
exit 1
fi
$SCRIPTS/unpack $1 || exit 2
if [ -f .stamps/$1/build -a -f $PACKAGES/$1/need_build ]; then
$PACKAGES/$1/need_build $@
fi
if [ ! -f .stamps/$1/build ]; then
rm -f .stamps/$1/build
if [ -f $PACKAGES/$1/build ]; then
$PACKAGES/$1/build $@ || exit 3
elif [ -f $BUILD/$1*/Makefile ]; then
make -C $BUILD/$1* || exit 3
fi
sed 's/^\(.*=.*\)$/STAMP_\1/' $CONFIG/options > .stamps/$1/build
fi
geexbox-0.90-3/scripts/clean 0100755 0001750 0001750 00000000441 07645552110 014751 0 ustar aurel aurel #!/bin/sh
. config/path
clean ()
{
rm -f .stamps/$1/unpack
rm -f .stamps/$1/build
rm -f .stamps/$1/install
rm -rf $BUILD/$1*
}
if [ "$1" == "" ]; then
for i in $PACKAGES/*; do clean ${i#$PACKAGES}; done
rm -rf $BUILD/iso
rm -rf $BUILD/ziso
rm -f $ISO
else
clean $1
fi
geexbox-0.90-3/scripts/generator 0100755 0001750 0001750 00000001437 07671650017 015667 0 ustar aurel aurel #!/bin/sh
. config/path
. $CONFIG/options
$SCRIPTS/checkdeps || exit 1
export INSTALL=$GENERATOR_NAME/iso/GEEXBOX
rm -rf $GENERATOR_NAME
mkdir -p $INSTALL/sbin
cp $CONFIG/init $INSTALL/sbin
$SCRIPTS/install boot generator || exit 1
$SCRIPTS/install linux generator || exit 1
$SCRIPTS/install eject generator || exit 1
$SCRIPTS/install setmixer generator || exit 1
$SCRIPTS/install tvout generator || exit 1
$SCRIPTS/install setcd generator || exit 1
$SCRIPTS/install MPlayer generator || exit 1
export INSTALL=$GENERATOR_NAME/win32
mkdir -p $INSTALL
$SCRIPTS/install mkisofs-win32 generator || exit 1
cp -r $GENERATOR/* $GENERATOR_NAME
cp COPYING $GENERATOR_NAME/COPYING
echo `cat VERSION`-custom > $GENERATOR_NAME/VERSION
tar czf $GENERATOR_NAME.tar.gz $GENERATOR_NAME
rm -rf $GENERATOR_NAME
geexbox-0.90-3/scripts/unpack 0100755 0001750 0001750 00000002170 07670211202 015141 0 ustar aurel aurel #!/bin/sh
. config/path
if [ "$1" == "" ]; then
echo "usage: $0 package_name"
exit 1
fi
$SCRIPTS/get $1 || exit 2
mkdir -p $BUILD
if [ -d $SOURCES/$1 ]; then
if [ -f .stamps/$1/unpack -a -f $PACKAGES/$1/need_unpack ]; then
$PACKAGES/$1/need_unpack $@
fi
[ -f .stamps/$1/unpack ] && exit 0
rm -rf $BUILD/$1*
if [ -f $SOURCES/$1/$1*.tar.bz2 ]; then
rm -rf $BUILD/$1*
tar xjf $SOURCES/$1/$1*.tar.bz2 -C $BUILD
elif [ -f $SOURCES/$1/$1*.tar.gz ]; then
rm -rf $BUILD/$1*
tar xzf $SOURCES/$1/$1*.tar.gz -C $BUILD
elif [ -f $SOURCES/$1/$1*.tgz ]; then
rm -rf $BUILD/$1*
tar xzf $SOURCES/$1/$1*.tgz -C $BUILD
else
echo "$0: unknown package type $1"
exit 3
fi
for i in $SOURCES/$1/patch-*.bz2; do
if [ -f $i ]; then
bzcat $i | patch -d $BUILD/$1* -p1
fi
done
for i in $SOURCES/$1/patch-*.gz; do
if [ -f $i ]; then
zcat $i | patch -d $BUILD/$1* -p1
fi
done
if [ -f $PACKAGES/$1/unpack ]; then
$PACKAGES/$1/unpack $@
fi
rm -f .stamps/$1/build
rm -f .stamps/$1/install
sed 's/^\(.*=.*\)$/STAMP_\1/' $CONFIG/options > .stamps/$1/unpack
fi
geexbox-0.90-3/scripts/checkdeps 0100755 0001750 0001750 00000003651 07671654641 015641 0 ustar aurel aurel #!/bin/sh
. config/path
deps="gcc make patch nasm bzip2 gzip mke2fs mkfs.vfat wget mkisofs mkzftree cdrecord perl"
deps_pkg="gcc make patch nasm bzip2 gzip e2fsprogs dosfstools wget mkisofs mkisofs cdrecord perl"
files="/usr/include/stdio.h"
files_pkg="libc6-dev"
if [ $UID -ne 0 ]; then
echo "**** Your need to be root to build the GeeXboX ****"
exit 1
fi
if [ -n "`gcc --version | grep 3.3`" ]; then
echo "**** GCC 3.3 is currently not supported ****"
exit 1
fi
deps=($deps)
deps_pkg=($deps_pkg)
nb_deps=${#deps[*]}
for ((i=0; i<$nb_deps; i++)); do
[ -z "`which ${deps[$i]}`" ] && need="$need ${deps[$i]}" && need_pkg="$need_pkg ${deps_pkg[$i]}"
done
files=($files)
files_pkg=($files_pkg)
nb_files=${#files[*]}
for ((i=0; i<$nb_files; i++)); do
[ ! -f ${files[$i]} ] && need="$need ${files_pkg[$i]}" && need_pkg="$need_pkg ${files_pkg[$i]}"
done
if [ -n "$need" ]; then
echo "**** Your system lake the following tools to build the GeeXboX ****"
echo $need
if [ -f /etc/debian_version -a -n "`which apt-get`" ]; then
echo "**** You seem to use a debian system ****"
read -p "would you like to apt-get install the needed tools ? (y/n) " ans
[ "$ans" = "y" ] && apt-get install $need_pkg || exit 1
else
echo "********"
exit 1
fi
fi
need=""
need_pkg=""
for ((i=0; i<$nb_deps; i++)); do
[ -z "`which ${deps[$i]}`" ] && need="$need ${deps[$i]}" && need_pkg="$need_pkg ${deps_pkg[$i]}"
done
for ((i=0; i<$nb_files; i++)); do
[ ! -f "${files[$i]}" ] && need="$need ${files_pkg[$i]}" && need_pkg="$need_pkg ${files_pkg[$i]}"
done
if [ -n "$need" ]; then
if [ "$need" = " mkzftree" ]; then
echo "**** mkzftree was not installed correctly."
echo "**** It is not included in debian woody."
echo "**** You will need for example a sarge version of mkisofs."
else
echo "**** The following packages were not installed correctly ****"
echo $need_pkg
echo "********"
fi
exit 1
fi
exit 0
geexbox-0.90-3/scripts/install 0100755 0001750 0001750 00000000427 07661446716 015355 0 ustar aurel aurel #!/bin/sh
. config/path
if [ "$1" == "" ]; then
echo "usage: $0 package_name"
exit 1
fi
$SCRIPTS/build $1 || exit 2
if [ -f $PACKAGES/$1/install ]; then
$PACKAGES/$1/install $@ || exit 3
else
mkdir -p $INSTALL/usr/bin
cp $BUILD/$1*/$1 $INSTALL/usr/bin || exit 4
fi
geexbox-0.90-3/.stamps/ 0040755 0000000 0000000 00000000000 07676375373 013361 5 ustar root root geexbox-0.90-3/.stamps/halt/ 0040755 0000000 0000000 00000000000 07676375373 014311 5 ustar root root geexbox-0.90-3/.stamps/halt/get 0100644 0000000 0000000 00000000000 07676375373 014776 0 ustar root root geexbox-0.90-3/.stamps/iscd/ 0040755 0000000 0000000 00000000000 07676375373 014303 5 ustar root root geexbox-0.90-3/.stamps/iscd/get 0100644 0000000 0000000 00000000000 07676375373 014770 0 ustar root root geexbox-0.90-3/.stamps/lirc/ 0040755 0000000 0000000 00000000000 07676375373 014312 5 ustar root root geexbox-0.90-3/.stamps/lirc/get 0100644 0000000 0000000 00000000000 07676375373 014777 0 ustar root root geexbox-0.90-3/.stamps/nvtv/ 0040755 0000000 0000000 00000000000 07676375373 014356 5 ustar root root geexbox-0.90-3/.stamps/nvtv/get 0100644 0000000 0000000 00000000000 07676375373 015043 0 ustar root root geexbox-0.90-3/.stamps/eject/ 0040755 0000000 0000000 00000000000 07676375373 014453 5 ustar root root geexbox-0.90-3/.stamps/eject/get 0100644 0000000 0000000 00000000000 07676375373 015140 0 ustar root root geexbox-0.90-3/.stamps/linux/ 0040755 0000000 0000000 00000000000 07676375373 014520 5 ustar root root geexbox-0.90-3/.stamps/linux/get 0100644 0000000 0000000 00000000000 07676375373 015205 0 ustar root root geexbox-0.90-3/.stamps/setcd/ 0040755 0000000 0000000 00000000000 07676375373 014463 5 ustar root root geexbox-0.90-3/.stamps/setcd/get 0100644 0000000 0000000 00000000000 07676375373 015150 0 ustar root root geexbox-0.90-3/.stamps/libvorbis/ 0040755 0000000 0000000 00000000000 07676375373 015354 5 ustar root root geexbox-0.90-3/.stamps/libvorbis/get 0100644 0000000 0000000 00000000000 07676375373 016041 0 ustar root root geexbox-0.90-3/.stamps/MPlayer/ 0040755 0000000 0000000 00000000000 07676375373 014732 5 ustar root root geexbox-0.90-3/.stamps/MPlayer/get 0100644 0000000 0000000 00000000000 07676375373 015417 0 ustar root root geexbox-0.90-3/.stamps/s3switch/ 0040755 0000000 0000000 00000000000 07676375373 015130 5 ustar root root geexbox-0.90-3/.stamps/s3switch/get 0100644 0000000 0000000 00000000000 07676375373 015615 0 ustar root root geexbox-0.90-3/.stamps/pciutils/ 0040755 0000000 0000000 00000000000 07676375373 015215 5 ustar root root geexbox-0.90-3/.stamps/pciutils/get 0100644 0000000 0000000 00000000000 07676375373 015702 0 ustar root root geexbox-0.90-3/.stamps/libogg/ 0040755 0000000 0000000 00000000000 07676375373 014624 5 ustar root root geexbox-0.90-3/.stamps/libogg/get 0100644 0000000 0000000 00000000000 07676375373 015311 0 ustar root root geexbox-0.90-3/.stamps/freetype/ 0040755 0000000 0000000 00000000000 07676375373 015204 5 ustar root root geexbox-0.90-3/.stamps/freetype/get 0100644 0000000 0000000 00000000000 07676375373 015671 0 ustar root root geexbox-0.90-3/.stamps/uClibc/ 0040755 0000000 0000000 00000000000 07676375373 014562 5 ustar root root geexbox-0.90-3/.stamps/uClibc/get 0100644 0000000 0000000 00000000000 07676375373 015247 0 ustar root root geexbox-0.90-3/.stamps/syslinux/ 0040755 0000000 0000000 00000000000 07676375373 015257 5 ustar root root geexbox-0.90-3/.stamps/syslinux/get 0100644 0000000 0000000 00000000000 07676375373 015744 0 ustar root root geexbox-0.90-3/.stamps/mkisofs-win32/ 0040755 0000000 0000000 00000000000 07676375373 015774 5 ustar root root geexbox-0.90-3/.stamps/mkisofs-win32/get 0100644 0000000 0000000 00000000000 07676375373 016461 0 ustar root root geexbox-0.90-3/.stamps/setmixer/ 0040755 0000000 0000000 00000000000 07676375373 015221 5 ustar root root geexbox-0.90-3/.stamps/setmixer/get 0100644 0000000 0000000 00000000000 07676375373 015706 0 ustar root root geexbox-0.90-3/.stamps/cdparanoia/ 0040755 0000000 0000000 00000000000 07676375373 015462 5 ustar root root geexbox-0.90-3/.stamps/cdparanoia/get 0100644 0000000 0000000 00000000000 07676375373 016147 0 ustar root root geexbox-0.90-3/.stamps/theme-classic/ 0040755 0000000 0000000 00000000000 07676375373 016102 5 ustar root root geexbox-0.90-3/.stamps/theme-classic/get 0100644 0000000 0000000 00000000000 07676375373 016567 0 ustar root root geexbox-0.90-3/.stamps/theme-default/ 0040755 0000000 0000000 00000000000 07676375373 016105 5 ustar root root geexbox-0.90-3/.stamps/theme-default/get 0100644 0000000 0000000 00000000000 07676375373 016572 0 ustar root root geexbox-0.90-3/.stamps/atitvout/ 0040755 0000000 0000000 00000000000 07676375373 015240 5 ustar root root geexbox-0.90-3/.stamps/atitvout/get 0100644 0000000 0000000 00000000000 07676375373 015725 0 ustar root root geexbox-0.90-3/.stamps/ati_remote/ 0040755 0000000 0000000 00000000000 07676375373 015511 5 ustar root root geexbox-0.90-3/.stamps/ati_remote/get 0100644 0000000 0000000 00000000000 07676375373 016176 0 ustar root root geexbox-0.90-3/.stamps/busybox/ 0040755 0000000 0000000 00000000000 07676375373 015054 5 ustar root root geexbox-0.90-3/.stamps/busybox/get 0100644 0000000 0000000 00000000000 07676375373 015541 0 ustar root root geexbox-0.90-3/sources/ 0040755 0000000 0000000 00000000000 07676375373 013457 5 ustar root root geexbox-0.90-3/sources/halt/ 0040755 0001750 0001750 00000000000 07667745365 014715 5 ustar aurel aurel geexbox-0.90-3/sources/halt/halt-0.0.2.tar.bz2 0100644 0001750 0001750 00000001244 07667744702 017474 0 ustar aurel aurel BZh91AY&SYEP ʰ Iw?ހ @| 44 i
5(ILjԃ@ d &M&Lbi )j4?HGizf6(==RٟL$jA9G*TqfivTkLz>i\yieoWW
|BxtfB
W,?d+/4y0(0-^+^U^Q\V/MsEਜx-]8P0Dۦ*(:Zp2hPEJq+P$ߚ)RdGJN5nR^=g$kwGT떨
YLSA:bR &3ӿ)_
V0izᥚ9H[}NMvzk
N1e3"vHu*dL++l*zB<-4sӖUtV]ݯC}2#͏Xߣ*uw*'{X#@TD͝AJJAe&./ErxQ b?w$S W geexbox-0.90-3/sources/iscd/ 0040755 0001750 0001750 00000000000 07667745365 014707 5 ustar aurel aurel geexbox-0.90-3/sources/iscd/iscd-0.0.2.tar.bz2 0100644 0001750 0001750 00000001144 07667744712 017460 0 ustar aurel aurel BZh91AY&SYR ڰ {?߮n @bi @"O
M FFCi@#&@0`HLj2!i
2LS~92ztۄNl΅Ya O6NEuS3I=CTabԘH=tHe|!#}xM߳Kaa^@d`CT7N 0dpVٗ&:|>1v(b<Zi
R¸ŝ'?4dT~+p7Ro2sRQi_0y"⊘H<}(3` A$c.K۱vmɲpHQqLZ8v+?
HL 3OUL bht&}t2 c;"żq[H^8yE>&( סc1`!(-Sͳ6B
ױ
X.I@XSFM$"Jd_W6jbVmvBMnLEJ|tYArE8PR geexbox-0.90-3/sources/lirc/ 0040755 0001750 0001750 00000000000 07674100770 014675 5 ustar aurel aurel geexbox-0.90-3/sources/lirc/patch-lirc-any.bz2 0100644 0001750 0001750 00000001215 07674100766 020130 0 ustar aurel aurel BZh91AY&SYҦ