updated
Search Criteria
Package Details: lib32-libpulse-git v5.0.52.g43b6a67-1
Package Actions
| Package Base: | lib32-libpulse-git |
|---|---|
| Description: | A featureful, general-purpose sound server (32-bit client libraries) |
| Upstream URL: | http://pulseaudio.org/ |
| Category: | multimedia |
| Licenses: | |
| Submitter: | beroal |
| Maintainer: | beroal |
| Last Packager: | None |
| Votes: | 1 |
| First Submitted: | 2012-03-22 14:32 |
| Last Updated: | 2014-04-20 20:08 |
Dependencies (8)
Required by (0)
Sources
Latest Comments
Comment by beroal
Comment by beroal
update
Comment by POINTS
I got an error when trying to build: "make: *** No rule to make target 'libpulsecommon-2.98.la'. Stop.". I changed the line in the PKGBUILD with "_gitpkgver=2.98" to "_gitpkgver=4.0". The package built fine after that change.
Comment by Lynden
Oh, I compiled pulse-git and noticed the difference when lib32-pulse failed to build because of it.
But you're right, it is in the code.
http://cgit.freedesktop.org/pulseaudio/pulseaudio/tree/src/Makefile.am seems to use @PA_MAJORMINOR@.
Which corresponds with AC_SUBST(PA_MAJORMINOR, pa_major.pa_minor)
m4_define(pa_major, `echo $VERSION | cut -d. -f1 | cut -d- -f1`)
m4_define(pa_minor, `echo $VERSION | cut -d. -f2 | cut -d- -f1`)
in http://cgit.freedesktop.org/pulseaudio/pulseaudio/tree/configure.ac
Not entirely sure where $VERSION is defined
Comment by beroal
@Lynden: Heh. :) I asked, where did you find the intended *value* of "_gitpkgver". I know it is the source code somewhere.
Comment by Lynden
@beroal: It's under _gitroot and _gitname, but seeing how you changed it, I'll assume you found it =p
Comment by beroal
@Lynden: Where do you read that "_gitpkgver"?
Comment by Lynden
Requires an update to the PKGBUILD.
_gitpkgver=1.99 => _gitpkgver=2.98
And "install-pkglibLTLIBRARIES" is missing compared to the community build, but I don't know how vital that is.