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

archrelease: copy trunk to multilib-testing-x86_64

git-svn-id: file:///srv/repos/svn-community/svn@106456 9fca08f4-af9d-4005-b8df-a31f2cc04f65
parent 45e111b6
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
_pkgbasename=libpulse
pkgname=lib32-$_pkgbasename
pkgdesc="A featureful, general-purpose sound server (32-bit client libraries)"
pkgver=4.99.4
pkgver=5.0
pkgrel=1
arch=(x86_64)
url="http://www.freedesktop.org/wiki/Software/PulseAudio"
......@@ -22,10 +22,10 @@ conflicts=(lib32-pulseaudio)
replaces=(lib32-pulseaudio)
options=(!emptydirs !libtool)
source=("http://freedesktop.org/software/pulseaudio/releases/pulseaudio-$pkgver.tar.xz")
sha256sums=('97786c7f2de0355a935362fa64b9c8695e93ae1152bd63844f7a79fbd43a9192')
sha256sums=('99c13a8b1249ddbd724f195579df79484e9af6418cecf6a15f003a7f36caf939')
_libs="libpulse.la libpulse-simple.la libpulse-mainloop-glib.la"
_pkglibs="libpulsecommon-${pkgver%.*}.la libpulsedsp.la"
_pkglibs="libpulsecommon-${pkgver}.la libpulsedsp.la"
prepare() {
cd pulseaudio-$pkgver
......@@ -57,7 +57,8 @@ build() {
package() {
cd pulseaudio-$pkgver
make -j1 -C src DESTDIR="$pkgdir" \
lib_LTLIBRARIES="$_libs" pkglib_LTLIBRARIES="$_pkglibs" \
install-libLTLIBRARIES install-pkglibLTLIBRARIES
lib_LTLIBRARIES="$_libs" install-libLTLIBRARIES
make -j1 -C src DESTDIR="$pkgdir" \
pkglib_LTLIBRARIES="$_pkglibs" install-pkglibLTLIBRARIES
make -j1 DESTDIR="$pkgdir" install-pkgconfigDATA
}
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