Mises à jour paquets sane et autoconf
[hvlinux.git] / stage5 / hv-install-1
index 686f563..33108ed 100755 (executable)
@@ -42,7 +42,6 @@ if [ "x${INST_TYPE}" = "xworkstation" -o \
     ipkg ${LIBIDL} # Dépendence de quoi??
     ipkg ${ORBIT2}
     ipkg -m acnb ${GCONF}
-    ipkg ${LIBPROXY} "--with-gnome"
     ipkg ${GNOME_KEYRING}
     ipkg ${LIBSOUP} "--without-gnome"
 fi
@@ -83,7 +82,7 @@ fi
 
 if [ "x${SANE_SUPPORT}" = "xyes" ]; then
     ipkg -m acnb ${SANE_BACKENDS}
-    ipkg ${XSANE}
+    ipkg -m acnb ${XSANE}
 fi
 
 ipkg -m pm ${PERL_MOD_XML_SIMPLE}
@@ -114,6 +113,10 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the
         ipkg -m acnb ${FONTFORGE}
         ipkg ${LILYPOND} "--disable-documentation --disable-debugging"
 
+        # ChordPro utils
+        ipkg -m noac ${CHORDPACK}
+        ipkg -m noac -s guitartex ${GUITARTEX}
+
         ipkg ${FFMPEG}
 
         ipkg ${GSTREAMER}
@@ -121,7 +124,7 @@ 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}
+        ipkg -m acnb ${GST_FFMPEG} "--with-ffmpeg-extra-configure=--disable-yasm"
         ipkg ${GNOME_MEDIA} # Pour gstreamer-properties et gnome-volume-control
     fi
 
@@ -133,6 +136,7 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the
     ipkg -m noac -l "${FIREFOX}-browser" ${FIREFOX}
 
     ipkg -s qt ${QT}
+    source /etc/profile
     ipkg -m noac ${LUA}
     ipkg -m acnb ${VLC}  "--enable-mozilla"
     ipkg ${SDL}