Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 May 2006 16:05:17 +0000 (UTC)
From:      Pav Lucistnik <pav@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/audio Makefile ports/audio/libjackasyn Makefile distinfo pkg-descr pkg-plist ports/audio/libjackasyn/files patch-Makefile.in patch-configure patch-libjackasyn.c patch-libjackoss.c patch-libjackoss.h pkg-message.in
Message-ID:  <200605081605.k48G5HgT081070@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pav         2006-05-08 16:05:17 UTC

  FreeBSD ports repository

  Modified files:
    audio                Makefile 
  Added files:
    audio/libjackasyn    Makefile distinfo pkg-descr pkg-plist 
    audio/libjackasyn/files patch-Makefile.in patch-configure 
                            patch-libjackasyn.c patch-libjackoss.c 
                            patch-libjackoss.h pkg-message.in 
  Log:
  libjackasyn is a library that allows you to use programs written for the OSS
  sound API with the JACK audio server (jackit.sf.net). libjackasyn is a library
  that can be used for two purposes.
  
  First it can be loaded via the LD_PRELOAD variable, turning OSS applications
  automatically into JACK-aware applications.
  
  Second, it can be used to link against the program during build time, making it
  trivial to turn an OSS aware sound application into a JACK aware sound
  application in a short time.
  
  libjackasyn got its name from the asynchronous manner in which it communicates
  with the JACK server, which means by using libjackasyn you will introduce an
  additional delay exactly the size of one JACK audiobuffer (1024 samples or 44
  ms with the JACK default settings). This delay can be reduced by reducing the
  JACK buffersize. It should not matter for sound generating applications, but
  it might introduce phasing effects when doing sound processing.
  
  WWW:    http://gige.xdv.org/libjackasyn/
  
  PR:             ports/94290
  Submitted by:   Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
  
  Revision  Changes    Path
  1.723     +1 -0      ports/audio/Makefile
  1.1       +52 -0     ports/audio/libjackasyn/Makefile (new)
  1.1       +3 -0      ports/audio/libjackasyn/distinfo (new)
  1.1       +38 -0     ports/audio/libjackasyn/files/patch-Makefile.in (new)
  1.1       +20 -0     ports/audio/libjackasyn/files/patch-configure (new)
  1.1       +22 -0     ports/audio/libjackasyn/files/patch-libjackasyn.c (new)
  1.1       +26 -0     ports/audio/libjackasyn/files/patch-libjackoss.c (new)
  1.1       +23 -0     ports/audio/libjackasyn/files/patch-libjackoss.h (new)
  1.1       +35 -0     ports/audio/libjackasyn/files/pkg-message.in (new)
  1.1       +19 -0     ports/audio/libjackasyn/pkg-descr (new)
  1.1       +5 -0      ports/audio/libjackasyn/pkg-plist (new)



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