Date: Tue, 3 Sep 2019 09:20:10 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> 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 Message-ID: <201909030920.x839KA1Z081680@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909030920.x839KA1Z081680>