Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d7d7725bf816fbac7343cb4a252c78165d8aa331
commit d7d7725bf816fbac7343cb4a252c78165d8aa331 Author: DeX77 <[email protected]> Date: Sun Jan 8 22:29:12 2017 +0100 devil-1.7.8-8-x86_64 * rebuild with jasper>=2.0.10 diff --git a/source/xlib-extra/devil/FrugalBuild b/source/xlib-extra/devil/FrugalBuild index cedb61a..4cc2f17 100644 --- a/source/xlib-extra/devil/FrugalBuild +++ b/source/xlib-extra/devil/FrugalBuild @@ -3,7 +3,7 @@ pkgname=devil pkgver=1.7.8 -pkgrel=7 +pkgrel=8 pkgdesc="Library for reading several different image formats" _F_sourceforge_dirname="openil" _F_sourceforge_realname="DevIL" @@ -11,14 +11,15 @@ _F_sourceforge_name="DevIL" _F_cd_path="$pkgname-$pkgver" Finclude sourceforge up2date="lynx -dump http://sourceforge.net/projects/openil/files/DevIL/ | grep 'http.*openil/.*DevIL/.*/$'|sed 's|.*/\(.*\)/|\1|;q' " -source=($source 'devil-1.7.8-libpng14.patch' 'gcc-5.0.patch') -depends=('libpng>=1.6.25' 'libmng>=2.0.3' 'jasper>=1.900.1-5' 'openexr' 'sdl') +source=($source 'devil-1.7.8-libpng14.patch' 'gcc-5.0.patch' 'jasper.patch') +depends=('libpng>=1.6.25' 'libmng>=2.0.3' 'jasper>=2.0.10' 'openexr' 'sdl') makedepends=('x11-protos') groups=('xlib-extra') archs=('i686' 'x86_64') Fconfopts+=" --with-gnu-ld --enable-ILUT" sha1sums=('bc27e3e830ba666a3af03548789700d10561fcb1' \ '178ba5806c6c8b6e554647dd0298092c78b6aa18' \ - 'c0538269b48352cca6ad4f563dce5f9e6cac0664') + 'c0538269b48352cca6ad4f563dce5f9e6cac0664' \ + '4184988d8084623f5f76373f4c5c84d65041ccc8') # optimization OK diff --git a/source/xlib-extra/devil/jasper.patch b/source/xlib-extra/devil/jasper.patch new file mode 100644 index 0000000..c1fc440 --- /dev/null +++ b/source/xlib-extra/devil/jasper.patch @@ -0,0 +1,11 @@ +--- devil-1.7.8/src-IL/src/il_jp2.c 2016-11-22 18:17:06.620646464 +0100 ++++ devil-1.7.8/src-IL/src/il_jp2.c 2016-11-22 18:17:26.543961083 +0100 +@@ -459,7 +459,7 @@ + /* The buffer must be large enough to accommodate maximum + putback. */ + assert(bufsize > JAS_STREAM_MAXPUTBACK); +- stream->bufbase_ = JAS_CAST(uchar *, buf); ++ stream->bufbase_ = JAS_CAST(jas_uchar *, buf); + stream->bufsize_ = bufsize - JAS_STREAM_MAXPUTBACK; + } + } else { _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
