summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2006-02-12Update to 2.4.0.xtraeme5-35/+22
Changes: * Layout of the main window can be changed using Layout[123] options. Switching between layouts is done using the 'l' key and now TAB is used to switch between the playlist and the directory menu. For example, you can configure the layout to see both the playlist and a directory content. * Support for WMA, RealAudio, MP4 and AAC file using FFmpeg. * UTF-8 support. * Selecting themes at runtime - T command (this does not change the config file). * Executing external commands, like 'cp %f /mnt/usb_drive' where %f is substituted with the path to the currently selected file. * Tags are cached at the server side and read in a separate thread. The interface is not locked until the tags are read. Size of the cache can be adjusted using TagsCacheSize. The cache is saved at exit and loaded at startup. * Moving items up and down: u and j commands. * Workaround for encoding of ID3v1 tags. New options: UseRCC - to use librcc for ID3v1 reencoding (Initial patch by Alexey Gladkov), ID3v1TagsEncoding - assumed encoding for ID3v1 tags. * Added UseCursorSelection option (default: no) to display cursor on the selected file. This is useful with braille displays. * Added SetXtermTitle option (disable/enable setting xterm title). * Added m4a and aac to the list of extensions supported by ffmpeg. * Pressing n when nothing is played starts playing from the first item on the playlist. * Added FollowPlayedFile option: menu follows the currently played file so that it is scrolled if the file is outside the visible part (default to yes). * Numbering items in the playlist. Can be turned off using PlaylistNumbering. * New themes: moca_theme (Nicola Vitale), red_theme (yyz), and darkdot_theme (David Lazar). * Added a command for adding a URL to the playlist using entry (CTRL-u). * A and --append can add files from playlists. * Interface show the playlist after startup if something from the playlist is played (CanStartInPlaylist option). * Commands: --append, --clear, --play work now as expected even if there is no client running. * Use full paths instead of just file names for displaying on the playlist. * Internet streams can be paused. * Ogg plugin name was changed to vorbis.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg269-465/+550
2006-02-04"The Rosegarden site has moved to rosegardenmusic.com. Please update your linkghen1-2/+2
or bookmark."
2006-02-03Reset maintainer on his request. PR 32699.wiz3-6/+6
2006-01-31REPLACE_PERL+=scripts/mab2vcard. Bumped PKGREVISION.rillig1-3/+5
2006-01-31Update to arts 1.5.1 (part of KDE 3.5.1)markd3-20/+6
Changes unknown.
2006-01-24Re-add faad option, to enable mpeg4ip support (to share AAC files)tonio3-9/+21
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz69-98/+138
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-23Has BROKEN_GETTEXT_DETECTION.joerg1-1/+2
2006-01-21Update to 1.3.8:wiz3-11/+7
VERSION 1.3.8: BUGFIXES: * NMM engine would crash when seeking after the playlist finished, state Empty wasn't emitted * Fixed URL of the Nectarine radio stream. * Fix crash after changing the alsa device in the helix configuration dialog. * When amaroK exits, send SIGTERM to running scripts. (BR 119159) * Old error messages could be shown instead of current track lyrics. * The equalizer in the helix engine now works properly at low sample frequencies. * Fixed some threading issues in loading XML playlists. * Lyrics that are available on lyrc would be shown as "not found". * The helix engine now includes protection so that misbehaving streams do not cause the visualizations to leak memory.
2006-01-21Changes 1.0.13:adam6-20/+20
* Fix form MinGW compiler problems. * Allow readin/write of instrument chunks from WAV and AIFF files. * Compile problem fix for Solaris compiler. * Minor cleanups and bug fixes.
2006-01-21Update package Makefile now that bsd.pkg.extract.mk is using thejlam1-3/+1
"extract" script for extraction. Many cases where a custom EXTRACT_CMD simply copied the distfile into the work directory are no longer needed. The extract script also hides differences between pax and tar behind a common command-line interface, so we no longer need code that's conditional on whether EXTRACT_USING is tar or pax.
2006-01-20Rename the following variables to reduce the number that we need to track:jlam1-2/+2
EXTRACT_CMD_OPTS.bin -> EXTRACT_OPTS_BIN EXTRACT_CMD_OPTS.lha -> EXTRACT_OPTS_LHA EXTRACT_CMD_OPTS.rar -> EXTRACT_OPTS_RAR EXTRACT_CMD_OPTS.tar -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tar.Z -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tar.bz2 -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tar.gz -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tbz -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tbz2 -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tgz -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.zip -> EXTRACT_OPTS_ZIP EXTRACT_CMD_OPTS.zoo -> EXTRACT_OPTS_ZOO EXTRACT_CMD_OPTS_tar.gz -> EXTRACT_OPTS_TAR
2006-01-20Drop maintainership. I can't seriously be the maintainer of so manyjmmv6-12/+12
packages - specially of packages that I haven't touched for a long while or those that other people can handle better than me.
2006-01-20Update to 0.3.9:jmmv2-6/+6
* Fix for bug 319421: ibmtts hardcoded to en_US locale (Bill Abt) * For for bug 319875: Add eciInsertIndex to viavoice driver (Bill Abt) * Fix for bug 320013: Add more parameters to ibmtts driver (Bill Abt) * Fix for build problem on Solaris (Rich Burridge) * Fix for bug 142354: FreeTTS driver exits when refcount goes to 0 instead of living forever (Willie Walker) * Fix for bug 313652: FreeTTS build fix (Bernard Leak) * Fix for bug 319980: test-speech now uses selected gender instead of hardcoding to male (Willie Walker) * Fix for bug 314736: Cygwin ports patch (Cygwin Ports maintainer) * Fix for bug 314840: Corrected the use of the rate and pitch parameters for ibmtts driver so that they are absolute and not relative values (IBM) * Provide different method for finding the Java virtual machine for freetts-synthesis-driver (Willie Walker) * Fix for bug 319168: FreeTTS streaming audio player could not be used (Willie Walker)
2006-01-20Update gnome-vfs2* to 2.12.2:jmmv1-2/+1
* Correctly resolve nested symlinks without accessing invalid memory * Synch xdgmime with upstream to fix handling of the mime cache * Improve parsing of files which have names that match dates, years or times of day. * Correctly return GNOME_VFS_ERROR_CANCELLED if an authentication was cancelled in the ftp, sftp and smb method * Fix problem with multiple cd volumes * Add logic for Win32 so we won't return crap like /x:/foo/bar.zap and fix handling of file overwrites.
2006-01-19Update to 3.0.6. From the changelog:schmonz3-10/+10
* singinterval bugfix: don't crash if last question in tests is anwered wrongly. * chord-m7-7-maj7-m7b5-dim7 and chord-m9-9-7b9-maj79: Don't crash when running tests. * Add the singanswer lesson files to the pratise menu. * Correctly connect ComboBoxEntry events in preferences window. * Don't show GtkWarnings in the traceback window. Added --show-gtk-warnings commandline options for those who want to see them. * Fixed the singanswer module and added some "Sing chord tone" exercises to the practise menu. * updated no.po * Added gui in the preferences window to select the language to be used. Use this if solfege does not select the correct one by default. * Added swedish translations. Thanks to Daniel Nylander. * Updated italian translation. Thanks to Marco Colombo. * Build fixes to the linux midi module. * Distribute all .po files in the windows build.
2006-01-18Add and enable gst-plugins0.10-oss.jmmv1-1/+2
2006-01-18Initial import of gst-plugins0.10-oss, version 0.10.1:jmmv3-0/+34
This package is part of the 'good' plugins for GStreamer. It provides the oss plugin, which allows playback and recording of sound through the Open Sound System audio libraries.
2006-01-18Adjust dependencies after the renames of gstreamer, gst-plugins andjmmv3-24/+19
gst-plugins-* to gstreamer0.8, gst-plugins0.8 and gst-plugins0.8-*, respectively. Bump PKGREVISION.
2006-01-18Rename gstreamer, gst-plugins and gst-plugins-* to gstreamer0.8,jmmv51-215/+203
gst-plugins0.8 and gst-plugins0.8-* respectively. This is to leave room for gstreamer 0.10 (which will be added with versioned names too, to avoid annoying renames in the future). While here, do some changes: - Make gstreamer0.8 use the alternatives system to provide the unversioned gst-* utilities. - Rename all internal variables to have 0.8 in them to make it clear which package they belong to.
2006-01-17patch-ag is important as well :)adam1-0/+13
2006-01-17Changes 1.2.4b:adam3-17/+21
* A serious problem with the French translation was corrected. Changes 1.2.4: * The File menu now includes a list of recent files. * The "Generate Silence" effect now prompts for a length. * Audacity is now built with Vorbis 1.1, which features better encoding quality and file compression. * Dragging sound files into the Audacity window now works on Mac OS X and Linux, as well as Windows. (Before, it worked only on Windows.) * Better support for certain audio devices on Mac OS X 10.4 "Tiger" * The "View History" window can now discard old undo levels to save disk space on Windows. (This previously worked only on Linux and Mac.) * "Preferences" command is now in Edit menu. * "Plot Spectrum" command is now in Analyze menu. * Opening a project file saved by a later version of Audacity displays an intelligent error message. Also, trying to import a project file (instead of open it) displays an intelligent error message. * Audacity now compiles in Visual C++ .NET 2003. * Other minor bug fixes. * New or updated translations: Arabic (ar), Czech (cs), Finnish (fi), Hungarian (hu), Japanese (ja), Norwegian (nb), Slovenian (sl), Simplified Chinese (zh_CN), Traditional Chinese (zh_TW).
2006-01-16Added audio/flite.xtraeme1-1/+2
2006-01-16Initial import of flite-1.3.xtraeme5-0/+106
Flite (festival-lite) is a small, fast run-time synthesis engine developed at CMU and primarily designed for small embedded machines and/or large servers. Flite is designed as an alternative synthesis engine to Festival for voices built using the FestVox suite of voice building tools.
2006-01-16Modified mailbox in MAINTAINER.rxg3-6/+6
2006-01-15Update to 7.18:wiz2-7/+6
Snd 7.18 snd_pd_external.c, help-snd-fm.pd, and pd-fm.scm and other changes for Pd, thanks to Kjetil. Many more improvements thanks to Mike. default sample type is now float. This should only affect the "peak-env" files which will need to be rebuilt (just delete the current peak files, and they'll be rebuilt as needed automatically). analog-filter.scm: Butterworth, Chebyshev, inverse-Chebyshev, Bessel(-Thompson), Elliptic filters. (These functions are based on code of Anders Johansson) new fft windows: samaraki and ultraspherical (related to the dolph-chebyshev window) ultraspherical window has an additional parameter (side lobe shape) named fft-window-alpha here (to parallel fft-window-beta). new sound effects: sinc-train (clm.html) reverse-by-blocks and reverse-within-blocks (examp.scm) pulse-voice (examp.scm) moved make-iir-low|high-pass-1 to snd7.scm (from dsp.scm) removed the various sorting indices (sort-by-name|size|date|entry), and changed the way the user-defined sorter works. (snd7.scm defines the old names). Also removed (unimplemented, but documented) file-sorters list, and the now useless just-sounds-hook. added sound-file? for easier file-filter definition. in both Motif and Gtk, the file selection dialogs have been changed -- there are fewer visible widgets, but popup menus are scattered around to handle uncommon chores (sorting, filtering, etc). libgamin is connected to the file list as elsewhere. Right-click in the file list brings up a menu of sorting/filtering choices; in the directory list it brings up a menu that splits out the parent directories (single-click in the directory list moves to that directory); in the file and filter entry widgets it brings up a list of previous choices. If you type in the file entry widget, the file list tries to move to the apparent choice. The "preview area" is as before -- a description of the selected sound file, with "play" and "just-sounds" buttons. In the xm module, XmNpopupEnabled is now an enum (it was boolean -- I was following the incorrect info in the Motif docs -- use XmPOPUP_AUTOMATIC rather than #t). the happy buttons have hunkered down for the winter. checked: gtk 2.8.8|9|10, sbcl 0.9.7|8, clisp 2.36|7 (cmn), motif 2.3.0, ruby 1.8.4, Mesa 6.4.1 (openGL), gamin 0.1.7 (fam) with much help from: Kjetil, Mike, Russell Aspinwall Snd 7.17 Mike made many improvements in the ruby support Kjetil added a -volume argument to sndplay all dlp directory files moved to main directory (to simplify load-path handling) added: *clm-notehook* and *definstrument-hook* added to Guile version of with-sound (thanks to Rick) the rest of the preferences dialog mus-header-raw-defaults sync-max SND_PATH environment variable (optional load path directory list) if --with-float-samples and --with-doubles, the internal sample data type is double. (this also affects CLM) moved snd-apropos to snd7.scm. clm: fixed various instruments that were using mus-location with src: backandforth.ins, scratch in ug1.ins, granular.ins, various test ins. added optional srate envelope arg to fullmix. Rick added clm.asd. Fernando updated dlocsig and friends. *clm-tempfile-data-format* and *clm-tempfile-header-type*. cmn: *dynamics-minimum-vertical-separation* added by Anders. Anders also added support for dy0 and dy1 messages in wedge.lisp. Rick added cmn.asd. *dot-vertical-spacing* checked: ACL 8.0, openmcl 1.0, cmucl 19c, clisp 2.35 (cmn), gtk 2.8.7 with much help from Mike, R Mattes, Rick, Anders, J Reyes, Kjetil, T Blechmann J Rundall, H Fugal, Fernando, J Sandgren, M Klingbeil 7.16: tarball with NEWS file not found
2006-01-13As suggested by jlam, use INSTALL_MAKE_FLAGS to override the install-timeschmonz4-21/+8
value of sysconfdir without patching. Ride the previous PKGREVISION bump.
2006-01-13Install the config file under share/examples/solfege and useschmonz4-3/+25
CONF_FILES to copy it into ${PKG_SYSCONFDIR}, instead of letting the package install it directly there. Bump PKGREVISION. This should fix the CHECK_FILES error found in Krister's bulk build.
2006-01-12Use the Linux source for DragonFly.joerg2-49/+47
2006-01-12Don't ask CPP for FreeBSD, just use PTHREAD_* for thread linkage.joerg2-6/+19
2006-01-11Get a newer local version of id3lib_strings.h, which works with GCC 3.4+.joerg1-3/+4
2006-01-11Some makedepend's object if a referenced header file is a danglingmarkd3-5/+23
symlink, so create the actual release.h file at the includes stage as the depends stage is too late (server/os is before lib/audio). Fixes PR pkg/32098 from Gilles Dauphin. Also fix installation of nasd.conf manual page on systems where imake doesn't have an InstallGenManPage rule (ie. solaris with openwin)
2006-01-09Use correct target when building "mpg123" with NAS support under Linux.tron1-2/+4
2006-01-09Limit this package to platforms for which NAS support is really availabletron1-2/+7
in "mpg123". Also exclude SUNWspro because there's only a NAS target for Solaris using GCC as the compiler.
2006-01-09Bump package revision because NAS support was not compiled previouslytron1-2/+2
on all NetBSD platforms except arm, i386 and m68k.
2006-01-09Does not need qt3-tools at runtime.wiz1-6/+2
Change to build dependency and bump PKGREVISION.
2006-01-09Correct default NetBSD build target. This should make "mpg123-nas" worktron1-2/+2
under NetBSD-amd64. Patch provided by Wojciech Puchar in PR pkg/30861.
2006-01-09I only maintain the "mpg123" package and not the "mpg123-nas" andtron3-4/+8
"mpg123-esound" flavours.
2006-01-08Use the correct audio device via ossaudio.buildlink3.mk, pointedxtraeme1-2/+9
out by Peter Schuller. Bump PKGREVISION.
2006-01-06DEPENDS and PKGREVISION bumps because db4's library name changed.wiz1-2/+2
2006-01-05Depend on cdrtools instead of cdrecord. Bump PKGREVISION.wiz3-5/+5
Update some messages/comments.
2006-01-05Fix build. Remove BROKEN_IN line.wiz3-4/+17
Patch from Sergey Svishchev in PR 32455.
2006-01-05Forgotten part of last commit:joerg1-0/+13
Make private error member const to avoid const-cast-away from dlerror.
2006-01-05Make private error member const to avoid const-cast-away from dlerror.joerg1-1/+2
2006-01-05Fallback to O_FSYNC on DragonFly, if O_SYNC doesn't exist.joerg3-9/+20
Use PTHREAD_* instead of -lpthread for linkage.
2006-01-05Needs gettext-lib. Bump revision.joerg1-2/+3
2006-01-05Include stddef.h to prevent other strange NULL definitions to occur.joerg3-1/+29
2006-01-05Fix GCC 3.4+: AFormat is a typedef, use it directly with out enum.joerg3-1/+37
Include stddef.h first, at least on DragonFly a C style (void *)0 definition of NULL is pulled in from somewhere otherwise and that conflicts with the stricter C++ type conversion rules.
2006-01-05Fix GCC 3.4 by adding explicit this reference.joerg2-1/+15