Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Sep 2006 16:22:32 +0000 (UTC)
From:      Andrew Pantyukhin <sat@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/audio Makefile ports/audio/libaiff Makefile distinfo pkg-descr
Message-ID:  <200609141622.k8EGMXI4024663@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sat         2006-09-14 16:22:32 UTC

  FreeBSD ports repository

  Modified files:
    audio                Makefile 
  Added files:
    audio/libaiff        Makefile distinfo pkg-descr 
  Log:
  Add port audio/libaiff:
  
  LibAiff is a library for C applications, providing transparent read and
  write operations for Audio Interchange File Format files.
  
  With LibAiff your application can easily use the Audio IFF format to
  interchange digital audio.
  
  LibAiff wants to implement all the features of the AIFF 1.3 standard,
  including markers, comments, etc.
  
  This version of LibAiff supports the following features:
  
      * Reading any valid Audio IFF file.
      * Writing a valid Audio IFF file.
      * Reading a compressed AIFF Compressed (AIFC) file with audio encoded
        in Linear PCM, both big-endian and little-endian.
      * Read & write samples in all formats supported by the Audio IFF standard.
      * Convert any sample format to and from 32 bits.
      * Getting and setting all the AIFF Attributes.
      * Reading and writing markers to positions on the sound.
      * Reading instrument data from AIFF files.
  
  WWW: http://aifftools.sourceforge.net/libaiff/
  
  Revision  Changes    Path
  1.769     +1 -0      ports/audio/Makefile
  1.1       +25 -0     ports/audio/libaiff/Makefile (new)
  1.1       +3 -0      ports/audio/libaiff/distinfo (new)
  1.1       +22 -0     ports/audio/libaiff/pkg-descr (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609141622.k8EGMXI4024663>