From 6921e39702fe60fe1c2371fa9597dec50ce91176 Mon Sep 17 00:00:00 2001 From: Evgeny Ermakov Date: Sat, 19 Dec 2020 19:13:17 +1100 Subject: [PATCH 1/2] New package: libinstpatch-1.1.5 --- common/shlibs | 1 + srcpkgs/libinstpatch-devel | 1 + srcpkgs/libinstpatch/template | 23 +++++++++++++++++++++++ 3 files changed, 25 insertions(+) create mode 120000 srcpkgs/libinstpatch-devel create mode 100644 srcpkgs/libinstpatch/template diff --git a/common/shlibs b/common/shlibs index 468fe3a63fe..22a2eee3a9e 100644 --- a/common/shlibs +++ b/common/shlibs @@ -4044,3 +4044,4 @@ libtdb-wrap-samba4.so samba-libs-4.13.3_1 libutil-cmdline-samba4.so samba-libs-4.13.2_1 libwinbind-client-samba4.so samba-libs-4.13.2_1 libsixel.so.1 libsixel-1.8.6_1 +libinstpatch-1.0.so.2 libinstpatch-1.1.5_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..cc6d8a18db3 --- /dev/null +++ b/srcpkgs/libinstpatch/template @@ -0,0 +1,23 @@ +# Template file for 'libinstpatch' +pkgname=libinstpatch +version=1.1.5 +revision=1 +build_style=cmake +hostmakedepends="pkg-config glib-devel" +makedepends="libglib-devel libsndfile-devel" +short_desc="Instrument file software library" +maintainer="Evgeny Ermakov " +license="LGPL-2.1-or-later" +homepage="https://github.com/swami/libinstpatch" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=5fd01cd2ba7377e7a72caaf3b565d8fe088b5c8a14e0ea91516f0c87524bcf8a + +libinstpatch-devel_package() { + depends="${makedepends} ${sourcepkg}>=${version}_${revision}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/pkgconfig + vmove "usr/lib/*.so" + } +} From 7da4d10e45adb0a572b2867d7285c92e4bcc494d Mon Sep 17 00:00:00 2001 From: Evgeny Ermakov Date: Mon, 12 Oct 2020 03:52:49 +1100 Subject: [PATCH 2/2] New package: muse-3.1.1 --- srcpkgs/muse/template | 26 ++++++++++++++++++++++++++ srcpkgs/muse/update | 1 + 2 files changed, 27 insertions(+) create mode 100644 srcpkgs/muse/template create mode 100644 srcpkgs/muse/update diff --git a/srcpkgs/muse/template b/srcpkgs/muse/template new file mode 100644 index 00000000000..df7129501fe --- /dev/null +++ b/srcpkgs/muse/template @@ -0,0 +1,26 @@ +# Template file for 'muse' +pkgname=muse +version=3.1.1 +revision=1 +build_style=cmake +build_helper=qmake +configure_args="-DENABLE_RTAUDIO=OFF -DLIB_INSTALL_DIR=/usr/lib + $(vopt_bool alsa ENABLE_ALSA) $(vopt_bool python ENABLE_PYTHON)" +hostmakedepends="pkg-config qt5-host-tools qt5-qmake" +makedepends="$(vopt_if alsa alsa-lib-devel) dssi-devel fluidsynth-devel + jack-devel ladish-devel ladspa-sdk libinstpatch-devel liblo-devel liblrdf-devel libsamplerate-devel + libsndfile-devel lilv-devel lv2 rubberband-devel qt5-svg-devel qt5-tools-devel + $(vopt_if python python3-devel)" +depends="desktop-file-utils qt5-svg $(vopt_if python 'python3-six python3-Pyro4')" +short_desc="MIDI/Audio sequencer with recording and editing capabilities" +maintainer="Evgeny Ermakov " +license="GPL-2.0-or-later" +homepage="https://muse-sequencer.github.io" +_name="muse-${version}" +distfiles="https://github.com/muse-sequencer/muse/releases/download/${_name//[-.]/_}/${_name}.tar.gz" +checksum=d40126543d549af30090d1f98422588d74ad1e336ad43e911bd4b02eff217842 +python_version=3 + +# Package build options +build_options="alsa python" +build_options_default="alsa python" diff --git a/srcpkgs/muse/update b/srcpkgs/muse/update new file mode 100644 index 00000000000..0dbd6ad5da4 --- /dev/null +++ b/srcpkgs/muse/update @@ -0,0 +1 @@ +pattern="MusE \K[\d.]*\d"