summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2007-07-01The package supports installation to DESTDIR.heinz1-1/+2
2007-07-01Added support for installation to DESTDIR.heinz1-4/+5
2007-07-01The package supports installation to DESTDIR.heinz4-5/+11
2007-07-01Make trm compile again (probably broke when the c++ compiler changed)chris5-16/+48
Change the install permissions to be 755, not 655. Rather than patching configure and Makefile, use automake & autoconf to rebuild them. Bump pkg revision to 4.
2007-07-01Update to 1.4.6:wiz5-34/+30
VERSION 1.4.6 CHANGES: * Improved icon theme, kindly provided by Landy DeField <lando@revelinux.com>. Big thanks! * Playlist now sends notifications to scripts if items are added, removed, reordered, or if the playlist is cleared. Useful for script authors. Thanks to Miguel Angel Alvarez <maacruz@gmail.com> for the patch. * iPod device plugin now handles RockBox devices. Thanks to Michael Buesch <mb@bu3sch.de> for the patch. * Organising files will only delete empty parent folders if the folder is within the collection hierarchy. (BR 136757) * The default cover image preview size has been increased to 130px. * The "hide menubar" option has been removed. It's too dangerous and led to countless support requests. * Generic media device can now handle any KIO-compatible URL, including obex and smb. Manage your bluetooth phone's music collection through Amarok! * Upgraded SQLite to 3.3.17. * Append an album to the playlist by right-clicking on it from within the Cover Manager. Patch by Doug Reich <dreich@hmc.edu>. * Faster playlist handling. Patch by Ovy <ovy@alum.mit.edu>. (BR 142255) * The moodbar process has been given a higher priority. (BR 136867) * Allow for lyrics scripts to specifiy site, site_url, and add_url from within the script. This will allow for "meta lyrics" scripts. Patch by Sergio Pistone <sergio_pistone@yahoo.com.ar>. (BR 141885) * First rating star now lets you toggle between no rating, half a star, and one full star. BUGFIXES: * Uninstalling scripts would in some cases leave files behind. Patch by Sergio Pistone <sergio_pistone@yahoo.com.ar>. (BR 143716) * Last.fm "Custom Station" stream works again. (BR 146020) * Fix regression where the "Show Script Manager" button displayed on the Lyrics tab of the Context Browser wouldn't actually show the Script Manager. * Don't show ratings from the previous track's rating change in the OSD on playing the next track. * The config dialog is now less tall and fits on widescreen displays. * Making a dynamic playlist with the number of previously played tracks to show set to zero and attempting to play the first track would cause a crash. (BR 145157) * If "Stop after current track" was used, the last track would not be counted or rated in the user's statistics. (BR 140980) * Generic media device wouldn't allow you to drop a folder on the viewport, meaning you couldn't move subfolders to the top level of the mount point. * Made the settings dialog less tall. (BR 141250) * Star ratings now update instantly in the Context Browser, OSD, and Collection Browser. * lyrc script did not work behind proxy due to a stray quote mark. Gentoo Bug 166050. * Fix compilation on kde-3.3 systems. * amarok_live.py now uses popen correctly. Patch by Luke Macken <lmacken@fedoraproject.org>. (BR 127804) * Make amarok_proxy.rb use HTTP/1.0 as we don't support chunked responses. Patch by solsTiCE <solstice.dhiver@laposte.net>. (BR 141819) * Fix Quadratic loading in Playlists. Patch by Ovy <ovy@alum.mit.edu>. (BR 142255) * Correctly set iPod model. Patch by İsmail Dönmez <ismail@kde.org>. * Fix detection of vfat devices on FreeBSD. (BR 141614) * Right-click on volume slider would change the volume. (BR 141672)
2007-06-26API depends of multimedia/totem/buildlink3.mk allows both totem andjoerg1-1/+2
totem-xine, ABI depends only the former. This creates conflicts when pkg_add picks the latter to fulfill the API depends. Allow both packages for the ABI depends as well and bump the revisions of the two affected packages.
2007-06-23Allow to use the Carbon library if it exists.minskim1-1/+5
2007-06-20PLIST-related fixes:schmonz5-3/+127
* Avoid building OSS support (this could be an option if anyone really cares) * compile all .py into .pyc at install time (from joerg) This doesn't address the PR about PKGLOCALEDIR on e.g. Solaris, but in the meantime it should fix other bulk builds. Bump PKGREVISION.
2007-06-19make fetch of album cover art work again after amazon changed its "API",drochner3-2/+18
patch from http://exaile.org/trac/ticket/485 bump PKGREVISION
2007-06-15From Sergey Svishchev:wiz1-2/+11
Replace .kde/share with .kde/share/kde in scripts and documentation, makes playlist2html.py and webcontrol.py usable. Bump PKGREVISION.
2007-06-15xine-1.1.7 doesn't want to build the arts plugin unless told sodrochner1-1/+2
explicitely -- add a command line switch (possibly kdemultimedia doesn't need it anymore?)
2007-06-15Fix native case.joerg1-3/+2
2007-06-15* Substitute for @SH@ as well as @AWK@ per de facto standards forjlam2-5/+6
installed shell scripts. * Generate the to-be-installed script at build time, not at install time. We "build" for a reason -- to see what's going to be installed before we actually install it.
2007-06-15Use the standard SETUID_ROOT_PERMS definition, which defaults to 4555.jlam1-4/+3
2007-06-13Add patch from Jesse Peterson in PR 36480:wiz3-3/+28
Fix volume changes with auvia on amd64 port.
2007-06-12Use FreeBSD IO code for now on DragonFly.joerg3-1/+27
2007-06-11Doesn't build with Python before 2.3.joerg1-1/+3
2007-06-10Update rhythmbox to 0.9.8.obache9-52/+80
Overview of changes in Rhythmbox 0.9.8 "Type slowly" ===================================================== * move to SVN and move round lots of files. yay! * use "friendly" date-time in track list (William Jon McCann) * add visualisation plugin (JOnathan Matthew) * support more lastfm:// URIs (Jonathan Matthew) * split code out into a library common to plugins and the binary (Jonathan Matthew) * display cover art in the tray icon tooltop and song-change notification (Ed Catmur) * Magnatune improvements (Adam Zimmerman) * core art improvements, support art for podcasts et al (Ed Catmur, Martin Szulecki) * Python plugin improvements (James Livingston, Jonathan Matthew) * add support for the Jamendo online catalogue (Guillaume Desmottes) * support new Gnome "media key" mechanism (James Livingston, Jonathan Matthew) * support track transfer for "generic" audio players, and improve iPod track transfer support, including transcoding (James Livingston) * many build/run issues on Solaris (Irene Huang) * Nokia N800 support (William Jon McCann) * Many core improvements, for future work * the usual pile of minor features and bug fixes Updated Translations -------------------- * ca Jordi Mallach * da Peter Bach * de Hendrik Brandt * en_CA Adam Weinberger * en_GB David Lodge * fr Jonathan Ernst and Stéphane Raimbault * gl Ignacio Casal Quinteiro * hi Gaurav Mishra (NEW) * it Luca Ferretti * lt Žygimantas Beručka * nl Tino Meinen * pl Artur Flinta and the Gnome Polish Team * pt_BR Guilherme de S. Pastore * sv Daniel Nylander * vi Nguyễn Thái Ngọc Duy Overview of changes in Rhythmbox 0.9.7 "I love Perth" ===================================================== * Use gnome-power-manager to inhibit suspend while playing (Jonathan Matthew) * Add support for transient metadata (Ed Catmur) * Plugin-ise Internet radio support (Jonathan Matthew) * Add support for the MagnaTune online store (Adam Zimmerman) * Add support for playin Last.fm radio streams (Matt N) * Even more support for broken podcast feeds (Alex Lancaster) * Display placeholder when no cover art can be found (Ed Catmur) * Build fixes (Brian Cameron, Gilles Dartiguelongue, Alex Lancaster) * Improve the python console (Brian McKenna) * Ask the user if MusicBrainz returns multiple albums (Edgar Luna) * Refactor support for "streaming" sources (Jonathan Matthew) * Let dbus clients request playing song notification (Oskari Saarenmaa) * Add more unit tests (Jonathan Matthew) * Fix some a11y stuff (Jerry Tan) * Plugin-ise DAAP, and DAAP improvements (Jonathan Matthew) * Startup improvements, including async directory walking (James Livingston) * Improve intra-application Drag and Drop (Jonathan Matthew) * Support gnonfaudiosink's "profile" property (Alex Jones) * Remove insane threading from podcasts (James Livingston, Jonathan Matthew) * Disable ReplayGain by default, since it has issues (James M) Plus the usual assortment of bug fixes, performance and memory improvements, and minor features. Updated Translations -------------------- * ar Djihed Afifi * ca Jordi Mallach, Josep Puigdemont i Casamajó * dz Pema Geyleg (New) * el Nikos Charonitakis * en_CA Adam Weinberger * es Francisco Javier F. Serrador * fi Ilkka Tuohela * gl Ignacio Casal Quinteiro * hu Gabor Kelemen * it Luca Ferretti * ja Takeshi AIHANA * lt Žygimantas Beručka * nb Kjartan Maraas * nl Vincent van Adrighem * sv Fredrik Tuomas * vi Nguyễn Thái Ngọc Duy
2007-06-08Added a patch to fix the return statement of a signal handler. This isrillig2-1/+17
problematic because the return type can be either void or int. The autoconf manual says to just omit the return statement.
2007-06-08Remove dead MASTER_SITES. From Zafer Aydogan.wiz23-68/+45
2007-06-08Support PM_REQ_GETQSIZ and PM_REQ_GETFRAGSIZ in sun_a.c to improvewiz3-15/+52
playback. From Sergey Svishchev in PR 35772. Bump PKGREVISION.
2007-06-08Enable vcut. Patch provided by Jonathan A. Kollasch in PR 36382.wiz2-4/+7
Bump PKGREVISION.
2007-06-08Add libmpcdec support. Addresses PR 36452 by Gilles Dauphin.wiz1-2/+3
2007-06-08Update to 0.10.6:wiz3-6/+29
=== release 0.10.6 === 2007-05-23 Jan Schmidt <thaytan@mad.scientist.com> * decoder/mp3-c-synth.c: (III_polyphase_matrix), (MPG_DCT_8): Use a temp array to turn 8 additions and 4 subtractions into 6 additions and 2 subtractions. * decoder/mp3-c.c: (III_huffman_decode): Avoid a false assertion that occurs when we don't have any bigvalues or count1 bits to decode. Fixes #18. 2007-05-18 Jan Schmidt <thaytan@mad.scientist.com> * decoder/flump3dec.c: (flump3dec_init), (flump3dec_reset), (flump3dec_flush), (flump3dec_sink_chain), (gst_flump3dec_update_ts), (flump3dec_drain_avail), (flump3dec_change_state): * decoder/flump3dec.h: * decoder/mp3tl.c: (mp3tl_decode_header): Fix timestamp handling so that incoming timestamps always get applied at the correct time. Add a threshold for accepting incoming timestamps - updates below the threshold are ignored, to avoid problems with the timestamping granularity of container formats. 2007-03-19 Jan Schmidt <thaytan@mad.scientist.com> * configure.ac: Make liboil use OFF by default. Enable it with --enable-liboil. 2007-03-12 Jan Schmidt <thaytan@mad.scientist.com> * decoder/flump3dec.c: (flump3dec_src_query), (flump3dec_src_convert), (flump3dec_time_to_bytepos), (flump3dec_src_event): Don't convert all upstream seeks to open-ended ones. Preserve -1 as a valid value for seek start and end instead of converting it blindly to time and bytes. 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org> * Makefile.am: * autogen.sh: * configure.ac: adapt to new AG_GST and pull in new common common 2007-02-18 Jan Schmidt <thaytan@mad.scientist.com> * decoder/table-powtable.h: Oops, commit the power factors table too. 2007-02-18 Jan Schmidt <thaytan@mad.scientist.com> * Makefile.am: * configure.ac: * decoder/Makefile.am: * decoder/bitstream.c: (bs_getbytes), (h_setbuf): * decoder/bitstream.h: * decoder/mp3-c-synth.c: * decoder/mp3-c.c: (III_get_side_info), (III_dequantize_sample), (c_decode_mp3), (mp3_c_init), (mp3_c_flush): * decoder/mp3-c.h: * decoder/mp3-ipp.c: (ipp_decode_mp3), (mp3_ipp_init), (mp3_ipp_flush), (mp3_ipp_close): * decoder/mp3-ipp.h: * decoder/mp3tl-priv.h: * decoder/mp3tl.c: (mp3tl_new), (mp3tl_free), (mp3tl_decode_header), (mp3tl_decode_frame), (mp3tl_flush): Merge back pre-computed power factor table from the rework branch. Re-arrange the decoder backend so that the C implementation is always available, and use it for decoding "MPEG 2.5" even with IPP. Do more efficient bitstream operations by copying arrays of bytes directly into the huffman bitstream instead of a byte at a time. Use the simpler 'huffman bitstream' object where we can. * util/Makefile.am: * util/gen-pow-table.c: (main): Utility for computing the power factor table. 2007-02-16 Jan Schmidt <thaytan@mad.scientist.com> * configure.ac: * decoder/Makefile.am: Add support for using liboil in the C build. * decoder/flump3dec.c: (flump3dec_base_init), (flump3dec_drain_avail): Change the reported codec tag string to 'MPEG 1/2 Audio, Layer 1/2/3' so it shows more info. Make the element details show which build (IPP,liboil,C) is in use. * decoder/mp3-c-synth.c: (mp3_SubBandSynthesis): * decoder/mp3-c.c: (inv_mdct_s), (mp3_init): * decoder/table-dewindow.h: Use liboil in one place to do an array multiply. 2007-02-13 Mathieu Garcia <matthieu@fluendo.com> * decoder/flump3dec.c (flump3dec_drain_avail): Post less often the bitrate tag (> 10kbps change) 2007-02-12 Mathieu Garcia <matthieu@fluendo.com> * decoder/flump3dec.c (flump3dec_change_state): (flump3dec_drain_avail): * decoder/flump3dec.h (struct FluMp3Dec): Now we post the bitrate tag. * decoder/flump3dec.c (flump3dec_drain_avail): Set the GST_TAG_AUDIO_CODEC. 2007-01-31 Christian Schaller <christian@fluendo.com> * decoder/flump3dec.c: Fix codec classification Audio/Decoder -> Codec/Decoder/Audio === release 0.10.5 === 2006-12-12 Jan Schmidt <thaytan@mad.scientist.com> * decoder/common.h: * decoder/flump3dec.c: (flump3dec_get_query_types): * decoder/huffman.c: * decoder/mp3-c-synth.c: (mp3_SubBandSynthesis): * decoder/mp3-c.c: (III_get_side_info), (III_frequency_inversion), (mp3_close): * decoder/mp3tl-priv.h: Fix compilation on the Sun Studio compiler === release 0.10.4 === 2006-11-28 Jan Schmidt <thaytan@mad.scientist.com> * decoder/bitstream.c: (bs_new): * decoder/decode.c: (set_hdr_data_slots): * decoder/mp3-c.c: (III_get_LSF_scale_factors), (III_huffman_decode), (III_dequantize_sample), (III_reorder), (III_stereo), (decode_mp3): Implement MPEG-2.5 samplerates. * decoder/mp3tl.c: (mp3tl_decode_header): Ignore the incoming table of frame sizes and pass all data including possibly auxilliary bits to the decoder for now. 2006-11-21 Jan Schmidt <thaytan@mad.scientist.com> * decoder/flump3dec.c: (flump3dec_init): Don't leak pad templates. 2006-11-20 Jan Schmidt <thaytan@mad.scientist.com> Merge back revisions 601 thru 605 from the gst-fluendo-mp3-rework branch 2006-11-20 Jan Schmidt <thaytan@mad.scientist.com> * decoder/mp3-c-synth.c: (III_subband_synthesis), (mp3_SubBandSynthesis): Rearrange things slightly, so Layer 2 and Layer 3 decoding also use the new synthesis function. 2006-11-20 Jan Schmidt <thaytan@mad.scientist.com> * decoder/Makefile.am: * decoder/mp3-c-synth.c: (III_subband_synthesis), (III_polyphase_matrix), (MPG_DCT_32), (MPG_DCT_16), (MPG_DCT_8), (mp3_SubBandSynthesis): * decoder/mp3-c.c: * decoder/mp3-c.h: * decoder/mp3-cos-tables.h: * decoder/mp3tl-priv.h: * decoder/mp3tl.c: (mp3tl_decode_frame): Move synthesis/dct functions out to a separate file. Fix decoding by using the correct entry from the synth_cos64_table lookup table. 2006-11-20 Jan Schmidt <thaytan@mad.scientist.com> * decoder/Makefile.am: * decoder/mp3-c.c: (decode_mp3), (III_subband_synthesis), (III_polyphase_matrix), (MPG_DCT_32), (MPG_DCT_16), (MPG_DCT_8), (mp3_SubBandSynthesis): * decoder/mp3-cos-tables.h: * decoder/mp3tl-priv.h: * decoder/mp3tl.c: (mp3tl_decode_frame): Optimise polyphase filter bank by using a partially hand-unrolled 32-point DCT. 2006-11-19 Jan Schmidt <thaytan@mad.scientist.com> * decoder/Makefile.am: * decoder/mp3-c.c: (inv_mdct), (init_mdct), (III_frequency_inversion), (decode_mp3), (mp3_init): Clean up old, slow code branches. === release 0.10.3 === 2006-09-07 Jan Schmidt <thaytan@mad.scientist.com> * decoder/flump3dec.c: (flump3dec_change_state): Patch from Sebastian Moutte to fix setting caps on the src pad when reusing the element (Closes #5) 2006-09-06 Jan Schmidt <thaytan@mad.scientist.com> * decoder/bitstream.h: * decoder/common.h: * decoder/decode.c: (II_dequant_and_scale_sample): * decoder/flump3dec.c: (flump3dec_get_type), (flump3dec_base_init), (flump3dec_check_for_xing), (flump3dec_drain_avail), (flump3dec_get_query_types): * decoder/huffman.c: (huffman_decoder): * decoder/mp3-c.c: (III_get_side_info), (III_get_scale_factors), (III_get_LSF_scale_data), (III_get_LSF_scale_factors), (III_huffman_decode), (III_dequantize_sample), (III_antialias), (decode_mp3), (mp3_SubBandSynthesis), (mp3_init), (mp3_flush), (mp3_close): * decoder/mp3-c.h: * decoder/mp3tl-priv.h: * decoder/mp3tl.c: (mp3tl_sync), (mp3tl_decode_frame): * decoder/table-huffdec.h: Clean ups and bug fixes. Change the way the main_data buffer is calculate to eliminate a state variable. Fix a nasty array index overflow that was resulting in noise in the left channel for some builds only. Fix all -Wextra warnings 2006-08-25 Wim Taymans <wim@fluendo.com> * decoder/flump3dec.c: (flump3dec_drain_avail), (flump3dec_sink_event): Output the first frame before the second frame instead at EOS. 2006-08-18 Jan Schmidt <thaytan@mad.scientist.com> * configure.ac: Build against IPP for x86_64, and support IPP 5.0 & 5.1 * decoder/mp3-c.c: (mp3_SubBandSynthesis): Fix the float -> int16 conversion so it doesn't overflow
2007-06-08Mention that this is the obsolete version, and that the currentwiz2-2/+5
version is available in audio/libmusicbrainz.
2007-06-08+ libmusicbrainz.wiz1-1/+2
2007-06-08Initial import of libmusicbrainz-3.x:wiz5-0/+96
MusicBrainz is a user-maintained community music metadatabase. Music metadata is information such as the artist name, the release title, and the list of tracks that appear on a release. MusicBrainz collects this information about recordings and makes it available to the public. All of the data in MusicBrainz is user contributed and user maintained. This library is an interface to the MusicBrainz database. It is aimed at developers of media players, CD rippers, taggers and other applications requiring music metadata. The service's architecture follows the REST design principles. Interaction with the web service is done using HTTP and all content is served in a simple but flexible XML format.
2007-06-08This does not conflict with libmusicbrainz-3*.wiz1-5/+1
2007-06-08Update to 2.1.5:wiz3-20/+6
Changes for libmusicbrainz 2.1.5 ------------------------------------- - Fix for CD TOC reading on Solaris, thanks to Brian Cameron. (#2009) - Fixed compilation on GCC 4.3. (http://bugs.debian.org/417352) - Fix the patch for buffer overflows in rdfparse.c (2066) - Support for Debian GNU/kFreeBSD in configure.in (patch from the libmb package in Debian) - Patch to allow manually entering the CD TOC information, thanks to sbooth. (#2193) - Fixed configure.in to work with newer versions of autoconf. (#1829) - Buffer overflow in MBHttp::WriteToBuffer. (#2273) - Python bindings: - No shebang in non-executable scripts.
2007-06-05Bump PKGREVISION for opencdk shlib major bump.wiz1-2/+2
2007-06-05opencdk shlib major changed; bump ABI depends and PKGREVISIONs ofwiz6-12/+12
affected packages.
2007-06-04Remove dead mirror site. From Zafer Aydogan.wiz1-3/+2
2007-06-03Remove dead mirror site. From Zafer Aydogan.wiz1-3/+2
2007-06-03Remove dead mirror. From Zafer Aydogan.wiz1-3/+2
2007-05-30Removed some code duplication from the buildlink3 files by using the newrillig1-8/+3
pkg-build-options.mk procedure.
2007-05-28Updated wavesurfer to version 1.8.5. Summary of changes since 1.7.4:gson3-45/+44
* Mouse- and key binding updates: shortcuts keys for recording support for multiple popup events (shift-left-button and right-button are now the default on all platforms) * Misc. bug fixes including zoom in/out mixup Changes in WaveSurfer version 1.8.4 * Improved scrollwheel support, including zooming (Ctrl + wheel) * Fixed bugs in chooser & preferences dialogs * Several other bug fixes Changes in WaveSurfer version 1.8.3 * Global console variables SOUND and WSURF contain active sound/widget * Localization file for Brazilian Portuguese * Minor cosmetic fixes and some bug fixes Changes in WaveSurfer version 1.8.2 * The Chooser dialog can now handle bookmarks of the form pathname:<time> * Updated documentation * Bug fixes Changes in WaveSurfer version 1.8.1 * Many minor improvements and fixes Changes in WaveSurfer version 1.8 * Updated GUI that better matches the platform (WinXP, MacOSX, etc.) WaveSurfer is run on. * Other minor improvements and bug fixes Changes in WaveSurfer version 1.7.6 * -config option can now also specify a full path name * Chooser-dialog now handles auto-play, Windows path names and sorting * Automatically generated plots will not generate "Unsaved changes" dialog on exit as default anymore * WaveSurfer Mac binary now uses Tcl/Tk 8.4.9 * Lots of other minor improvements and bug fixes Changes in WaveSurfer version 1.7.5 * Expanded key binding functionality * Enhancements to the Chooser-dialog * WaveSurfer binaries now use Snack 2.2.9 * Several other improvements and bug fixes
2007-05-28Updated tcl-snack to version 2.2.10. Summary of changesgson4-10/+31
since 2.2.8: 10/20/04 (new feature) Implementation of data and append commands for Python (Hinard). 10/26/04 (bug fix) Fixed leak in Windows sound I/O code. (Wilkason) 11/15/04 (new feature) The fade filter can now fade to a minimum level other than zero. 11/18/04 (bug fix) Corrected memory leak in the pitch command. 11/25/04 (bug fix) Corrected handling of Lin24packed sample encoding. 11/30/04 (new feature) Support for more than 2 channels on Macintosh OS X. ----------------- Released 2.2.9, 12/1/04 ----------------------- 1/26/05 (new feature) Added implementation for snack::audio record_gain command on Windows (DeJong) 1/26/05 (enhancement) Several improvements regarding MP3 format handling. (Wilkason) 14/12/05 (bug fix) Fixed canvas items to work with later ActiveTcl releases. ----------------- Released 2.2.10, 14/12/05 -----------------------
2007-05-23Update to arts 1.5.7 (part of KDE 3.5.7)markd3-12/+12
2007-05-23Fixed gcc4 error messages.rillig3-7/+33
2007-05-23Fixed gcc4 errors and warnings.rillig3-1/+31
2007-05-23Fixed the gcc4 error messages and a warning about undefined behavior.rillig3-1/+46
2007-05-23Fixed the detection of socklen_t.rillig2-4/+20
2007-05-19Added support for installation to DESTDIR.heinz1-3/+5
2007-05-15Add qtplay.kristerw1-1/+2
2007-05-13Respect ${CFLAGS} and ${CPPFLAGS}.schmonz1-2/+2
2007-05-13Update to 3.8.0. Highlights from the changelog:schmonz4-181/+619
* Added the rhythmtapping modules. * Added lessons to practise intervals from second to octave. * Added twelve-tone and bpm exercises. * Added ternary rhythm exercise. * Added nameinterval exercise. * Added descending melodic intervals exercise. * Added LOTS of scale exercsies from Davide Bonetti. * Removed GNOME dependencies. We now require pygtk 2.6.0 or newer. * The user manual is now translatable using .po files. * Many updated translations. * Cairo version of all input widgets. * Improved GtkTextView-based html widget if GtkHtml is not available.
2007-05-13Initial import of qtplay, a Mac OS X command-line utility to playschmonz4-0/+40
Audio CD's, MP3's, and other music files using QuickTime.
2007-05-10Update to 2.1:wiz2-6/+6
2.1 - May 7th, 2007 : ===================== * Fixed a crash in the Artist/Album view after saving files, * Italian translation updated (thanks to Costantino Ceoldo), * Brazilian Portuguese translation updated (thanks to doutor.zero), * French translation updated.
2007-05-09Update to 4.41.0:tnn3-9/+9
fixed: corrupt floating-point audio on big-endian machines fixed: limit RIFF data buffering to 16 MB to prevent out-of-memory crash improved: attempt to mute errors when decoding corrupt legacy WavPack files improved: overall performance enhancements of 10% to 30% (depending on mode) added: MMX intrinsics for 24-bit (and higher) stereo encoding (thanks to Joachim Henke) added: --skip and --until commands to unpack specified range of audio data
2007-05-06Update to 0.2.38:wiz5-10/+11
=============== Version 0.2.38 =============== * Fix 100% CPU problem introduced in 0.2.37 (Joe Marcus Clarke) * Fix libesddsp not linking against libesd (Loïc Minier) * Fix file descriptor leaks (Pierre Ossman) * Fix a build problem with the read/write wrapper (Jean Bréfort) * chdir to "/" when starting up (Dan Winship) * Only install the esddsp man page if we build the binary