• Bug#239896: Patch for kphone with alsa

    From Kristian Hogh@1:229/2 to All on Wed Aug 18 23:10:16 2004
    From: [email protected]

    Package: kphone
    Version: 1:4.0.3-1
    Followup-For: Bug #239896



    -- System Information:
    Debian Release: 3.1
    APT prefers testing
    APT policy: (500, 'testing')
    Architecture: i386 (i686)
    Kernel: Linux 2.6.7-mm6
    Locale: LANG=C, LC_CTYPE=C

    Versions of packages kphone depends on:
    ii libc6 2.3.2.ds1-13 GNU C Library: Shared libraries an ii libgcc1 1:3.4.1-4sarge1 GCC support library
    ii libice6 4.3.0.dfsg.1-4 Inter-Client Exchange library
    ii libpng12-0 1.2.5.0-7 PNG library - runtime
    ii libqt3c102-mt 3:3.2.3-4 Qt GUI Library (Threaded runtime v ii libsm6 4.3.0.dfsg.1-4 X Window System Session Management ii libssl0.9.7 0.9.7d-4 SSL shared libraries
    ii libstdc++5 1:3.3.4-6sarge1 The GNU Standard C++ Library v3
    ii libx11-6 4.3.0.dfsg.1-4 X Window System protocol client li ii libxext6 4.3.0.dfsg.1-4 X Window System miscellaneous exte ii libxt6 4.3.0.dfsg.1-4 X Toolkit Intrinsics
    ii xlibs 4.3.0.dfsg.1-4 X Window System client libraries m

    -- no debconf information

    Regards,
    /Kristian Hogh


    Patch:

    --- dspaudioin.cpp.org 2004-03-04 12:22:54.000000000 +0100
    +++ dspaudioin.cpp 2004-08-18 22:42:36.000000000 +0200
    @@ -30,7 +30,7 @@
    if( bytes > 0 ) {

    // Read in a buffer
    - input->readBuffer( bytes );
    + input->readBuffer( bytes&0xff0 );

    // Make sure there's room in the output
    output->getBuffer().resize( input->getBuffer().getSize()
    );


    --
    To UNSUBSCRIBE, email to [email protected]
    with a subject of "unsubscribe". Trouble? Contact [email protected]

    --- SoupGate-Win32 v1.05
    * Origin: you cannot sedate... all the things you hate (1:229/2)
  • From =?ISO-8859-1?Q?Kristian_H=F8gh?=@1:229/2 to All on Wed Aug 18 23:30:13 2004
    From: [email protected]

    Package: kphone
    Version: 1:4.0.3-1
    Followup-For: Bug #239896



    -- System Information:
    Debian Release: 3.1
    APT prefers testing
    APT policy: (500, 'testing')
    Architecture: i386 (i686)
    Kernel: Linux 2.6.7-mm6
    Locale: LANG=C, LC_CTYPE=C

    Versions of packages kphone depends on:
    ii libc6 2.3.2.ds1-13 GNU C Library: Shared
    libraries an
    ii libgcc1 1:3.4.1-4sarge1 GCC support library
    ii libice6 4.3.0.dfsg.1-4 Inter-Client Exchange library
    ii libpng12-0 1.2.5.0-7 PNG library - runtime
    ii libqt3c102-mt 3:3.2.3-4 Qt GUI Library (Threaded
    runtime v
    ii libsm6 4.3.0.dfsg.1-4 X Window System Session
    Management
    ii libssl0.9.7 0.9.7d-4 SSL shared libraries
    ii libstdc++5 1:3.3.4-6sarge1 The GNU Standard C++ Library v3
    ii libx11-6 4.3.0.dfsg.1-4 X Window System protocol
    client li
    ii libxext6 4.3.0.dfsg.1-4 X Window System
    miscellaneous exte
    ii libxt6 4.3.0.dfsg.1-4 X Toolkit Intrinsics
    ii xlibs 4.3.0.dfsg.1-4 X Window System client
    libraries m

    -- no debconf information

    Regards,
    /Kristian Hogh


    Patch for: kphone-4.0.3/kphone/dspaudioin.cpp

    --- dspaudioin.cpp.org 2004-03-04 12:22:54.000000000 +0100
    +++ dspaudioin.cpp 2004-08-18 22:42:36.000000000 +0200
    @@ -30,7 +30,7 @@
    if( bytes > 0 ) {

    // Read in a buffer
    - input->readBuffer( bytes );
    + input->readBuffer( bytes&0xff0 );

    // Make sure there's room in the output
    output->getBuffer().resize( input->getBuffer().getSize()
    );




    --
    To UNSUBSCRIBE, email to [email protected]
    with a subject of "unsubscribe". Trouble? Contact [email protected]

    --- SoupGate-Win32 v1.05
    * Origin: you cannot sedate... all the things you hate (1:229/2)