libraries/libavc1394: Updated for version 0.5.4.

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2013-11-02 20:31:26 +01:00 committed by Robby Workman
parent eac1883f39
commit f27ede3829
2 changed files with 6 additions and 8 deletions

View file

@ -26,16 +26,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libavc1394
VERSION=0.5.3
BUILD=${BUILD:-2}
VERSION=0.5.4
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
@ -88,7 +86,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
( cd $PKG/usr/man
find . -type f -exec gzip -9 {} \;
for i in $(find . -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done
)
)
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a ChangeLog AUTHORS COPYING INSTALL NEWS README TODO \

View file

@ -1,8 +1,8 @@
PRGNAM="libavc1394"
VERSION="0.5.3"
VERSION="0.5.4"
HOMEPAGE="http://sourceforge.net/projects/libavc1394"
DOWNLOAD="http://downloads.sourceforge.net/libavc1394/libavc1394-0.5.3.tar.gz"
MD5SUM="09e30b1fb5ae455b6d8407e457a711a3"
DOWNLOAD="http://downloads.sourceforge.net/libavc1394/libavc1394-0.5.4.tar.gz"
MD5SUM="caf0db059d8b8d35d6f08e6c0e1c7dfe"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""