mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
New package: pulseeffects-3.0.9
Closes #9684. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
71305750f1
commit
e4c38b148a
3 changed files with 43 additions and 3 deletions
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'gst-plugins-bad1'.
|
# Template file for 'gst-plugins-bad1'
|
||||||
pkgname=gst-plugins-bad1
|
pkgname=gst-plugins-bad1
|
||||||
version=1.12.3
|
version=1.12.3
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="${pkgname/1/}-${version}"
|
wrksrc="${pkgname/1/}-${version}"
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-experimental --disable-static"
|
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
|
makedepends="alsa-lib-devel celt-devel libressl-devel exempi-devel
|
||||||
gst-plugins-base1-devel libdca-devel orc-devel libmms-devel
|
gst-plugins-base1-devel libdca-devel orc-devel libmms-devel
|
||||||
libexif-devel libmpcdec-devel faac-devel SDL-devel libpng-devel
|
libexif-devel libmpcdec-devel faac-devel SDL-devel libpng-devel
|
||||||
|
|
18
srcpkgs/pulseeffects/template
Normal file
18
srcpkgs/pulseeffects/template
Normal file
|
@ -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 <quark6@protonmail.com>"
|
||||||
|
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
|
||||||
|
|
21
srcpkgs/swh-plugins/template
Normal file
21
srcpkgs/swh-plugins/template
Normal file
|
@ -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 <quark6@protonmail.com>"
|
||||||
|
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
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue