From owner-svn-ports-branches@freebsd.org Tue Jan 24 15:33:03 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A33D9CC0189; Tue, 24 Jan 2017 15:33:03 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 63D2D137A; Tue, 24 Jan 2017 15:33:03 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0OFX2Rc079745; Tue, 24 Jan 2017 15:33:02 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0OFX2US079740; Tue, 24 Jan 2017 15:33:02 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201701241533.v0OFX2US079740@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 24 Jan 2017 15:33:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r432349 - in branches/2017Q1/audio: pulseaudio pulseaudio-module-sndio pulseaudio/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jan 2017 15:33:03 -0000 Author: jbeich Date: Tue Jan 24 15:33:01 2017 New Revision: 432349 URL: https://svnweb.freebsd.org/changeset/ports/432349 Log: MFH: r431892 r431893 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 Approved by: ports-secteam (feld) Modified: branches/2017Q1/audio/pulseaudio-module-sndio/Makefile branches/2017Q1/audio/pulseaudio/Makefile branches/2017Q1/audio/pulseaudio/distinfo branches/2017Q1/audio/pulseaudio/files/patch-src_pulsecore_atomic.h branches/2017Q1/audio/pulseaudio/pkg-plist Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/audio/pulseaudio-module-sndio/Makefile ============================================================================== --- branches/2017Q1/audio/pulseaudio-module-sndio/Makefile Tue Jan 24 15:27:06 2017 (r432348) +++ branches/2017Q1/audio/pulseaudio-module-sndio/Makefile Tue Jan 24 15:33:01 2017 (r432349) @@ -3,6 +3,7 @@ PORTNAME= pulseaudio-module-sndio PORTVERSION= 9.0 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= t@tobik.me Modified: branches/2017Q1/audio/pulseaudio/Makefile ============================================================================== --- branches/2017Q1/audio/pulseaudio/Makefile Tue Jan 24 15:27:06 2017 (r432348) +++ branches/2017Q1/audio/pulseaudio/Makefile Tue Jan 24 15:33:01 2017 (r432349) @@ -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 Modified: branches/2017Q1/audio/pulseaudio/distinfo ============================================================================== --- branches/2017Q1/audio/pulseaudio/distinfo Tue Jan 24 15:27:06 2017 (r432348) +++ branches/2017Q1/audio/pulseaudio/distinfo Tue Jan 24 15:33:01 2017 (r432349) @@ -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 Modified: branches/2017Q1/audio/pulseaudio/files/patch-src_pulsecore_atomic.h ============================================================================== --- branches/2017Q1/audio/pulseaudio/files/patch-src_pulsecore_atomic.h Tue Jan 24 15:27:06 2017 (r432348) +++ branches/2017Q1/audio/pulseaudio/files/patch-src_pulsecore_atomic.h Tue Jan 24 15:33:01 2017 (r432349) @@ -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 @@ -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__) Modified: branches/2017Q1/audio/pulseaudio/pkg-plist ============================================================================== --- branches/2017Q1/audio/pulseaudio/pkg-plist Tue Jan 24 15:27:06 2017 (r432348) +++ branches/2017Q1/audio/pulseaudio/pkg-plist Tue Jan 24 15:33:01 2017 (r432349) @@ -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.m 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.m 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