Move yasm from stage5 to stage3
authorHugo Villeneuve <hugo@hugovil.com>
Thu, 27 Jun 2013 12:22:55 +0000 (08:22 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Fri, 28 Jun 2013 03:35:30 +0000 (23:35 -0400)
config/dependencies
stage3/hv-install-1
stage3/packages-update
stage5/hv-install-1
stage5/packages-update

index 4df6cc6..53a5347 100644 (file)
@@ -169,3 +169,7 @@ ${MIDORI}: ${WEBKIT} ${VALA} ${LIBNOTIFY} ${LIBRSVG}
 
 ${CMAKE}: ${LIBARCHIVE}
 ${MYSQL}: ${CMAKE}
+
+${LIBX264}: ${YASM}
+
+${GST_FFMPEG}: ${YASM}
index 27a3589..a3a10da 100755 (executable)
@@ -166,6 +166,8 @@ fi
 ipkg ${GNUPG} "--libexecdir=/usr/lib"
 ipkg ${MUTT} "--enable-imap --with-ssl --with-sasl --enable-hcache"
 
+ipkg ${YASM}
+
 # Audio
 if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; then
     if [ "x${SOUND_CARD}" = "xyes" ]; then
index 0cb4041..6b09287 100755 (executable)
@@ -152,6 +152,8 @@ fi
 fpkg -s "gnupg" ${GNUPG} "ftp://ftp.gnupg.org/gcrypt"
 fpkg -m sf ${MUTT}
 
+fpkg -e "tar.gz" ${YASM} "http://www.tortall.net/projects/yasm/releases"
+
 # Audio
 if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; then
     if [ "x${SOUND_CARD}" = "xyes" ]; then
index 8c049cd..f78c14a 100755 (executable)
@@ -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,7 +153,6 @@ 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} "\
index a58186b..6da4eb0 100755 (executable)
@@ -128,8 +128,6 @@ fpkg ${SYLPHEED} \
 
 fpkg -m gnome ${LIBNOTIFY}
 
-fpkg -e "tar.gz" ${YASM} "http://www.tortall.net/projects/yasm/releases"
-
 fpkg ${LIBVPX} "http://webm.googlecode.com/files"
 
 fpkg -e "tar.xz" ${WEBKIT} "http://webkitgtk.org/releases"