mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/liblqr: Updated for version 0.4.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
ece3556a58
commit
bb13b503d3
3 changed files with 6 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for liblqr
|
||||
#
|
||||
# Copyright 2009 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,16 +24,14 @@
|
|||
|
||||
PRGNAM=liblqr
|
||||
SRCNAM=liblqr-1
|
||||
VERSION=0.3.1
|
||||
VERSION=0.4.1
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="liblqr"
|
||||
VERSION="0.3.1"
|
||||
VERSION="0.4.1"
|
||||
HOMEPAGE="http://liblqr.wikidot.com/"
|
||||
DOWNLOAD="http://liblqr.wikidot.com/local--files/en:download-page/liblqr-1-0.3.1.tar.bz2"
|
||||
MD5SUM="0f2f0fbe5bf6000f8151002d2a51c834"
|
||||
DOWNLOAD="http://liblqr.wikidot.com/local--files/en:download-page/liblqr-1-0.4.1.tar.bz2"
|
||||
MD5SUM="0e24ed3c9fcdcb111062640764d7b87a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Erik Hanson"
|
||||
|
|
|
@ -11,7 +11,7 @@ liblqr:
|
|||
liblqr: Liquid Rescale is a seam-carving C/C++ library based on the algorithm
|
||||
liblqr: described in this paper (http://www.faculty.idc.ac.il/arik/imret.pdf)
|
||||
liblqr: by Shai Avidan and Ariel Shamir.
|
||||
liblqr:
|
||||
liblqr:
|
||||
liblqr: It aims at resizing pictures non uniformly while preserving their
|
||||
liblqr: features, i.e. avoiding distortion of the important parts.
|
||||
liblqr:
|
||||
|
|
Loading…
Reference in a new issue