Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 5a1524993466f11a93866aac45729d42 > files > 9

bse-alsa-0.7.1-6mdv2010.0.i586.rpm

Wed Dec 27 22:51:58 2006  Tim Janik  <timj@gtk.org>

	* released 0.7.1.

Sun Dec 17 18:35:49 2006  Tim Janik  <timj@gtk.org>

	* configure.in: depend on bse >= 0.7.1.

Sat Dec 16 01:51:10 2006  Tim Janik  <timj@gtk.org>

	* released bse-alsa 0.7.1-rc1.

Mon Dec  4 01:05:20 2006  Tim Janik  <timj@gtk.org>

	* bsepcmdevice-alsa.c: 
	* bsemididevice-alsa.c: removed plugin names.

Sat Oct  7 21:32:38 2006  Tim Janik  <timj@gtk.org>

	* bsepcmdevice-alsa.c: 
	* bsemididevice-alsa.c: adapted to recent Birnet/Sfi changes.

Tue Aug 15 01:26:20 2006  Tim Janik  <timj@gtk.org>

	* upgraded version to 0.7.1, interface age 0, binary age 0.

Sun Jul 16 15:53:19 2006  Tim Janik  <timj@gtk.org>

	* release bse-alsa 0.7.0.

Thu Jun  8 18:26:33 2006  Tim Janik  <timj@gtk.org>

        * drivers/bse-alsa/acbeast.m4: update.

Wed May 10 19:11:33 2006  Tim Janik  <timj@gtk.org>

	* bsepcmdevice-alsa.c: 
	* bsemididevice-alsa.c: fixed up BSE_REGISTER_OBJECT() args.

Sat Apr 29 16:55:18 2006  Tim Janik  <timj@gtk.org>

	* configure.in: reset CFLAGS & LDFLAGS around AC_CHECK_LIB() to work 
	around link errors due to -lbse and missing dummy.cc (for older gcc  
	versions).

Sat Apr 22 18:31:54 2006  Tim Janik  <timj@gtk.org>

	* bsepcmdevice-alsa.c: 
	* bsemididevice-alsa.c: added type blurb.

Mon Apr  3 21:29:18 2006  Tim Janik  <timj@gtk.org>

	* autogen.sh:
	* Makefile.am: upgrade to automake-1.9.

	* configure.in: fixed buglets.

Thu Mar  9 18:07:47 2006  Tim Janik  <timj@gtk.org>

	* bsemididevice-alsa.c: 
	* bsepcmdevice-alsa.c: adapted to birnet_ namespace.

Tue Mar  7 03:05:45 2006  Tim Janik  <timj@gtk.org>

	* configure.in: up version to 0.7.0, depend on bse-0.7.0.

Wed May 25 23:30:03 2005  Tim Janik  <timj@gtk.org>

	* release bse-alsa 0.6.6.
	
Sat May 14 20:47:52 2005  Tim Janik  <timj@gtk.org>

	* bsepcmdevice-alsa.c:
	* bsemididevice-alsa.c: use bse_device_set_opened().

	* configure.in: version upgrade to 0.6.6, use PACKAGE_ as variable
	prefix instead of PKG_ to circumvent autoconf errors.

Sat Dec 18 00:09:49 2004  Tim Janik  <timj@gtk.org>

	* configure.in: released 0.6.4, interface 0, binary 0.
	CFLAGS and CXXFLAGS fixups.

Thu Nov 18 15:10:33 2004  Tim Janik  <timj@gtk.org>

        * configure.in: released bse-alsa 0.6.3, binary 0, interface 0.

Mon Oct  4 09:42:31 2004  Tim Janik  <timj@gtk.org>

	* bsepcmdevice-alsa.c: more libALSA silencing, to prevent error messages
	in blocking mode with xrun-stop enabled.

Mon Oct  4 09:16:16 2004  Tim Janik  <timj@gtk.org>

	* bsepcmdevice-alsa.c (alsa_device_write): use snd_pcm_forward() and
	silence libALSA with snd_lib_error_set_handler().

Mon Oct  4 08:59:13 2004  Tim Janik  <timj@gtk.org>

	* bsemididevice-alsa.c (bse_midi_device_alsa_open): 
	* bsepcmdevice-alsa.c (bse_pcm_device_alsa_open): silence alsalib during
	open() calls to avoid EBUSY error messages.

Sun Oct  3 19:02:46 2004  Tim Janik  <timj@gtk.org>

	* bsepcmdevice-alsa.c (alsa_device_check_io): fixed signed/unsigned
	comparison bug, reported by stefan.

Sat Oct  2 04:54:22 2004  Tim Janik  <timj@gtk.org>

	* bsemididevice-alsa.c (bse_midi_device_alsa_open): open devices 
	non-blocking so we don't hang on concurrent access.

Wed Sep 29 20:22:53 2004  Tim Janik  <timj@gtk.org>

	* bsemididevice-alsa.c: poll-fd fixups. removed debugging code.

Wed Sep 29 19:51:29 2004  Tim Janik  <timj@gtk.org>

	* bsemididevice-alsa.c: handle IO through sequencer io watch.

Tue Sep 28 04:25:21 2004  Tim Janik  <timj@gtk.org>

	* configure.in: fixed up package name.

	* README: describe installation path handling of this package.

	* Makefile.am: fix include paths.

Tue Sep 28 01:45:21 2004  Tim Janik  <timj@gtk.org>

	* bsemididevice-alsa.c: preliminary implementation of read handler.

Tue Sep 28 00:57:57 2004  Tim Janik  <timj@gtk.org>

	* bsepcmdevice-alsa.c (alsa_device_write): issue dummy reads instead of
	calling snd_pcm_forward() which produces annoying debugging messages.

Tue Sep 28 00:38:31 2004  Tim Janik  <timj@gtk.org>

	* bsemididevice-alsa.h: 
	* bsemididevice-alsa.c: object skeleton for a an ALSA MIDI driver.

Mon Sep 27 09:48:16 2004  Tim Janik  <timj@gtk.org>

	* bsepcmdevice-alsa.[hc]: implemented ALSA pcm driver plugin,
	that works down to 1ms latency.

	* configure.in: plugin package setup, version 0.6.3-rc1.