Mises à jour paquets sane et autoconf
authorgobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Tue, 6 Sep 2011 04:05:45 +0000 (04:05 +0000)
committergobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Tue, 6 Sep 2011 04:05:45 +0000 (04:05 +0000)
config/packages-list
stage5/hv-install-1
stage5/packages-update
stage5/pkg/xsane

index 9e710a6..699aa5c 100644 (file)
@@ -16,7 +16,7 @@ AVRDUDE="avrdude-5.1"
 ATK="atk-1.32.0"
 ATKMM="atkmm-2.22.5"
 AUDIOFILE="audiofile-0.2.6"
-AUTOCONF="autoconf-2.67"
+AUTOCONF="autoconf-2.68"
 AUTOMAKE="automake-1.11.1"
 
 BABL="babl-0.1.2"
@@ -380,7 +380,7 @@ RSYNC="rsync-3.0.7"
 
 SAMBA="samba-3.0.21c"
 SANE_BACKENDS="sane-backends-1.0.22"
-XSANE="xsane-0.996"
+XSANE="xsane-0.998"
 SASL2="cyrus-sasl-2.1.23"
 SDL="SDL-1.2.14"
 SED="sed-4.2.1"
index 536af9c..33108ed 100755 (executable)
@@ -82,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}
index 19b68e4..87f7323 100755 (executable)
@@ -78,7 +78,8 @@ fpkg -e "tar.gz" ${DVDFS} "http://jspenguin.org:81/dvdfs"
 fpkg -e "tar.xz" ${TEXLIVE} "ftp://tug.org/texlive/historic/2010"
 fpkg -e "tar.xz" ${TEXLIVE_TEXMF} "ftp://tug.org/texlive/historic/2010"
 
-fpkg -e "tar.gz" ${SANE_BACKENDS} "http://alioth.debian.org/download.php/2318"
+fpkg -e "tar.gz" ${SANE_BACKENDS} \
+    "ftp://ftp2.sane-project.org/pub/sane/${SANE_BACKENDS}"
 fpkg -e "tar.gz" ${XSANE} "ftp://ftp2.sane-project.org/pub/sane/xsane"
 
 fpkg ${ICON_NAMING_UTILS} "http://tango.freedesktop.org/releases"
index fd57226..d10b16a 100644 (file)
@@ -1,14 +1,8 @@
 #!/bin/bash
 
-hvconfig()
-{
-    cd ${LFS_TMP}/${PACKAGE}
-    ./configure \
-        --prefix=/usr
-}
-
 hvbuild_post()
 {
     # Adding link for GIMP plugin (Base GIMP version hardcoded for now)
-    ln -v -s ../../../../bin/xscanimage /usr/lib/gimp/2.0/plug-ins
+    rm -f /usr/lib/gimp/2.0/plug-ins/xsane
+    ln -sv /usr/bin/xsane /usr/lib/gimp/2.0/plug-ins
 }