From 9a04ed8ab4eeaedd8352daf29100f3101459d6e0 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 30 Oct 2010 00:17:26 +0000 Subject: Updated for 0.31.1-1+sds4 --- libva/build/libva.SlackBuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libva/build/libva.SlackBuild b/libva/build/libva.SlackBuild index d6628271..dcdc1d33 100755 --- a/libva/build/libva.SlackBuild +++ b/libva/build/libva.SlackBuild @@ -32,6 +32,8 @@ # Changelog: # 0.31.0-1: 22/May/2010 by Eric Hameleers # * Initial build. +# 0.31.1-1: 30/oct/2010 by Eric Hameleers +# * Update. # # Run 'sh libva.SlackBuild' to build a Slackware package. # The package (.tgz) and .txt file as well as build logs are created in /tmp . @@ -42,8 +44,8 @@ # Set initial variables: PRGNAM=libva -VERSION=${VERSION:-"0.31.0"} -EXTRAVER=${EXTRAVER:-"-1+sds13"} +VERSION=${VERSION:-"0.31.1"} +EXTRAVER=${EXTRAVER:-"-1+sds4"} BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:" -j4 "} TAG=${TAG:-alien} @@ -148,7 +150,7 @@ for DPATCH in $(ls debian/patches/*.patch) ; do done 2>&1 | tee $OUTPUT/patch-${PRGNAM}_libva.log chown -R root:root . -chmod -R u+w,go+r-w,a-s . +chmod -R u+w,go+r-w,a+X-s . echo Building ... ## Slackware uses a newer aclocal: -- cgit v1.2.3-65-gdbad