pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/libfishsound



Module Name:    pkgsrc
Committed By:   rodent
Date:           Thu May  9 00:42:45 UTC 2013

Added Files:
        pkgsrc/audio/libfishsound: DESCR Makefile PLIST buildlink3.mk distinfo
            options.mk

Log Message:
Import libfishsound-1.0.0 as audio/libfishsound.

libfishsound provides a simple programming interface for decoding and encoding
audio data using the Xiph.org codecs (FLAC, Speex and Vorbis).

libfishsound by itself is designed to handle raw codec streams from a lower
level layer such as UDP datagrams. When these codecs are used in files, they are
commonly encapsulated in Ogg to produce Ogg FLAC, Speex and Ogg Vorbis files.

libfishsound is a wrapper around the existing codec libraries and provides a
consistent, higher-level programming interface. It has been designed for use in
a wide variety of applications; it has no direct dependencies on Ogg
encapsulation, though it is most commonly used in conjunction with liboggz to
decode or encode FLAC, Speex or Vorbis audio tracks in Ogg files, including Ogg
Theora and Annodex.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/audio/libfishsound/DESCR \
    pkgsrc/audio/libfishsound/Makefile pkgsrc/audio/libfishsound/PLIST \
    pkgsrc/audio/libfishsound/buildlink3.mk \
    pkgsrc/audio/libfishsound/distinfo pkgsrc/audio/libfishsound/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index