X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage5%2Fhv-install-1;h=686f56316e2f3ff56bcdf8f775c4f925227de75d;hb=6fb59c47344b8dec7f46dde511032a1ecb9b6658;hp=d68fbb976bc7098d5566a4d26931afb8ba8e1ad0;hpb=7426c3e50f8ebbd8df9cbe764e94677718f37345;p=hvlinux.git diff --git a/stage5/hv-install-1 b/stage5/hv-install-1 index d68fbb9..686f563 100755 --- a/stage5/hv-install-1 +++ b/stage5/hv-install-1 @@ -3,11 +3,7 @@ source ../functions/main source /etc/profile -if [ "x${USER}" != "xroot" ]; then - echo "You must be the superuser to install hvlinux." - exit 1 -fi - +check_for_root_user init_log_file if [ "x${INST_TYPE}" = "xworkstation" -o \ @@ -16,7 +12,7 @@ if [ "x${INST_TYPE}" = "xworkstation" -o \ ipkg ${LIBSIGCPP} ipkg ${JASPER} "--enable-shared" ipkg -m acnb ${GLIBMM} - ipkg ${CAIRO} + ipkg ${CAIRO} "--enable-tee" ipkg ${CAIROMM} ipkg -m acnb ${PANGO} ipkg ${PANGOMM} @@ -55,12 +51,14 @@ ipkg ${HELP2MAN} ipkg ${GSL} ipkg -m acnb ${CUPS} ipkg -m noac ${CUPS_PDF} -###################ipkg -m noac ${SPLIX} +ipkg -m noac ${SPLIX} ipkg -m acnb ${GHOSTSCRIPT} +ipkg ${LIBSPECTRE} if [ "x${INST_TYPE}" = "xworkstation" -o \ "x${INST_TYPE}" = "xltsp-server" ]; then ipkg ${IMAGE_MAGICK} "--with-modules --with-gslib=/usr/lib" + ipkg ${VIEWNIOR} # xpdf headers needed by inkscape ipkg ${POPPLER} "--enable-xpdf-headers --enable-zlib" ipkg ${LIBRSVG} "--disable-gtk-doc --disable-mozilla-plugin" @@ -69,8 +67,6 @@ if [ "x${INST_TYPE}" = "xworkstation" -o \ ipkg ${GIMP} "--disable-print" ipkg -m acnb ${GUTENPRINT} ipkg -s boost -m noac ${BOOST} - # inkscape-0.47 has a problem with poppler >= 0.12.2 - # Try 0.48.1 ipkg ${INKSCAPE} "CFLAGS=\"-DPOPPLER_NEW_GFXFONT\"" fi @@ -80,21 +76,13 @@ ipkg ${LIBDVDCSS} ipkg ${LIBDVDREAD} "--with-libdvdcss" ipkg -m noac ${DVDFS} - -exit 1 - - if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; then - ipkg ${TETEX_SRC} cis-tetex - - # 'Five years old' bug --> Change the date to something in 2004 before - # installing. - # jadetex is installed automatically by TeX-Live - ipkg ${JADETEX} + rscr once "Installing TexLive texmf" install-texlive-texmf + ipkg -s texlive ${TEXLIVE} fi if [ "x${SANE_SUPPORT}" = "xyes" ]; then - ipkg ${SANE_BACKENDS} + ipkg -m acnb ${SANE_BACKENDS} ipkg ${XSANE} fi @@ -103,32 +91,58 @@ ipkg -m pm ${PERL_MOD_PARSE_REDESCENT} ipkg ${ICON_NAMING_UTILS} ipkg ${TANGO_ICON_THEME} ipkg ${TANGO_ICON_THEME_EXTRAS} +ipkg ${GNOME_ICON_THEME} if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; then + ipkg ${EVINCE} "\ + --without-keyring \ + --disable-nautilus \ + --disable-help \ + --enable-pixbuf \ + --enable-dvi \ + --enable-t1lib" + # Audio if [ "x${SOUND_CARD}" = "xyes" ]; then # Needed by some packages, mostly audio applications. ipkg ${LIBOIL} # Audio applications - ipkg -m acnb ${GRIP} "--disable-id3" + ###ipkg -m acnb ${GRIP} "--disable-id3" ipkg -m acnb ${CDRDAO} - ipkg ${EASYTAG} - ipkg -m acnb ${LILYPOND} - - ipkg -m acnb ${FFMPEG} + ipkg -m acnb ${EASYTAG} + ipkg -m acnb ${FONTFORGE} + ipkg ${LILYPOND} "--disable-documentation --disable-debugging" + + ipkg ${FFMPEG} + + ipkg ${GSTREAMER} + ipkg ${GST_PLUGINS_BASE} + ipkg ${GST_PLUGINS_GOOD} + ipkg ${GST_PLUGINS_BAD} + ipkg ${GST_PLUGINS_UGLY} + ipkg -m acnb ${GST_FFMPEG} + ipkg ${GNOME_MEDIA} # Pour gstreamer-properties et gnome-volume-control fi ipkg ${SYLPHEED} "--enable-ssl --enable-ldap" - ipkg ${NSS} - ipkg ${FIREFOX} + ipkg ${LIBNOTIFY} + ipkg ${YASM} + + ipkg -m noac -l "${FIREFOX}-xulrunner" ${FIREFOX} + ipkg -m noac -l "${FIREFOX}-browser" ${FIREFOX} - # Plugins for Firefox - ipkg ${AGG} + ipkg -s qt ${QT} + ipkg -m noac ${LUA} + ipkg -m acnb ${VLC} "--enable-mozilla" + ipkg ${SDL} + ipkg -m noac ${AGG} ipkg ${GNASH} fi ipkg ${LIBGAMIN} "--libexecdir=/usr/sbin" +ipkg ${MENU_CACHE} +ipkg -m acnb ${LIBFM} ipkg ${PCMANFM} if [ "x${INST_TYPE}" = "xserver" -o "x${INST_TYPE}" = "xltsp-server" ]; then @@ -161,6 +175,15 @@ if [ "x${INST_TYPE}" = "xserver" -o "x${INST_TYPE}" = "xltsp-server" ]; then ipkg ${SUBVERSION} 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 ${INDENT} if [ "x${USE_SAMBA}" = "xyes" ]; then @@ -172,21 +195,22 @@ if [ "x${INST_TYPE}" = "xltsp-server" ]; then ipkg ${LTSP_UTILS} fi -ipkg -m acnb ${KVM} -ipkg -m acnb ${BRIDGE_UTILS} -ipkg ${UML_UTILITIES} +#ipkg -m acnb ${KVM} +#ipkg -m acnb ${BRIDGE_UTILS} +#ipkg ${UML_UTILITIES} +ipkg ${LIBEVENT} ipkg ${TRANSMISSION} "--disable-daemon" # Électronique -ipkg ${LIBGEDA} -ipkg ${GEDA_SYMBOLS} -ipkg ${GEDA_GSCHEM} -ipkg ${GEDA_GNETLIST} -ipkg ${GEDA_SYMCHECK} -ipkg ${GEDA_GATTRIB} - -rscr mult "Performing post-install" cis-post-install +#ipkg ${LIBGEDA} +#ipkg ${GEDA_SYMBOLS} +#ipkg ${GEDA_GSCHEM} +#ipkg ${GEDA_GNETLIST} +#ipkg ${GEDA_SYMCHECK} +#ipkg ${GEDA_GATTRIB} + +#rscr mult "Performing post-install" post-install write_completed_stage display_stage_build_stats