From: Hugo Villeneuve Date: Mon, 15 Dec 2014 04:37:53 +0000 (-0500) Subject: Upgrade to viewnior-1.4 and add eviv2 X-Git-Url: http://gitweb.hugovil.com/?p=hvlinux.git;a=commitdiff_plain;h=c6f8c05117ebcf43e8731fd6b0a717f6f8ee38f2 Upgrade to viewnior-1.4 and add eviv2 --- diff --git a/config/packages-list b/config/packages-list index 317b650..336dee5 100644 --- a/config/packages-list +++ b/config/packages-list @@ -83,6 +83,7 @@ UCLIBC="uClibc-0.9.30.1" EMACS="emacs-24.4" ESOUND="esound-0.2.37" EVINCE="evince-2.32.0" +EVIV2="exiv2-0.24" EXPAT="expat-2.1.0" FCRON="fcron-3.0.6" @@ -410,7 +411,7 @@ UW_IMAP="imap-2007e" VALA="vala-0.17.4" VAMP="vamp-plugin-sdk-2.3" -VIEWNIOR="viewnior-1.3" +VIEWNIOR="viewnior-1.4" VLC="vlc-2.1.4" VOBCOPY="vobcopy-1.2.0" VTE="vte-0.28.2" diff --git a/stage5/hv-install-1 b/stage5/hv-install-1 index 6f5ec59..2b08db9 100755 --- a/stage5/hv-install-1 +++ b/stage5/hv-install-1 @@ -69,6 +69,7 @@ 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 diff --git a/stage5/packages-update b/stage5/packages-update index 59d473e..58d980c 100755 --- a/stage5/packages-update +++ b/stage5/packages-update @@ -62,7 +62,9 @@ fpkg -m sf -s "ghostscript" ${GHOSTSCRIPT_FONTS_STD} fpkg -m sf -s "ghostscript" ${GHOSTSCRIPT_FONTS_OTHER} fpkg -e "tar.gz" ${LIBSPECTRE} "http://libspectre.freedesktop.org/releases" fpkg -e "tar.xz" ${IMAGE_MAGICK} "ftp://ftp.imagemagick.org/pub/ImageMagick" -fpkg -e "tar.gz" ${VIEWNIOR} "http://cloud.github.com/downloads/xsisqox/Viewnior" +fpkg -e "tar.gz" ${EVIV2} "http://www.exiv2.org" +fpkg -e "tar.gz" ${VIEWNIOR} "https://github.com/xsisqox/Viewnior/archive" + fpkg -e "tar.xz" -m fd -s "none" ${POPPLER} fpkg -m gnome ${LIBCROCO} fpkg -m gnome ${LIBRSVG} diff --git a/stage5/pkg/viewnior b/stage5/pkg/viewnior new file mode 100644 index 0000000..b3da61c --- /dev/null +++ b/stage5/pkg/viewnior @@ -0,0 +1,7 @@ +#!/bin/bash + +hvconfig_pre() +{ + cd ${LFS_TMP}/${PACKAGE} + autoreconf -i +}