libraries/exempi: Updated for version 2.2.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
aaff53286a
commit
5c619af2fb
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for exempi
|
||||
# Copyright 2007-2009 Michiel van Wessem, Manchester, United Kingdom
|
||||
# Copyright 2007-2012 Michiel van Wessem, Leicester, United Kingdom
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -24,16 +24,14 @@
|
|||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=exempi
|
||||
VERSION=${VERSION:-2.1.1}
|
||||
VERSION=${VERSION:-2.2.0}
|
||||
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
|
||||
|
@ -57,7 +55,7 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
set -e # Exit on most errors
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="exempi"
|
||||
VERSION="2.1.1"
|
||||
VERSION="2.2.0"
|
||||
HOMEPAGE="http://libopenraw.freedesktop.org/wiki/Exempi"
|
||||
DOWNLOAD="http://libopenraw.freedesktop.org/download/exempi-2.1.1.tar.gz"
|
||||
MD5SUM="62ecb5a01387b9f940a5429b3df67e65"
|
||||
DOWNLOAD="http://libopenraw.freedesktop.org/download/exempi-2.2.0.tar.gz"
|
||||
MD5SUM="cb789ba2b6ed78b864cc18cdc87f3b72"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Michiel van Wessem"
|
||||
|
|
|
@ -7,12 +7,12 @@
|
|||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
exempi: exempi (an implementation of adobe's XMP)
|
||||
exempi:
|
||||
exempi: Exempi is an implementation of XMP. Version 1.99.x is based on Adobe
|
||||
exempi: XMP SDK 4.1.1 and released under a BSD-style license like Adobe's.
|
||||
exempi:
|
||||
exempi: The Adobe Extensible Metadata Platform (XMP) is a standard for
|
||||
exempi: processing and storing standardized and proprietary metadata,
|
||||
exempi:
|
||||
exempi: Exempi is an implementation of XMP. Version 1.99.x is based on Adobe
|
||||
exempi: XMP SDK 4.1.1 and released under a BSD-style license like Adobe's.
|
||||
exempi:
|
||||
exempi: The Adobe Extensible Metadata Platform (XMP) is a standard for
|
||||
exempi: processing and storing standardized and proprietary metadata,
|
||||
exempi: created by Adobe Systems Inc..
|
||||
exempi:
|
||||
exempi: Homepage: http://libopenraw.freedesktop.org/wiki/Exempi
|
||||
|
|
Loading…
Reference in New Issue