Skip to content

Commit 29f56bd

Browse files
committed
Add podcast-plugins
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 7d389d3 commit 29f56bd

File tree

4 files changed

+44
-0
lines changed

4 files changed

+44
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
podcast-plugins (6:1.0.0-1kxstudio2) focal; urgency=medium
2+
3+
* New package
4+
5+
-- falkTX <falktx@falktx.com> Sun, 02 Mar 2025 16:26:35 +0100
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Source: podcast-plugins
2+
Section: sound
3+
Priority: optional
4+
Maintainer: falkTX <falktx@falktx.com>
5+
Build-Depends: debhelper-compat (= 13),
6+
kxstudio-audio-plugin-tester (>= 8),
7+
pkg-config,
8+
libgl1-mesa-dev | libgl-dev,
9+
libx11-dev,
10+
libxcursor-dev,
11+
libxext-dev,
12+
libxrandr-dev,
13+
python3
14+
Standards-Version: 4.5.0
15+
Homepage: https://github.com/trummerschlunk/PodcastPlugins
16+
Rules-Requires-Root: no
17+
18+
Package: podcast-plugins
19+
Architecture: any
20+
Depends: ${shlibs:Depends}, ${misc:Depends}
21+
Provides: standalone-plugin, ladspa-plugin, lv2-plugin, vst-plugin, vst3-plugin, clap-plugin
22+
Description: Automatic audio mastering plugin
23+
Podcast Plugins are easy-to-use plugins for speech enhancement, specifically
24+
designed for podcasters who can't or don't want to dig deeper into the craft
25+
of sound engineering.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#!/usr/bin/make -f
2+
3+
include /usr/share/dpkg/kxstudio-audio-plugin.mk
4+
5+
override_dh_auto_build:
6+
dh_auto_build -- -j$(shell nproc)
7+
8+
override_dh_auto_install:
9+
dh_auto_install -- PREFIX=/usr
10+
$(call kxstudio_audio_plugin_test)
11+
12+
%:
13+
dh $@
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.0 (quilt)

0 commit comments

Comments
 (0)