From 0c6d1ea46b4fa964d98bffadc3e9c5f68fb006bb Mon Sep 17 00:00:00 2001 From: a dinosaur Date: Mon, 11 May 2020 19:57:00 +1000 Subject: [PATCH] New package: libinstpatch-1.1.6 --- common/shlibs | 1 + srcpkgs/libinstpatch-devel | 1 + srcpkgs/libinstpatch/template | 24 ++++++++++++++++++++++++ 3 files changed, 26 insertions(+) create mode 120000 srcpkgs/libinstpatch-devel create mode 100644 srcpkgs/libinstpatch/template diff --git a/common/shlibs b/common/shlibs index 8c6b5d9d014..2865759aa5b 100644 --- a/common/shlibs +++ b/common/shlibs @@ -961,6 +961,7 @@ libfftw3f_threads.so.3 libfftw-3.3_1 libfftw3f.so.3 libfftw-3.3_1 libfftw3f_omp.so.3 libfftw-3.3.5_1 libfluidsynth.so.2 libfluidsynth-2.1.1_1 +libinstpatch-1.0.so.2 libinstpatch-1.1.6_1 liblo.so.7 liblo-0.26_1 libvamp-sdk.so.2 libvamp-plugin-sdk-2.2_1 librubberband.so.2 librubberband-1.6.0_1 diff --git a/srcpkgs/libinstpatch-devel b/srcpkgs/libinstpatch-devel new file mode 120000 index 00000000000..f2dc88bd2ed --- /dev/null +++ b/srcpkgs/libinstpatch-devel @@ -0,0 +1 @@ +libinstpatch \ No newline at end of file diff --git a/srcpkgs/libinstpatch/template b/srcpkgs/libinstpatch/template new file mode 100644 index 00000000000..fdf77b051f5 --- /dev/null +++ b/srcpkgs/libinstpatch/template @@ -0,0 +1,24 @@ +# Template file for 'libinstpatch' +pkgname=libinstpatch +version=1.1.6 +revision=1 +build_style=cmake +configure_args="-DLIB_SUFFIX=" +hostmakedepends="pkgconf glib-devel" +makedepends="libglib-devel libsndfile-devel" +short_desc="GObject framework for working with MIDI instrument patch files" +maintainer="a dinosaur " +license="LGPL-2.1-only" +homepage="https://github.com/swami/libinstpatch" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=8e9861b04ede275d712242664dab6ffa9166c7940fea3b017638681d25e10299 + +libinstpatch-devel_package() { + depends="${sourcepkg}>=${version}_${revision}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/pkgconfig + vmove "usr/lib/*.so" + } +}