From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8423 invoked by alias); 13 Nov 2016 21:12:22 -0000 Mailing-List: contact cygwin-announce-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-announce-owner@cygwin.com Reply-To: The Cygwin Mailing List Mail-Followup-To: cygwin-announce@cygwin.com Received: (qmail 120098 invoked by uid 89); 13 Nov 2016 21:08:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM autolearn=no version=3.3.2 spammy=Hx-languages-length:786, H*MI:google, H*Ad:U*cygwin-announce, HTo:U*cygwin-announce X-HELO: mail-wm0-f68.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:from:to:date:subject; bh=OYz5rSSD0SI6fsXC5slAyb/sUzinuiSAfI4a65gCcq4=; b=CZVX1fRhTkQPaaLVk5kRMevZNmm5R5cbGAG/l997qfIhZrhaa64xTvOqdUvo3LgEEH fgUmKM5NuJwkWKhtAWOKjqaFqdwy/juqE1CXZB3hwEP/mD3sQZOoOKWIIh9a/gfXppTr d9Ed0UJfl2YSzW7bnJ82Cd4HDxGTXE0+js6j3xs3mQ7iozxF8kV7eXWXZAoVU3cuk75M GaG/HeOBxCjxwJpezCqZZD24sxmqlOdDe45LbPoz0i0CnmlGjeeGk/ISw+B3hNeJPk06 AKv92PaSuQsQPMbi/IYt0fZE+h3x0t8ttfXuxloyhtf2/To7KZKPQPqvkemj/fn/XTEh VEnA== X-Gm-Message-State: ABUngvezYAjM06OC3YI0aJFLOiy8LxvtLCfpkL4geQrGKt9GXdFVjvD4qKciQrpDcxaU7A== X-Received: by 10.28.73.135 with SMTP id w129mr6947883wma.42.1479071318232; Sun, 13 Nov 2016 13:08:38 -0800 (PST) Message-ID: <5828d656.12111c0a.6c408.d20b@mx.google.com> From: Bastian Germann To: cygwin-announce@cygwin.com Date: Sun, 13 Nov 2016 21:12:00 -0000 Subject: alure 1.2-2 X-SW-Source: 2016-11/txt/msg00055.txt.bz2 The following packages have been uploaded to the Cygwin distribution: * alure-doc-1.2-2 * alure-utils-1.2-2 * libalure-devel-1.2-2 * libalure1-1.2-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 consistent across platforms, so no special checks are needed when loading files, and all formats are handled through the same API. CHANGES * linked with mpg123