head	1.2;
access;
symbols
	pkgsrc-2026Q1:1.2.0.52
	pkgsrc-2026Q1-base:1.2
	pkgsrc-2025Q4:1.2.0.50
	pkgsrc-2025Q4-base:1.2
	pkgsrc-2025Q3:1.2.0.48
	pkgsrc-2025Q3-base:1.2
	pkgsrc-2025Q2:1.2.0.46
	pkgsrc-2025Q2-base:1.2
	pkgsrc-2025Q1:1.2.0.44
	pkgsrc-2025Q1-base:1.2
	pkgsrc-2024Q4:1.2.0.42
	pkgsrc-2024Q4-base:1.2
	pkgsrc-2024Q3:1.2.0.40
	pkgsrc-2024Q3-base:1.2
	pkgsrc-2024Q2:1.2.0.38
	pkgsrc-2024Q2-base:1.2
	pkgsrc-2024Q1:1.2.0.36
	pkgsrc-2024Q1-base:1.2
	pkgsrc-2023Q4:1.2.0.34
	pkgsrc-2023Q4-base:1.2
	pkgsrc-2023Q3:1.2.0.32
	pkgsrc-2023Q3-base:1.2
	pkgsrc-2023Q2:1.2.0.30
	pkgsrc-2023Q2-base:1.2
	pkgsrc-2023Q1:1.2.0.28
	pkgsrc-2023Q1-base:1.2
	pkgsrc-2022Q4:1.2.0.26
	pkgsrc-2022Q4-base:1.2
	pkgsrc-2022Q3:1.2.0.24
	pkgsrc-2022Q3-base:1.2
	pkgsrc-2022Q2:1.2.0.22
	pkgsrc-2022Q2-base:1.2
	pkgsrc-2022Q1:1.2.0.20
	pkgsrc-2022Q1-base:1.2
	pkgsrc-2021Q4:1.2.0.18
	pkgsrc-2021Q4-base:1.2
	pkgsrc-2021Q3:1.2.0.16
	pkgsrc-2021Q3-base:1.2
	pkgsrc-2021Q2:1.2.0.14
	pkgsrc-2021Q2-base:1.2
	pkgsrc-2021Q1:1.2.0.12
	pkgsrc-2021Q1-base:1.2
	pkgsrc-2020Q4:1.2.0.10
	pkgsrc-2020Q4-base:1.2
	pkgsrc-2020Q3:1.2.0.8
	pkgsrc-2020Q3-base:1.2
	pkgsrc-2020Q2:1.2.0.6
	pkgsrc-2020Q2-base:1.2
	pkgsrc-2020Q1:1.2.0.2
	pkgsrc-2020Q1-base:1.2
	pkgsrc-2019Q4:1.2.0.4
	pkgsrc-2019Q4-base:1.2
	pkgsrc-2019Q3:1.1.0.10
	pkgsrc-2019Q3-base:1.1
	pkgsrc-2019Q2:1.1.0.8
	pkgsrc-2019Q2-base:1.1
	pkgsrc-2019Q1:1.1.0.6
	pkgsrc-2019Q1-base:1.1
	pkgsrc-2018Q4:1.1.0.4
	pkgsrc-2018Q4-base:1.1
	pkgsrc-2018Q3:1.1.0.2
	pkgsrc-2018Q3-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2019.10.23.00.17.54;	author maya;	state Exp;
branches;
next	1.1;
commitid	BNd9Rd8RttTZkVHB;

1.1
date	2018.09.21.13.24.34;	author maya;	state Exp;
branches;
next	;
commitid	pj1p4fQqXcQasYSA;


desc
@@


1.2
log
@alure: use a PLIST variable to account for different names on macos.

From Clement Bouvier in PR pkg/54418, modified to be in the existing
PLIST file, to make it obvious for non-macos updates that if a new
file gets added, it shoudl be added for the mac variant naming as well.
@
text
@@@comment $NetBSD: PLIST,v 1.1 2018/09/21 13:24:34 maya Exp $
${PLIST.alincldir}include/AL/alure.h
${PLIST.openalincldir}include/OpenAL/alure.h
lib/libalure-static.a
lib/libalure.so
lib/libalure.so.1
lib/libalure.so.${PKGVERSION}.0
lib/pkgconfig/alure-static.pc
lib/pkgconfig/alure.pc
share/doc/alure/html/files/alure-cpp.html
share/doc/alure/html/files/buffer-cpp.html
share/doc/alure/html/files/istream-cpp.html
share/doc/alure/html/files/stream-cpp.html
share/doc/alure/html/files/streamplay-cpp.html
share/doc/alure/html/index.html
share/doc/alure/html/index/Functions.html
share/doc/alure/html/index/General.html
share/doc/alure/html/javascript/main.js
share/doc/alure/html/javascript/searchdata.js
share/doc/alure/html/search/FunctionsA.html
share/doc/alure/html/search/GeneralA.html
share/doc/alure/html/search/GeneralF.html
share/doc/alure/html/search/GeneralM.html
share/doc/alure/html/search/GeneralS.html
share/doc/alure/html/search/NoResults.html
share/doc/alure/html/styles/1.css
share/doc/alure/html/styles/2.css
share/doc/alure/html/styles/main.css
@


1.1
log
@Add alure 1.2

ALURE is a utility library to help manage common tasks with OpenAL
applications. This includes device enumeration and initialization, file
loading, and streaming.

The purpose of this library is to provide pre-made functionality that would
otherwise be repetitive or difficult to (re)code for various projects and
platforms, such as loading a sound file into an OpenAL buffer and streaming an
audio file through a buffer queue. Support for different formats is consistant
across platforms, so no special checks are needed when loading files, and all
formats are handled through the same API.

Packaged by Bastian Germann in PR pkg/53613.
@
text
@d1 3
a3 2
@@comment $NetBSD$
include/AL/alure.h
@

