diff --git a/common/shlibs b/common/shlibs index be6acaed7db..4acba6fc7c3 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/libebur128-devel b/srcpkgs/libebur128-devel new file mode 120000 index 00000000000..4fb2752339c --- /dev/null +++ b/srcpkgs/libebur128-devel @@ -0,0 +1 @@ +libebur128 \ No newline at end of file diff --git a/srcpkgs/libebur128/template b/srcpkgs/libebur128/template new file mode 100644 index 00000000000..d61deee3385 --- /dev/null +++ b/srcpkgs/libebur128/template @@ -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 " +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 + } +} diff --git a/srcpkgs/pulseeffects/template b/srcpkgs/pulseeffects/template index 958f8593b78..1e5d2fd2db1 100644 --- a/srcpkgs/pulseeffects/template +++ b/srcpkgs/pulseeffects/template @@ -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 " -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