pulseeffects: update to 4.3.4. (closes #2566)
This commit is contained in:
parent
8be0c8636f
commit
e8850d8dd5
|
@ -3397,6 +3397,7 @@ libmysqlpp.so mysql++-3.2.4_1
|
|||
libKF5Syndication.so.5 syndication-5.50.0_1
|
||||
liblqr-1.so.0 liblqr-0.4.2_1
|
||||
libmozjs-60.so.0 mozjs60-60.0.2_1
|
||||
libebur128.so.1 libebur128-1.2.4_1
|
||||
libgtksourceview-4.so.0 gtksourceview4-4.0.2_1
|
||||
libwx_gtk3u_propgrid-3.0.so.0 wxWidgets-gtk3-3.0.4_1
|
||||
libwx_gtk3u_qa-3.0.so.0 wxWidgets-gtk3-3.0.4_1
|
||||
|
|
1
srcpkgs/libebur128-devel
Symbolic link
1
srcpkgs/libebur128-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libebur128
|
26
srcpkgs/libebur128/template
Normal file
26
srcpkgs/libebur128/template
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Template file for 'libebur128'
|
||||
pkgname=libebur128
|
||||
version=1.2.4
|
||||
revision=1
|
||||
build_style=cmake
|
||||
short_desc="Implementation of the EBU R 128 standard for loudness normalisation"
|
||||
maintainer="Frank Steinborn <steinex@nognu.de>"
|
||||
license="MIT, BSD-4-Clause-UC"
|
||||
homepage="https://github.com/jiixyj/libebur128"
|
||||
distfiles="https://github.com/jiixyj/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=2ee41a3a5ae3891601ae975d5ec2642b997d276ef647cf5c5b363b6127f7add8
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
libebur128-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/lib/*.so
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
|
@ -1,17 +1,19 @@
|
|||
# Template file for 'pulseeffects'
|
||||
pkgname=pulseeffects
|
||||
version=3.2.3
|
||||
revision=2
|
||||
version=4.3.4
|
||||
revision=1
|
||||
build_style=meson
|
||||
pycompile_module="PulseEffects PulseEffectsTest"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="gsettings-desktop-schemas-devel gst-plugins-bad1-devel
|
||||
gtk+3-devel libbs2b-devel pulseaudio-devel python-gobject-devel"
|
||||
depends="ConsoleKit2 calf gsettings-desktop-schemas gst-plugins-bad1
|
||||
gst-plugins-good1 pulseaudio python3-gobject python3-numpy python3-scipy"
|
||||
hostmakedepends="itstool pkg-config"
|
||||
makedepends="boost-devel glib-devel gsettings-desktop-schemas-devel
|
||||
gst-plugins-bad1-devel gtkmm-devel libbs2b-devel libebur128-devel
|
||||
lilv-devel pulseaudio-devel python-gobject-devel sratom-devel"
|
||||
depends="ConsoleKit2 calf gst-plugins-bad1 gst-plugins-good1 lilv pulseaudio
|
||||
python3-gobject python3-scipy"
|
||||
short_desc="Sound effects for Pulseaudio applications"
|
||||
maintainer="cr6git <quark6@protonmail.com>"
|
||||
license="GPL-3"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/wwmm/pulseeffects"
|
||||
changelog="https://raw.githubusercontent.com/wwmm/pulseeffects/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/wwmm/pulseeffects/archive/v${version}.tar.gz"
|
||||
checksum=049a9d9c162a17790d392b7de9a0cc1397de32bd4324ae6490a45b96c92e5528
|
||||
checksum=0d39282b5d07ab645b893fba5efbd625a46471ecb1bbbe093a334c92495e3cb6
|
||||
|
|
Loading…
Reference in New Issue
Block a user