non port: audio/libjackasyn/Makefile |
SVNWeb
|
Number of commits found: 9 |
Fri, 11 Feb 2011
|
[ 19:38 rene ] (Only the first 10 of 17 ports in this commit are shown above. )
Remove expired ports:
2011-02-11 audio/libjackasyn: development has ceased; try audio/jack instead
2011-02-11 audio/xmms-jackasyn: development has ceased; try audio/xmms-jack
instead
|
Tue, 11 Jan 2011
|
[ 20:00 acm ]
- Deprecate and set to expire obsolete apps.
Feature safe: yes
|
Fri, 20 Nov 2009
|
[ 22:53 pav ] (Only the first 10 of 102 ports in this commit are shown above. )
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above )
|
Sat, 2 Sep 2006
|
[ 14:26 acm ]
- Fix build on 4.x [1]
- Bump PORTREVISION
Reported by: kris [1]
Approved by: garga (mentor)
|
Wed, 16 Aug 2006
|
[ 10:37 acm ]
- Update to 0.13
- Remove broken on 4.x
Approved by: garga (mentor)
|
Sun, 23 Jul 2006
|
[ 02:45 acm ] (Only the first 10 of 71 ports in this commit are shown above. )
Change maintainer address to my @FreeBSD.org email
Approved by: garga (mentor)
|
Sun, 21 May 2006
|
[ 18:59 pav ]
- Does not compile on FreeBSD 4.X
Reported by: krismail
|
Mon, 8 May 2006
|
[ 16:05 pav ] (Only the first 10 of 11 ports in this commit are shown above. )
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>
|
Number of commits found: 9 |