Skip to content
Snippets Groups Projects
Commit bd8ad9f0 authored by heftig's avatar heftig Committed by svntogit
Browse files

13.99.1+67+g414644dff-1

git-svn-id: file:///srv/repos/svn-community/svn@665843 9fca08f4-af9d-4005-b8df-a31f2cc04f65
parent 9adf5ac8
No related branches found
No related tags found
No related merge requests found
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
# Contributor: Corrado Primier <bardo@aur.archlinux.org>
# Contributor: William Rea <sillywilly@gmail.com>
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
_pkgbasename=libpulse
pkgname=lib32-$_pkgbasename
pkgdesc="A featureful, general-purpose sound server (32-bit client libraries)"
pkgver=13.0
pkgver=13.99.1+67+g414644dff
pkgrel=1
arch=(x86_64)
url="https://www.freedesktop.org/wiki/Software/PulseAudio/"
......@@ -18,7 +15,7 @@ optdepends=('lib32-alsa-plugins: ALSA support')
provides=("lib32-pulseaudio=$pkgver")
conflicts=(lib32-pulseaudio)
replaces=(lib32-pulseaudio)
_commit=200618b32f0964a479d69c9b6e5073e6931c370a # tags/v13.0^0
_commit=414644dff1abd32294db3be1fde001f56ec9e65a # master
source=("git+https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git#commit=$_commit")
sha256sums=('SKIP')
......@@ -29,12 +26,15 @@ pkgver() {
prepare() {
cd pulseaudio
# Freeze version before patching
./git-version-gen doesnt-exist >.tarball-version
}
build() {
export CC="gcc -m32"
export CXX="g++ -m32"
export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
arch-meson pulseaudio build \
--libdir /usr/lib32 \
......@@ -45,8 +45,9 @@ build() {
-D bluez5=false \
-D gcov=false \
-D pulsedsp-location='/usr/\$LIB/pulseaudio' \
-D stream-restore-clear-old-devices=true \
-D udevrulesdir=/usr/lib/udev/rules.d
ninja -C build
meson compile -C build
}
check() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment