From owner-svn-ports-head@freebsd.org Fri Aug 5 01:51:45 2016 Return-Path: Delivered-To: svn-ports-head@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 84B6EBACCBF; Fri, 5 Aug 2016 01:51:45 +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 6078818C0; Fri, 5 Aug 2016 01:51:45 +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 u751pirZ017482; Fri, 5 Aug 2016 01:51:44 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u751phJu017475; Fri, 5 Aug 2016 01:51:43 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201608050151.u751phJu017475@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 01:51:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419665 - in head/audio: alsa-lib alsa-lib/files alsa-lib/files/linux alsa-utils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2016 01:51:45 -0000 Author: jbeich Date: Fri Aug 5 01:51:43 2016 New Revision: 419665 URL: https://svnweb.freebsd.org/changeset/ports/419665 Log: 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 MFH: 2016Q3 Added: head/audio/alsa-lib/files/endian.h (contents, props changed) Modified: head/audio/alsa-lib/Makefile (contents, props changed) head/audio/alsa-lib/distinfo (contents, props changed) head/audio/alsa-lib/files/linux/types.h head/audio/alsa-lib/pkg-plist (contents, props changed) head/audio/alsa-utils/Makefile (contents, props changed) head/audio/alsa-utils/distinfo (contents, props changed) Modified: head/audio/alsa-lib/Makefile ============================================================================== --- head/audio/alsa-lib/Makefile Fri Aug 5 00:28:22 2016 (r419664) +++ head/audio/alsa-lib/Makefile Fri Aug 5 01:51:43 2016 (r419665) @@ -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: head/audio/alsa-lib/distinfo ============================================================================== --- head/audio/alsa-lib/distinfo Fri Aug 5 00:28:22 2016 (r419664) +++ head/audio/alsa-lib/distinfo Fri Aug 5 01:51:43 2016 (r419665) @@ -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 Added: head/audio/alsa-lib/files/endian.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/alsa-lib/files/endian.h Fri Aug 5 01:51:43 2016 (r419665) @@ -0,0 +1,4 @@ +#ifndef _ENDIAN_H +#define _ENDIAN_H +#include +#endif /* _ENDIAN_H */ Modified: head/audio/alsa-lib/files/linux/types.h ============================================================================== --- head/audio/alsa-lib/files/linux/types.h Fri Aug 5 00:28:22 2016 (r419664) +++ head/audio/alsa-lib/files/linux/types.h Fri Aug 5 01:51:43 2016 (r419665) @@ -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: head/audio/alsa-lib/pkg-plist ============================================================================== --- head/audio/alsa-lib/pkg-plist Fri Aug 5 00:28:22 2016 (r419664) +++ head/audio/alsa-lib/pkg-plist Fri Aug 5 01:51:43 2016 (r419665) @@ -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: head/audio/alsa-utils/Makefile ============================================================================== --- head/audio/alsa-utils/Makefile Fri Aug 5 00:28:22 2016 (r419664) +++ head/audio/alsa-utils/Makefile Fri Aug 5 01:51:43 2016 (r419665) @@ -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: head/audio/alsa-utils/distinfo ============================================================================== --- head/audio/alsa-utils/distinfo Fri Aug 5 00:28:22 2016 (r419664) +++ head/audio/alsa-utils/distinfo Fri Aug 5 01:51:43 2016 (r419665) @@ -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