[Slackbuilds-users] Want to help with work toward 14.1 repo?

titopoquito titopoquito at gmail.com
Sun Nov 10 15:06:27 UTC 2013


Hi all,

these SlackBuilds of mine compile fine on 64- and 32-bit Slackware 14.1:

     desktop/recoll
     libraries/xapian-core
     libraries/libpano13
     office/antiword (already mentioned by some user)
     system/luckybackup
     system/unrtf

Those are maintained by others and compiled here fine:

     libraries/exiftool
     libraries/gsl (already mentioned by another poster)
     libraries/lensfun
     libraries/libxmi
     libraries/tclap
     libraries/vigra
     libraries/wxPython

The following SlackBuild needs a small fix, diff (that creates a tiny 
patch file and changes the hugin.SlackBuild) is attached to this email:

     graphics/hugin

This one does not work, please remove it from the 14.1 repository for 
now. I'm not yet sure if I will submit a new one or if I'm going to 
abandon it:

     system/FreeFileSync


Tito



-------------- next part --------------
--- hugin.old/hugin.SlackBuild	2013-04-28 20:18:53.000000000 +0200
+++ hugin/hugin.SlackBuild	2013-11-08 19:52:39.798889715 +0100
@@ -66,6 +66,12 @@
 rm -rf $PRGNAM-$VERSION
 tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
 cd $PRGNAM-$VERSION
+
+# patch file deghosting.mask.pod
+# else compile will fail with an encoding error
+# patch taken from hugin mercurial repo, commit aae44c
+patch -p1 < $CWD/hugin-2012.0.0-14.1-patch
+
 chown -R root:root .
 chmod -R u+w,go+r-w,a-s .
 
--- hugin.old/hugin-2012.0.0-14.1-patch	1970-01-01 01:00:00.000000000 +0100
+++ hugin/hugin-2012.0.0-14.1-patch	2013-11-08 19:52:39.798889715 +0100
@@ -0,0 +1,6 @@
+--- a/doc/deghosting_mask.pod
++++ b/doc/deghosting_mask.pod
+@@ -1,3 +1,5 @@
++=encoding utf8
++
+ =head1 NAME




More information about the SlackBuilds-users mailing list