l/lilv-0: Upgraded to lilv-0.22.0.
parent
f45ba659b4
commit
bbe3767529
|
@ -1,11 +0,0 @@
|
|||
diff -Naur lilv-0.16.0.orig/lilv/lilvmm.hpp lilv-0.16.0/lilv/lilvmm.hpp
|
||||
--- lilv-0.16.0.orig/lilv/lilvmm.hpp 2013-01-14 01:37:52.000000000 +0100
|
||||
+++ lilv-0.16.0/lilv/lilvmm.hpp 2013-08-18 12:09:32.869605110 +0200
|
||||
@@ -192,7 +192,6 @@
|
||||
LILV_WRAP0(Node, plugin, get_author_homepage);
|
||||
LILV_WRAP0(bool, plugin, is_replaced);
|
||||
LILV_WRAP0(Nodes, plugin, get_extension_data);
|
||||
- LILV_WRAP0(UIs, plugin, get_uis);
|
||||
LILV_WRAP1(Nodes, plugin, get_related, Node, type);
|
||||
|
||||
inline Port get_port_by_index(unsigned index) {
|
|
@ -1 +0,0 @@
|
|||
072477ae0e4e6ae4a9534ea8a35e25f00601c838 lilv-0.16.0.tar.bz2
|
|
@ -0,0 +1 @@
|
|||
87e77826c7071a4035d4a4f093fb28ce363918c8 lilv-0.22.0.tar.bz2
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
# Build script for Slackware
|
||||
# Copyright (C) 2013 Damien Goutte-Gattat
|
||||
# Copyright (C) 2013,2016 Damien Goutte-Gattat
|
||||
#
|
||||
# Redistribution and use of this script, with or without modifications,
|
||||
# is permitted provided that the following conditions are met:
|
||||
|
@ -29,7 +29,7 @@
|
|||
|
||||
# Source package infos
|
||||
NAMESRC=${NAMESRC:-lilv}
|
||||
VERSION=${VERSION:-0.16.0}
|
||||
VERSION=${VERSION:-0.22.0}
|
||||
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.bz2}
|
||||
WGET=${WGET:-http://download.drobilla.net/$ARCHIVE}
|
||||
|
||||
|
@ -86,14 +86,12 @@ cd $TMP
|
|||
echo "Building $ARCHIVE..."
|
||||
tar xf $CWD/$ARCHIVE
|
||||
cd $NAME
|
||||
patch -p 1 < $CWD/lilv-0.16.0-bindings-build.diff
|
||||
CFLAGS=$CPUOPT \
|
||||
CXXFLAGS=$CPUOPT \
|
||||
./waf configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib$LIBDIRSUFFIX \
|
||||
--mandir=/usr/man \
|
||||
--bindings
|
||||
--mandir=/usr/man
|
||||
./waf build -j $JOBS
|
||||
./waf install --destdir=$PKG
|
||||
|
||||
|
|
Loading…
Reference in New Issue