stk: upgrade 4.5.1 -> 4.6.1

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2019-09-06 00:18:39 +02:00
parent e1223ec172
commit 402091fd07
2 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
From 9e17bf3e93be8492682f253a8cb07394d8e5ff6a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
Date: Sun, 8 Jan 2017 01:24:21 +0100
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
Date: Fri, 6 Sep 2019 00:12:45 +0200
Subject: [PATCH] avoid /usr/usr paths
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
@@ -8,13 +8,13 @@ Content-Transfer-Encoding: 8bit
Upstream-Status: Pending
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
src/Makefile.in | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/Makefile.in b/src/Makefile.in
index 739fa74..5657364 100755
index 6588033..d7f4ade 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -93,13 +93,13 @@ $(SHAREDLIB) : $(OBJECTS)
@@ -22,9 +22,9 @@ index 739fa74..5657364 100755
install-headers:
- install -d $(DESTDIR)$(PREFIX)$(INCLUDEDIR)/stk
- cp -r ../include/*.h $(DESTDIR)$(PREFIX)$(INCLUDEDIR)/stk
- cp -R ../include/*.h $(DESTDIR)$(PREFIX)$(INCLUDEDIR)/stk
+ install -d $(DESTDIR)$(INCLUDEDIR)/stk
+ cp -r ../include/*.h $(DESTDIR)$(INCLUDEDIR)/stk
+ cp -R ../include/*.h $(DESTDIR)$(INCLUDEDIR)/stk
install: $(SHAREDLIB) install-headers
- install -d $(DESTDIR)$(PREFIX)$(LIBDIR)
@@ -37,5 +37,5 @@ index 739fa74..5657364 100755
$(OBJECTS) : Stk.h
--
2.5.5
2.20.1

View File

@@ -1,14 +1,14 @@
SUMMARY = "The Synthesis ToolKit in C++"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a5f6d67a6d869bcfa305225149e2b4fb"
LIC_FILES_CHKSUM = "file://LICENSE;md5=db6cb276e2d0659d53f51cbd97807afc"
SRC_URI = " \
http://ccrma.stanford.edu/software/stk/release/${BPN}-${PV}.tar.gz \
file://0001-avoid-usr-usr-paths.patch \
file://0002-configure.ac-fix-shared-library-name.patch \
"
SRC_URI[md5sum] = "87e1b1a24ec09f81321c01f2cdea513d"
SRC_URI[sha256sum] = "3466860901a181120d3bd0407e4aeb5ab24127a4350c314af106778c1db88594"
SRC_URI[md5sum] = "4a07cd00bf264fa8488ba0fce9a59a3f"
SRC_URI[sha256sum] = "e77ba3c80cdd93ca02c34098b9b7f918df3d648c87f1ed5d94fe854debd6d101"
inherit autotools-brokensep pkgconfig