mirror of
https://github.com/schnitzeltony/meta-musicians.git
synced 2026-01-30 01:28:40 +01:00
liblscp: initial add 0.5.8
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
42
recipes-musicians/linuxsampler/liblscp/0001-Fix-m4-dir.patch
Normal file
42
recipes-musicians/linuxsampler/liblscp/0001-Fix-m4-dir.patch
Normal file
@@ -0,0 +1,42 @@
|
||||
From 515602e6aab05efb334ad6ddba787e35a4c27641 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
|
||||
Date: Tue, 19 Mar 2019 00:42:45 +0100
|
||||
Subject: [PATCH] Fix m4 dir
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Upstream-Status: Pending
|
||||
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
||||
---
|
||||
Makefile.am | 2 +-
|
||||
configure.ac | 2 +-
|
||||
2 files changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/Makefile.am b/Makefile.am
|
||||
index 2b9751f..6e89bc1 100644
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -1,4 +1,4 @@
|
||||
-ACLOCAL_AMFLAGS = -I .m4
|
||||
+ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
SUBDIRS = src lscp examples @ac_doxygen@
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 1e06f12..6455671 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -1,7 +1,7 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
AC_INIT(src/client.c)
|
||||
AC_CONFIG_HEADERS([src/config.h])
|
||||
-AC_CONFIG_MACRO_DIR([.m4])
|
||||
+AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
AM_INIT_AUTOMAKE(liblscp, 0.5.8)
|
||||
|
||||
--
|
||||
2.20.1
|
||||
|
||||
18
recipes-musicians/linuxsampler/liblscp_0.5.8.bb
Normal file
18
recipes-musicians/linuxsampler/liblscp_0.5.8.bb
Normal file
@@ -0,0 +1,18 @@
|
||||
SUMMARY = "LinuxSampler Control Protocol (LSCP) wrapper C library"
|
||||
HOMEPAGE = "http://www.linuxsampler.org"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://COPYING;md5=fbc093901857fcd118f065f900982c24 \
|
||||
"
|
||||
|
||||
DEPENDS = " \
|
||||
"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
SRC_URI = " \
|
||||
http://download.linuxsampler.org/packages/${BPN}-${PV}.tar.gz \
|
||||
file://0001-Fix-m4-dir.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "c9ef8ba50765784b544904b854c68c00"
|
||||
SRC_URI[sha256sum] = "b611943f2f81fc58ff6852adfb2ee60789becbd3eda7ca65d300d9c0a7538e01"
|
||||
Reference in New Issue
Block a user