pkgsrc-WIP-cvs archive

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

CVS commit: wip/umix



Module name:    wip
Committed by:   leonardschmidt
Date:           Thu Aug 11 15:01:56 UTC 2005

Modified Files:
        wip/umix: DESCR Makefile PLIST distinfo
        wip/umix/patches: patch-aa patch-ab
Removed Files:
        wip/umix: TODO

Log Message:
Update to 1.0.2; the GTK interface has been removed in 1.0.

Version 1.0.2 - Sat, 30 Aug 2003
================================
General:
- Fixed bug in mixer_common.c that caused the ncurses UI to display the 
  wrong device but with the wrong channel numbers when saving or loading 
  settings. This bug was introduced in 1.0.1 because I didn't test enough
  when I changed the inverted loops to normal. This happened because the
  current mixer wasn't reserved when returning from the settings_save() or
  settings_load() functions, now it is.
- Fixed a bug that could have caused segmentation fault when Umix quits.
  mixer_close() was free():ing something that cannot be freed, this leads back
  to when I removed plugins and didn't check this.
  Again, thanks to Andrew B. Collier for helping.
Ncurses UI:
- Cleaned code up (somewhat) and moved stuff to their own functions. 

Version 1.0.1-1 - Tue, 26 Aug 2003
==================================
General:
- Fixed a stupid double semicolon in mixer.c, should now build with gcc
  version 2.9.x. Thanks to Andrew B. Collier for reporting this. Nothing else
  changes, just this and the source tarball version number.

Version 1.0.1 - Sat, 23 Aug 2003
================================
General:
- The default mixer device is again '/dev/mixer', I changed it back at some 
  point but don't remember when. Use 
  `./configure --with-mixer-dev=/dev/sound/mixer' if you are using devfs.
- Changed the saving settings message.
- Moved stuff in umix.c to their own functions. 
- General code cleanup. 
- Fixed an off-by-one bug in the oss driver when updating values from the
  mixer which might have caused passing the wrong parameter to ioctl.
- Updated the test() function.
Packages:
- Fixed Debian package version number in debian/changelog, was 0.9.1, now
  1.0.1.
- Updated Gentoo ebuild from the portage tree.


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.1 -r0 wip/umix/TODO
cvs -z3 rdiff -u -r1.14 -r1.15 wip/umix/Makefile
cvs -z3 rdiff -u -r1.2 -r1.3 wip/umix/DESCR wip/umix/patches/patch-aa \
    wip/umix/patches/patch-ab
cvs -z3 rdiff -u -r1.3 -r1.4 wip/umix/distinfo
cvs -z3 rdiff -u -r1.4 -r1.5 wip/umix/PLIST

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


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs



Home | Main Index | Thread Index | Old Index