X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage5%2Fhv-install-1;h=90062f96fdc36fd32c0df2d45480b114f17a7be2;hb=5f9f6fcac1961f4f1022a0f88600278ced439e1f;hp=8c049cd4ddcdac7cbfe5225f72eb5cf466a829b0;hpb=496fe638ddb82977bb02578cc9e1c39ffcc8c41e;p=hvlinux.git diff --git a/stage5/hv-install-1 b/stage5/hv-install-1 index 8c049cd..90062f9 100755 --- a/stage5/hv-install-1 +++ b/stage5/hv-install-1 @@ -9,12 +9,14 @@ init_log_file ipkg ${HELP2MAN} ipkg ${GSL} -ipkg ${FOOMATIC_FILTERS} -ipkg -m noac ${FOO2ZJS} - 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 ${GLIB_NETWORKING} "\ --libexecdir=/usr/lib/glib-networking \ --with-ca-certificates=/etc/ssl/ca-bundle.crt \ @@ -59,8 +61,6 @@ if [ "x${INST_TYPE}" = "xworkstation" -o \ fi ipkg ${GPARTED} "--disable-doc" -ipkg -m acnb ${GHOSTSCRIPT} -ipkg ${LIBSPECTRE} if [ "x${INST_TYPE}" = "xworkstation" -o \ "x${INST_TYPE}" = "xltsp-server" ]; then @@ -81,7 +81,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} @@ -142,7 +142,8 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the 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" @@ -152,18 +153,19 @@ 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 -m noac -l "${FIREFOX}-xulrunner" ${FIREFOX} ipkg -m noac -l "${FIREFOX}-browser" ${FIREFOX} @@ -174,7 +176,9 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the 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" @@ -184,8 +188,12 @@ ipkg ${XARCHIVER} ipkg -m acnb ${LIBFM} ipkg ${PCMANFM} -ipkg -s apache ${HTTPD} # Apache -ipkg ${LIGHTTPD} +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