Author: fuddl-guest Date: 2008-03-28 15:36:40 +0000 (Fri, 28 Mar 2008) New Revision: 6362
Added: packages/trunk/openal-soft/ packages/trunk/openal-soft/debian/ packages/trunk/openal-soft/debian/TODO packages/trunk/openal-soft/debian/changelog packages/trunk/openal-soft/debian/compat packages/trunk/openal-soft/debian/control packages/trunk/openal-soft/debian/copyright packages/trunk/openal-soft/debian/libopenal-dev.install packages/trunk/openal-soft/debian/libopenal1.examples packages/trunk/openal-soft/debian/libopenal1.install packages/trunk/openal-soft/debian/rules Log: + import openal-soft Added: packages/trunk/openal-soft/debian/TODO =================================================================== --- packages/trunk/openal-soft/debian/TODO (rev 0) +++ packages/trunk/openal-soft/debian/TODO 2008-03-28 15:36:40 UTC (rev 6362) @@ -0,0 +1 @@ +* Fix build of static library Added: packages/trunk/openal-soft/debian/changelog =================================================================== --- packages/trunk/openal-soft/debian/changelog (rev 0) +++ packages/trunk/openal-soft/debian/changelog 2008-03-28 15:36:40 UTC (rev 6362) @@ -0,0 +1,5 @@ +openal-soft (1.3.253-1) UNRELEASED; urgency=low + + * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP> + + -- Bruno "Fuddl" Kleinert <[EMAIL PROTECTED]> Thu, 27 Mar 2008 16:05:18 +0100 Added: packages/trunk/openal-soft/debian/compat =================================================================== --- packages/trunk/openal-soft/debian/compat (rev 0) +++ packages/trunk/openal-soft/debian/compat 2008-03-28 15:36:40 UTC (rev 6362) @@ -0,0 +1 @@ +5 Added: packages/trunk/openal-soft/debian/control =================================================================== --- packages/trunk/openal-soft/debian/control (rev 0) +++ packages/trunk/openal-soft/debian/control 2008-03-28 15:36:40 UTC (rev 6362) @@ -0,0 +1,35 @@ +Source: openal-soft +Priority: extra +Maintainer: Debian Games Team <[EMAIL PROTECTED]> +Uploaders: Bruno "Fuddl" Kleinert <[EMAIL PROTECTED]> +Build-Depends: debhelper (>= 5), libasound2-dev, cmake +Standards-Version: 3.7.3 +Section: libs +Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/openal-soft/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/openal-soft/?op=log +Homepage: http://kcat.strangesoft.net/openal.html + +Package: libopenal-dev +Section: libdevel +Architecture: any +Depends: libopenal1 (= ${Source-Version}) +Description: OpenAL is a portable library for 3D spatialized audio + 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 packages contains the header files and static libraries needed for + development. + +Package: libopenal1 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: OpenAL is a portable library for 3D spatialized audio + 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. Added: packages/trunk/openal-soft/debian/copyright =================================================================== --- packages/trunk/openal-soft/debian/copyright (rev 0) +++ packages/trunk/openal-soft/debian/copyright 2008-03-28 15:36:40 UTC (rev 6362) @@ -0,0 +1,49 @@ +This package was debianized by Bruno "Fuddl" Kleinert <[EMAIL PROTECTED]> on +Thu, 27 Mar 2008 16:05:18 +0100. + +OpenAL Soft was downloaded from <http://kcat.strangesoft.net/openal.html> + +OpenAL Soft is copright (C) 1999-2007 by the OpenAL team + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program 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 General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + + +Alc/bs2b.c and OpenAL32/Include/bs2b.h: + +These files are Copyright (C) 2005 by Boris Mikhaylov + + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY + CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, + TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +The Debian packaging is (C) 2008, Bruno "Fuddl" Kleinert <[EMAIL PROTECTED]> and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. + Added: packages/trunk/openal-soft/debian/libopenal-dev.install =================================================================== --- packages/trunk/openal-soft/debian/libopenal-dev.install (rev 0) +++ packages/trunk/openal-soft/debian/libopenal-dev.install 2008-03-28 15:36:40 UTC (rev 6362) @@ -0,0 +1,2 @@ +debian/tmp/usr/include/AL +debian/tmp/usr/lib/lib*.so Added: packages/trunk/openal-soft/debian/libopenal1.examples =================================================================== --- packages/trunk/openal-soft/debian/libopenal1.examples (rev 0) +++ packages/trunk/openal-soft/debian/libopenal1.examples 2008-03-28 15:36:40 UTC (rev 6362) @@ -0,0 +1 @@ +alsoftrc.sample Added: packages/trunk/openal-soft/debian/libopenal1.install =================================================================== --- packages/trunk/openal-soft/debian/libopenal1.install (rev 0) +++ packages/trunk/openal-soft/debian/libopenal1.install 2008-03-28 15:36:40 UTC (rev 6362) @@ -0,0 +1,2 @@ +debian/tmp/usr/lib/libopenal.so.* usr/lib +debian/tmp/etc/openal etc/ Added: packages/trunk/openal-soft/debian/rules =================================================================== --- packages/trunk/openal-soft/debian/rules (rev 0) +++ packages/trunk/openal-soft/debian/rules 2008-03-28 15:36:40 UTC (rev 6362) @@ -0,0 +1,74 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# shared library versions, option 1 +version=2.0.5 +major=2 +# option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so +#version=`ls src/.libs/lib*.so.* | \ +# awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'` +#major=`ls src/.libs/lib*.so.* | \ +# awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'` + +BUILD_TREE=$(CURDIR)/build-tree + +configure: configure-stamp +configure-stamp: + dh_testdir + mkdir -p $(BUILD_TREE) + cd $(BUILD_TREE) && \ + cmake \ + -DCMAKE_INSTALL_PREFIX="/usr" \ + -DCMAKE_C_FLAGS="$(CFLAGS)" \ + -DBUILD_STATIC=ON .. + touch configure-stamp + +build: build-stamp +build-stamp: configure-stamp + dh_testdir + $(MAKE) --directory=$(BUILD_TREE) + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + rm -rf $(BUILD_TREE) + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(MAKE) --directory=$(BUILD_TREE) install DESTDIR=$(CURDIR)/debian/tmp + mkdir -p debian/tmp/etc/openal + cp alsoftrc.sample debian/tmp/etc/openal/alsoft.conf + +# Build architecture-independent files here. +binary-indep: build install + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_install + dh_installman + dh_strip + dh_compress + dh_fixperms + dh_makeshlibs + 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-soft/debian/rules ___________________________________________________________________ Name: svn:executable + _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

