From owner-svn-ports-branches@freebsd.org Fri Aug 5 13:38:44 2016 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 BBFC5BAF6DE; Fri, 5 Aug 2016 13:38:44 +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 9769C1F95; Fri, 5 Aug 2016 13:38:44 +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 u75Dch81078051; Fri, 5 Aug 2016 13:38:43 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u75DchBn078043; Fri, 5 Aug 2016 13:38:43 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201608051338.u75DchBn078043@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 5 Aug 2016 13:38:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r419683 - in branches/2016Q3/audio: alsa-lib alsa-lib/files alsa-lib/files/linux alsa-utils 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.22 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: Fri, 05 Aug 2016 13:38:44 -0000 Author: jbeich Date: Fri Aug 5 13:38:42 2016 New Revision: 419683 URL: https://svnweb.freebsd.org/changeset/ports/419683 Log: MFH: r419665 audio/alsa-{lib,utils}: update to 1.1.2 Changes: http://www.alsa-project.org/main/index.php/Changes_v1.1.1_v1.1.2 ABI: http://abi-laboratory.pro/tracker/compat_report/alsa/1.1.1/1.1.2/6d65a/abi_compat_report.html Approved by: ports-secteam (feld) Added: branches/2016Q3/audio/alsa-lib/files/endian.h - copied unchanged from r419665, head/audio/alsa-lib/files/endian.h Modified: branches/2016Q3/audio/alsa-lib/Makefile branches/2016Q3/audio/alsa-lib/distinfo branches/2016Q3/audio/alsa-lib/files/linux/types.h branches/2016Q3/audio/alsa-lib/pkg-plist branches/2016Q3/audio/alsa-utils/Makefile branches/2016Q3/audio/alsa-utils/distinfo Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/audio/alsa-lib/Makefile ============================================================================== --- branches/2016Q3/audio/alsa-lib/Makefile Fri Aug 5 13:31:28 2016 (r419682) +++ branches/2016Q3/audio/alsa-lib/Makefile Fri Aug 5 13:38:42 2016 (r419683) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= alsa-lib -PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTVERSION= 1.1.2 CATEGORIES= audio MASTER_SITES= ftp://ftp.alsa-project.org/pub/lib/ \ GENTOO @@ -17,6 +16,7 @@ USES= cpe libtool:keepla tar:bzip2 USE_LDCONFIG= yes CPE_VENDOR= alsa GNU_CONFIGURE= yes +CONFIGURE_ENV= ac_cv_header_endian_h=no CONFIGURE_ARGS= --with-pkgconfdir="\$${prefix}/libdata/pkgconfig" INSTALL_TARGET= install-strip TEST_ENV= ${MAKE_ENV} ALSA_CONFIG_PATH="${FILESDIR}/asound.conf.sample" Modified: branches/2016Q3/audio/alsa-lib/distinfo ============================================================================== --- branches/2016Q3/audio/alsa-lib/distinfo Fri Aug 5 13:31:28 2016 (r419682) +++ branches/2016Q3/audio/alsa-lib/distinfo Fri Aug 5 13:38:42 2016 (r419683) @@ -1,2 +1,2 @@ -SHA256 (alsa-lib-1.1.1.tar.bz2) = 8ac76c3144ed2ed49da7622ab65ac5415205913ccbedde877972383cbc234269 -SIZE (alsa-lib-1.1.1.tar.bz2) = 932105 +SHA256 (alsa-lib-1.1.2.tar.bz2) = d38dacd9892b06b8bff04923c380b38fb2e379ee5538935ff37e45b395d861d6 +SIZE (alsa-lib-1.1.2.tar.bz2) = 947423 Copied: branches/2016Q3/audio/alsa-lib/files/endian.h (from r419665, head/audio/alsa-lib/files/endian.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q3/audio/alsa-lib/files/endian.h Fri Aug 5 13:38:42 2016 (r419683, copy of r419665, head/audio/alsa-lib/files/endian.h) @@ -0,0 +1,4 @@ +#ifndef _ENDIAN_H +#define _ENDIAN_H +#include +#endif /* _ENDIAN_H */ Modified: branches/2016Q3/audio/alsa-lib/files/linux/types.h ============================================================================== --- branches/2016Q3/audio/alsa-lib/files/linux/types.h Fri Aug 5 13:31:28 2016 (r419682) +++ branches/2016Q3/audio/alsa-lib/files/linux/types.h Fri Aug 5 13:38:42 2016 (r419683) @@ -11,7 +11,5 @@ typedef pid_t __kernel_pid_t; typedef off_t __kernel_off_t; -typedef uint16_t __u16; -typedef uint32_t __u32; typedef uint64_t __u64; #endif /* _LINUX_TYPES_H */ Modified: branches/2016Q3/audio/alsa-lib/pkg-plist ============================================================================== --- branches/2016Q3/audio/alsa-lib/pkg-plist Fri Aug 5 13:31:28 2016 (r419682) +++ branches/2016Q3/audio/alsa-lib/pkg-plist Fri Aug 5 13:38:42 2016 (r419683) @@ -8,7 +8,6 @@ include/alsa/control_external.h include/alsa/error.h include/alsa/global.h include/alsa/hwdep.h -include/alsa/iatomic.h include/alsa/input.h include/alsa/mixer.h include/alsa/mixer_abst.h @@ -134,6 +133,25 @@ share/alsa/pcm/surround71.conf share/alsa/smixer.conf share/alsa/sndo-mixer.alisp share/alsa/topology/broadwell/broadwell.conf +share/alsa/topology/sklrt286/codec0_in-cpr-1.bin +share/alsa/topology/sklrt286/codec0_in-mi.bin +share/alsa/topology/sklrt286/codec0_out-cpr-4.bin +share/alsa/topology/sklrt286/codec0_out-mo.bin +share/alsa/topology/sklrt286/codec1_out-cpr-5.bin +share/alsa/topology/sklrt286/codec1_out-mo.bin +share/alsa/topology/sklrt286/dmic01_hifi_in-cpr-3.bin +share/alsa/topology/sklrt286/dmic01_hifi_in-mi.bin +share/alsa/topology/sklrt286/hdmi1_pt_out-cpr-7.bin +share/alsa/topology/sklrt286/hdmi1_pt_out-cpr-8.bin +share/alsa/topology/sklrt286/hdmi2_pt_out-cpr-10.bin +share/alsa/topology/sklrt286/hdmi2_pt_out-cpr-9.bin +share/alsa/topology/sklrt286/hdmi3_pt_out-cpr-11.bin +share/alsa/topology/sklrt286/hdmi3_pt_out-cpr-12.bin +share/alsa/topology/sklrt286/media0_in-cpr-0.bin +share/alsa/topology/sklrt286/media0_in-mi.bin +share/alsa/topology/sklrt286/media0_out-cpr-6.bin +share/alsa/topology/sklrt286/media0_out-mo.bin +share/alsa/topology/sklrt286/skl_i2s.conf share/alsa/ucm/DAISY-I2S/DAISY-I2S.conf share/alsa/ucm/DAISY-I2S/HiFi.conf share/alsa/ucm/GoogleNyan/GoogleNyan.conf @@ -162,7 +180,11 @@ share/alsa/ucm/SDP4430/hifiLP share/alsa/ucm/SDP4430/record share/alsa/ucm/SDP4430/voice share/alsa/ucm/SDP4430/voiceCall +share/alsa/ucm/VEYRON-I2S/HiFi.conf +share/alsa/ucm/VEYRON-I2S/VEYRON-I2S.conf share/alsa/ucm/broadwell-rt286/HiFi share/alsa/ucm/broadwell-rt286/broadwell-rt286.conf +share/alsa/ucm/chtrt5645/HiFi.conf +share/alsa/ucm/chtrt5645/chtrt5645.conf share/alsa/ucm/tegraalc5632/tegraalc5632.conf @sample etc/asound.conf.sample Modified: branches/2016Q3/audio/alsa-utils/Makefile ============================================================================== --- branches/2016Q3/audio/alsa-utils/Makefile Fri Aug 5 13:31:28 2016 (r419682) +++ branches/2016Q3/audio/alsa-utils/Makefile Fri Aug 5 13:38:42 2016 (r419683) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= alsa-utils -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= audio MASTER_SITES= ftp://ftp.alsa-project.org/pub/utils/ \ GENTOO @@ -23,7 +23,7 @@ INSTALL_TARGET= install-strip CPPFLAGS+= -I${.CURDIR}/../alsa-lib/files OPTIONS_SUB= yes -OPTIONS_DEFINE= BAT MANPAGES NLS +OPTIONS_DEFINE= BAT MANPAGES NLS SAMPLERATE OPTIONS_DEFAULT=BAT MANPAGES BAT_DESC= Basic Audio Tester support @@ -37,6 +37,9 @@ NLS_USES= gettext NLS_CONFIGURE_ENABLE=nls NLS_LIBS= -lintl +SAMPLERATE_LIB_DEPENDS= libsamplerate.so:audio/libsamplerate +SAMPLERATE_CONFIGURE_ENV_OFF=ac_cv_header_samplerate_h=no + post-patch: .SILENT ${REINPLACE_CMD} -e '/LIBS/s/-ldl//g; /LIBRT/s/-lrt//g;' \ ${WRKSRC}/configure Modified: branches/2016Q3/audio/alsa-utils/distinfo ============================================================================== --- branches/2016Q3/audio/alsa-utils/distinfo Fri Aug 5 13:31:28 2016 (r419682) +++ branches/2016Q3/audio/alsa-utils/distinfo Fri Aug 5 13:38:42 2016 (r419683) @@ -1,2 +1,2 @@ -SHA256 (alsa-utils-1.1.1.tar.bz2) = 89757c9abaf420831b088fce354d492acc170bd02bb50eb7392c175f594b8041 -SIZE (alsa-utils-1.1.1.tar.bz2) = 1186408 +SHA256 (alsa-utils-1.1.2.tar.bz2) = 7af603c0877d1251599d65b4fbc372e63a54371b888f5c26c6a86ac1d0519071 +SIZE (alsa-utils-1.1.2.tar.bz2) = 1193140