summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Nishant Limbachia2012-02-19 08:23:57 +0100
committer Robby Workman2012-02-20 19:20:45 +0100
commitf4f985943a5db6a3bbf3b94a57e0e5254f66cf63 (patch)
tree0d2d5241d9e621a2cb49889b4372ae5aea0cfa3f
parent93778820f9881c72f3045cf0b6dc7bf2d10fc760 (diff)
downloadslackbuilds-f4f985943a5db6a3bbf3b94a57e0e5254f66cf63.tar.gz
libraries/libisoburn: Updated for version 1.2.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r--libraries/libisoburn/README4
-rw-r--r--libraries/libisoburn/libisoburn.SlackBuild6
-rw-r--r--libraries/libisoburn/libisoburn.info8
3 files changed, 10 insertions, 8 deletions
diff --git a/libraries/libisoburn/README b/libraries/libisoburn/README
index 8833696901..933d874524 100644
--- a/libraries/libisoburn/README
+++ b/libraries/libisoburn/README
@@ -3,9 +3,9 @@ creation and expansion of ISO-9660 filesystems on all CD/DVD/BD media
supported by libburn. This includes media like DVD+RW, which do not support
multi-session management on media level and even plain disk files or block
devices. The price for that is thorough specialization on data files in
-ISO-9660 filesystem images. So libisoburn is not suitable for audio (CD-DA)
+ISO-9660 filesystem images, so libisoburn is not suitable for audio (CD-DA)
or any other CD layout which does not entirely consist of ISO-9660 sessions.
-There is a comand line and dialog application xorriso which allows to use
+There is a command line and dialog application xorriso which allows to use
large parts of libisoburn's feature set.
This requires libisofs and libburn.
diff --git a/libraries/libisoburn/libisoburn.SlackBuild b/libraries/libisoburn/libisoburn.SlackBuild
index 14a1a9e262..a08e50ab59 100644
--- a/libraries/libisoburn/libisoburn.SlackBuild
+++ b/libraries/libisoburn/libisoburn.SlackBuild
@@ -7,15 +7,17 @@
# New Maintainer - Nishant Limbachia <nishant _AT_ mnspace _DOT_ net> - 11/04/2011
-PRGNAM=libisoburn
-VERSION=${VERSION:-1.1.6}
+PRGNAM="libisoburn"
+VERSION=${VERSION:-1.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
diff --git a/libraries/libisoburn/libisoburn.info b/libraries/libisoburn/libisoburn.info
index 407e825e9a..b1c2e88e97 100644
--- a/libraries/libisoburn/libisoburn.info
+++ b/libraries/libisoburn/libisoburn.info
@@ -1,10 +1,10 @@
PRGNAM="libisoburn"
-VERSION="1.1.6"
+VERSION="1.2.0"
HOMEPAGE="http://libburnia-project.org/wiki/Libisoburn"
-DOWNLOAD="http://files.libburnia-project.org/releases/libisoburn-1.1.6.tar.gz"
-MD5SUM="132746d3662005fd4dd462fc5d80d588"
+DOWNLOAD="http://files.libburnia-project.org/releases/libisoburn-1.2.0.tar.gz"
+MD5SUM="48687da999d2508c82a391b59f2e2d77"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Nishant Limbachia"
EMAIL="nishant@mnspace.net"
-APPROVED="Niels Horn"
+APPROVED="rworkman"