diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-10-19 14:50:26 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-10-19 14:50:26 +0000 |
commit | 1675ff649cded4c85d65feb0f4c5cc87010242eb (patch) | |
tree | 3e3556f1e26a35be0250e7f749680b9fc30e9c6b /audio/linux-c7-openal-soft | |
parent | 4fd1b570a8aec1244c7b8469c29c309a96a46804 (diff) | |
download | ports-1675ff649cded4c85d65feb0f4c5cc87010242eb.tar.gz ports-1675ff649cded4c85d65feb0f4c5cc87010242eb.zip |
Notes
Diffstat (limited to 'audio/linux-c7-openal-soft')
-rw-r--r-- | audio/linux-c7-openal-soft/Makefile | 24 | ||||
-rw-r--r-- | audio/linux-c7-openal-soft/distinfo.x86_64 | 5 | ||||
-rw-r--r-- | audio/linux-c7-openal-soft/pkg-plist.x86_64 | 7 |
3 files changed, 36 insertions, 0 deletions
diff --git a/audio/linux-c7-openal-soft/Makefile b/audio/linux-c7-openal-soft/Makefile new file mode 100644 index 000000000000..78ece67b5879 --- /dev/null +++ b/audio/linux-c7-openal-soft/Makefile @@ -0,0 +1,24 @@ +# Created by: Piotr Kubaj <emulation@FreeBSD.org$ +# $FreeBSD$ + +PORTNAME= openal-soft +PORTVERSION= 1.16.0 +CATEGORIES= audio linux +MASTER_SITES= EPEL7/o + +MAINTAINER= emulation@FreeBSD.org +COMMENT= A 3D positional spatialized sound library (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +ONLY_FOR_ARCHS= amd64 +RPMVERSION= 3.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX= alsalib esound +USE_LINUX_RPM= yes + +PORTDOCS= COPYING +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include <bsd.port.mk> diff --git a/audio/linux-c7-openal-soft/distinfo.x86_64 b/audio/linux-c7-openal-soft/distinfo.x86_64 new file mode 100644 index 000000000000..c2ba8512e122 --- /dev/null +++ b/audio/linux-c7-openal-soft/distinfo.x86_64 @@ -0,0 +1,5 @@ +TIMESTAMP = 1473703336 +SHA256 (rpm/centos/7.2.1511/x86_64/openal-soft-1.16.0-3.el7.x86_64.rpm) = 775242cb1d603b85a53eb325c9d85a6aed9639968430c5d45893c90252b07429 +SIZE (rpm/centos/7.2.1511/x86_64/openal-soft-1.16.0-3.el7.x86_64.rpm) = 288688 +SHA256 (rpm/centos/7.2.1511/x86_64/openal-soft-1.16.0-3.el7.src.rpm) = 906734a0d59518d4ccd106ae5a96e01196f1214dab7a96e2c8cabd8f9f930d64 +SIZE (rpm/centos/7.2.1511/x86_64/openal-soft-1.16.0-3.el7.src.rpm) = 399644 diff --git a/audio/linux-c7-openal-soft/pkg-plist.x86_64 b/audio/linux-c7-openal-soft/pkg-plist.x86_64 new file mode 100644 index 000000000000..a8b1a1618b2a --- /dev/null +++ b/audio/linux-c7-openal-soft/pkg-plist.x86_64 @@ -0,0 +1,7 @@ +etc/openal/alsoft.conf +usr/bin/openal-info +usr/lib64/libopenal.so.1 +usr/lib64/libopenal.so.1.16.0 +usr/share/openal/alsoftrc.sample +usr/share/openal/hrtf/default-44100.mhr +usr/share/openal/hrtf/default-48000.mhr |