diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2019-09-03 09:20:09 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2019-09-03 09:20:09 +0000 |
commit | 74d2da14144e70f1ba86b824f2b4b69fef531f3d (patch) | |
tree | 1ce5ae9b6ee32ddd68aee6c7ff77da7df740b8f3 /audio/linux-c7-openal-soft | |
parent | 0128d66b37972e61b9cd3c36ffce776644c497f8 (diff) | |
download | ports-74d2da14144e70f1ba86b824f2b4b69fef531f3d.tar.gz ports-74d2da14144e70f1ba86b824f2b4b69fef531f3d.zip |
Notes
Diffstat (limited to 'audio/linux-c7-openal-soft')
-rw-r--r-- | audio/linux-c7-openal-soft/Makefile | 7 | ||||
-rw-r--r-- | audio/linux-c7-openal-soft/distinfo | 4 | ||||
-rw-r--r-- | audio/linux-c7-openal-soft/pkg-plist.amd64 | 2 | ||||
-rw-r--r-- | audio/linux-c7-openal-soft/pkg-plist.i386 | 8 |
4 files changed, 16 insertions, 5 deletions
diff --git a/audio/linux-c7-openal-soft/Makefile b/audio/linux-c7-openal-soft/Makefile index 99c1dfe8b4be..32fc96fb3a49 100644 --- a/audio/linux-c7-openal-soft/Makefile +++ b/audio/linux-c7-openal-soft/Makefile @@ -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 diff --git a/audio/linux-c7-openal-soft/distinfo b/audio/linux-c7-openal-soft/distinfo index 0c9ab2a4ee29..6022e4416892 100644 --- a/audio/linux-c7-openal-soft/distinfo +++ b/audio/linux-c7-openal-soft/distinfo @@ -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 diff --git a/audio/linux-c7-openal-soft/pkg-plist.amd64 b/audio/linux-c7-openal-soft/pkg-plist.amd64 index e059832e4193..5e10672628b7 100644 --- a/audio/linux-c7-openal-soft/pkg-plist.amd64 +++ b/audio/linux-c7-openal-soft/pkg-plist.amd64 @@ -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 diff --git a/audio/linux-c7-openal-soft/pkg-plist.i386 b/audio/linux-c7-openal-soft/pkg-plist.i386 new file mode 100644 index 000000000000..a5d5dd382f28 --- /dev/null +++ b/audio/linux-c7-openal-soft/pkg-plist.i386 @@ -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 |