From owner-svn-ports-all@freebsd.org Tue Sep 3 09:20:11 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3D8DBD3D16; Tue, 3 Sep 2019 09:20:11 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46N1d70x33z455K; Tue, 3 Sep 2019 09:20:11 +0000 (UTC) (envelope-from tijl@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DD8F26EC; Tue, 3 Sep 2019 09:20:10 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x839KAP0081684; Tue, 3 Sep 2019 09:20:10 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x839KA1Z081680; Tue, 3 Sep 2019 09:20:10 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201909030920.x839KA1Z081680@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 3 Sep 2019 09:20:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510930 - head/audio/linux-c7-openal-soft X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: head/audio/linux-c7-openal-soft X-SVN-Commit-Revision: 510930 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Sep 2019 09:20:11 -0000 Author: tijl Date: Tue Sep 3 09:20:09 2019 New Revision: 510930 URL: https://svnweb.freebsd.org/changeset/ports/510930 Log: Add i386 library from Harbottle wine32 repository. This is needed by some 32-bit only Linux games. PR: 240054 Added: head/audio/linux-c7-openal-soft/pkg-plist.i386 (contents, props changed) Modified: head/audio/linux-c7-openal-soft/Makefile head/audio/linux-c7-openal-soft/distinfo head/audio/linux-c7-openal-soft/pkg-plist.amd64 Modified: head/audio/linux-c7-openal-soft/Makefile ============================================================================== --- head/audio/linux-c7-openal-soft/Makefile Tue Sep 3 09:02:48 2019 (r510929) +++ head/audio/linux-c7-openal-soft/Makefile Tue Sep 3 09:20:09 2019 (r510930) @@ -4,14 +4,13 @@ PORTNAME= openal-soft PORTVERSION= 1.16.0 DISTVERSIONSUFFIX= -3.el7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio linux -MASTER_SITES= EPEL7/o +MASTER_SITES= EPEL7/o \ + https://harbottle.gitlab.io/wine32/7/i386/:i386 MAINTAINER= emulation@FreeBSD.org COMMENT= 3D positional spatialized sound library (Linux CentOS ${LINUX_DIST_VER}) - -ONLY_FOR_ARCHS= amd64 USES= linux:c7 USE_LDCONFIG= yes Modified: head/audio/linux-c7-openal-soft/distinfo ============================================================================== --- head/audio/linux-c7-openal-soft/distinfo Tue Sep 3 09:02:48 2019 (r510929) +++ head/audio/linux-c7-openal-soft/distinfo Tue Sep 3 09:20:09 2019 (r510930) @@ -1,4 +1,6 @@ -TIMESTAMP = 1482094313 +TIMESTAMP = 1567501651 +SHA256 (centos/openal-soft-1.16.0-3.el7.i686.rpm) = 114e20b9feeb46dcdee2f52f7a4ba746085502dab51624506abc428bc2153408 +SIZE (centos/openal-soft-1.16.0-3.el7.i686.rpm) = 286432 SHA256 (centos/openal-soft-1.16.0-3.el7.x86_64.rpm) = 775242cb1d603b85a53eb325c9d85a6aed9639968430c5d45893c90252b07429 SIZE (centos/openal-soft-1.16.0-3.el7.x86_64.rpm) = 288688 SHA256 (centos/openal-soft-1.16.0-3.el7.src.rpm) = 906734a0d59518d4ccd106ae5a96e01196f1214dab7a96e2c8cabd8f9f930d64 Modified: head/audio/linux-c7-openal-soft/pkg-plist.amd64 ============================================================================== --- head/audio/linux-c7-openal-soft/pkg-plist.amd64 Tue Sep 3 09:02:48 2019 (r510929) +++ head/audio/linux-c7-openal-soft/pkg-plist.amd64 Tue Sep 3 09:20:09 2019 (r510930) @@ -1,5 +1,7 @@ etc/openal/alsoft.conf usr/bin/openal-info +usr/lib/libopenal.so.1 +usr/lib/libopenal.so.1.16.0 usr/lib64/libopenal.so.1 usr/lib64/libopenal.so.1.16.0 %%PORTDOCS%%%%DOCSDIR%%/COPYING Added: head/audio/linux-c7-openal-soft/pkg-plist.i386 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/linux-c7-openal-soft/pkg-plist.i386 Tue Sep 3 09:20:09 2019 (r510930) @@ -0,0 +1,8 @@ +etc/openal/alsoft.conf +usr/bin/openal-info +usr/lib/libopenal.so.1 +usr/lib/libopenal.so.1.16.0 +%%PORTDOCS%%%%DOCSDIR%%/COPYING +usr/share/openal/alsoftrc.sample +usr/share/openal/hrtf/default-44100.mhr +usr/share/openal/hrtf/default-48000.mhr