From f4f985943a5db6a3bbf3b94a57e0e5254f66cf63 Mon Sep 17 00:00:00 2001 From: Nishant Limbachia Date: Sun, 19 Feb 2012 01:23:57 -0600 Subject: libraries/libisoburn: Updated for version 1.2.0. Signed-off-by: Robby Workman --- libraries/libisoburn/README | 4 ++-- libraries/libisoburn/libisoburn.SlackBuild | 6 ++++-- libraries/libisoburn/libisoburn.info | 8 ++++---- 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 - 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" -- cgit v1.2.3