Package libakode: Information

    Source package: libakode
    Version: 2.0.2-alt8
    Build time:  Jun 5, 2009, 05:02 PM
    Category: Sound
    Report package bug
    License: GPL
    Summary: A simple audio backend
    Description: 
    aKode is a simple audio-decoding frame-work that provides a uniform
    interface to decode the most common audio-formats. It also has a
    direct playback option for a number of audio-outputs.
    aKode currently has the following decoder plugins:
     mpeg: Uses libMAD to decoder all MPEG 1/2 layer I-III audio.
           GPL licensed and
           patent issue in the US.
     mpc:  Decodes musepack aka mpc audio. LGPL licensed.
     xiph: Decodes FLAC, Ogg/FLAC, Speex and Ogg Vorbis audio. LGPL
           licensed, patent free.
     ffmpeg: Experimental decoder using the FFMPEG decoding library.
           Enables WMA and
           RealAudio
           playback. LGPL and possible patent and reengineering issues
           in the US.
    
    aKode also has the following audio outputs:
     oss:  Outputs to the OSS (Open Sound System) of for instance FreeBSD
           and Linux 2.4
     alsa: Outputs to ALSA of Linux 2.6 (version 0.9 or 1.x required)
           (dmix is recommended).
     sun:  Outputs to Sun OS/Solaris audio device .
     jack: Outputs using Jack audio backend.
     polyp:Output to the polypaudio server. Recommended for network
           transparent audio.

    List of rpms provided by this srpm:
    libakode (x86_64, i586)
    libakode-devel (x86_64, i586)
    libakode-out-jack (x86_64, i586)

    Maintainer: Sergey V Turchin

    List of contributors:
    Sergey V Turchin


      1. jackit-devel
      2. libvorbis-devel
      3. libalsa-devel
      4. gcc-c++
      5. libavformat-devel
      6. libsamplerate-devel
      7. pkg-config
      8. libspeex-devel
      9. libmad-devel
      10. libflac-devel
      11. zlib-devel
      12. libpolypaudio-devel

    Last changed


    June 5, 2009 Sergey V Turchin 2.0.2-alt8
    - fix compile
    Dec. 2, 2008 Sergey V Turchin 2.0.2-alt7
    - remove deprecated macroses from specfile
    - built with pulseaudio
    - sync patches with MDK
    Jan. 29, 2008 Sergey V Turchin 2.0.2-alt6
    - rebuilt with new ffmpeg