Codebase list alsa-lib / 3a0f9f6
alsa-lib: build lfloat, make new lintian version clean. git-svn-id: svn://anonscm.debian.org/svn/pkg-alsa/trunk/alsa-lib@1925 9eaf2def-abe4-0310-ac0d-9aefe66b05c3 Elimar Riesebieter 16 years ago
6 changed file(s) with 279 addition(s) and 139 deletion(s). Raw diff Collapse all Expand all
0 alsa-lib (1.0.14a-2) UNRELEASED; urgency=low
1
2 * NOT RELEASED YET
3
4 -- Jordi Mallach <jordi@debian.org> Wed, 13 Jun 2007 20:56:14 +0200
0 alsa-lib (1.0.14a-2) unstable; urgency=low
1
2 [ Elimar Riesebieter ]
3 * PCM plugin `lfloat' not built: patch from Mark Wooding. The patch is applied
4 upstream and should be disabled next rc release. (closes: #430833)
5 * For some reason quilt refreshed relibtoolise.patch.
6 * debian/control: s/${binary:Version}/${Source-Version}/
7 * debian/rules: s/-$(MAKE) distclean/[ ! -f Makefile ] || $(MAKE) distclean/
8
9 -- Elimar Riesebieter <riesebie@lxtec.de> Thu, 28 Jun 2007 21:09:17 +0200
510
611 alsa-lib (1.0.14a-1) unstable; urgency=low
712
2323 Architecture: i386 ia64 alpha amd64 arm armeb armel hppa m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc
2424 Section: libdevel
2525 Provides: libasound-dev
26 Depends: libc6-dev | libc-dev, libasound2 (= ${Source-Version})
26 Depends: libc6-dev | libc-dev, libasound2 (= ${binary:Version})
2727 Suggests: libasound2-doc
2828 Conflicts: libasound-dev, alsa-headers
2929 Replaces: libasound2 (<< 0.9.0rc7-2), alsa-headers
3636 Package: lib64asound2
3737 Architecture: sparc s390 i386 powerpc
3838 Section: libs
39 Depends: libasound2 (= ${Source-Version}), ${shlibs:Depends}, ${bilib:depends}
39 Depends: libasound2 (= ${binary:Version}), ${shlibs:Depends}, ${bilib:depends}
4040 Suggests: libasound2-plugins (>= 1.0.9)
4141 Conflicts: libasound2-plugins (<< 1.0.9)
4242 Description: ALSA library (64 bit)
4848 Package: lib64asound2-dev
4949 Architecture: sparc s390 i386 powerpc
5050 Section: libdevel
51 Depends: lib64asound2 (= ${Source-Version}), libasound2-dev (= ${Source-Version}), ${bidev:depends}
51 Depends: lib64asound2 (= ${binary:Version}), libasound2-dev (= ${binary:Version}), ${bidev:depends}
5252 Suggests: libasound2-doc
5353 Description: ALSA library development files (64 bit)
5454 This package contains files required for developing software
5959 Package: lib32asound2
6060 Architecture: amd64 ppc64
6161 Section: libs
62 Depends: libasound2 (= ${Source-Version}), ${shlibs:Depends}, ${bilib:depends}
62 Depends: libasound2 (= ${binary:Version}), ${shlibs:Depends}, ${bilib:depends}
6363 Suggests: libasound2-plugins (>= 1.0.9)
6464 Conflicts: libasound2-plugins (<< 1.0.9), ia32-libs (<< 1.9)
6565 Replaces: ia32-libs (<< 1.9)
7272 Package: lib32asound2-dev
7373 Architecture: amd64 ppc64
7474 Section: libdevel
75 Depends: lib32asound2 (= ${Source-Version}), libasound2-dev (= ${Source-Version}), ${bidev:depends}
75 Depends: lib32asound2 (= ${binary:Version}), libasound2-dev (= ${binary:Version}), ${bidev:depends}
7676 Suggests: libasound2-doc
7777 Description: ALSA library development files (32 bit)
7878 This package contains files required for developing software
0 Package: libasound2
1 Version: 1.0.14a-1
2 Severity: normal
3 Tags: patch
4
5 The PCM plugin `lfloat' isn't compiled into libasound. In particular,
6 this prevents the `plug' plugin from doing linear<->float conversion,
7 and in turn this means that hardly any ALSA clients can use the JACK
8 plugin from libasound2-plugins, because JACK uses FLOAT_LE format
9 throughout.
10
11 The reason for this is quite simple: the configure script is broken! In
12 particular, the sense of the `softfloat' check used to decide whether to
13 disable the plugin is wrong! (That's aside from the question of whether
14 it's sensible to fail to build the thing just because it might be slow.)
15
16
17 Index: alsa-lib-1.0.14a/configure.in
18 ===================================================================
19 --- alsa-lib-1.0.14a.orig/configure.in 2007-06-27 16:24:58.000000000
20 +0100
21 +++ alsa-lib-1.0.14a/configure.in 2007-06-27 16:25:19.000000000
22 +0100
23 @@ -416,7 +416,7 @@
24 build_pcm_share="no"
25 fi
26
27 -if test "$softfloat" != "yes"; then
28 +if test "$softfloat" = "yes"; then
29 build_pcm_lfloat="no"
30 fi
31
32 Index: alsa-lib-1.0.14a/configure
33 ===================================================================
34 --- alsa-lib-1.0.14a.orig/configure 2007-06-27 16:25:23.000000000
35 +0100
36 +++ alsa-lib-1.0.14a/configure 2007-06-27 16:25:38.000000000 +0100
37 @@ -20946,7 +20946,7 @@
38 build_pcm_share="no"
39 fi
40
41 -if test "$softfloat" != "yes"; then
42 +if test "$softfloat" = "yes"; then
43 build_pcm_lfloat="no"
44 fi
45
46
47 -- System Information:
48 Debian Release: lenny/sid
49 APT prefers testing
50 APT policy: (500, 'testing')
51 Architecture: i386 (i686)
52
53 Kernel: Linux 2.6.18-4-686 (SMP w/2 CPU cores)
54 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
55 Shell: /bin/sh linked to /bin/bash
56
57 Versions of packages libasound2 depends on:
58 ii libc6 2.5-9+b1 GNU C Library: Shared libraries
59
60 libasound2 recommends no packages.
61
62 -- no debconf information
63
64
65 _______________________________________________
66 Pkg-alsa-devel mailing list
67 Pkg-alsa-devel@lists.alioth.debian.org
68 http://lists.alioth.debian.org/mailman/listinfo/pkg-alsa-devel
69
33 # libtoolize -f -c && aclocal-1.9 && (cp config.sub and config.guess
44 # from autotools-dev) && autoconf && automake-1.9 &&
55 # rm -rf config.sub config.guess autom4te.cache.
6 diff -Naurd alsa-lib-1.0.14~/Makefile.in alsa-lib-1.0.14/Makefile.in
7 --- alsa-lib-1.0.14~/Makefile.in 2007-06-04 17:39:47.000000000 +0200
8 +++ alsa-lib-1.0.14/Makefile.in 2007-06-04 17:42:49.000000000 +0200
6 Index: alsa-lib-1.0.14a/Makefile.in
7 ===================================================================
8 --- alsa-lib-1.0.14a.orig/Makefile.in 2007-06-11 10:53:25.000000000 +0200
9 +++ alsa-lib-1.0.14a/Makefile.in 2007-06-28 20:43:46.000000000 +0200
910 @@ -200,6 +200,9 @@
1011 LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
1112 LN_S = @LN_S@
3738 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
3839
3940 mostlyclean-libtool:
40 diff -Naurd alsa-lib-1.0.14~/aclocal.m4 alsa-lib-1.0.14/aclocal.m4
41 --- alsa-lib-1.0.14~/aclocal.m4 2007-06-04 17:39:47.000000000 +0200
42 +++ alsa-lib-1.0.14/aclocal.m4 2007-06-04 17:42:35.000000000 +0200
41 Index: alsa-lib-1.0.14a/aclocal.m4
42 ===================================================================
43 --- alsa-lib-1.0.14a.orig/aclocal.m4 2007-06-11 10:53:18.000000000 +0200
44 +++ alsa-lib-1.0.14a/aclocal.m4 2007-06-28 20:43:46.000000000 +0200
4345 @@ -13,7 +13,7 @@
4446
4547 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
278280 # Check to see how 'make' treats includes. -*- Autoconf -*-
279281
280282 # Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
281 diff -Naurd alsa-lib-1.0.14~/alsalisp/Makefile.in alsa-lib-1.0.14/alsalisp/Makefile.in
282 --- alsa-lib-1.0.14~/alsalisp/Makefile.in 2007-06-04 17:39:47.000000000 +0200
283 +++ alsa-lib-1.0.14/alsalisp/Makefile.in 2007-06-04 17:42:41.000000000 +0200
283 Index: alsa-lib-1.0.14a/alsalisp/Makefile.in
284 ===================================================================
285 --- alsa-lib-1.0.14a.orig/alsalisp/Makefile.in 2007-06-11 10:53:22.000000000 +0200
286 +++ alsa-lib-1.0.14a/alsalisp/Makefile.in 2007-06-28 20:43:46.000000000 +0200
284287 @@ -192,6 +192,9 @@
285288 LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
286289 LN_S = @LN_S@
324327 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
325328
326329 clean-noinstPROGRAMS:
327 diff -Naurd alsa-lib-1.0.14~/aserver/Makefile.in alsa-lib-1.0.14/aserver/Makefile.in
328 --- alsa-lib-1.0.14~/aserver/Makefile.in 2007-06-04 17:39:47.000000000 +0200
329 +++ alsa-lib-1.0.14/aserver/Makefile.in 2007-06-04 17:42:41.000000000 +0200
330 Index: alsa-lib-1.0.14a/aserver/Makefile.in
331 ===================================================================
332 --- alsa-lib-1.0.14a.orig/aserver/Makefile.in 2007-06-11 10:53:22.000000000 +0200
333 +++ alsa-lib-1.0.14a/aserver/Makefile.in 2007-06-28 20:43:46.000000000 +0200
330334 @@ -194,6 +194,9 @@
331335 LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
332336 LN_S = @LN_S@
370374 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
371375 install-binPROGRAMS: $(bin_PROGRAMS)
372376 @$(NORMAL_INSTALL)
373 diff -Naurd alsa-lib-1.0.14~/configure alsa-lib-1.0.14/configure
374 --- alsa-lib-1.0.14~/configure 2007-06-04 17:39:47.000000000 +0200
375 +++ alsa-lib-1.0.14/configure 2007-06-04 17:42:39.000000000 +0200
377 Index: alsa-lib-1.0.14a/configure
378 ===================================================================
379 --- alsa-lib-1.0.14a.orig/configure 2007-06-11 10:53:26.000000000 +0200
380 +++ alsa-lib-1.0.14a/configure 2007-06-28 20:43:46.000000000 +0200
376381 @@ -1,6 +1,6 @@
377382 #! /bin/sh
378383 # Guess values for system-dependent variables and create Makefiles.
15451550 ac_cv_prog_ac_ct_F77="$ac_prog"
15461551 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15471552 break 2
1548 @@ -6489,27 +6257,10 @@
1549 rm -f conftest.er1
1550 cat conftest.err >&5
1551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1553 @@ -6471,45 +6239,28 @@
1554 cat >conftest.$ac_ext <<_ACEOF
1555 program main
1556 #ifndef __GNUC__
1557 - choke me
1558 -#endif
1559 -
1560 - end
1561 -_ACEOF
1562 -rm -f conftest.$ac_objext
1563 -if { (ac_try="$ac_compile"
1564 -case "(($ac_try" in
1565 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1566 - *) ac_try_echo=$ac_try;;
1567 -esac
1568 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1569 - (eval "$ac_compile") 2>conftest.er1
1570 - ac_status=$?
1571 - grep -v '^ *+' conftest.er1 >conftest.err
1572 - rm -f conftest.er1
1573 - cat conftest.err >&5
1574 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
15521575 - (exit $ac_status); } &&
15531576 - { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err'
15541577 - { (case "(($ac_try" in
15621585 - (exit $ac_status); }; } &&
15631586 - { ac_try='test -s conftest.$ac_objext'
15641587 - { (case "(($ac_try" in
1565 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1566 - *) ac_try_echo=$ac_try;;
1567 -esac
1568 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1569 - (eval "$ac_try") 2>&5
1570 - ac_status=$?
1571 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
1588 + choke me
1589 +#endif
1590 +
1591 + end
1592 +_ACEOF
1593 +rm -f conftest.$ac_objext
1594 +if { (ac_try="$ac_compile"
1595 +case "(($ac_try" in
1596 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1597 *) ac_try_echo=$ac_try;;
1598 esac
1599 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
1600 - (eval "$ac_try") 2>&5
1601 + (eval "$ac_compile") 2>conftest.er1
1602 ac_status=$?
1603 + grep -v '^ *+' conftest.er1 >conftest.err
1604 + rm -f conftest.er1
1605 + cat conftest.err >&5
1606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15721607 - (exit $ac_status); }; }; then
15731608 + (exit $ac_status); } && {
15741609 + test -z "$ac_f77_werror_flag" ||
24902525 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
24912526 archive_cmds_F77='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
24922527 wlarc=
2493 @@ -15116,27 +14655,11 @@
2494 rm -f conftest.er1
2495 cat conftest.err >&5
2496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2528 @@ -15114,29 +14653,13 @@
2529 ac_status=$?
2530 grep -v '^ *+' conftest.er1 >conftest.err
2531 rm -f conftest.er1
2532 - cat conftest.err >&5
2533 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
24972534 - (exit $ac_status); } &&
24982535 - { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err'
24992536 - { (case "(($ac_try" in
25132550 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25142551 - (eval "$ac_try") 2>&5
25152552 - ac_status=$?
2516 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
2553 + cat conftest.err >&5
2554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25172555 - (exit $ac_status); }; }; then
25182556 + (exit $ac_status); } && {
25192557 + test -z "$ac_f77_werror_flag" ||
30703108 conftest$ac_exeext conftest.$ac_ext
30713109 fi
30723110 { echo "$as_me:$LINENO: result: $ac_cv_func_hsearch_r" >&5
3073 @@ -20890,27 +20258,11 @@
3111 @@ -20891,27 +20259,11 @@
30743112 rm -f conftest.er1
30753113 cat conftest.err >&5
30763114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31033141 ac_cv_lib_dl_dlsym=yes
31043142 else
31053143 echo "$as_me: failed program was:" >&5
3106 @@ -20919,7 +20271,7 @@
3144 @@ -20920,7 +20272,7 @@
31073145 ac_cv_lib_dl_dlsym=no
31083146 fi
31093147
31123150 conftest$ac_exeext conftest.$ac_ext
31133151 LIBS=$ac_check_lib_save_LIBS
31143152 fi
3115 @@ -21005,27 +20357,11 @@
3153 @@ -21006,27 +20358,11 @@
31163154 rm -f conftest.er1
31173155 cat conftest.err >&5
31183156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31453183 ac_cv_lib_pthread_pthread_join=yes
31463184 else
31473185 echo "$as_me: failed program was:" >&5
3148 @@ -21034,7 +20370,7 @@
3186 @@ -21035,7 +20371,7 @@
31493187 ac_cv_lib_pthread_pthread_join=no
31503188 fi
31513189
31543192 conftest$ac_exeext conftest.$ac_ext
31553193 LIBS=$ac_check_lib_save_LIBS
31563194 fi
3157 @@ -21140,27 +20476,10 @@
3195 @@ -21141,27 +20477,10 @@
31583196 rm -f conftest.er1
31593197 cat conftest.err >&5
31603198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31863224 ac_header_compiler=yes
31873225 else
31883226 echo "$as_me: failed program was:" >&5
3189 @@ -21196,17 +20515,10 @@
3227 @@ -21197,17 +20516,10 @@
31903228 rm -f conftest.er1
31913229 cat conftest.err >&5
31923230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32083246 ac_header_preproc=yes
32093247 else
32103248 echo "$as_me: failed program was:" >&5
3211 @@ -21321,27 +20633,11 @@
3249 @@ -21322,27 +20634,11 @@
32123250 rm -f conftest.er1
32133251 cat conftest.err >&5
32143252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32413279 ac_cv_lib_resmgr_rsm_open_device=yes
32423280 else
32433281 echo "$as_me: failed program was:" >&5
3244 @@ -21350,7 +20646,7 @@
3282 @@ -21351,7 +20647,7 @@
32453283 ac_cv_lib_resmgr_rsm_open_device=no
32463284 fi
32473285
32503288 conftest$ac_exeext conftest.$ac_ext
32513289 LIBS=$ac_check_lib_save_LIBS
32523290 fi
3253 @@ -22153,6 +21449,13 @@
3291 @@ -22154,6 +21450,13 @@
32543292 Usually this means the macro was only invoked conditionally." >&2;}
32553293 { (exit 1); exit 1; }; }
32563294 fi
32643302 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
32653303 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
32663304 Usually this means the macro was only invoked conditionally." >&5
3267 @@ -22485,7 +21788,8 @@
3305 @@ -22486,7 +21789,8 @@
32683306 ## M4sh Initialization. ##
32693307 ## --------------------- ##
32703308
32743312 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
32753313 emulate sh
32763314 NULLCMD=:
3277 @@ -22494,10 +21798,13 @@
3315 @@ -22495,10 +21799,13 @@
32783316 alias -g '${1+"$@"}'='"$@"'
32793317 setopt NO_GLOB_SUBST
32803318 else
32913329
32923330
32933331 # PATH needs CR
3294 @@ -22721,19 +22028,28 @@
3332 @@ -22722,19 +22029,28 @@
32953333 as_mkdir_p=false
32963334 fi
32973335
33313369
33323370 # Sed expression to map a string onto a valid CPP name.
33333371 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3334 @@ -22749,7 +22065,7 @@
3372 @@ -22750,7 +22066,7 @@
33353373 # values after options handling.
33363374 ac_log="
33373375 This file was extended by $as_me, which was
33403378
33413379 CONFIG_FILES = $CONFIG_FILES
33423380 CONFIG_HEADERS = $CONFIG_HEADERS
3343 @@ -22778,7 +22094,7 @@
3381 @@ -22779,7 +22095,7 @@
33443382 Usage: $0 [OPTIONS] [FILE]...
33453383
33463384 -h, --help print this help, then exit
33493387 -q, --quiet do not print progress messages
33503388 -d, --debug don't remove temporary files
33513389 --recheck update $as_me by reconfiguring in the same conditions
3352 @@ -22802,7 +22118,7 @@
3390 @@ -22803,7 +22119,7 @@
33533391 cat >>$CONFIG_STATUS <<_ACEOF
33543392 ac_cs_version="\\
33553393 config.status
33583396 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
33593397
33603398 Copyright (C) 2006 Free Software Foundation, Inc.
3361 @@ -23080,6 +22396,9 @@
3399 @@ -23081,6 +22397,9 @@
33623400 am__untar!$am__untar$ac_delim
33633401 INSTALL_M4_TRUE!$INSTALL_M4_TRUE$ac_delim
33643402 INSTALL_M4_FALSE!$INSTALL_M4_FALSE$ac_delim
33683406 CC!$CC$ac_delim
33693407 CFLAGS!$CFLAGS$ac_delim
33703408 LDFLAGS!$LDFLAGS$ac_delim
3371 @@ -23102,9 +22421,6 @@
3409 @@ -23103,9 +22422,6 @@
33723410 EGREP!$EGREP$ac_delim
33733411 ECHO!$ECHO$ac_delim
33743412 AR!$AR$ac_delim
33783416 _ACEOF
33793417
33803418 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
3381 @@ -23146,6 +22462,9 @@
3419 @@ -23147,6 +22463,9 @@
33823420 ac_delim='%!_!# '
33833421 for ac_last_try in false false false false false :; do
33843422 cat >conf$$subs.sed <<_ACEOF
33883426 ac_ct_CXX!$ac_ct_CXX$ac_delim
33893427 CXXDEPMODE!$CXXDEPMODE$ac_delim
33903428 am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
3391 @@ -23240,9 +22559,6 @@
3429 @@ -23241,9 +22560,6 @@
33923430 BUILD_PCM_PLUGIN_EXTPLUG_TRUE!$BUILD_PCM_PLUGIN_EXTPLUG_TRUE$ac_delim
33933431 BUILD_PCM_PLUGIN_EXTPLUG_FALSE!$BUILD_PCM_PLUGIN_EXTPLUG_FALSE$ac_delim
33943432 BUILD_PCM_PLUGIN_IOPLUG_TRUE!$BUILD_PCM_PLUGIN_IOPLUG_TRUE$ac_delim
33983436 _ACEOF
33993437
34003438 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
3401 @@ -23284,6 +22600,9 @@
3439 @@ -23285,6 +22601,9 @@
34023440 ac_delim='%!_!# '
34033441 for ac_last_try in false false false false false :; do
34043442 cat >conf$$subs.sed <<_ACEOF
34083446 BUILD_CTL_PLUGIN_SHM_TRUE!$BUILD_CTL_PLUGIN_SHM_TRUE$ac_delim
34093447 BUILD_CTL_PLUGIN_SHM_FALSE!$BUILD_CTL_PLUGIN_SHM_FALSE$ac_delim
34103448 BUILD_CTL_PLUGIN_EXT_TRUE!$BUILD_CTL_PLUGIN_EXT_TRUE$ac_delim
3411 @@ -23292,7 +22611,7 @@
3449 @@ -23293,7 +22612,7 @@
34123450 LTLIBOBJS!$LTLIBOBJS$ac_delim
34133451 _ACEOF
34143452
34173455 break
34183456 elif $ac_last_try; then
34193457 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
3420 diff -Naurd alsa-lib-1.0.14~/doc/Makefile.in alsa-lib-1.0.14/doc/Makefile.in
3421 --- alsa-lib-1.0.14~/doc/Makefile.in 2007-06-04 17:39:47.000000000 +0200
3422 +++ alsa-lib-1.0.14/doc/Makefile.in 2007-06-04 17:42:42.000000000 +0200
3458 Index: alsa-lib-1.0.14a/doc/Makefile.in
3459 ===================================================================
3460 --- alsa-lib-1.0.14a.orig/doc/Makefile.in 2007-06-11 10:53:22.000000000 +0200
3461 +++ alsa-lib-1.0.14a/doc/Makefile.in 2007-06-28 20:43:46.000000000 +0200
34233462 @@ -182,6 +182,9 @@
34243463 LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
34253464 LN_S = @LN_S@
34633502 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
34643503
34653504 mostlyclean-libtool:
3466 diff -Naurd alsa-lib-1.0.14~/doc/pictures/Makefile.in alsa-lib-1.0.14/doc/pictures/Makefile.in
3467 --- alsa-lib-1.0.14~/doc/pictures/Makefile.in 2007-06-04 17:39:47.000000000 +0200
3468 +++ alsa-lib-1.0.14/doc/pictures/Makefile.in 2007-06-04 17:42:42.000000000 +0200
3505 Index: alsa-lib-1.0.14a/doc/pictures/Makefile.in
3506 ===================================================================
3507 --- alsa-lib-1.0.14a.orig/doc/pictures/Makefile.in 2007-06-11 10:53:22.000000000 +0200
3508 +++ alsa-lib-1.0.14a/doc/pictures/Makefile.in 2007-06-28 20:43:46.000000000 +0200
34693509 @@ -173,6 +173,9 @@
34703510 LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
34713511 LN_S = @LN_S@
35093549 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
35103550
35113551 mostlyclean-libtool:
3512 diff -Naurd alsa-lib-1.0.14~/include/Makefile.in alsa-lib-1.0.14/include/Makefile.in
3513 --- alsa-lib-1.0.14~/include/Makefile.in 2007-06-04 17:39:47.000000000 +0200
3514 +++ alsa-lib-1.0.14/include/Makefile.in 2007-06-04 17:42:42.000000000 +0200
3552 Index: alsa-lib-1.0.14a/include/Makefile.in
3553 ===================================================================
3554 --- alsa-lib-1.0.14a.orig/include/Makefile.in 2007-06-11 10:53:22.000000000 +0200
3555 +++ alsa-lib-1.0.14a/include/Makefile.in 2007-06-28 20:43:46.000000000 +0200
35153556 @@ -194,6 +194,9 @@
35163557 LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
35173558 LN_S = @LN_S@
35603601 @rm -f stamp-h1
35613602 cd $(top_builddir) && $(SHELL) ./config.status include/config.h
35623603 -$(srcdir)/config.h.in: $(am__configure_deps)
3563 +$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
3604 +$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
35643605 cd $(top_srcdir) && $(AUTOHEADER)
35653606 rm -f stamp-h1
35663607 touch $@
3567 diff -Naurd alsa-lib-1.0.14~/include/sound/Makefile.in alsa-lib-1.0.14/include/sound/Makefile.in
3568 --- alsa-lib-1.0.14~/include/sound/Makefile.in 2007-06-04 17:39:47.000000000 +0200
3569 +++ alsa-lib-1.0.14/include/sound/Makefile.in 2007-06-04 17:42:43.000000000 +0200
3608 Index: alsa-lib-1.0.14a/include/sound/Makefile.in
3609 ===================================================================
3610 --- alsa-lib-1.0.14a.orig/include/sound/Makefile.in 2007-06-11 10:53:23.000000000 +0200
3611 +++ alsa-lib-1.0.14a/include/sound/Makefile.in 2007-06-28 20:43:46.000000000 +0200
35703612 @@ -186,6 +186,9 @@
35713613 LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
35723614 LN_S = @LN_S@
36103652 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
36113653
36123654 mostlyclean-libtool:
3613 diff -Naurd alsa-lib-1.0.14~/ltmain.sh alsa-lib-1.0.14/ltmain.sh
3614 --- alsa-lib-1.0.14~/ltmain.sh 2007-06-04 17:39:47.000000000 +0200
3615 +++ alsa-lib-1.0.14/ltmain.sh 2006-03-11 19:49:04.000000000 +0100
3655 Index: alsa-lib-1.0.14a/ltmain.sh
3656 ===================================================================
3657 --- alsa-lib-1.0.14a.orig/ltmain.sh 2006-11-25 12:04:27.000000000 +0100
3658 +++ alsa-lib-1.0.14a/ltmain.sh 2007-06-28 20:43:46.000000000 +0200
36163659 @@ -43,7 +43,7 @@
36173660
36183661 PROGRAM=ltmain.sh
36463689 esac
36473690 ;;
36483691 no)
3649 diff -Naurd alsa-lib-1.0.14~/modules/Makefile.in alsa-lib-1.0.14/modules/Makefile.in
3650 --- alsa-lib-1.0.14~/modules/Makefile.in 2007-06-04 17:39:47.000000000 +0200
3651 +++ alsa-lib-1.0.14/modules/Makefile.in 2007-06-04 17:42:43.000000000 +0200
3692 Index: alsa-lib-1.0.14a/modules/Makefile.in
3693 ===================================================================
3694 --- alsa-lib-1.0.14a.orig/modules/Makefile.in 2007-06-11 10:53:23.000000000 +0200
3695 +++ alsa-lib-1.0.14a/modules/Makefile.in 2007-06-28 20:43:46.000000000 +0200
36523696 @@ -182,6 +182,9 @@
36533697 LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
36543698 LN_S = @LN_S@
36923736 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
36933737
36943738 mostlyclean-libtool:
3695 diff -Naurd alsa-lib-1.0.14~/modules/mixer/Makefile.in alsa-lib-1.0.14/modules/mixer/Makefile.in
3696 --- alsa-lib-1.0.14~/modules/mixer/Makefile.in 2007-06-04 17:39:47.000000000 +0200
3697 +++ alsa-lib-1.0.14/modules/mixer/Makefile.in 2007-06-04 17:42:43.000000000 +0200
3739 Index: alsa-lib-1.0.14a/modules/mixer/Makefile.in
3740 ===================================================================
3741 --- alsa-lib-1.0.14a.orig/modules/mixer/Makefile.in 2007-06-11 10:53:23.000000000 +0200
3742 +++ alsa-lib-1.0.14a/modules/mixer/Makefile.in 2007-06-28 20:43:46.000000000 +0200
36983743 @@ -182,6 +182,9 @@
36993744 LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
37003745 LN_S = @LN_S@
37383783 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
37393784
37403785 mostlyclean-libtool:
3741 diff -Naurd alsa-lib-1.0.14~/modules/mixer/simple/Makefile.in alsa-lib-1.0.14/modules/mixer/simple/Makefile.in
3742 --- alsa-lib-1.0.14~/modules/mixer/simple/Makefile.in 2007-06-04 17:39:47.000000000 +0200
3743 +++ alsa-lib-1.0.14/modules/mixer/simple/Makefile.in 2007-06-04 17:42:43.000000000 +0200
3786 Index: alsa-lib-1.0.14a/modules/mixer/simple/Makefile.in
3787 ===================================================================
3788 --- alsa-lib-1.0.14a.orig/modules/mixer/simple/Makefile.in 2007-06-11 10:53:23.000000000 +0200
3789 +++ alsa-lib-1.0.14a/modules/mixer/simple/Makefile.in 2007-06-28 20:43:46.000000000 +0200
37443790 @@ -210,6 +210,9 @@
37453791 LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
37463792 LN_S = @LN_S@
37843830 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
37853831 install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
37863832 @$(NORMAL_INSTALL)
3787 diff -Naurd alsa-lib-1.0.14~/src/Makefile.in alsa-lib-1.0.14/src/Makefile.in
3788 --- alsa-lib-1.0.14~/src/Makefile.in 2007-06-04 17:39:47.000000000 +0200
3789 +++ alsa-lib-1.0.14/src/Makefile.in 2007-06-04 17:42:44.000000000 +0200
3833 Index: alsa-lib-1.0.14a/src/Makefile.in
3834 ===================================================================
3835 --- alsa-lib-1.0.14a.orig/src/Makefile.in 2007-06-11 10:53:23.000000000 +0200
3836 +++ alsa-lib-1.0.14a/src/Makefile.in 2007-06-28 20:43:46.000000000 +0200
37903837 @@ -235,6 +235,9 @@
37913838 LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
37923839 LN_S = @LN_S@
38303877 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
38313878 Versions: $(top_builddir)/config.status $(srcdir)/Versions.in
38323879 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
3833 diff -Naurd alsa-lib-1.0.14~/src/alisp/Makefile.in alsa-lib-1.0.14/src/alisp/Makefile.in
3834 --- alsa-lib-1.0.14~/src/alisp/Makefile.in 2007-06-04 17:39:47.000000000 +0200
3835 +++ alsa-lib-1.0.14/src/alisp/Makefile.in 2007-06-04 17:42:44.000000000 +0200
3880 Index: alsa-lib-1.0.14a/src/alisp/Makefile.in
3881 ===================================================================
3882 --- alsa-lib-1.0.14a.orig/src/alisp/Makefile.in 2007-06-11 10:53:23.000000000 +0200
3883 +++ alsa-lib-1.0.14a/src/alisp/Makefile.in 2007-06-28 20:43:46.000000000 +0200
38363884 @@ -192,6 +192,9 @@
38373885 LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
38383886 LN_S = @LN_S@
38763924 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
38773925 libalisp.la: $(libalisp_la_OBJECTS) $(libalisp_la_DEPENDENCIES)
38783926 $(LINK) $(libalisp_la_LDFLAGS) $(libalisp_la_OBJECTS) $(libalisp_la_LIBADD) $(LIBS)
3879 diff -Naurd alsa-lib-1.0.14~/src/compat/Makefile.in alsa-lib-1.0.14/src/compat/Makefile.in
3880 --- alsa-lib-1.0.14~/src/compat/Makefile.in 2007-06-04 17:39:47.000000000 +0200
3881 +++ alsa-lib-1.0.14/src/compat/Makefile.in 2007-06-04 17:42:44.000000000 +0200
3927 Index: alsa-lib-1.0.14a/src/compat/Makefile.in
3928 ===================================================================
3929 --- alsa-lib-1.0.14a.orig/src/compat/Makefile.in 2007-06-11 10:53:23.000000000 +0200
3930 +++ alsa-lib-1.0.14a/src/compat/Makefile.in 2007-06-28 20:43:46.000000000 +0200
38823931 @@ -194,6 +194,9 @@
38833932 LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
38843933 LN_S = @LN_S@
39223971 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
39233972
39243973 clean-noinstLTLIBRARIES:
3925 diff -Naurd alsa-lib-1.0.14~/src/conf/Makefile.in alsa-lib-1.0.14/src/conf/Makefile.in
3926 --- alsa-lib-1.0.14~/src/conf/Makefile.in 2007-06-04 17:39:47.000000000 +0200
3927 +++ alsa-lib-1.0.14/src/conf/Makefile.in 2007-06-04 17:42:45.000000000 +0200
3974 Index: alsa-lib-1.0.14a/src/conf/Makefile.in
3975 ===================================================================
3976 --- alsa-lib-1.0.14a.orig/src/conf/Makefile.in 2007-06-11 10:53:23.000000000 +0200
3977 +++ alsa-lib-1.0.14a/src/conf/Makefile.in 2007-06-28 20:43:46.000000000 +0200
39283978 @@ -194,6 +194,9 @@
39293979 LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
39303980 LN_S = @LN_S@
39684018 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
39694019
39704020 mostlyclean-libtool:
3971 diff -Naurd alsa-lib-1.0.14~/src/conf/cards/Makefile.in alsa-lib-1.0.14/src/conf/cards/Makefile.in
3972 --- alsa-lib-1.0.14~/src/conf/cards/Makefile.in 2007-06-04 17:39:47.000000000 +0200
3973 +++ alsa-lib-1.0.14/src/conf/cards/Makefile.in 2007-06-04 17:42:45.000000000 +0200
4021 Index: alsa-lib-1.0.14a/src/conf/cards/Makefile.in
4022 ===================================================================
4023 --- alsa-lib-1.0.14a.orig/src/conf/cards/Makefile.in 2007-06-11 10:53:24.000000000 +0200
4024 +++ alsa-lib-1.0.14a/src/conf/cards/Makefile.in 2007-06-28 20:43:46.000000000 +0200
39744025 @@ -185,6 +185,9 @@
39754026 LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
39764027 LN_S = @LN_S@
40144065 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
40154066
40164067 mostlyclean-libtool:
4017 diff -Naurd alsa-lib-1.0.14~/src/conf/pcm/Makefile.in alsa-lib-1.0.14/src/conf/pcm/Makefile.in
4018 --- alsa-lib-1.0.14~/src/conf/pcm/Makefile.in 2007-06-04 17:39:47.000000000 +0200
4019 +++ alsa-lib-1.0.14/src/conf/pcm/Makefile.in 2007-06-04 17:42:45.000000000 +0200
4068 Index: alsa-lib-1.0.14a/src/conf/pcm/Makefile.in
4069 ===================================================================
4070 --- alsa-lib-1.0.14a.orig/src/conf/pcm/Makefile.in 2007-06-11 10:53:24.000000000 +0200
4071 +++ alsa-lib-1.0.14a/src/conf/pcm/Makefile.in 2007-06-28 20:43:46.000000000 +0200
40204072 @@ -183,6 +183,9 @@
40214073 LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
40224074 LN_S = @LN_S@
40604112 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
40614113
40624114 mostlyclean-libtool:
4063 diff -Naurd alsa-lib-1.0.14~/src/control/Makefile.in alsa-lib-1.0.14/src/control/Makefile.in
4064 --- alsa-lib-1.0.14~/src/control/Makefile.in 2007-06-04 17:39:47.000000000 +0200
4065 +++ alsa-lib-1.0.14/src/control/Makefile.in 2007-06-04 17:42:46.000000000 +0200
4115 Index: alsa-lib-1.0.14a/src/control/Makefile.in
4116 ===================================================================
4117 --- alsa-lib-1.0.14a.orig/src/control/Makefile.in 2007-06-11 10:53:24.000000000 +0200
4118 +++ alsa-lib-1.0.14a/src/control/Makefile.in 2007-06-28 20:43:46.000000000 +0200
40664119 @@ -201,6 +201,9 @@
40674120 LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
40684121 LN_S = @LN_S@
41064159 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
41074160 libcontrol.la: $(libcontrol_la_OBJECTS) $(libcontrol_la_DEPENDENCIES)
41084161 $(LINK) $(libcontrol_la_LDFLAGS) $(libcontrol_la_OBJECTS) $(libcontrol_la_LIBADD) $(LIBS)
4109 diff -Naurd alsa-lib-1.0.14~/src/hwdep/Makefile.in alsa-lib-1.0.14/src/hwdep/Makefile.in
4110 --- alsa-lib-1.0.14~/src/hwdep/Makefile.in 2007-06-04 17:39:47.000000000 +0200
4111 +++ alsa-lib-1.0.14/src/hwdep/Makefile.in 2007-06-04 17:42:46.000000000 +0200
4162 Index: alsa-lib-1.0.14a/src/hwdep/Makefile.in
4163 ===================================================================
4164 --- alsa-lib-1.0.14a.orig/src/hwdep/Makefile.in 2007-06-11 10:53:24.000000000 +0200
4165 +++ alsa-lib-1.0.14a/src/hwdep/Makefile.in 2007-06-28 20:43:46.000000000 +0200
41124166 @@ -192,6 +192,9 @@
41134167 LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
41144168 LN_S = @LN_S@
41524206 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
41534207 libhwdep.la: $(libhwdep_la_OBJECTS) $(libhwdep_la_DEPENDENCIES)
41544208 $(LINK) $(libhwdep_la_LDFLAGS) $(libhwdep_la_OBJECTS) $(libhwdep_la_LIBADD) $(LIBS)
4155 diff -Naurd alsa-lib-1.0.14~/src/instr/Makefile.in alsa-lib-1.0.14/src/instr/Makefile.in
4156 --- alsa-lib-1.0.14~/src/instr/Makefile.in 2007-06-04 17:39:47.000000000 +0200
4157 +++ alsa-lib-1.0.14/src/instr/Makefile.in 2007-06-04 17:42:46.000000000 +0200
4209 Index: alsa-lib-1.0.14a/src/instr/Makefile.in
4210 ===================================================================
4211 --- alsa-lib-1.0.14a.orig/src/instr/Makefile.in 2007-06-11 10:53:24.000000000 +0200
4212 +++ alsa-lib-1.0.14a/src/instr/Makefile.in 2007-06-28 20:43:46.000000000 +0200
41584213 @@ -189,6 +189,9 @@
41594214 LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
41604215 LN_S = @LN_S@
41984253 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
41994254 libinstr.la: $(libinstr_la_OBJECTS) $(libinstr_la_DEPENDENCIES)
42004255 $(LINK) $(libinstr_la_LDFLAGS) $(libinstr_la_OBJECTS) $(libinstr_la_LIBADD) $(LIBS)
4201 diff -Naurd alsa-lib-1.0.14~/src/mixer/Makefile.in alsa-lib-1.0.14/src/mixer/Makefile.in
4202 --- alsa-lib-1.0.14~/src/mixer/Makefile.in 2007-06-04 17:39:47.000000000 +0200
4203 +++ alsa-lib-1.0.14/src/mixer/Makefile.in 2007-06-04 17:42:46.000000000 +0200
4256 Index: alsa-lib-1.0.14a/src/mixer/Makefile.in
4257 ===================================================================
4258 --- alsa-lib-1.0.14a.orig/src/mixer/Makefile.in 2007-06-11 10:53:24.000000000 +0200
4259 +++ alsa-lib-1.0.14a/src/mixer/Makefile.in 2007-06-28 20:43:46.000000000 +0200
42044260 @@ -193,6 +193,9 @@
42054261 LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
42064262 LN_S = @LN_S@
42444300 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
42454301 libmixer.la: $(libmixer_la_OBJECTS) $(libmixer_la_DEPENDENCIES)
42464302 $(LINK) $(libmixer_la_LDFLAGS) $(libmixer_la_OBJECTS) $(libmixer_la_LIBADD) $(LIBS)
4247 diff -Naurd alsa-lib-1.0.14~/src/pcm/Makefile.in alsa-lib-1.0.14/src/pcm/Makefile.in
4248 --- alsa-lib-1.0.14~/src/pcm/Makefile.in 2007-06-04 17:39:47.000000000 +0200
4249 +++ alsa-lib-1.0.14/src/pcm/Makefile.in 2007-06-04 17:42:47.000000000 +0200
4303 Index: alsa-lib-1.0.14a/src/pcm/Makefile.in
4304 ===================================================================
4305 --- alsa-lib-1.0.14a.orig/src/pcm/Makefile.in 2007-06-11 10:53:24.000000000 +0200
4306 +++ alsa-lib-1.0.14a/src/pcm/Makefile.in 2007-06-28 20:43:46.000000000 +0200
42504307 @@ -280,6 +280,9 @@
42514308 LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
42524309 LN_S = @LN_S@
42904347 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
42914348 libpcm.la: $(libpcm_la_OBJECTS) $(libpcm_la_DEPENDENCIES)
42924349 $(LINK) $(libpcm_la_LDFLAGS) $(libpcm_la_OBJECTS) $(libpcm_la_LIBADD) $(LIBS)
4293 diff -Naurd alsa-lib-1.0.14~/src/pcm/scopes/Makefile.in alsa-lib-1.0.14/src/pcm/scopes/Makefile.in
4294 --- alsa-lib-1.0.14~/src/pcm/scopes/Makefile.in 2007-06-04 17:39:47.000000000 +0200
4295 +++ alsa-lib-1.0.14/src/pcm/scopes/Makefile.in 2007-06-04 17:42:47.000000000 +0200
4350 Index: alsa-lib-1.0.14a/src/pcm/scopes/Makefile.in
4351 ===================================================================
4352 --- alsa-lib-1.0.14a.orig/src/pcm/scopes/Makefile.in 2007-06-11 10:53:24.000000000 +0200
4353 +++ alsa-lib-1.0.14a/src/pcm/scopes/Makefile.in 2007-06-28 20:43:46.000000000 +0200
42964354 @@ -199,6 +199,9 @@
42974355 LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
42984356 LN_S = @LN_S@
43364394 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
43374395 install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
43384396 @$(NORMAL_INSTALL)
4339 diff -Naurd alsa-lib-1.0.14~/src/rawmidi/Makefile.in alsa-lib-1.0.14/src/rawmidi/Makefile.in
4340 --- alsa-lib-1.0.14~/src/rawmidi/Makefile.in 2007-06-04 17:39:47.000000000 +0200
4341 +++ alsa-lib-1.0.14/src/rawmidi/Makefile.in 2007-06-04 17:42:47.000000000 +0200
4397 Index: alsa-lib-1.0.14a/src/rawmidi/Makefile.in
4398 ===================================================================
4399 --- alsa-lib-1.0.14a.orig/src/rawmidi/Makefile.in 2007-06-11 10:53:25.000000000 +0200
4400 +++ alsa-lib-1.0.14a/src/rawmidi/Makefile.in 2007-06-28 20:43:46.000000000 +0200
43424401 @@ -197,6 +197,9 @@
43434402 LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
43444403 LN_S = @LN_S@
43824441 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
43834442 librawmidi.la: $(librawmidi_la_OBJECTS) $(librawmidi_la_DEPENDENCIES)
43844443 $(LINK) $(librawmidi_la_LDFLAGS) $(librawmidi_la_OBJECTS) $(librawmidi_la_LIBADD) $(LIBS)
4385 diff -Naurd alsa-lib-1.0.14~/src/seq/Makefile.in alsa-lib-1.0.14/src/seq/Makefile.in
4386 --- alsa-lib-1.0.14~/src/seq/Makefile.in 2007-06-04 17:39:47.000000000 +0200
4387 +++ alsa-lib-1.0.14/src/seq/Makefile.in 2007-06-04 17:42:48.000000000 +0200
4444 Index: alsa-lib-1.0.14a/src/seq/Makefile.in
4445 ===================================================================
4446 --- alsa-lib-1.0.14a.orig/src/seq/Makefile.in 2007-06-11 10:53:25.000000000 +0200
4447 +++ alsa-lib-1.0.14a/src/seq/Makefile.in 2007-06-28 20:43:46.000000000 +0200
43884448 @@ -193,6 +193,9 @@
43894449 LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
43904450 LN_S = @LN_S@
44284488 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
44294489 libseq.la: $(libseq_la_OBJECTS) $(libseq_la_DEPENDENCIES)
44304490 $(LINK) $(libseq_la_LDFLAGS) $(libseq_la_OBJECTS) $(libseq_la_LIBADD) $(LIBS)
4431 diff -Naurd alsa-lib-1.0.14~/src/timer/Makefile.in alsa-lib-1.0.14/src/timer/Makefile.in
4432 --- alsa-lib-1.0.14~/src/timer/Makefile.in 2007-06-04 17:39:47.000000000 +0200
4433 +++ alsa-lib-1.0.14/src/timer/Makefile.in 2007-06-04 17:42:48.000000000 +0200
4491 Index: alsa-lib-1.0.14a/src/timer/Makefile.in
4492 ===================================================================
4493 --- alsa-lib-1.0.14a.orig/src/timer/Makefile.in 2007-06-11 10:53:25.000000000 +0200
4494 +++ alsa-lib-1.0.14a/src/timer/Makefile.in 2007-06-28 20:43:46.000000000 +0200
44344495 @@ -193,6 +193,9 @@
44354496 LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
44364497 LN_S = @LN_S@
44744535 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
44754536 libtimer.la: $(libtimer_la_OBJECTS) $(libtimer_la_DEPENDENCIES)
44764537 $(LINK) $(libtimer_la_LDFLAGS) $(libtimer_la_OBJECTS) $(libtimer_la_LIBADD) $(LIBS)
4477 diff -Naurd alsa-lib-1.0.14~/test/Makefile.in alsa-lib-1.0.14/test/Makefile.in
4478 --- alsa-lib-1.0.14~/test/Makefile.in 2007-06-04 17:39:47.000000000 +0200
4479 +++ alsa-lib-1.0.14/test/Makefile.in 2007-06-04 17:42:48.000000000 +0200
4538 Index: alsa-lib-1.0.14a/test/Makefile.in
4539 ===================================================================
4540 --- alsa-lib-1.0.14a.orig/test/Makefile.in 2007-06-11 10:53:25.000000000 +0200
4541 +++ alsa-lib-1.0.14a/test/Makefile.in 2007-06-28 20:43:46.000000000 +0200
44804542 @@ -229,6 +229,9 @@
44814543 LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
44824544 LN_S = @LN_S@
45204582 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
45214583
45224584 clean-checkPROGRAMS:
4523 diff -Naurd alsa-lib-1.0.14~/utils/Makefile.in alsa-lib-1.0.14/utils/Makefile.in
4524 --- alsa-lib-1.0.14~/utils/Makefile.in 2007-06-04 17:39:47.000000000 +0200
4525 +++ alsa-lib-1.0.14/utils/Makefile.in 2007-06-04 17:42:49.000000000 +0200
4585 Index: alsa-lib-1.0.14a/utils/Makefile.in
4586 ===================================================================
4587 --- alsa-lib-1.0.14a.orig/utils/Makefile.in 2007-06-11 10:53:25.000000000 +0200
4588 +++ alsa-lib-1.0.14a/utils/Makefile.in 2007-06-28 20:43:46.000000000 +0200
45264589 @@ -186,6 +186,9 @@
45274590 LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
45284591 LN_S = @LN_S@
33 add-maintainer-mode.patch
44 relibtoolise.patch
55 configure_cross_compile.patch
6 mdw.patch
176176 clean: unpatch
177177 dh_testdir
178178 dh_testroot
179 -$(MAKE) distclean
179 #-$(MAKE) distclean
180 [ ! -f Makefile ] || $(MAKE) distclean
180181 -rm -f *-stamp
181182 -rm -f config.sub config.guess config.status config.cache
182183 -rm -rf doc/doxygen