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

archrelease: copy trunk to multilib-x86_64

git-svn-id: file:///srv/repos/svn-community/svn@99605 9fca08f4-af9d-4005-b8df-a31f2cc04f65
parent 2540b515
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ _pkgbasename=libpulse
pkgname=lib32-$_pkgbasename
pkgdesc="A featureful, general-purpose sound server (32-bit client libraries)"
pkgver=4.0
pkgrel=5
pkgrel=6
arch=(x86_64)
url="http://www.freedesktop.org/wiki/Software/PulseAudio"
license=(LGPL)
......@@ -28,6 +28,12 @@ sha256sums=('SKIP')
_libs="libpulse.la libpulse-simple.la libpulse-mainloop-glib.la"
_pkglibs="libpulsecommon-${pkgver}.la libpulsedsp.la"
prepare() {
cd pulseaudio-$pkgver
# ABI break https://bugs.freedesktop.org/show_bug.cgi?id=71047
git revert -n 16886bb b98a2e1
}
build() {
cd pulseaudio-$pkgver
......
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