mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add i386 library from Harbottle wine32 repository. This is needed by some
32-bit only Linux games. PR: 240054
This commit is contained in:
parent
0128d66b37
commit
74d2da1414
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=510930
4 changed files with 16 additions and 5 deletions
|
@ -4,15 +4,14 @@
|
|||
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
|
||||
USE_LINUX= alsalib
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
8
audio/linux-c7-openal-soft/pkg-plist.i386
Normal file
8
audio/linux-c7-openal-soft/pkg-plist.i386
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue