audio/pulseaudio: update to 10.0
Changes: https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/10.0/ ABI: https://abi-laboratory.pro/tracker/timeline/pulseaudio/ PR: 216255 Submitted by: lightside <lightside@gmx.com> MFH: 2017Q1
This commit is contained in:
parent
12ae36580c
commit
5d40cb1a54
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431892
4 changed files with 11 additions and 9 deletions
|
@ -5,8 +5,7 @@
|
|||
# PORTREVISION bumps of depending ports.
|
||||
|
||||
PORTNAME= pulseaudio
|
||||
PORTVERSION= 9.0
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 10.0
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://freedesktop.org/software/pulseaudio/releases/
|
||||
|
||||
|
@ -19,7 +18,6 @@ LICENSE_FILE= ${WRKSRC}/LGPL
|
|||
LIB_DEPENDS= libsndfile.so:audio/libsndfile \
|
||||
libfftw3.so:math/fftw3 \
|
||||
libfftw3f.so:math/fftw3-float \
|
||||
libjson-c.so:devel/json-c \
|
||||
libdbus-1.so:devel/dbus \
|
||||
libltdl.so:devel/libltdl \
|
||||
libck-connector.so:sysutils/consolekit
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1466578411
|
||||
SHA256 (pulseaudio-9.0.tar.xz) = c3d3d66b827f18fbe903fe3df647013f09fc1e2191c035be1ee2d82a9e404686
|
||||
SIZE (pulseaudio-9.0.tar.xz) = 1537568
|
||||
TIMESTAMP = 1484711815
|
||||
SHA256 (pulseaudio-10.0.tar.xz) = a3186824de9f0d2095ded5d0d0db0405dc73133983c2fbb37291547e37462f57
|
||||
SIZE (pulseaudio-10.0.tar.xz) = 1608040
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
--- src/pulsecore/atomic.h.orig 2015-09-10 04:51:41 UTC
|
||||
--- src/pulsecore/atomic.h.orig 2016-08-23 12:50:11 UTC
|
||||
+++ src/pulsecore/atomic.h
|
||||
@@ -185,39 +185,6 @@ static inline bool pa_atomic_ptr_cmpxchg
|
||||
#include <sys/param.h>
|
||||
|
@ -20,7 +20,7 @@
|
|||
-
|
||||
- return (v);
|
||||
-}
|
||||
-#elif defined(__sparc64__)
|
||||
-#elif defined(__sparc__) && defined(__arch64__)
|
||||
-#define atomic_load_acq_64 atomic_load_acq_long
|
||||
-#define atomic_fetchadd_int atomic_add_int
|
||||
-#elif defined(__ia64__)
|
||||
|
|
|
@ -69,8 +69,9 @@ lib/libpulse-simple.so.0
|
|||
lib/libpulse-simple.so.0.1.0
|
||||
lib/libpulse.so
|
||||
lib/libpulse.so.0
|
||||
lib/libpulse.so.0.20.0
|
||||
lib/libpulse.so.0.20.1
|
||||
%%AVAHI%%lib/pulse-%%PULSE_VERSION%%/modules/libavahi-wrap.so
|
||||
lib/pulse-%%PULSE_VERSION%%/modules/module-allow-passthrough.so
|
||||
lib/pulse-%%PULSE_VERSION%%/modules/module-device-manager.so
|
||||
%%ALSA%%lib/pulse-%%PULSE_VERSION%%/modules/libalsa-util.so
|
||||
lib/pulse-%%PULSE_VERSION%%/modules/libcli.so
|
||||
|
@ -231,6 +232,7 @@ man/man5/pulse-daemon.conf.5.gz
|
|||
%%ALSA%%share/pulseaudio/alsa-mixer/profile-sets/sb-omni-surround-5.1.conf
|
||||
%%ZSH%%share/zsh/site-functions/_pulseaudio
|
||||
share/locale/as/LC_MESSAGES/pulseaudio.mo
|
||||
share/locale/be/LC_MESSAGES/pulseaudio.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/pulseaudio.mo
|
||||
share/locale/ca/LC_MESSAGES/pulseaudio.mo
|
||||
share/locale/cs/LC_MESSAGES/pulseaudio.mo
|
||||
|
@ -241,6 +243,7 @@ share/locale/es/LC_MESSAGES/pulseaudio.mo
|
|||
share/locale/fi/LC_MESSAGES/pulseaudio.mo
|
||||
share/locale/fr/LC_MESSAGES/pulseaudio.mo
|
||||
share/locale/gu/LC_MESSAGES/pulseaudio.mo
|
||||
share/locale/gl/LC_MESSAGES/pulseaudio.mo
|
||||
share/locale/he/LC_MESSAGES/pulseaudio.mo
|
||||
share/locale/hi/LC_MESSAGES/pulseaudio.mo
|
||||
share/locale/hu/LC_MESSAGES/pulseaudio.mo
|
||||
|
@ -249,6 +252,7 @@ share/locale/it/LC_MESSAGES/pulseaudio.mo
|
|||
share/locale/ja/LC_MESSAGES/pulseaudio.mo
|
||||
share/locale/kn/LC_MESSAGES/pulseaudio.mo
|
||||
share/locale/ko/LC_MESSAGES/pulseaudio.mo
|
||||
share/locale/lt/LC_MESSAGES/pulseaudio.mo
|
||||
share/locale/ml/LC_MESSAGES/pulseaudio.mo
|
||||
share/locale/mr/LC_MESSAGES/pulseaudio.mo
|
||||
share/locale/nl/LC_MESSAGES/pulseaudio.mo
|
||||
|
|
Loading…
Reference in a new issue