r6738 - in packages/trunk/openal-si: . debian debian/patches

Andres Mejia ceros-guest at alioth.debian.org
Thu Apr 24 06:29:19 UTC 2008


Author: ceros-guest
Date: 2008-04-24 06:29:19 +0000 (Thu, 24 Apr 2008)
New Revision: 6738

Added:
   packages/trunk/openal-si/debian/
   packages/trunk/openal-si/debian/README.Debian
   packages/trunk/openal-si/debian/changelog
   packages/trunk/openal-si/debian/compat
   packages/trunk/openal-si/debian/control
   packages/trunk/openal-si/debian/copyright
   packages/trunk/openal-si/debian/libopenalsi-dev.install
   packages/trunk/openal-si/debian/libopenalsi-dev.manpages
   packages/trunk/openal-si/debian/libopenalsi0.install
   packages/trunk/openal-si/debian/openalsi-config.1
   packages/trunk/openal-si/debian/openalsirc
   packages/trunk/openal-si/debian/patches/
   packages/trunk/openal-si/debian/patches/fix_gcc-4.2.diff
   packages/trunk/openal-si/debian/patches/kfreebsd_linking.diff
   packages/trunk/openal-si/debian/patches/library_name_change.diff
   packages/trunk/openal-si/debian/patches/openal-config_file_modifications.diff
   packages/trunk/openal-si/debian/patches/openalrc_rename.diff
   packages/trunk/openal-si/debian/patches/pkg-config_modifications.diff
   packages/trunk/openal-si/debian/patches/series
   packages/trunk/openal-si/debian/patches/undocumented_alext_header.diff
   packages/trunk/openal-si/debian/patches/x64_64-disable-MMX.diff
   packages/trunk/openal-si/debian/rules
   packages/trunk/openal-si/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: packages/trunk/openal-si/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/trunk/openal-si/debian/README.Debian
===================================================================
--- packages/trunk/openal-si/debian/README.Debian	                        (rev 0)
+++ packages/trunk/openal-si/debian/README.Debian	2008-04-24 06:29:19 UTC (rev 6738)
@@ -0,0 +1,44 @@
+OpenAL Soft and OpenAL
+======================
+This package is the OpenAL Sample Implementation (SI) library hosted by
+Creative. It has been unmaintained for a long time. A more active project,
+OpenAL Soft, seeks to create an implementation of the OpenAL 3D audio API. The
+OpenAL Soft libraries have been chosen as the main "OpenAL" libraries since the
+OpenAL Soft project is more active. Because of this, the openal library files
+have been renamed to "openalsi" while the libraries from the OpenAL Soft
+project use the name "openal".
+
+Debian-specific notes about the openal-Package
+==============================================
+
+The openal library supports several ways of audio output like OSS or esd.
+By default, only the platform's native audio output (OSS on Linux systems)
+is tried.  To try OSS output first, and fall back to esd, you can add the
+following line to your ~/.openalrc:
+
+(define devices '(native esd))
+
+When building applications with openal support, don't forget to explicitly
+link with `sdl-config --libs`.  Otherwise, various X libs that SDL depends on
+won't be pulled in even when linking dynamically.  For static builds, all
+those libs need to be listed anyway.
+
+2002-03-01	Daniel Kobras <kobras at debian.org>
+
+Old NEWS
+========
+openal (1:0.0.8-1) unstable; urgency=low
+
+  This version of openal introduces a somewhat strange packagename. This is to
+  indicate that this version of openal is NOT binary compatible with the
+  previous version of libopenal.so.0. This is mainly because the freealut API
+  was dropped to its own library.
+
+  Package maintainers: Please add libfreealut-dev to your build dependencies.
+  Let pkg-games-devel at lists.alioth.debian.org know if you are having problems
+  getting your package built against openal 0.0.8.
+
+  Upstream intends to bump SONAME in their next Upstream release. We will then
+  rename the package name again to libopenal1.
+
+ -- Reinhard Tartler <siretart at tauware.de>  Tue, 21 Feb 2006 15:40:32 +0100

Added: packages/trunk/openal-si/debian/changelog
===================================================================
--- packages/trunk/openal-si/debian/changelog	                        (rev 0)
+++ packages/trunk/openal-si/debian/changelog	2008-04-24 06:29:19 UTC (rev 6738)
@@ -0,0 +1,277 @@
+openal-si (1:0.0.8-8~experimental0) experimental; urgency=low
+
+  [ Andres Mejia ]
+  * Fix up packaging.
+  * Added Homepage and Vcs entries in control file.
+  * Update package descriptions.
+  * Removed Eddy Petrișor from Uploaders field. He consented to this.
+  * Also Build-Depends on libsdl-dev (>= 1.2.7).
+  * Add Build-Depends of libtool and automake.
+  * Supply some DEB_BUILD_OPTIONS.
+  * Allowing options used when running ./configure to be overridable with the
+    use of the DEB_OPENAL_OPTIONS variable.
+  * Don't patch configure file itself, only files that generate configure.
+  * Rename the library as openalsi. The pkgconfig file, openal-config, and
+    openalrc file are renamed accordingly.
+  * Headers will reside in /usr/include/openalsi/AL.
+  * Also install OpenAL 1.1 Spec documentation.
+
+ -- Andres Mejia <mcitadel at gmail.com>  Wed, 23 Apr 2008 22:35:04 -0400
+
+openal (1:0.0.8-7) unstable; urgency=low
+
+  [ Emmet Hikory ]
+  * Add x64_64-disable-MMX.diff to restore AMD64 SMP support (Closes: #428375)
+
+  [ Reinhard Tartler ]
+  * Add Emmet to uploaders.
+
+ -- Reinhard Tartler <siretart at tauware.de>  Fri, 30 Nov 2007 17:33:59 +0100
+
+openal (1:0.0.8-6) unstable; urgency=low
+
+  * Continue the switch to quilt by moving all source modifications from the
+    .diff.gz to patches under debian/patches:
+    - kfreebsd_linking.diff:
+        Solve the bad linking on GNU/kFreeBSD;
+    - pkg-config_drop_requirements.diff:
+        Drop @requirements@ from the .pc file;
+    - undocumented_alext_header.diff:
+        Undocumented header addition.
+  * Make the package binNMU safe by replacing `${Source-Version}' with
+    `${binary:Version}'.
+  * Add a lintian override about the package name not matching the SONAME,
+    this being due to the `a' transition.
+  * Don't ignore `make distclean' (add a condition on the presence of a
+    Makefile, but don't use a dash to ignore the potential errors).
+  * Add Homepage links in the control file.
+  * Add a watch file.
+
+ -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Wed, 25 Jul 2007 21:58:22 +0200
+
+openal (1:0.0.8-5) unstable; urgency=low
+
+  * Apply Martin Michlmayr's patch to fix a FTBFS with gcc-4.2
+    (Closes: #379862)
+    - add a build dependency on quilt
+  * Add myself in uploaded
+
+ -- Gonéri Le Bouder <goneri at rulezlan.org>  Thu, 28 Jun 2007 17:46:36 +0200
+
+openal (1:0.0.8-4) unstable; urgency=low
+
+  * Added a patch from Petr Salinger to make the package build correctly on
+    GNU/kFreeBSD architectures: fixes missing -pthread on linking
+    (Closes: #403811).
+
+ -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Sun, 10 Dec 2006 14:20:07 +0000
+
+openal (1:0.0.8-3) unstable; urgency=high
+
+  * Changed `$(PWD)' to `$(CURDIR)' in debian/rules, which fixes the FTBFS on
+    buildds using `sudo' and not `fakeroot', since the $(PWD) is changed when
+    sudo is invoked, due to the user change (Closes: #402408).
+  * Urgency set to `high' due to RC-buggyness.
+  * Added myself in the Uploaders field.
+
+ -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Sun, 10 Dec 2006 10:09:35 +0000
+
+openal (1:0.0.8-2) unstable; urgency=medium
+
+  [ Eddy Petrişor ]
+  * added myself to uploaders
+  * Fix FTBFS on GNU/kFreeBSD (closes: #368626)
+
+  [ Reinhard Tartler]
+  * don't build depend on libasound2-dev on kfreebsd-amd64 (Closes: #361472)
+  * Updated Standards-Version to 3.7.2 (no changes needed)
+
+  [ Emmet Hikory <emmet.hikory at gmail.com> ]
+  * Added /etc/openalrc to default to ALSA for output (Closes: #346109)
+
+ -- Reinhard Tartler <siretart at tauware.de>  Wed, 11 Oct 2006 22:07:21 +0200
+
+openal (1:0.0.8-1) unstable; urgency=low
+
+  [ Thierry Reding ]
+  * New upstream version.
+  * Added epoch to cope with the change in the versioning scheme.
+
+  [ Reinhard Tartler ]
+  * Renamed libopenal0 to libopenal0a. This package is binary incompatible to
+    to the drop of freealut. Upstream will bump SONAME on next release.
+  * Replacing/Conflicting old libopenal0
+  * admin/pkgconfig/openal.pc.in: drop @requirements at . This variable got
+    forgot to be substituted
+
+ -- Reinhard Tartler <siretart at tauware.de>  Fri, 24 Feb 2006 11:41:36 +0100
+
+openal (0.2005080600-3) unstable; urgency=low
+
+  * New Maintainer (Closes: #352950)
+  * create a correct shlibs file (Closes: #276979)
+  * Support kFreeBSD-i386 and hurd-i386 in not build depending on libasound2-dev
+    on those architectures (Closes: #327700)
+  * Acknowledge NMUs (Closes: #199557, #283117)
+  * updated fsf address
+  * Using debhelper compat level 5 now
+
+ -- Reinhard Tartler <siretart at tauware.de>  Wed, 15 Feb 2006 17:06:08 +0100
+
+openal (0.2005080600-2.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Reapply the previous NMU patches for fixing mips(el) builds
+    (Closes: #199557, #283117)
+
+ -- Frank Lichtenheld <djpig at debian.org>  Thu, 13 Oct 2005 19:27:27 +0200
+
+openal (0.2005080600-2) unstable; urgency=low
+
+  * added openal-config (Closes: #323054)
+  * changing libopenal-dev Section from devel to libdevel
+
+ -- Dan Helfman <witten at debian.org>  Tue, 23 Aug 2005 19:36:40 -0700
+
+openal (0.2005080600-1) unstable; urgency=high
+
+  * New upstream CVS export
+  * Updated Standards-Version to 3.6.2.1
+  * Replaced libsmpeg0 Depends with libsmpeg0c2 (Closes: #320508)
+
+ -- Dan Helfman <witten at debian.org>  Sat,  6 Aug 2005 15:32:22 -0700
+
+openal (0.2004090900-1.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Applied patch by Peter de Schrijver <p2 at ulyssis.org> removing
+    the BROKEN_LIBIO blobs for mips/mipsel (Closes: #283117).
+  * Reran linux/autogen.sh.
+
+ -- Michael Banck <mbanck at debian.org>  Wed,  1 Dec 2004 18:03:58 +0100
+
+openal (0.2004090900-1) unstable; urgency=low
+
+  * New upstream CVS export (Closes: #241799).
+  * Removed unuseful arches from sources (for eg win weighted 2.7Mo).
+  * Relibtoolized (no more running autogen in 'debian/rules').
+  * Built with alsa, arts, sdl and capture support (Closes: #193547,
+    #237700).
+  * Compatibility level set to 4.
+  * Removed unuseful 'libopenal0.shlibs', 'libopenal0.postinst',
+    'libopenal0.postrm'.
+  * Corrected build-deps and versions in 'debian/control'.
+  * Rewrote 'debian/copyright'.
+  * 'debian/rules' cleanups.
+  * Removed dot at the end of short descriptions.
+  * Updated Standards-Version to '3.6.1.1'.
+  * Declared an info file section.
+  * Much thanks to Marc Dequenes <Duck at DuckCorp.org> for packaging
+
+ -- Dan Helfman <witten at debian.org>  Thu, 09 Sep 2004 21:11:13 -0700
+
+openal (0.2003020200-1.2) unstable; urgency=low
+
+  * NMU
+  * linux/configure.in: s/--library-libs/--libs/g . Closes: #213920
+  * linux/src/al_siteconfig.h: s/errnos/errno/ . Closes: #199557
+  * linux/audioconvert/ac_channels: fix acConvertMono() for big endian
+    machines
+
+ -- Michel Daenzer <daenzer at debian.org>  Sun,  2 Nov 2003 14:51:15 +0100
+
+openal (0.2003020200-1.1) unstable; urgency=low
+
+  * NMU to fix breakage caused by libvorbis0a rename. Closes: #185313
+
+ -- Michael Banck <mbanck at debian.org>  Thu,  3 Apr 2003 15:06:06 +0200
+
+openal (0.2003020200-1) unstable; urgency=low
+
+  * New upstream CVS export.
+
+ -- Dan Helfman <witten at torsion.org>  Sun,  2 Feb 2003 23:44:02 -0800
+
+openal (0.2003011300-1) unstable; urgency=low
+
+  * Much-needed new upstream CVS export. Closes: #160319, #152692, #175062,
+    #115490, #110430, #117628, #123338, #105993
+
+ -- Dan Helfman <witten at torsion.org>  Mon, 13 Jan 2003 15:25:05 -0800
+
+openal (0.2001061600-2.4) unstable; urgency=low
+
+  * NMU to fix breakage caused by libvorbis0 split.
+
+ -- Christopher L Cheney <ccheney at debian.org>  Mon, 29 Jul 2002 23:00:00 -0500
+
+openal (0.2001061600-2.3) unstable; urgency=low
+
+  * NMU
+  * configure.in: Use '--library-libs' on sdl-config and dependents to find
+    out what we need to link against.  This change needs to be refined should
+    the package ever start to ship openal-linked executables.  The current
+    utils directory is empty anyway, so this issue is moot right now.
+  * Document implications of above change in README.Debian.
+  * Add hint from Sebastien Sable <Sebastien.Sable at snv.jussieu.fr> for
+    OSS/esd configuration to README.Debian.
+
+ -- Daniel Kobras <kobras at debian.org>  Fri,  1 Mar 2002 19:36:22 +0100
+
+openal (0.2001061600-2.2) unstable; urgency=low
+
+  * NMU
+  * Do make distclean in clean target.  Removes x86-centric cache files,
+    and all of a sudden, the world ain't 32bit, little endian anymore.
+    Closes: #110430, #123338
+  * Removed build-dep on automake, which this package never used.
+  * Added build-dep on autoconf, which this package uses.  Zap
+    auto-generated files in clean target--no need to pollute the diff.
+  * Build-dep on autotools-dev, use provided config.{sub,guess}.
+  * Build-dep on Brandenized version of libsdl1.2-dev. Closes: #117628
+  * Build-dep on esd, smpeg, vorbis, and enable in configure call.
+    Closes: #105993
+  * Pass dpkg-provided architecture to configure.
+  * Only call ldconfig in libopenal0 postinst when we configure.
+  * Call ldconfig in libopenal0 postrm when we remove.
+  * Remove emacs blurb from end of changelog.
+  * Complies to policy version 3.5.6.  Adjust standards version.
+
+ -- Daniel Kobras <kobras at debian.org>  Sun, 24 Feb 2002 18:31:05 +0100
+
+openal (0.2001061600-2.1) unstable; urgency=low
+
+  * NMU
+  * Remove gratuitous architecture restrictions in
+    debian/control.  (closes: Bug#115490)
+
+ -- Doug Porter <dsp at debian.org>  Fri,  2 Nov 2001 14:19:39 -0500
+
+openal (0.2001061600-2) unstable; urgency=low
+
+  * Added Build-Depends for texinfo. Closes: 101234
+  * Added section to openal.texi as per lintian's warning.
+
+ -- Dan Helfman <witten at torsion.org>  Sun, 17 Jun 2001 14:03:40 -0700
+
+openal (0.2001061600-1) unstable; urgency=low
+
+  * New upstream CVS export.
+  * Now builds on alpha Architecture (by turning off -Werror). Closes: 82844
+  * Included openal.info API documentation in libopenal-dev. Closes: 83163
+  * Changed package versioning scheme to placate dpkg.
+
+ -- Dan Helfman <witten at torsion.org>  Fri, 15 Jun 2001 22:25:30 -0700
+
+openal (0.0.200101102349-2) unstable; urgency=low
+
+  * Added sparc and powerpc to Architecture.
+
+ -- Dan Helfman <witten at torsion.org>  Sun, 14 Jan 2001 02:25:26 -0800
+
+openal (0.0.200101102349-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Dan Helfman <witten at debian.org>  Wed, 10 Jan 2001 23:54:31 -0800
+

Added: packages/trunk/openal-si/debian/compat
===================================================================
--- packages/trunk/openal-si/debian/compat	                        (rev 0)
+++ packages/trunk/openal-si/debian/compat	2008-04-24 06:29:19 UTC (rev 6738)
@@ -0,0 +1 @@
+5

Added: packages/trunk/openal-si/debian/control
===================================================================
--- packages/trunk/openal-si/debian/control	                        (rev 0)
+++ packages/trunk/openal-si/debian/control	2008-04-24 06:29:19 UTC (rev 6738)
@@ -0,0 +1,49 @@
+Source: openal-si
+Section: libs
+Priority: optional
+Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
+Uploaders: Reinhard Tartler <siretart at tauware.de>, Thierry Reding <thierry at doppeltgemoppelt.de>, Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>, Gonéri Le Bouder <goneri at rulezlan.org>, Emmet Hikory <emmet.hikory at gmail.com>, Andres Mejia <mcitadel at gmail.com>
+Build-Depends: debhelper (>= 5.0.0), texinfo, quilt, libtool, automake, libsdl1.2-dev (>= 1.2.7) | libsdl-dev (>= 1.2.7), libesd0-dev, libsmpeg-dev, libvorbis-dev (>= 1.0.1), libasound2-dev (>= 1.0.5) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libarts1-dev (>= 1.3.0)
+Standards-Version: 3.7.3
+Homepage: Homepage: http://openal.org/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/openal-si/?op=log
+Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/openal-si
+
+Package: libopenalsi0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: OpenAL Sample Implementation (libraries)
+ OpenAL, the Open Audio Library, is a joint effort to create an open,
+ vendor-neutral, cross-platform API for interactive, primarily spatialized
+ audio. OpenAL's primary audience are application developers and desktop
+ users that rely on portable standards like OpenGL, for games and other
+ multimedia applications.
+ .
+ This is the OpenAL Sample Implementation (SI) hosted by Creative. It has been
+ unmaintained for a long time. A more active project that seeks to create an
+ implementation of the OpenAL 3D audio API has been founded and is named OpenAL
+ Soft. The OpenAL Soft libraries have been chosen over the OpenAL SI libraries
+ and thus, the OpenAL SI libraries have been renamed to "openalsi".
+ .
+ This package contains the OpenAL Sample Implementation libraries.
+
+Package: libopenalsi-dev
+Section: libdevel
+Architecture: any
+Depends: libopenalsi0 (= ${binary:Version})
+Description: OpenAL Sample Implementation (development files)
+ OpenAL, the Open Audio Library, is a joint effort to create an open,
+ vendor-neutral, cross-platform API for interactive, primarily spatialized
+ audio. OpenAL's primary audience are application developers and desktop
+ users that rely on portable standards like OpenGL, for games and other
+ multimedia applications.
+ .
+ This is the OpenAL Sample Implementation (SI) hosted by Creative. It has been
+ unmaintained for a long time. A more active project that seeks to create an
+ implementation of the OpenAL 3D audio API has been founded and is named OpenAL
+ Soft. The OpenAL Soft libraries have been chosen over the OpenAL SI libraries
+ and thus, the OpenAL SI libraries have been renamed to "openalsi".
+ .
+ This package contains the headers and static libraries of the OpenAL Sample
+ Implementation.

Added: packages/trunk/openal-si/debian/copyright
===================================================================
--- packages/trunk/openal-si/debian/copyright	                        (rev 0)
+++ packages/trunk/openal-si/debian/copyright	2008-04-24 06:29:19 UTC (rev 6738)
@@ -0,0 +1,31 @@
+This package was debianized by Dan Helfman <witten at debian.org> on
+Fri, 15 Dec 2000 01:31:53 -0800.
+
+It was downloaded from http://www.openal.org/
+
+More information is available at http://www.openal.org/
+
+Copyright:
+
+   OpenAL is copyright (c) 2004 OpenAL Development Team.
+   (see '/usr/share/doc/libopenal0/CREDITS' for a complete list of
+   developpers)
+
+   This package is free software; you can redistribute it and/or modify
+   it under the terms of the GNU Library General Public License as
+   published by the Free Software Foundation; version 2 dated June,
+   1991.
+
+   This package is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU Library General Public License for more details.
+
+   You should have received a copy of the GNU Library General Public
+   License along with this package; if not, write to the Free Software
+   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+   MA 02110-1301, USA.
+
+
+On Debian systems, the complete text of the GNU Library General
+Public License can be found in `/usr/share/common-licenses/LGPL-2'.

Added: packages/trunk/openal-si/debian/libopenalsi-dev.install
===================================================================
--- packages/trunk/openal-si/debian/libopenalsi-dev.install	                        (rev 0)
+++ packages/trunk/openal-si/debian/libopenalsi-dev.install	2008-04-24 06:29:19 UTC (rev 6738)
@@ -0,0 +1,6 @@
+debian/tmp/usr/include/*
+debian/tmp/usr/lib/lib*.a
+debian/tmp/usr/lib/lib*.so
+debian/tmp/usr/lib/*.la
+debian/tmp/usr/lib/pkgconfig/*
+debian/tmp/usr/bin/*

Added: packages/trunk/openal-si/debian/libopenalsi-dev.manpages
===================================================================
--- packages/trunk/openal-si/debian/libopenalsi-dev.manpages	                        (rev 0)
+++ packages/trunk/openal-si/debian/libopenalsi-dev.manpages	2008-04-24 06:29:19 UTC (rev 6738)
@@ -0,0 +1 @@
+debian/openalsi-config.1

Added: packages/trunk/openal-si/debian/libopenalsi0.install
===================================================================
--- packages/trunk/openal-si/debian/libopenalsi0.install	                        (rev 0)
+++ packages/trunk/openal-si/debian/libopenalsi0.install	2008-04-24 06:29:19 UTC (rev 6738)
@@ -0,0 +1,2 @@
+debian/tmp/usr/lib/lib*.so.* usr/lib
+debian/openalsirc etc/

Added: packages/trunk/openal-si/debian/openalsi-config.1
===================================================================
--- packages/trunk/openal-si/debian/openalsi-config.1	                        (rev 0)
+++ packages/trunk/openal-si/debian/openalsi-config.1	2008-04-24 06:29:19 UTC (rev 6738)
@@ -0,0 +1,56 @@
+.TH openalsi-config 1 "2006-02-16" "OpenAL Sample Implementation 0.0.8"
+.SH NAME
+openalsi-config \- script to get information about the installed version of OpenAL
+.SH SYNOPSIS
+.B openalsi-config
+[ \-\-prefix=\fIDIR\fR ]
+[ \-\-exec-prefix=\fIDIR\fR ]
+[ \-\-version ] [ \-\-cflags ] [ \-\-libs ]
+.SH DESCRIPTION
+.B openalsi-config
+is a tool that is used to configure and determine the compiler and linker flags
+that should be used to compile and link programs and libraries that use OpenAL.
+.SH OPTIONS
+.TP
+.B \-\-cflags
+Print the compiler flags that are necessary to compile a program or library that
+uses OpenAL.
+.TP
+.BI \-\-exec\-prefix= DIR
+If specified, use \fIDIR\fR instead of the installation exec prefix that OpenAL
+was built with when computing the output for the \-\-cflags and \-\-libs
+options. This option must be specified before any of the \-\-cflags and \-\-libs
+options.
+.TP
+.B \-\-libs
+Print the linker flags that are necessary to link a program or library that uses
+OpenAL.
+.TP
+.BI \-\-prefix= DIR
+If specified, use \fIDIR\fR instead of the installation prefix that OpenAL was
+built with when computing the output for the \-\-cflags and \-\-libs options.
+If \-\-exec\-prefix was not specified, \fIDIR\fR is also used as exec prefix.
+This option must be specified before any of the \-\-cflags and \-\-libs options.
+.TP
+.B \-\-version
+Prints the currently installed version of OpenAL on standard output.
+.SH EXAMPLES
+.PP
+To compile a C source file for use in an executable program that uses OpenAL,
+type a command like this:
+.IP
+.B gcc $(sdl\-config \-\-cflags) \-c main.c \-o main.o
+.PP
+To link the resulting object file into an executable program, use a command like
+the following:
+.IP
+.B gcc \-o my_app main.o util.o $(sdl\-config \-\-libs)
+.SH AUTHOR
+OpenAL was written by Juan Carlos Arevalo Baeza, Jonathan Blow, Keith Charley,
+Scott Draeker, John Grantham, Jacob Hawley, Garin Hiebert, Carlos Hasan, Nathan
+Hill, Bill Huey, Mike Jarosch, Jean-Marc Jot, Maxim Kizub, John Kraft, Bernd
+Kreimeier, Ian Ollmann, Rick Overman, Sean L. Palmer, Sven Panne, Pierre
+Phaneuf, Terry Sikes, Joseph Valenzuela, Michael Vance, and Carlo Vogelsang.
+.PP
+This manual page was written by Thierry Reding for the Debian Project (but may
+be used by others).

Added: packages/trunk/openal-si/debian/openalsirc
===================================================================
--- packages/trunk/openal-si/debian/openalsirc	                        (rev 0)
+++ packages/trunk/openal-si/debian/openalsirc	2008-04-24 06:29:19 UTC (rev 6738)
@@ -0,0 +1,2 @@
+(define devices '(alsa))
+(define alsa-out-device "default")

Added: packages/trunk/openal-si/debian/patches/fix_gcc-4.2.diff
===================================================================
--- packages/trunk/openal-si/debian/patches/fix_gcc-4.2.diff	                        (rev 0)
+++ packages/trunk/openal-si/debian/patches/fix_gcc-4.2.diff	2008-04-24 06:29:19 UTC (rev 6738)
@@ -0,0 +1,22 @@
+Index: openal-0.0.8/common/include/AL/alc.h
+===================================================================
+--- openal-0.0.8.orig/common/include/AL/alc.h	2007-06-28 15:56:06.000000000 +0000
++++ openal-0.0.8/common/include/AL/alc.h	2007-06-28 16:03:26.000000000 +0000
+@@ -187,7 +187,7 @@
+
+ ALC_API void            ALC_APIENTRY alcDestroyContext( ALCcontext *context );
+
+-ALC_API ALCcontext *    ALC_APIENTRY alcGetCurrentContext( ALCvoid );
++ALC_API ALCcontext *    ALC_APIENTRY alcGetCurrentContext( void );
+
+ ALC_API ALCdevice*      ALC_APIENTRY alcGetContextsDevice( ALCcontext *context );
+
+@@ -248,7 +248,7 @@
+ typedef void           (ALC_APIENTRY *LPALCPROCESSCONTEXT)( ALCcontext *context );
+ typedef void           (ALC_APIENTRY *LPALCSUSPENDCONTEXT)( ALCcontext *context );
+ typedef void           (ALC_APIENTRY *LPALCDESTROYCONTEXT)( ALCcontext *context );
+-typedef ALCcontext *   (ALC_APIENTRY *LPALCGETCURRENTCONTEXT)( ALCvoid );
++typedef ALCcontext *   (ALC_APIENTRY *LPALCGETCURRENTCONTEXT)( void );
+ typedef ALCdevice *    (ALC_APIENTRY *LPALCGETCONTEXTSDEVICE)( ALCcontext *context );
+ typedef ALCdevice *    (ALC_APIENTRY *LPALCOPENDEVICE)( const ALCchar *devicename );
+ typedef ALCboolean     (ALC_APIENTRY *LPALCCLOSEDEVICE)( ALCdevice *device );

Added: packages/trunk/openal-si/debian/patches/kfreebsd_linking.diff
===================================================================
--- packages/trunk/openal-si/debian/patches/kfreebsd_linking.diff	                        (rev 0)
+++ packages/trunk/openal-si/debian/patches/kfreebsd_linking.diff	2008-04-24 06:29:19 UTC (rev 6738)
@@ -0,0 +1,11 @@
+--- openal-0.0.8/admin/autotools/m4/acx_pthread.m4	2006-02-11 10:36:55.000000000 +0100
++++ openal/admin/autotools/m4/acx_pthread.m4	2007-07-25 21:44:40.000000000 +0200
+@@ -122,7 +122,7 @@
+         ;;
+
+
+-        *linux*)
++        *linux*|*-k*bsd*-gnu)
+
+         # On Linux we want to actually link to pthread library, so test lib first
+

Added: packages/trunk/openal-si/debian/patches/library_name_change.diff
===================================================================
--- packages/trunk/openal-si/debian/patches/library_name_change.diff	                        (rev 0)
+++ packages/trunk/openal-si/debian/patches/library_name_change.diff	2008-04-24 06:29:19 UTC (rev 6738)
@@ -0,0 +1,192 @@
+Changing library name to openalsi
+=====================================================================
+--- src/Makefile.am.bak	2008-04-23 23:48:09.000000000 -0400
++++ src/Makefile.am	2008-04-23 23:48:03.000000000 -0400
+@@ -1,14 +1,14 @@
+ # We want to build a libopeanl library with libtool.
+-lib_LTLIBRARIES = libopenal.la
++lib_LTLIBRARIES = libopenalsi.la
+
+ # The first path is needed to find <AL/alc.h> and <AL/al.h> and the second one
+ # is needed for <AL/alext.h>
+-libopenal_la_CPPFLAGS =			\
++libopenalsi_la_CPPFLAGS =			\
+ 	-I$(top_srcdir)/common/include	\
+ 	-I$(top_srcdir)/include
+
+-# libopenal consists of the following sources and internal headers:
+-libopenal_la_SOURCES =			\
++# libopenalsi consists of the following sources and internal headers:
++libopenalsi_la_SOURCES =			\
+ 	al_bpool.c			\
+ 	al_bpool.h			\
+ 	al_buffer.c			\
+@@ -65,88 +65,88 @@
+ # backend sources
+
+ if USEBACKENDALSA
+-libopenal_la_SOURCES +=			\
++libopenalsi_la_SOURCES +=			\
+ 	backends/alc_backend_alsa.c
+ endif
+
+ if USEBACKENDARTS
+-libopenal_la_SOURCES +=			\
++libopenalsi_la_SOURCES +=			\
+ 	backends/alc_backend_arts.c
+ endif
+
+ if USEBACKENDNATIVEBSD
+-libopenal_la_SOURCES +=			\
++libopenalsi_la_SOURCES +=			\
+ 	backends/alc_backend_bsd.c
+ endif
+
+ if USEBACKENDNATIVEDARWIN
+-libopenal_la_SOURCES +=			\
++libopenalsi_la_SOURCES +=			\
+ 	backends/alc_backend_darwin.c
+ endif
+
+ if USEBACKENDESD
+-libopenal_la_SOURCES +=			\
++libopenalsi_la_SOURCES +=			\
+ 	backends/alc_backend_esd.c
+ endif
+
+ if USEBACKENDNATIVEIRIX
+-libopenal_la_SOURCES +=			\
++libopenalsi_la_SOURCES +=			\
+ 	backends/alc_backend_irix.c
+ endif
+
+ if USEBACKENDNATIVELINUX
+-libopenal_la_SOURCES +=			\
++libopenalsi_la_SOURCES +=			\
+ 	backends/alc_backend_linux.c
+ endif
+
+ if USEBACKENDNATIVEMORPHOS
+-libopenal_la_SOURCES +=			\
++libopenalsi_la_SOURCES +=			\
+ 	backends/alc_backend_morphos.c
+ endif
+
+ if USEBACKENDNULL
+-libopenal_la_SOURCES +=			\
++libopenalsi_la_SOURCES +=			\
+ 	backends/alc_backend_null.c
+ endif
+
+ if USEBACKENDSDL
+-libopenal_la_SOURCES +=			\
++libopenalsi_la_SOURCES +=			\
+ 	backends/alc_backend_sdl.c
+ endif
+
+ if USEBACKENDNATIVESOLARIS
+-libopenal_la_SOURCES +=			\
++libopenalsi_la_SOURCES +=			\
+ 	backends/alc_backend_solaris.c
+ endif
+
+ if USEBACKENDWAVEOUT
+-libopenal_la_SOURCES +=			\
++libopenalsi_la_SOURCES +=			\
+ 	backends/alc_backend_wave.c
+ endif
+
+ if USEBACKENDNATIVEWINDOWS
+-libopenal_la_SOURCES +=			\
++libopenalsi_la_SOURCES +=			\
+ 	backends/alc_backend_windows.c
+ endif
+
+-libopenal_la_SOURCES +=			\
++libopenalsi_la_SOURCES +=			\
+ 	backends/alc_backend.c \
+ 	backends/alc_backend.h
+
+ # processor-specific sources
+
+ if X86ENABLED
+-libopenal_la_SOURCES +=			\
++libopenalsi_la_SOURCES +=			\
+ 	arch/i386/x86_floatmul.c	\
+ 	arch/i386/x86_cpu_caps_prk.c	\
+ 	arch/i386/x86_cpu_caps_prk.h	\
+ 	arch/i386/x86_simd_support_prk.h
+
+ if X86MMXENABLED
+-libopenal_la_CPPFLAGS +=		\
++libopenalsi_la_CPPFLAGS +=		\
+ 	-I$(top_srcdir)/src/arch/i386
+
+-libopenal_la_SOURCES +=			\
++libopenalsi_la_SOURCES +=			\
+ 	arch/i386/mixaudio16_mmx_prk.c	\
+ 	arch/i386/mixaudio16_mmx_prk.h
+ endif
+@@ -159,13 +159,13 @@
+
+ else
+ # no x86, so use portable stuff
+-libopenal_la_SOURCES +=			\
++libopenalsi_la_SOURCES +=			\
+ 	arch/portable/floatmul.c	\
+ 	arch/portable/cpu_caps.c
+ endif
+
+ # ALC sources
+-libopenal_la_SOURCES +=			\
++libopenalsi_la_SOURCES +=			\
+ 	alc/alc_context.c		\
+ 	alc/alc_context.h		\
+ 	alc/alc_device.c		\
+@@ -176,7 +176,7 @@
+ 	alc/alc_speaker.h
+
+ # audiconvert sources
+-libopenal_la_SOURCES +=			\
++libopenalsi_la_SOURCES +=			\
+ 	audioconvert/ac_adpcm.c		\
+ 	audioconvert/ac_adpcm.h		\
+ 	audioconvert/ac_bits.c		\
+@@ -192,18 +192,18 @@
+ # extension sources
+
+ if ENABLEEXTENSIONALEXTVORBIS
+-libopenal_la_SOURCES +=			\
++libopenalsi_la_SOURCES +=			\
+ 	extensions/al_ext_vorbis.c	\
+ 	extensions/al_ext_vorbis.h
+ endif
+
+ if ENABLEEXTENSIONALEXTMP3
+-libopenal_la_SOURCES +=			\
++libopenalsi_la_SOURCES +=			\
+ 	extensions/al_ext_mp3.c		\
+ 	extensions/al_ext_mp3.h
+ endif
+
+-libopenal_la_SOURCES +=			\
++libopenalsi_la_SOURCES +=			\
+ 	extensions/al_ext_capture.c	\
+ 	extensions/al_ext_capture.h	\
+ 	extensions/al_ext_loki.c	\
+@@ -211,12 +211,12 @@
+ 	extensions/al_ext_needed.h
+
+ # Add compiler flags.
+-libopenal_la_CFLAGS = $(WARNINGCFLAGS) $(OPTIMIZATIONCFLAGS) $(FEATURECFLAGS)
++libopenalsi_la_CFLAGS = $(WARNINGCFLAGS) $(OPTIMIZATIONCFLAGS) $(FEATURECFLAGS)
+
+ # The -no-undefined flag is neccessary for building DLLs on Windows.
+-libopenal_la_LDFLAGS = -no-undefined $(PROFILINGLDFLAGS)
++libopenalsi_la_LDFLAGS = -no-undefined $(PROFILINGLDFLAGS)
+
+ # We use sin and friends, so we might need -lm, autoconf takes care of this.
+-libopenal_la_LIBADD = $(LIBM) $(asm_ldadd)
++libopenalsi_la_LIBADD = $(LIBM) $(asm_ldadd)
+
+ SUBDIRS = $(X86_SUBDIR)

Added: packages/trunk/openal-si/debian/patches/openal-config_file_modifications.diff
===================================================================
--- packages/trunk/openal-si/debian/patches/openal-config_file_modifications.diff	                        (rev 0)
+++ packages/trunk/openal-si/debian/patches/openal-config_file_modifications.diff	2008-04-24 06:29:19 UTC (rev 6738)
@@ -0,0 +1,32 @@
+Modifications to openal-config which will become openalsi-config
+=====================================================================
+--- admin/pkgconfig/openal-config.in.bak	2008-04-24 00:33:38.000000000 -0400
++++ admin/pkgconfig/openal-config.in	2008-04-24 00:34:57.000000000 -0400
+@@ -3,15 +3,15 @@
+ prefix="@prefix@"
+ exec_prefix="@exec_prefix@"
+ bindir="@bindir@"
+-includedir="@includedir@"
++includedir="@includedir@/openalsi"
+ libdir="@libdir@"
+ PACKAGE_VERSION="@PACKAGE_VERSION@"
+ # PTHREAD_CFLAGS="@PTHREAD_CFLAGS@"
+ # PTHREAD_LIBS="@PTHREAD_LIBS@"
+
+-openal_dynamic_ldflags="-lopenal"
++openal_dynamic_ldflags="-lopenalsi"
+ # TODO: configure should provide the following...
+-openal_static_ldflags="-lopenal"
++openal_static_ldflags="-lopenalsi"
+
+ prefix_set=no
+ echo_prefix=no
+@@ -133,7 +133,7 @@
+ fi
+
+ if test "${includedir_set}" = "no" && test "${prefix_set}" = "yes"; then
+-  includedir="${prefix}/include"
++  includedir="${prefix}/include/openalsi"
+ fi
+
+ if test "$echo_includedir" = "yes"; then

Added: packages/trunk/openal-si/debian/patches/openalrc_rename.diff
===================================================================
--- packages/trunk/openal-si/debian/patches/openalrc_rename.diff	                        (rev 0)
+++ packages/trunk/openal-si/debian/patches/openalrc_rename.diff	2008-04-24 06:29:19 UTC (rev 6738)
@@ -0,0 +1,13 @@
+Have the library look for configuration files named openalsirc now.
+=====================================================================
+--- src/al_config.c.bak	2008-04-24 01:48:01.000000000 -0400
++++ src/al_config.c	2008-04-24 01:48:24.000000000 -0400
+@@ -29,7 +29,7 @@
+ #include "al_debug.h"
+
+ #ifndef __MORPHOS__
+-#define _AL_FNAME "openalrc"
++#define _AL_FNAME "openalsirc"
+ #else
+ #define _AL_FNAME "OpenAL.prefs"
+ #endif

Added: packages/trunk/openal-si/debian/patches/pkg-config_modifications.diff
===================================================================
--- packages/trunk/openal-si/debian/patches/pkg-config_modifications.diff	                        (rev 0)
+++ packages/trunk/openal-si/debian/patches/pkg-config_modifications.diff	2008-04-24 06:29:19 UTC (rev 6738)
@@ -0,0 +1,15 @@
+Supporting new name of library. Also drop requirements.
+=====================================================================
+--- admin/pkgconfig/openal.pc.in.bak	2008-04-24 00:15:22.000000000 -0400
++++ admin/pkgconfig/openal.pc.in	2008-04-24 00:21:02.000000000 -0400
+@@ -5,8 +5,6 @@
+
+ Name: OpenAL
+ Description:  OpenAL is a cross-platform 3D audio API.
+-Requires: @requirements@
+ Version: @PACKAGE_VERSION@
+-Libs: -L${libdir} -lopenal
+-Cflags: -I${includedir}
+-
++Libs: -L${libdir} -lopenalsi
++Cflags: -I${includedir}/openalsi

Added: packages/trunk/openal-si/debian/patches/series
===================================================================
--- packages/trunk/openal-si/debian/patches/series	                        (rev 0)
+++ packages/trunk/openal-si/debian/patches/series	2008-04-24 06:29:19 UTC (rev 6738)
@@ -0,0 +1,8 @@
+fix_gcc-4.2.diff
+kfreebsd_linking.diff
+openal-config_file_modifications.diff -p0
+pkg-config_modifications.diff -p0
+openalrc_rename.diff -p0
+undocumented_alext_header.diff
+x64_64-disable-MMX.diff -p0
+library_name_change.diff -p0

Added: packages/trunk/openal-si/debian/patches/undocumented_alext_header.diff
===================================================================
--- packages/trunk/openal-si/debian/patches/undocumented_alext_header.diff	                        (rev 0)
+++ packages/trunk/openal-si/debian/patches/undocumented_alext_header.diff	2008-04-24 06:29:19 UTC (rev 6738)
@@ -0,0 +1,16 @@
+--- openal-0.0.8/src/backends/alc_backend_bsd.c	2006-01-05 16:11:20.000000000 +0100
++++ openal/src/backends/alc_backend_bsd.c	2007-07-25 21:44:40.000000000 +0200
+@@ -8,7 +8,7 @@
+  *
+  */
+ #include "al_siteconfig.h"
+-
++#include <AL/alext.h>
+ #include <AL/al.h>
+ #include <assert.h>
+ #include <fcntl.h>
+Seulement dans openal/src/backends: alc_backend_bsd.c.diff
+Seulement dans openal/src/backends: .svn
+Seulement dans openal/src/extensions: .svn
+Seulement dans openal/src: .svn
+Seulement dans openal: .svn

Added: packages/trunk/openal-si/debian/patches/x64_64-disable-MMX.diff
===================================================================
--- packages/trunk/openal-si/debian/patches/x64_64-disable-MMX.diff	                        (rev 0)
+++ packages/trunk/openal-si/debian/patches/x64_64-disable-MMX.diff	2008-04-24 06:29:19 UTC (rev 6738)
@@ -0,0 +1,51 @@
+Index: configure.ac
+===================================================================
+--- configure.ac.orig
++++ configure.ac
+@@ -365,7 +365,7 @@
+
+ dnl Special objs for architectures
+ case "$target" in
+-    *i386* | *i486* | *i586* | *i686* | *x86_64*)
++    *i386* | *i486* | *i586* | *i686*)
+     openal_x86_support_yn=yes
+
+     AC_MSG_CHECKING([for MMX support])
+Index: src/al_mixfunc.c
+===================================================================
+--- src/al_mixfunc.c.orig
++++ src/al_mixfunc.c
+@@ -38,7 +38,7 @@
+ 		return AL_FALSE;
+ 	}
+
+-#ifdef __MMX__
++#ifdef USE_LIGHT_GEN_MIXING
+ 	if (_alHaveMMX()) {
+ 		/* FIXME: we really ignore size. */
+ 		mf->max      = MMXMIXSOURCES;
+@@ -83,7 +83,7 @@
+
+ 		return AL_TRUE;
+ 	}
+-#endif /* __MMX__ */
++#endif /* USE_LIGHT_GEN_MIXING */
+
+ 	/* FIXME: we really ignore size. */
+ 	mf->max      = GENMIXSOURCES;
+Index: src/mixaudio16.h
+===================================================================
+--- src/mixaudio16.h.orig
++++ src/mixaudio16.h
+@@ -12,9 +12,9 @@
+ #include "al_types.h"
+ #include "al_siteconfig.h"
+
+-#ifdef __MMX__
++#ifdef USE_LIGHT_GEN_MIXING
+ #include "mixaudio16_mmx_prk.h"
+-#endif /* __MMX__ */
++#endif /* USE_LIGHT_GEN_MIXING */
+
+ /*
+  * max_audioval is the maximum value of a signed short.

Added: packages/trunk/openal-si/debian/rules
===================================================================
--- packages/trunk/openal-si/debian/rules	                        (rev 0)
+++ packages/trunk/openal-si/debian/rules	2008-04-24 06:29:19 UTC (rev 6738)
@@ -0,0 +1,136 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# From the autotools-dev document README.Debian section "Calling GNU configure
+# properly".
+export DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+# FOR AUTOCONF 2.52 AND NEWER ONLY
+ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
+  confflags += --build $(DEB_HOST_GNU_TYPE)
+else
+  confflags += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
+endif
+
+# Support 'noopt' option.
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+   OPTIMIZATION_OPTIONS = --disable-optimization
+else
+   OPTIMIZATION_OPTIONS = --enable-optimization
+endif
+
+# Support 'nostrip' option. This will imply 'noopt'.
+ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+   DEBUG_OPTIONS = --enable-debug
+   OPTIMIZATION_OPTIONS = --disable-optimization
+# Support a 'debugmax' option that enables all debugging for openal as well.
+ifneq (,$(findstring debugmax,$(DEB_BUILD_OPTIONS)))
+   DEBUG_OPTIONS += --enable-debug-maximus
+endif
+endif
+
+# Support a 'morewarnings' option that will display extra warnings besides
+# the ones already given with the gcc -Wall option.
+# The default is to just enable normal warnings "-Wall".
+WARNING_OPTIONS = --enable-warnings
+ifneq (,$(findstring morewarnings,$(DEB_BUILD_OPTIONS)))
+   WARNING_OPTIONS += --enable-more-warnings
+endif
+
+# Support an overridable variable DEB_OPENAL_OPTIONS that is used when running
+# ./configure
+DEB_OPENAL_OPTIONS ?= $(confflags) \
+		$(OPTIMIZATION_OPTIONS) \
+		$(DEBUG_OPTIONS) \
+		$(WARNING_OPTIONS) \
+		--prefix=/usr \
+		--mandir=\$${prefix}/share/man \
+		--infodir=\$${prefix}/share/info \
+		--enable-esd \
+		--enable-mp3 \
+		--enable-vorbis \
+		--enable-alsa \
+		--enable-arts \
+		--enable-sdl \
+		--enable-capture
+
+patch: patch-stamp
+patch-stamp:
+	dh_testdir
+	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
+	touch patch-stamp
+
+configure: patch configure-stamp
+configure-stamp:
+	dh_testdir
+	# Declare everything obsolete.
+	rm -rf autom4te.cache
+	libtoolize -f -c
+	aclocal -I admin/autotools/m4
+	autoheader -f
+	automake -a -c -f
+	autoconf -f
+	./configure $(DEB_OPENAL_OPTIONS)
+	touch configure-stamp
+
+build: configure build-stamp
+build-stamp:
+	dh_testdir
+	$(MAKE)
+	touch build-stamp
+
+clean: clean-stamp unpatch
+clean-stamp:
+	dh_testdir
+	dh_testroot
+	[ ! -f Makefile ] || $(MAKE) clean distclean
+	dh_clean
+	[ ! -f build-stamp ] || rm build-stamp
+	[ ! -f configure-stamp ] || rm configure-stamp
+
+unpatch:
+	dh_testdir
+	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
+	[ ! -f patch-stamp ] || rm patch-stamp
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
+	mv debian/tmp/usr/bin/openal-config debian/tmp/usr/bin/openalsi-config
+	mkdir -p debian/tmp/usr/include/openalsi
+	mv debian/tmp/usr/include/AL debian/tmp/usr/include/openalsi/AL
+	mv debian/tmp/usr/lib/pkgconfig/openal.pc \
+		debian/tmp/usr/lib/pkgconfig/openalsi.pc
+
+# Build architecture-independent files here.
+binary-indep:
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_install
+	dh_installdocs -A AUTHORS NOTES TODO common/specification/OpenAL1-1Spec.pdf
+	dh_installman
+	dh_installchangelogs ChangeLog
+	dh_link
+ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+	dh_strip
+endif
+	dh_compress
+	dh_fixperms
+	dh_makeshlibs -V
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure


Property changes on: packages/trunk/openal-si/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/trunk/openal-si/debian/watch
===================================================================
--- packages/trunk/openal-si/debian/watch	                        (rev 0)
+++ packages/trunk/openal-si/debian/watch	2008-04-24 06:29:19 UTC (rev 6738)
@@ -0,0 +1,4 @@
+# Mandatory line
+version=3
+
+http://openal.org/openal_webstf/downloads/openal-(.*).tar.gz




More information about the Pkg-games-commits mailing list