Browse Source

Add master-me plugin package

Signed-off-by: falkTX <falktx@falktx.com>
master
falkTX 2 years ago
parent
commit
2bf205cb94
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
4 changed files with 53 additions and 0 deletions
  1. +5
    -0
      sources/plugins/master-me/debian/changelog
  2. +31
    -0
      sources/plugins/master-me/debian/control
  3. +16
    -0
      sources/plugins/master-me/debian/rules
  4. +1
    -0
      sources/plugins/master-me/debian/source/format

+ 5
- 0
sources/plugins/master-me/debian/changelog View File

@@ -0,0 +1,5 @@
master-me (6:1.0.0-1kxstudio1) focal; urgency=medium

* Initial package

-- falkTX <falktx@falktx.com> Sun, 17 Apr 2022 15:05:47 +0100

+ 31
- 0
sources/plugins/master-me/debian/control View File

@@ -0,0 +1,31 @@
Source: master-me
Section: sound
Priority: optional
Maintainer: falkTX <falktx@falktx.com>
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.

+ 16
- 0
sources/plugins/master-me/debian/rules View File

@@ -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 $@

+ 1
- 0
sources/plugins/master-me/debian/source/format View File

@@ -0,0 +1 @@
3.0 (quilt)

Loading…
Cancel
Save