summaryrefslogtreecommitdiff
path: root/pulseeffects/Pkgfile
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2019-08-21 10:02:51 +0000
committerTim Biermann <tbier@posteo.de>2019-08-21 10:02:51 +0000
commitd5246ae24a958dfc8e191d1ead2acc44579f6ab5 (patch)
tree9115a37c7daf4dfe8cf3802acd8cc280eabd29be /pulseeffects/Pkgfile
parentfbacc71060eef3734d629cbb0712b50a3b45b611 (diff)
downloadcontrib-d5246ae24a958dfc8e191d1ead2acc44579f6ab5.tar.gz
contrib-d5246ae24a958dfc8e191d1ead2acc44579f6ab5.tar.xz
pulseeffects: initial commit, version 4.6.6
Diffstat (limited to 'pulseeffects/Pkgfile')
-rw-r--r--pulseeffects/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/pulseeffects/Pkgfile b/pulseeffects/Pkgfile
new file mode 100644
index 000000000..c9188c36f
--- /dev/null
+++ b/pulseeffects/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Audio Effects for Pulseaudio Applications
+# URL: https://github.com/wwmm/pulseeffects
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on: boost desktop-file-utils gst-plugins-bad gtkmm3 itstool libebur128 pulseaudio
+# Optional: calf mda.lv2 rubberband vamp-plugin-sdk zam-plugins zita-convolver libbs2b lilv
+
+name=pulseeffects
+version=4.6.6
+release=1
+source=(https://github.com/wwmm/pulseeffects/archive/v$version/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ mkdir build && cd build
+ meson .. \
+ --prefix=/usr \
+ --sysconfdir=/etc
+ ninja
+ DESTDIR=$PKG ninja install
+ rm -fr $PKG/usr/share/{locale,help}
+}

Generated by cgit