diff --git a/sources/plugins/master-me/debian/changelog b/sources/plugins/master-me/debian/changelog new file mode 100644 index 0000000..30f6b0c --- /dev/null +++ b/sources/plugins/master-me/debian/changelog @@ -0,0 +1,5 @@ +master-me (6:1.0.0-1kxstudio1) focal; urgency=medium + + * Initial package + + -- falkTX Sun, 17 Apr 2022 15:05:47 +0100 diff --git a/sources/plugins/master-me/debian/control b/sources/plugins/master-me/debian/control new file mode 100644 index 0000000..75cc190 --- /dev/null +++ b/sources/plugins/master-me/debian/control @@ -0,0 +1,31 @@ +Source: master-me +Section: sound +Priority: optional +Maintainer: falkTX +Build-Depends: debhelper-compat (= 13), + kxstudio-audio-plugin-tester (>= 8), + pkg-config, + libgl1-mesa-dev | libgl-dev, + libx11-dev, + libxcursor-dev, + libxext-dev, + libxrandr-dev, + faustpp +Standards-Version: 4.5.0 +Homepage: https://github.com/trummerschlunk/master_me +Rules-Requires-Root: no + +Package: master-me +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Provides: standalone-plugin, lv2-plugin, vst-plugin, vst3-plugin +Description: Automatic audio mastering plugin + master_me is an audio plug-in which optimizes sound in live streaming + situations. + . + Introducing no latency, it takes care of master levels and 'polishes' the + sound with a chain of effects, closely modeled after the audio chain of + Klaus Scheuermann's mastering studio in Berlin, Germany. + . + Although tempting, it is NOT intended to automatically master your produced + music. Your art deserves closer, offline attention. diff --git a/sources/plugins/master-me/debian/rules b/sources/plugins/master-me/debian/rules new file mode 100755 index 0000000..5d54d65 --- /dev/null +++ b/sources/plugins/master-me/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f + +include /usr/share/dpkg/kxstudio-audio-plugin.mk + +override_dh_auto_build: + $(MAKE) NOOPT=true -j$(shell nproc) + +override_dh_auto_install: + dh_auto_install -- PREFIX=/usr + +override_dh_install: + dh_install + $(call kxstudio_audio_plugin_test) + +%: + dh $@ diff --git a/sources/plugins/master-me/debian/source/format b/sources/plugins/master-me/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/sources/plugins/master-me/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)