From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 108116 invoked by alias); 14 Aug 2018 10:11:13 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 108020 invoked by uid 89); 14 Aug 2018 10:11:12 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,KAM_NUMSUBJECT autolearn=no version=3.3.2 spammy=audio, HAuthentication-Results:auth, HX-HELO:sk:localho X-HELO: localhost.localdomain Received: from localhost (HELO localhost.localdomain) (127.0.0.1) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 14 Aug 2018 10:11:11 +0000 Reply-To: cygwin@cygwin.com Return-Path: Authentication-Results: sourceware.org; auth=none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fishpost-de.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=R977KC6ZYtb0WOVJ0GOUuU6L8EhacQYnU1OxucObJM4=; b=QMOdkFtRVubv7bHKJ/aui973b744pfi/Y/A+RpMvrIbft0vJnLiyNXDe2CXcIfwOik D+VFC4TLg48wb+UIWamhiOOaDEAAMysPU+r31qCYo7vtc5pzmP9xIpfya+beruOeE6/U aToEDr8y5iqvHGkfSB3WZv+Ev3Cgg3IQsOJrhu7Z4vHocCQZmHwXWgIp3kzUp4FeBT7l iLTgcTzbKHX6eVQO/4T5zfkiegKtMT1h1sIOZtAOnOGJPAr2ub7OJuKVwzHYqJfgnvXZ nUmKvBFH+haK6Qu0PXGRCq43DYKGvanF5fs9xp0eWR06TBJxgbCnAj7zZ9PXAC0IrEiP IOZA== MIME-Version: 1.0 From: Bastian Germann Date: Tue, 14 Aug 2018 10:11:00 -0000 Message-Id: Subject: [ANNOUNCEMENT] alure 1.2-3 To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" Sender: qmail alias X-SW-Source: 2018-08/txt/msg00169.txt.bz2 The following packages have been uploaded to the Cygwin distribution: * alure-doc-1.2-3 * alure-utils-1.2-3 * libalure-devel-1.2-3 * libalure1-1.2-3 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 consistent across platforms, so no special checks are needed when loading files, and all formats are handled through the same API. CHANGES * use ninja build system -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple