Upgrade to gnome-keyring-3.14.0
[hvlinux.git] / stage5 / hv-install-1
index a100c7c..c286513 100755 (executable)
@@ -17,11 +17,12 @@ 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
@@ -31,13 +32,21 @@ if [ "x${INST_TYPE}" = "xworkstation" -o \
     ipkg -m acnb ${GLIBMM}
     ipkg ${CAIRO} "--enable-tee"
     ipkg ${CAIROMM}
+    ipkg ${HARFBUZZ}
+
+    # Freetype was installed in stage3, but needs to be reinstalled after harfbuzz
+    ipkg ${FREETYPE} "--disable-static"
+
     ipkg -m acnb ${PANGO}
     ipkg ${PANGOMM}
-    ipkg ${ATK}
     ipkg ${GDK_PIXBUF} "--with-x11"
-    ipkg ${GTK} "--disable-gtk-doc"
+    ipkg ${LIBCROCO} "--disable-static"
+    ipkg ${LIBRSVG} "--disable-gtk-doc --disable-static --disable-mozilla-plugin"
+    ipkg ${ATK}
     ipkg ${ATKMM}
+    ipkg ${GTK} "--disable-gtk-doc"
     ipkg ${GTKMM} "--disable-documentation"
+    ipkg ${ADWAITA_ICON_THEME}
     ipkg ${GTK_ENGINES}
     ipkg -m acnb ${PYCAIRO}
     ipkg ${PYGOBJECT} "--disable-introspection"
@@ -49,14 +58,17 @@ 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}
     ipkg ${LIBXKLAVIER}
     ipkg ${LIBGLADE}
     ipkg -m acnb ${GCONF}
-    ipkg ${GNOME_KEYRING}
+    ipkg -c -m noac ${CERTDATA}
+    ipkg ${P11KIT}
+    ipkg ${GCR} "--without-gtk" # Needs Gtk3
+    ipkg ${GNOME_KEYRING} "--with-pam-dir=/lib/security --disable-debug"
     ipkg ${LIBSOUP} "--disable-static --without-gnome"
 
     ipkg ${XSCREENSAVER} "--libexecdir=/usr/lib"
@@ -66,12 +78,11 @@ ipkg ${GPARTED} "--disable-doc"
 
 if [ "x${INST_TYPE}" = "xworkstation" -o \
     "x${INST_TYPE}" = "xltsp-server" ]; then
+    ipkg -m acnb ${EVIV2}
     ipkg ${IMAGE_MAGICK} "--with-modules --with-gslib=/usr/lib"
     ipkg ${VIEWNIOR}
     # xpdf headers are needed by inkscape
     ipkg ${POPPLER} "--enable-xpdf-headers --enable-zlib"
-    ipkg ${LIBCROCO} "--disable-static"
-    ipkg ${LIBRSVG} "--disable-gtk-doc --disable-static --disable-mozilla-plugin"
     ipkg ${BABL}
     ipkg ${GEGL}
     ipkg ${GIMP}
@@ -105,14 +116,18 @@ ipkg ${TANGO_ICON_THEME_EXTRAS}
 ipkg ${GNOME_ICON_THEME}
 
 if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; then
+    ipkg ${GSETTINGS_DESKTOP_SCHEMAS}
     ipkg ${EVINCE} "\
         --without-keyring \
         --disable-nautilus \
         --disable-help \
+        --enable-introspection \
         --enable-pixbuf \
         --enable-dvi \
         --enable-t1lib"
 
+    ipkg ${VALA}
+
     # Audio
     if [ "x${SOUND_CARD}" = "xyes" ]; then
         # Needed by some packages, mostly audio applications.
@@ -122,6 +137,7 @@ 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} "--enable-double"
 
@@ -137,7 +153,19 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the
         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}
@@ -165,10 +193,10 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the
             --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}
@@ -193,6 +221,7 @@ ipkg ${LIBGAMIN} "--libexecdir=/usr/sbin"
 ipkg ${MENU_CACHE}
 ipkg ${GVFS}
 ipkg ${XARCHIVER}
+ipkg ${GNOME_MENUS}
 ipkg -m acnb ${LIBFM}
 ipkg ${PCMANFM}
 
@@ -227,16 +256,18 @@ if [ "x${INST_TYPE}" = "xserver" -o "x${INST_TYPE}" = "xltsp-server" ]; then
     ipkg -m noac ${SQUIRRELMAIL}
     ipkg ${FETCHMAIL} "--with-ssl"
 
-    # Subversion server (client was already installed in stage2)
-    ipkg ${SUBVERSION}
-
-    ipkg ${LIBGSF}
-    ipkg -m acnb ${GOFFICE}
-    ipkg ${GNUMERIC} "--localstatedir=/var/lib --disable-pdfdocs"
-    ipkg ${WV}
-    ipkg ${ABIWORD} "--disable-spellcheck"
+    if [ x"${SVN_SERVER}" == xyes ]; then
+        # Subversion server (client was already installed in stage3)
+        ipkg ${SUBVERSION}
+    fi
 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}
@@ -250,20 +281,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