mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
libraries/lilv: Updated for version 0.22.0.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
ce4e66456d
commit
edf78915c3
3 changed files with 63 additions and 6 deletions
54
libraries/lilv/fix-python-bindings.patch
Normal file
54
libraries/lilv/fix-python-bindings.patch
Normal file
File diff suppressed because one or more lines are too long
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for lilv
|
||||
|
||||
# Copyright 2012-2014 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# Copyright 2012-2016 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=lilv
|
||||
VERSION=${VERSION:-0.18.0}
|
||||
VERSION=${VERSION:-0.22.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -76,6 +76,9 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
# Fix python bindings
|
||||
patch -p1 -i $CWD/fix-python-bindings.patch
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./waf configure \
|
||||
|
@ -98,7 +101,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS COPYING INSTALL NEWS PACKAGING README \
|
||||
cp -a AUTHORS COPYING INSTALL NEWS README \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="lilv"
|
||||
VERSION="0.18.0"
|
||||
VERSION="0.22.0"
|
||||
HOMEPAGE="http://drobilla.net/software/lilv/"
|
||||
DOWNLOAD="http://download.drobilla.net/lilv-0.18.0.tar.bz2"
|
||||
MD5SUM="1d1232ea73b239551bb4f462b414a819"
|
||||
DOWNLOAD="http://download.drobilla.net/lilv-0.22.0.tar.bz2"
|
||||
MD5SUM="fd3a14fdaeaba4716b4fef526548a747"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="sratom"
|
||||
|
|
Loading…
Reference in a new issue