From e4c38b148aa168c85a6c8599f84db214d405deec Mon Sep 17 00:00:00 2001 From: cr6git Date: Fri, 1 Dec 2017 16:27:51 +0100 Subject: [PATCH] New package: pulseeffects-3.0.9 Closes #9684. Signed-off-by: Enno Boland --- srcpkgs/gst-plugins-bad1/template | 7 ++++--- srcpkgs/pulseeffects/template | 18 ++++++++++++++++++ srcpkgs/swh-plugins/template | 21 +++++++++++++++++++++ 3 files changed, 43 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/pulseeffects/template create mode 100644 srcpkgs/swh-plugins/template diff --git a/srcpkgs/gst-plugins-bad1/template b/srcpkgs/gst-plugins-bad1/template index 2f8548cc6bf..65347bfe274 100644 --- a/srcpkgs/gst-plugins-bad1/template +++ b/srcpkgs/gst-plugins-bad1/template @@ -1,12 +1,13 @@ -# Template file for 'gst-plugins-bad1'. +# Template file for 'gst-plugins-bad1' pkgname=gst-plugins-bad1 version=1.12.3 -revision=2 +revision=3 wrksrc="${pkgname/1/}-${version}" lib32disabled=yes build_style=gnu-configure configure_args="--enable-experimental --disable-static" -hostmakedepends="automake gettext-devel libtool pkg-config intltool python glib-devel" +hostmakedepends="automake gettext-devel libtool pkg-config intltool python glib-devel + gobject-introspection" makedepends="alsa-lib-devel celt-devel libressl-devel exempi-devel gst-plugins-base1-devel libdca-devel orc-devel libmms-devel libexif-devel libmpcdec-devel faac-devel SDL-devel libpng-devel diff --git a/srcpkgs/pulseeffects/template b/srcpkgs/pulseeffects/template new file mode 100644 index 00000000000..6ebe503a38c --- /dev/null +++ b/srcpkgs/pulseeffects/template @@ -0,0 +1,18 @@ +# Template file for 'pulseeffects' +pkgname=pulseeffects +version=3.0.9 +revision=1 +build_style=meson +hostmakedepends="ninja pkg-config" +makedepends="gsettings-desktop-schemas-devel gst-plugins-bad1-devel + gtk+3-devel pulseaudio-devel python-gobject-devel" +depends="ConsoleKit2 gsettings-desktop-schemas gst-plugins-bad1 + gst-plugins-good1 pulseaudio python3-gobject python3-numpy python3-scipy + swh-plugins" +maintainer="cr6git " +short_desc="Sound effects for Pulseaudio applications" +homepage="https://github.com/wwmm/pulseeffects" +license="GPL-3" +distfiles="https://github.com/wwmm/pulseeffects/archive/v${version}.tar.gz" +checksum=1733dab5fcbc79ec7c6be0d035bca1767f5b6336b079d9d8bb8fb8273e6936eb + diff --git a/srcpkgs/swh-plugins/template b/srcpkgs/swh-plugins/template new file mode 100644 index 00000000000..cde8cef4a59 --- /dev/null +++ b/srcpkgs/swh-plugins/template @@ -0,0 +1,21 @@ +# Template file for 'swh-plugins' +pkgname=swh-plugins +version=0.4.17 +revision=1 +wrksrc="ladspa-${version}" +conflicts="swh-lv2" +build_style=gnu-configure +hostmakedepends="automake libtool pkg-config + perl-Locale-gettext perl-Locale-PO perl-XML-Parser" +makedepends="fftw-devel gettext-devel libgsm-devel libxml2-devel" +maintainer="cr6git " +homepage="http://plugin.org.uk/" +short_desc="The SWH Plugins package for the LADSPA plugin system" +license="GPL-2" +distfiles="https://github.com/swh/ladspa/archive/v${version}.tar.gz" +checksum=d1b090feec4c5e8f9605334b47faaad72db7cc18fe91d792b9161a9e3b821ce7 + +pre_configure() { + autoreconf -fi +} +