Upgrade to viewnior-1.4 and add eviv2
authorHugo Villeneuve <hugo@hugovil.com>
Mon, 15 Dec 2014 04:37:53 +0000 (23:37 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 27 Dec 2014 05:01:51 +0000 (00:01 -0500)
config/packages-list
stage5/hv-install-1
stage5/packages-update
stage5/pkg/viewnior [new file with mode: 0644]

index 317b650..336dee5 100644 (file)
@@ -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"
index 6f5ec59..2b08db9 100755 (executable)
@@ -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
index 59d473e..58d980c 100755 (executable)
@@ -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 (file)
index 0000000..b3da61c
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+hvconfig_pre()
+{
+    cd ${LFS_TMP}/${PACKAGE}
+    autoreconf -i
+}