From 8ff488574b276fdc3fb7ef6769c048b7a218afd9 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.6 --- 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 91a9d7a282e..3306d69ac50 100644 --- a/common/shlibs +++ b/common/shlibs @@ -4037,3 +4037,4 @@ libwinbind-client-samba4.so samba-libs-4.13.2_1 libsixel.so.1 libsixel-1.8.6_1 libpamtest.so.0 pam_wrapper-1.1.3_1 libopenaptx.so.0 libopenaptx-0.2.0_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..76b23bb89d4 --- /dev/null +++ b/srcpkgs/libinstpatch/template @@ -0,0 +1,23 @@ +# Template file for 'libinstpatch' +pkgname=libinstpatch +version=1.1.6 +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-only" +homepage="https://github.com/swami/libinstpatch" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=8e9861b04ede275d712242664dab6ffa9166c7940fea3b017638681d25e10299 + +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 5934dbd5293af7d508f02bcb0baea0a89779b61e 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 | 27 +++++++++++++++++++++++++++ srcpkgs/muse/update | 1 + 2 files changed, 28 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..087acb1d533 --- /dev/null +++ b/srcpkgs/muse/template @@ -0,0 +1,27 @@ +# Template file for 'muse' +pkgname=muse +version=3.1.1 +revision=1 +wrksrc="muse-muse_${version//./_}" +build_wrksrc=muse3 +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" +distfiles="https://github.com/muse-sequencer/muse/archive/muse_${version//./_}.tar.gz" +checksum=f3738ed4b3e6f1f055665ab8b85c4b8fd681afde8598b07172242c7a721b5628 +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"