mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/jbig2dec: Updated for version 0.14.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
1234595e83
commit
c135c8382e
2 changed files with 24 additions and 13 deletions
|
@ -2,7 +2,25 @@
|
|||
|
||||
# Slackware build script for jbig2dec
|
||||
|
||||
# Written by Hubert Hesse (slackbuilds@hubertscorner.de)
|
||||
# Originally written by Hubert Hesse <email removed>
|
||||
|
||||
# Now maintained by B. Watson <yalhcru@gmail.com>
|
||||
|
||||
# Original version of this script had no license. Modified version
|
||||
# licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/
|
||||
# for details.
|
||||
|
||||
# 20171222 bkw:
|
||||
# - update for v0.14
|
||||
# - add WTFPL
|
||||
# - use upstream's homepage URL (they updated it this release)
|
||||
|
||||
# 20160725 bkw:
|
||||
# - update for v0.13
|
||||
# - removed libpng patch (no longer needed)
|
||||
|
||||
# 20150915 bkw:
|
||||
# - update for v0.12
|
||||
|
||||
# Modified 20130620 by B. Watson:
|
||||
# - Took over maintenance
|
||||
|
@ -10,15 +28,8 @@
|
|||
# - Use 'make install-strip'
|
||||
# - Added 'how to edit' stuff to slack-desc
|
||||
|
||||
# 20150915 bkw:
|
||||
# - update for v0.12
|
||||
|
||||
# 20160725 bkw:
|
||||
# - update for v0.13
|
||||
# - removed libpng patch (no longer needed)
|
||||
|
||||
PRGNAM=jbig2dec
|
||||
VERSION=${VERSION:-0.13}
|
||||
VERSION=${VERSION:-0.14}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jbig2dec"
|
||||
VERSION="0.13"
|
||||
HOMEPAGE="http://git.ghostscript.com/?p=jbig2dec.git;a=summary"
|
||||
DOWNLOAD="http://downloads.ghostscript.com/public/jbig2dec/jbig2dec-0.13.tar.gz"
|
||||
MD5SUM="6efc70db0017516e11913280990623fb"
|
||||
VERSION="0.14"
|
||||
HOMEPAGE="https://artifex.com/developers-ghostscript-jbig2dec/"
|
||||
DOWNLOAD="http://downloads.ghostscript.com/public/jbig2dec/jbig2dec-0.14.tar.gz"
|
||||
MD5SUM="f267187d95d76308789e90cd803d8b50"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue