From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 104591 invoked by alias); 17 Sep 2016 10:32:06 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 104576 invoked by uid 89); 17 Sep 2016 10:32:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM autolearn=ham version=3.3.2 spammy=H*UA:i686, H*u:i686, ldesc, sdesc X-HELO: mail-wm0-f51.google.com Received: from mail-wm0-f51.google.com (HELO mail-wm0-f51.google.com) (74.125.82.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 17 Sep 2016 10:31:55 +0000 Received: by mail-wm0-f51.google.com with SMTP id d66so131203wmf.0 for ; Sat, 17 Sep 2016 03:31:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:subject:to:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=EEz4Az8d/tEzF3Ipk+ZE06xv4r1iRoJj4PYmvve+/RQ=; b=Pr/jVnkX9WqvqlGpCT0alom/J2G/9pYOiuANCFEqWG7XAq9Rww3XFAF1wKwJI882jg +V4EyFqlU3FsVmYw0GmFpkK3BtZ7GdQsQ+0Q2oLiW1wiSKfyaLpRLeJufv15k8w8zqwY Ak5BLdUiug9CZ8BDQBOqwJTqNKbiDivmCxx8akRMeKyp2YjOPdz6kGA/SNF5TCcD4jI4 7La3GvvB5ZTGZF6zHkQI/ZeF+eA7yr8EwLNEWY0vEpi8MERteQPC/BBjn72kQHz7qgsO 9CAQ+dddCXomev+UilPAfP92v21+hb1sKEu8+2ZXshrMT6fAv0Zpr+pMm0uJAOsA4h9f JqCQ== X-Gm-Message-State: AE9vXwOQGdIlAiDSqOqkPeZ/tuBLjdUJcvy7yxlsb8CaAdGEqdQnxSfHzwZX/38IjY68lQ== X-Received: by 10.194.178.130 with SMTP id cy2mr16086609wjc.138.1474108313121; Sat, 17 Sep 2016 03:31:53 -0700 (PDT) Received: from [192.168.0.35] (p57A5DF4E.dip0.t-ipconnect.de. [87.165.223.78]) by smtp.gmail.com with ESMTPSA id bo7sm12549037wjb.28.2016.09.17.03.31.52 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 17 Sep 2016 03:31:52 -0700 (PDT) From: Bastian Germann Subject: [ITP] alure 1.2 To: cygwin-apps@cygwin.com X-Enigmail-Draft-Status: N1110 Message-ID: <63e7af2d-03ee-802e-dfdd-9eb2152d839f@fishpost.de> Date: Sat, 17 Sep 2016 10:32:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Icedove/45.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg00028.txt.bz2 Hi, I have packaged alure and would like to become a maintainer for it. alure is available at http://kcat.strangesoft.net/alure.html and MIT/X11 licensed. The major GNU/Linux distributions include it in their repositories, e.g. Debian: https://packages.debian.org/source/jessie/alure In the following the package URLs are listed, followed by the content of the setup.hint file: ##################################################################### http://germann-home.de/x86/alure/alure-1.2-1-src.tar.xz http://germann-home.de/x86/alure/setup.hint skip: http://germann-home.de/x86/alure/alure-debuginfo/alure-debuginfo-1.2-1.tar.xz http://germann-home.de/x86/alure/alure-debuginfo/setup.hint category: Debug requires: cygwin-debuginfo external-source: alure sdesc: "Debug info for alure" ldesc: "This package contains files necessary for debugging the alure package with gdb." http://germann-home.de/x86/alure/alure-doc/alure-doc-1.2-1.tar.xz http://germann-home.de/x86/alure/alure-doc/setup.hint category: Doc requires: sdesc: "AL Utilities REtooled" ldesc: "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. This package installs the ALURE documentation." external-source: alure http://germann-home.de/x86/alure/alure-utils/alure-utils-1.2-1.tar.xz http://germann-home.de/x86/alure/alure-utils/setup.hint category: Utils requires: cygwin libalure1 libopenal1 sdesc: "AL Utilities REtooled" ldesc: "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. This package installs the various ALURE utility programs." external-source: alure http://germann-home.de/x86/alure/libalure-devel/libalure-devel-1.2-1.tar.xz http://germann-home.de/x86/alure/libalure-devel/setup.hint category: Libs Devel requires: libalure1 libopenal-devel pkg-config sdesc: "AL Utilities REtooled" ldesc: "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. This package contains the files necessary for development." external-source: alure http://germann-home.de/x86/alure/libalure1/libalure1-1.2-1.tar.xz http://germann-home.de/x86/alure/libalure1/setup.hint category: Libs requires: cygwin libgcc1 libmodplug1 libopenal1 libsndfile1 libstdc++6 libvorbisfile3 sdesc: "AL Utilities REtooled" ldesc: "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. This package installs the ALURE shared library." external-source: alure ##################################################################### There is also a x86_64 version available at http://germann-home.de/x86_64. Regards, Bastian