Hi,

  Two patches are attached:

  A. setup:
     1. Modify Debian package scripts, so prerm won't fail on OSS upgrades.
     2. Make sure all scripts use "#!/bin/sh" line.
     3. Make sure "-fno-stack-protector" isn't passed to userland compile.
        This is done by moving the kernel flag setting to the srcconf_%s files.
     4. Add LSB init info to init script.

  B. ossplay:
     1. Remove MPEG_SUPPORT #ifdefs, which weren't used at all.
     2. I just noticed that other oss programs (like osstest), include
        <inttypes.h> unconditionally... So probably no portability issue
        using it on OSS-supported platform, I guess? Added typedefs for its
        types for now.
     3. Call fflush/fsync before closing the file in ossrecord (this is 
especially
        needed for "-r" switch).
     4. Misc. changes.

Yours,
        Yair K.

Attachment: oss-ossplay.diff.gz
Description: Binary data

Attachment: oss-setup.diff.gz
Description: Binary data

_______________________________________________
oss-devel mailing list
oss-devel@mailman.opensound.com
http://mailman.opensound.com/mailman/listinfo/oss-devel

Reply via email to