From 178b717bdcbb68023e275ef703e0bd8447f572d4 Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Tue, 28 Feb 2023 18:56:14 +0000 Subject: [PATCH] pulseaudio: clean up. --- srcpkgs/pulseaudio/template | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/srcpkgs/pulseaudio/template b/srcpkgs/pulseaudio/template index 685154e8c0e1..8d154c1e25cc 100644 --- a/srcpkgs/pulseaudio/template +++ b/srcpkgs/pulseaudio/template @@ -22,7 +22,7 @@ short_desc="Featureful, general-purpose sound server" maintainer="Orphaned " license="LGPL-2.1-or-later" homepage="https://www.freedesktop.org/wiki/Software/PulseAudio" -distfiles="${FREEDESKTOP_SITE}/${pkgname}/releases/${pkgname}-${version}.tar.xz" +distfiles="${FREEDESKTOP_SITE}/pulseaudio/releases/pulseaudio-${version}.tar.xz" checksum=a40b887a3ba98cc26976eb11bdb6613988f145b19024d1b6555c6a03c9cba1a0 python_version=3 # FIXME: core-util-test fails @@ -40,17 +40,6 @@ if [ "$CROSS_BUILD" ]; then hostmakedepends+=" glib" fi -case "$XBPS_TARGET_MACHINE" in - arm*) configure_args+=" -Db_lto=false" -esac - -pre_configure() { - case "$XBPS_TARGET_MACHINE" in - # Disable neon optimizations for the arm* architectures - arm*) vsed -e '/ neon/d' -i src/pulsecore/meson.build ;; - esac -} - post_install() { rm ${DESTDIR}/etc/dbus-1/system.d/pulseaudio-system.conf vsv pulseaudio