Author: kibi-guest
Date: 2007-07-30 02:06:41 +0000 (Mon, 30 Jul 2007)
New Revision: 3485

Modified:
   packages/trunk/openal/debian/changelog
   packages/trunk/openal/debian/control
   packages/trunk/openal/debian/rules
Log:
Move ./configure to cmake

Modified: packages/trunk/openal/debian/changelog
===================================================================
--- packages/trunk/openal/debian/changelog      2007-07-30 01:54:01 UTC (rev 
3484)
+++ packages/trunk/openal/debian/changelog      2007-07-30 02:06:41 UTC (rev 
3485)
@@ -4,13 +4,25 @@
   * Tarball generated by packing the OpenAL-Sample directory from the SVN,
     revision 1464.
   * Dropped the following patches:
-    - fix_gcc-4.2.diff: merged upstream.
-    - kfreebsd_linking.diff: autotools and m4 are no longer used.
-    - pkg-config_drop_requirements.diff: @requirements@ is now replaced by an
-      appropriate variable.
-    - undocumented_alext_header.diff: there's no file to patch anymore.
+    - fix_gcc-4.2.diff:
+        Merged upstream.
+    - kfreebsd_linking.diff:
+        Autotools and m4 are no longer used.
+    - pkg-config_drop_requirements.diff:
+        @requirements@ is now replaced by an appropriate variable.
+    - undocumented_alext_header.diff:
+        There's no file to patch anymore.
   * Quilt could then be dropped, but keeping it to ease further modifications.
+  * Upstream now proposes cmake:
+    - debian/control:
+        Added cmake as B-D.
+    - debian/rules:
+        Moved ./configure to cmake. It looks like almost all --enable-*
+        options are enabled in the CMakeLists.txt file (which means: esd, mp3,
+        vorbis, alsa, sdl). It seems that there's neither `arts' or `capture',
+        though. Alsa is only enabled on Linux, which sounds fine.
 
+
  -- Cyril Brulebois <[EMAIL PROTECTED]>  Mon, 30 Jul 2007 03:35:36 +0200
 
 openal (1:0.0.8-6) unstable; urgency=low

Modified: packages/trunk/openal/debian/control
===================================================================
--- packages/trunk/openal/debian/control        2007-07-30 01:54:01 UTC (rev 
3484)
+++ packages/trunk/openal/debian/control        2007-07-30 02:06:41 UTC (rev 
3485)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team <[EMAIL PROTECTED]>
 Uploaders: Reinhard Tartler <[EMAIL PROTECTED]>, Thierry Reding <[EMAIL 
PROTECTED]>, Eddy Petrişor <[EMAIL PROTECTED]>, Cyril Brulebois <[EMAIL 
PROTECTED]>, Gonéri Le Bouder <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5.0.0), texinfo, libsdl1.2-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), quilt
+Build-Depends: debhelper (>= 5.0.0), texinfo, libsdl1.2-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), quilt, 
cmake
 Standards-Version: 3.7.2
 
 Package: libopenal-dev

Modified: packages/trunk/openal/debian/rules
===================================================================
--- packages/trunk/openal/debian/rules  2007-07-30 01:54:01 UTC (rev 3484)
+++ packages/trunk/openal/debian/rules  2007-07-30 02:06:41 UTC (rev 3485)
@@ -13,18 +13,7 @@
        QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
        dh_testdir
        
-       ./configure --build=$(DEB_BUILD_GNU_TYPE) \
-               --host=$(DEB_HOST_GNU_TYPE) \
-               --prefix=/usr \
-               --mandir=\$${prefix}/share/man \
-               --infodir=\$${prefix}/share/info \
-               --enable-esd \
-               --enable-mp3 \
-               --enable-vorbis \
-               --enable-alsa \
-               --enable-arts \
-               --enable-sdl \
-               --enable-capture
+       cmake . -DCMAKE_INSTALL_PREFIX:STRING="/usr"
        
        touch configure-stamp
 


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to