diff options
-rw-r--r-- | libraries/libisoburn/README | 4 | ||||
-rw-r--r-- | libraries/libisoburn/libisoburn.SlackBuild | 6 | ||||
-rw-r--r-- | libraries/libisoburn/libisoburn.info | 8 |
3 files changed, 10 insertions, 8 deletions
diff --git a/libraries/libisoburn/README b/libraries/libisoburn/README index 883369690182..933d874524cc 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 14a1a9e262a7..a08e50ab59b0 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 407e825e9a87..b1c2e88e9708 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" |