diff options
author | Frank Caraballo <fecaraballo[AT]gmail.com> | 2010-05-11 19:45:05 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 19:45:05 +0200 |
commit | 6a5f5f5801a9ca5b7ab55769269c31175507dc38 (patch) | |
tree | 2f115b5ad8c3e27451d1d5d0a578807b2eb288b2 /libraries/jasper | |
parent | 542213aa849b582593d073ea04323ed325c43ec0 (diff) | |
download | slackbuilds-6a5f5f5801a9ca5b7ab55769269c31175507dc38.tar.gz |
libraries/jasper: Updated for version 1.900.1
Diffstat (limited to 'libraries/jasper')
-rw-r--r-- | libraries/jasper/README | 1 | ||||
-rw-r--r-- | libraries/jasper/jasper.SlackBuild | 8 | ||||
-rw-r--r-- | libraries/jasper/jasper.info | 4 | ||||
-rw-r--r-- | libraries/jasper/slack-desc | 8 |
4 files changed, 12 insertions, 9 deletions
diff --git a/libraries/jasper/README b/libraries/jasper/README index 45d993622a..bb6cbb653d 100644 --- a/libraries/jasper/README +++ b/libraries/jasper/README @@ -2,4 +2,3 @@ JasPer is a collection of software (a library and application programs) for the coding and manipulation of images. This software can handle image data in a variety of formats. One such format supported by JasPer is the JPEG-2000 format defined in ISO/IEC 15444-1. - diff --git a/libraries/jasper/jasper.SlackBuild b/libraries/jasper/jasper.SlackBuild index f3a65c3d47..1cf84f4e2a 100644 --- a/libraries/jasper/jasper.SlackBuild +++ b/libraries/jasper/jasper.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for JasPer -# Copyright 2007 MagicMan <MagicMan07@bluebottle.com> +# Copyright 2007 Frank Caraballo <fecaraballo[AT]gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,10 +22,7 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -if [ "$(id -u)" != "0" ]; then - echo "This script must be run as root!" - exit 1 -fi +# Modified by the SlackBuilds.org project PRGNAM=jasper VERSION=1.900.1 @@ -51,7 +48,6 @@ cd $TMP || exit 1 rm -rf $PRGNAM-$VERSION unzip $CWD/$PRGNAM-$VERSION.zip || exit 1 cd $PRGNAM-$VERSION || exit 1 - chown -R root:root . chmod -R u+w,go+r-w,a-s . diff --git a/libraries/jasper/jasper.info b/libraries/jasper/jasper.info index 5837815e72..99e12bd575 100644 --- a/libraries/jasper/jasper.info +++ b/libraries/jasper/jasper.info @@ -3,6 +3,6 @@ VERSION="1.900.1" HOMEPAGE="http://www.ece.uvic.ca/~mdadams/jasper/" DOWNLOAD="http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-1.900.1.zip" MD5SUM="a342b2b4495b3e1394e161eb5d85d754" -MAINTAINER="MagicMan" -EMAIL="MagicMan07@bluebottle.com" +MAINTAINER="Frank Caraballo" +EMAIL="fecaraballo[AT]gmail.com" APPROVED="rworkman" diff --git a/libraries/jasper/slack-desc b/libraries/jasper/slack-desc index 83a0a683db..c5bc1f0044 100644 --- a/libraries/jasper/slack-desc +++ b/libraries/jasper/slack-desc @@ -1,3 +1,11 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| jasper: JasPer (Software Tool Kit for the Handling of Image Data) jasper: jasper: JasPer is a collection of software (i.e., a library and |