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"
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"
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}
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"
#!/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
}