[SCM] ALURE packaging branch, master, updated. debian/1.2-1-9-g078ece3

Andres Mejia mcitadel at gmail.com
Sun Sep 25 16:41:12 UTC 2011


The following commit has been merged in the master branch:
commit 1145ccd441340d745ba4247b80f39f9754cdb889
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Sun Sep 25 12:05:58 2011 -0400

    Create new package to install utility programs.

diff --git a/debian/alure-utils.install b/debian/alure-utils.install
new file mode 100644
index 0000000..1df36c6
--- /dev/null
+++ b/debian/alure-utils.install
@@ -0,0 +1 @@
+usr/bin/*
diff --git a/debian/libalure-dev.manpages b/debian/alure-utils.manpages
similarity index 100%
rename from debian/libalure-dev.manpages
rename to debian/alure-utils.manpages
diff --git a/debian/control b/debian/control
index dcb956e..9a95d48 100644
--- a/debian/control
+++ b/debian/control
@@ -86,3 +86,29 @@ Description: AL Utilities REtooled (documentation)
  individually disabled outright at compile time.
  .
  This package installs the ALURE documentation.
+
+Package: alure-utils
+Section: utils
+Architecture: any
+Depends: libalure1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Replaces: libalure-dev (<< 1.2-2)
+Breaks: libalure-dev (<< 1.2-2)
+Description: AL Utilities REtooled (utilities)
+ 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.
+ .
+ Currently ALURE includes a basic .wav and .aif file reader, and can leverage
+ external libraries such as libSndFile (for extended wave formats and several
+ others), VorbisFile (for Ogg Vorbis), and FLAC (for FLAC and Ogg FLAC), and
+ others. External libraries can also be dynamically loaded at run-time, or
+ individually disabled outright at compile time.
+ .
+ This package installs the various ALURE utility programs.
diff --git a/debian/libalure-dev.install b/debian/libalure-dev.install
index 8a1cc56..d63d5bf 100644
--- a/debian/libalure-dev.install
+++ b/debian/libalure-dev.install
@@ -1,4 +1,3 @@
-usr/bin/*
 usr/lib/*/libalure.so
 usr/lib/*/libalure-static.a
 usr/lib/*/pkgconfig

-- 
ALURE packaging



More information about the Pkg-games-commits mailing list