-Added dejavu fonts.
[hvlinux.git] / stage5 / hv-install-1
index c4709cb..27d8666 100755 (executable)
@@ -11,6 +11,11 @@ ipkg ${GSL}
 ipkg -m acnb ${CUPS}
 ipkg -m noac ${CUPS_PDF}
 ipkg -m noac ${SPLIX}
+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
@@ -24,7 +29,7 @@ if [ "x${INST_TYPE}" = "xworkstation" -o \
     ipkg ${PANGOMM}
     ipkg ${ATK}
     ipkg ${GDK_PIXBUF}
-    ipkg ${GTK} "--disable-gtk-doc-html"
+    ipkg ${GTK} "--disable-gtk-doc"
     ipkg ${ATKMM}
     ipkg ${GTKMM} "--disable-documentation"
     ipkg ${GTK_ENGINES}
@@ -36,7 +41,6 @@ if [ "x${INST_TYPE}" = "xworkstation" -o \
     ipkg ${HVCLOCK}
     ipkg ${WMNOTIFY}
 
-    # Needed by Gnome
     ipkg ${DESKTOP_FILE_UTILS}
     ipkg -m acnb ${SHARED_MIME_INFO}
     ipkg ${STARTUP_NOTIFICATION}
@@ -46,6 +50,7 @@ if [ "x${INST_TYPE}" = "xworkstation" -o \
     ipkg ${LIBGLADE}
     ipkg -m acnb ${GCONF}
     ipkg ${GNOME_KEYRING}
+    ipkg ${LIBSOUP} "--disable-static --without-gnome"
 fi
 
 ipkg -m acnb ${GHOSTSCRIPT}
@@ -57,7 +62,8 @@ if [ "x${INST_TYPE}" = "xworkstation" -o \
     ipkg ${VIEWNIOR}
     # xpdf headers are needed by inkscape
     ipkg ${POPPLER} "--enable-xpdf-headers --enable-zlib"
-    ipkg ${LIBRSVG} "--disable-gtk-doc --disable-mozilla-plugin"
+    ipkg ${LIBCROCO} "--disable-static"
+    ipkg ${LIBRSVG} "--disable-gtk-doc --disable-static --disable-mozilla-plugin"
     ipkg ${BABL}
     ipkg ${GEGL}
     ipkg ${GIMP}
@@ -71,10 +77,11 @@ ipkg -m noac ${DVDRWTOOLS}
 ipkg ${LIBDVDCSS}
 ipkg ${LIBDVDREAD}
 ipkg -m noac ${DVDFS}
+ipkg -m acnb ${VOBCOPY}
 
 if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; then
     rscr once "Installing TexLive texmf" install-texlive-texmf
-    ipkg -s texlive ${TEXLIVE}
+    ipkg -s texlive -m acnb ${TEXLIVE}
 fi
 
 if [ "x${SANE_SUPPORT}" = "xyes" ]; then
@@ -124,12 +131,27 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the
         ipkg ${GST_PLUGINS_UGLY}
         ipkg -m acnb ${GST_FFMPEG} "--with-ffmpeg-extra-configure=--disable-yasm"
         ipkg ${GNOME_MEDIA} # Pour gstreamer-properties et gnome-volume-control
+
+        ipkg ${WXGTK} "--enable-unicode --disable-compat26"
+        # Bug with system-installed portaudio and ffmpeg
+        ipkg -m acnb ${AUDACITY} "--with-libsamplerate --with-portaudio=local --with-ffmpeg=local"
     fi
 
     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}
+
     ipkg -m noac -l "${FIREFOX}-xulrunner" ${FIREFOX}
     ipkg -m noac -l "${FIREFOX}-browser" ${FIREFOX}
 
@@ -139,7 +161,7 @@ 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} # Problème de compilation, désactivé
+    ipkg ${GNASH}
 fi
 
 ipkg ${LIBGAMIN} "--libexecdir=/usr/sbin"
@@ -201,7 +223,7 @@ fi
 
 ipkg -m acnb ${KVM}
 ipkg -m acnb ${BRIDGE_UTILS}
-ipkg ${TUNCTL}
+ipkg -m noac ${TUNCTL}
 
 ipkg ${LIBEVENT}
 ipkg ${TRANSMISSION} "--disable-daemon"