X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fstage3-install;h=1d6d3dd16eaa3738d6920320e93fd943de3096b1;hb=f63a78e04ec65397472cda88061558f4e3a30fb2;hp=c5a7f85e9c036c827200186ed5eb4087d0de838c;hpb=589342af5c6b0235fc6194ae39f76bbcd12d683e;p=hvlinux.git diff --git a/stage3/stage3-install b/stage3/stage3-install index c5a7f85..1d6d3dd 100755 --- a/stage3/stage3-install +++ b/stage3/stage3-install @@ -81,10 +81,8 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the ipkg ${EMACS} cis-emacs fi -ipkg ${TCL} cis-tcl ipkg ${TK} cis-tk -ipkg_ac ${SQLITE} ipkg_ac ${PYTHON} "--enable-shared" ipkg ${LIBBOOST} cis-boost @@ -134,7 +132,7 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the # Gtk ipkg_ac ${GTK_DOC} - ipkg_ac ${GLIB2} + ipkg_ac ${GLIB} ipkg_ac ${PIXMAN} ipkg_ac ${GLITZ} ipkg_ac ${CAIRO} "--enable-glitz" @@ -169,6 +167,7 @@ fi ipkg_ac ${INTLTOOL} ipkg_ac ${GSL} ipkg ${CUPS} cis-cups +ipkg ${SPLIX} cis-splix # Drivers Samsung pour CUPS ipkg ${ESPGS} cis-espgs if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; then @@ -228,6 +227,8 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the ipkg_ac_nb ${LIBFAAC} ipkg_ac_nb ${LIBFAAD2} + ipkg_ac ${LIBTHEORA} + ipkg ${XVIDCORE} cis-xvidcore # Audio libraries ipkg_ac_nb ${AUDIOFILE} @@ -236,7 +237,6 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the # Audio servers ipkg_ac ${ESOUND} - ipkg ${GDBM} cis-gdbm ipkg_ac ${SPEEX} ipkg ${PULSEAUDIO} cis-pulseaudio ipkg_ac ${JACK} "--disable-portaudio" @@ -247,17 +247,16 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the # Audio applications ipkg_ac_nb ${GRIP} "--disable-id3" ipkg_ac_nb ${CDRDAO} - ######ipkg_ac ${WXGTK} "--enable-unicode" - #####ipkg ${AUDACITY} cis-audacity # Depends on portaudio and wxgtk ipkg_ac ${SWEEP} "--enable-pulseaudio" ipkg_ac ${EASYTAG} + ipkg_ac_nb ${LILYPOND} + + ipkg_ac_nb ${FFMPEG} "--enable-shared --enable-pthreads --enable-gpl --enable-nonfree --disable-ffplay \ + --enable-libfaac --enable-libfaad --enable-libmp3lame --enable-libtheora \ + --enable-libvorbis --enable-libxvid" fi ipkg_ac ${SYLPHEED} "--enable-ssl --enable-ldap" - - ipkg ${QT} cis-qt - ipkg ${OPERA} cis-opera - ipkg ${NSS} cis-nss ipkg ${FIREFOX} cis-firefox @@ -265,15 +264,11 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the ipkg ${JAVA} cis-java ipkg ${AGG} cis-agg ipkg ${GNASH} cis-gnash - - ipkg_ac_nb ${FFMPEG} "--enable-shared --enable-pthreads --enable-swscaler --enable-liba52 \ - --enable-gpl --disable-ffplay --enable-libfaac --enable-libfaad \ - --enable-libmp3lame" - ipkg ${XVIDCORE} cis-xvidcore fi ipkg ${DBUS} cis-dbus ipkg_ac ${DBUS_GLIB} "--disable-tests --disable-dependency-tracking --disable-xml-docs --disable-doxygen-docs" +ipkg_ac ${EGGDBUS} ipkg ${HAL} cis-hal ipkg_ac ${LIBGAMIN} "--libexecdir=/usr/sbin" @@ -308,9 +303,12 @@ if [ "x${INST_TYPE}" = "xserver" -o "x${INST_TYPE}" = "xltsp-server" ]; then ipkg ${SQUIRRELMAIL} cis-squirrelmail ipkg ${MAILMAN} cis-mailman + ipkg_ac ${FETCHMAIL} "--with-ssl" + ipkg_ac ${MUTT} "--enable-imap --with-ssl" # Subversion server (client was already installed in stage2) ipkg ${SUBVERSION} cis-subversion + ipkg_ac ${INDENT} fi ipkg_ac_nb ${GIT} @@ -341,9 +339,17 @@ ipkg_ac ${HELP2MAN} ipkg_ac ${LIBDVDCSS} ipkg_ac ${LIBDVDREAD} "--with-libdvdcss" +INIT_D_PATH=/etc/rc.d/init.d ipkg_ac_nb ${FUSE} +ipkg ${DVDFS} cis-dvdfs ipkg ${DOSFSTOOLS} cis-dosfstools +ipkg_ac ${LIBFFI} +ipkg_ac ${GOBJECT_INSTROSPECTION} + +ipkg ${POLKIT} cis-polkit +ipkg_ac ${GNUPG} "--libexecdir=/usr/lib" + ./cis-postinstall exit $?