X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage5%2Fhv-install-1;h=68b77abec7a656d75ec1422f29eadd3dab5e30cf;hb=c891c3ca47bb7b71dbf57261d2a81911d832bf7b;hp=77c9cf78402fbcaed43cfd6db7b7ca5674451683;hpb=60157f2c50d533839a848c05bb99e6fbf8d2da01;p=hvlinux.git diff --git a/stage5/hv-install-1 b/stage5/hv-install-1 index 77c9cf7..68b77ab 100755 --- a/stage5/hv-install-1 +++ b/stage5/hv-install-1 @@ -8,14 +8,21 @@ init_log_file ipkg ${HELP2MAN} ipkg ${GSL} + ipkg -m acnb ${CUPS} +ipkg -m acnb ${GHOSTSCRIPT} +ipkg ${LIBSPECTRE} ipkg -m noac ${CUPS_PDF} ipkg -m noac ${SPLIX} +ipkg ${FOOMATIC_FILTERS} +ipkg -m noac ${FOO2ZJS} + +ipkg ${ITSTOOL} + ipkg ${GLIB_NETWORKING} "\ --libexecdir=/usr/lib/glib-networking \ --with-ca-certificates=/etc/ssl/ca-bundle.crt \ --disable-static" -ipkg -s "icu" ${ICU} if [ "x${INST_TYPE}" = "xworkstation" -o \ "x${INST_TYPE}" = "xltsp-server" ]; then @@ -28,7 +35,7 @@ if [ "x${INST_TYPE}" = "xworkstation" -o \ ipkg -m acnb ${PANGO} ipkg ${PANGOMM} ipkg ${ATK} - ipkg ${GDK_PIXBUF} + ipkg ${GDK_PIXBUF} "--with-x11" ipkg ${GTK} "--disable-gtk-doc" ipkg ${ATKMM} ipkg ${GTKMM} "--disable-documentation" @@ -43,7 +50,7 @@ if [ "x${INST_TYPE}" = "xworkstation" -o \ ipkg ${WMNOTIFY} ipkg ${DESKTOP_FILE_UTILS} - ipkg -m acnb ${SHARED_MIME_INFO} + ipkg -m acnb -j ${SHARED_MIME_INFO} ipkg ${STARTUP_NOTIFICATION} ipkg ${LIBWNCK} ipkg ${ISO_CODES} @@ -52,10 +59,11 @@ if [ "x${INST_TYPE}" = "xworkstation" -o \ ipkg -m acnb ${GCONF} ipkg ${GNOME_KEYRING} ipkg ${LIBSOUP} "--disable-static --without-gnome" + + ipkg ${XSCREENSAVER} "--libexecdir=/usr/lib" fi -ipkg -m acnb ${GHOSTSCRIPT} -ipkg ${LIBSPECTRE} +ipkg ${GPARTED} "--disable-doc" if [ "x${INST_TYPE}" = "xworkstation" -o \ "x${INST_TYPE}" = "xltsp-server" ]; then @@ -76,7 +84,7 @@ fi ipkg -m noac ${CDRTOOLS} ipkg -m noac ${DVDRWTOOLS} ipkg ${LIBDVDCSS} -ipkg ${LIBDVDREAD} +ipkg -m acnb ${LIBDVDREAD} ipkg -m noac ${DVDFS} ipkg -m acnb ${VOBCOPY} @@ -115,22 +123,43 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the ipkg ${VTE} "--libexecdir=/usr/lib/vte --disable-gtk-doc" ipkg -m acnb ${GRIP} "--disable-id3" ipkg -m acnb ${CDRDAO} + ipkg ${ID3LIB} ipkg -m acnb ${EASYTAG} - ipkg -m acnb ${FONTFORGE} - ipkg ${LILYPOND} "--disable-documentation --disable-debugging" + ipkg -m acnb ${FONTFORGE} "--enable-double" + + # -Wno-error=unused-but-set-variable: Fix for newer GCC. + CFLAGS="${CFLAGS} -Wno-error=unused-but-set-variable" \ + ipkg -s guile1 ${GUILE1} + + # Lilypond 2.17 ne fonctionne pas encore avec guile2 + PATH="/opt/guile1/bin/:$PATH" \ + ipkg ${LILYPOND} "--disable-documentation --disable-debugging" # ChordPro utils ipkg -m noac ${CHORDPACK} ipkg -m noac -s guitartex ${GUITARTEX} - ipkg ${FFMPEG} + ipkg ${FFMPEG} " \ + --enable-shared \ + --enable-pthreads \ + --enable-gpl \ + --enable-nonfree \ + --disable-ffplay \ + --enable-libfaac \ + --enable-libmp3lame \ + --enable-libtheora \ + --enable-libvorbis \ + --enable-libxvid \ + --enable-libfreetype \ + --enable-libx264" ipkg ${GSTREAMER} "--disable-tests" ipkg ${GST_PLUGINS_BASE} ipkg ${GST_PLUGINS_GOOD} ipkg ${GST_PLUGINS_BAD} ipkg ${GST_PLUGINS_UGLY} - ipkg -m acnb ${GST_FFMPEG} "--with-ffmpeg-extra-configure=--disable-yasm" + ipkg -m acnb ${GST_FFMPEG} + ipkg ${GNOME_MEDIA} # Pour gstreamer-properties et gnome-volume-control ipkg ${WXGTK} "--enable-unicode --disable-compat26" @@ -140,38 +169,57 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the ipkg ${SYLPHEED} "--enable-ssl --enable-ldap" ipkg ${LIBNOTIFY} - ipkg ${YASM} ipkg ${LIBVPX} "--enable-shared" - ipkg -m acnb -t -j ${WEBKIT} "\ - --libexecdir=/usr/lib/WebKitGTK \ - --with-gstreamer=0.10 \ - --enable-introspection \ - --with-gtk=2.0 \ - --disable-geolocation \ - --disable-gtk-doc" - ipkg ${VALA} - NOCOLOR=1 ipkg ${MIDORI} + if [ "x${USE_WEBKIT}" = "xyes" ]; then + ipkg -m acnb -t -j ${WEBKIT} "\ + --libexecdir=/usr/lib/WebKitGTK \ + --with-gstreamer=0.10 \ + --enable-introspection \ + --with-gtk=2.0 \ + --disable-geolocation \ + --disable-gtk-doc" + ipkg ${VALA} + NOCOLOR=1 ipkg ${MIDORI} + fi + ipkg ${LIBEVENT} + ipkg -m noac ${NSPR} "--with-mozilla --with-pthreads \ + $([ $(uname -m) = x86_64 ] && echo --enable-64bit)" + ipkg -m noac ${NSS} ipkg -m noac -l "${FIREFOX}-xulrunner" ${FIREFOX} ipkg -m noac -l "${FIREFOX}-browser" ${FIREFOX} + ipkg -m noac ${KEYUTILS} + ipkg -s ecryptfs-utils ${ECRYPTFS_UTILS} + ipkg -s qt ${QT} source /etc/profile ipkg -m noac ${LUA} ipkg -m acnb ${VLC} "--enable-mozilla --enable-qt4 --enable-ncurses" ipkg ${SDL} ipkg -m noac ${AGG} - ipkg ${GNASH} + if [ "x${USE_GNASH}" = "xyes" ]; then + ipkg ${GNASH} + fi fi ipkg ${LIBGAMIN} "--libexecdir=/usr/sbin" ipkg ${MENU_CACHE} ipkg ${GVFS} ipkg ${XARCHIVER} +ipkg ${GNOME_MENUS} ipkg -m acnb ${LIBFM} ipkg ${PCMANFM} +if [ "x${USE_HTTPD}" = "xyes" ]; then + ipkg -s apache ${HTTPD} +fi +if [ "x${USE_LIGHTTPD}" = "xyes" ]; then + ipkg ${LIGHTTPD} +fi +ipkg ${PHP} + if [ "x${INST_TYPE}" = "xserver" -o "x${INST_TYPE}" = "xltsp-server" ]; then ipkg -m noac ${PROCMAIL} ipkg -m noac ${LIBSPF2} @@ -192,24 +240,22 @@ if [ "x${INST_TYPE}" = "xserver" -o "x${INST_TYPE}" = "xltsp-server" ]; then ipkg ${UW_IMAP} - ipkg ${HTTPD} # Apache - ipkg ${PHP} - ipkg -m noac ${SQUIRRELMAIL} ipkg ${FETCHMAIL} "--with-ssl" - # Subversion server (client was already installed in stage2) - ipkg ${SUBVERSION} + if [ x"${SVN_SERVER}" == xyes ]; then + # Subversion server (client was already installed in stage3) + ipkg ${SUBVERSION} + fi fi -if [ "x${INST_TYPE}" = "xworkstation" -o \ - "x${INST_TYPE}" = "xltsp-server" ]; then - ipkg ${LIBGSF} - ipkg -m acnb ${GOFFICE} - ipkg ${GNUMERIC} "--localstatedir=/var/lib --disable-pdfdocs" - ipkg ${WV} - ipkg ${ABIWORD} "--disable-spellcheck" -fi +ipkg ${LIBGSF} +ipkg -m acnb ${GOFFICE} +ipkg ${GNUMERIC} "--localstatedir=/var/lib --disable-pdfdocs" +ipkg ${WV} +ipkg ${ABIWORD} "--disable-spellcheck" + +ipkg -m noac ${MERCURIAL} ipkg ${INDENT} @@ -222,20 +268,25 @@ if [ "x${INST_TYPE}" = "xltsp-server" ]; then ipkg ${LTSP_UTILS} fi -ipkg -m acnb ${KVM} +ipkg -j ${QEMU} "--libexecdir=/usr/lib/qemu \ + --docdir=/usr/share/doc/qemu-1.7.0 \ + --target-list=x86_64-softmmu" ipkg -m acnb ${BRIDGE_UTILS} ipkg -m noac ${TUNCTL} -ipkg ${LIBEVENT} ipkg ${TRANSMISSION} "--disable-daemon" # Électronique -#ipkg ${LIBGEDA} -#ipkg ${GEDA_SYMBOLS} -#ipkg ${GEDA_GSCHEM} -#ipkg ${GEDA_GNETLIST} -#ipkg ${GEDA_SYMCHECK} -#ipkg ${GEDA_GATTRIB} +ipkg ${GEDA_GAF} +ipkg ${AVRDUDE} "--disable-parport" + +# Astronomie +ipkg -m noac ${STELLARIUM} +ipkg ${GTKGLEXT} +ipkg -m acnb ${CELESTIA} "--with-gtk" + +ipkg -m noac ${I2C_TOOLS} +ipkg -m noac ${HDPARM} rscr mult "Performing post-install" post-install