Browse Source

Add podcast-plugins

Signed-off-by: falkTX <falktx@falktx.com>
master
falkTX 2 months ago
parent
commit
29f56bd9af
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
4 changed files with 44 additions and 0 deletions
  1. +5
    -0
      sources/plugins/podcast-plugins/debian/changelog
  2. +25
    -0
      sources/plugins/podcast-plugins/debian/control
  3. +13
    -0
      sources/plugins/podcast-plugins/debian/rules
  4. +1
    -0
      sources/plugins/podcast-plugins/debian/source/format

+ 5
- 0
sources/plugins/podcast-plugins/debian/changelog View File

@@ -0,0 +1,5 @@
podcast-plugins (6:1.0.0-1kxstudio2) focal; urgency=medium

* New package

-- falkTX <falktx@falktx.com> Sun, 02 Mar 2025 16:26:35 +0100

+ 25
- 0
sources/plugins/podcast-plugins/debian/control View File

@@ -0,0 +1,25 @@
Source: podcast-plugins
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,
python3
Standards-Version: 4.5.0
Homepage: https://github.com/trummerschlunk/PodcastPlugins
Rules-Requires-Root: no

Package: podcast-plugins
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: standalone-plugin, ladspa-plugin, lv2-plugin, vst-plugin, vst3-plugin, clap-plugin
Description: Automatic audio mastering plugin
Podcast Plugins are easy-to-use plugins for speech enhancement, specifically
designed for podcasters who can't or don't want to dig deeper into the craft
of sound engineering.

+ 13
- 0
sources/plugins/podcast-plugins/debian/rules View File

@@ -0,0 +1,13 @@
#!/usr/bin/make -f

include /usr/share/dpkg/kxstudio-audio-plugin.mk

override_dh_auto_build:
dh_auto_build -- -j$(shell nproc)

override_dh_auto_install:
dh_auto_install -- PREFIX=/usr
$(call kxstudio_audio_plugin_test)

%:
dh $@

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

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

Loading…
Cancel
Save