summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2004-08-02The configure script requires "-lX11 -lm" in LIBS to link with -lGL.minskim1-1/+2
2004-08-01Convert some C99-isms to C89 to make this build with gcc 2.95.kristerw5-1/+102
2004-07-31Fix lrintf() function in libfaad/common.h to make this build onxtraeme3-16/+26
NetBSD -current, this closes PR pkg/26412.
2004-07-28audio/snd uses its own round() function, incompatible with the one inagc7-5/+147
math.h in -current - work around this. XXX still statfs problems in -current in this package.
2004-07-28Fix problem shown up in the bulk build - if we're going to use the X11agc1-1/+2
libs, we might as well link them in.
2004-07-27Consolidate patch-ac and -ad into one patch file, as they patch theagc3-41/+32
same file (patch-ad with a weird path). Fixes problem seen in bulk build.
2004-07-26Update to version 2.1.20. Fixes PR 26428 from Joel CARNAT.cube2-7/+8
2.1.20: - Improve the string to utf8 translation function 2.1.19: - When both g_filename_to_utf8 and g_locale_to_utf8 fail, use the unconverted string. Don't know if it's the right way, but fixes crashes with broken filenames. - Don't try to convert NULL. Fixes crash on empty playlist - Use special gkrellm 2.2.0 api for scrolling text. Patch by Bill Wilson <billw@wt.net> - Use a g_spawn function instead of system to launch xmms, so xmms doesn't inherit all open gkrellm file descriptors Patch by Bill Wilson <billw@wt.net> 2.1.18: - When g_filename_to_utf8 fails fall back to g_locale_to_utf8. Fixes 100% cpu usage when playing files with filenames in locale encoding. 2.1.17: - Fixed memory leaks introduced in previous version. - Patch by Bill Wilson <billw@wt.net> to fix dependency on GdkFont and some other cleanups 2.1.16: - Fixed crash when updating playlist Thanks to Jan Tomasek <jan@tomasek.cz> for the pointer - Use the filename for title if we don't load the info - Add an item in the rmb menu to popup the gkrellmms config tab 2.1.15: - Off by one error in the playlist updating code, caused the wrong title to show. Found and patched by Andrew Kemp <ajwk@pell.uklinux.net>
2004-07-23Bump firstlevel depends for speex shlib major bump.wiz2-3/+4
2004-07-23Update to 1.0.4:wiz5-29/+38
* Headers are now in ${PREFIX}/include/speex/ (but a copy is still in ${PREFIX}/include for compat reasons). * Pseudo-gapless playback (i.e. playback has the same number of samples) * Fixed a potential bug (unconfirmed) that might cause a segfault in special circumstances. Also includes a shlib major bump, so update DEPENDS in buildlink3.mk.
2004-07-22Update to version 0.11.3. Changes include:simonb2-5/+5
. support for http authentication for streams . replaygain pre-amp support . some bug fixes
2004-07-22add python as categoryrecht6-12/+12
ok'd a while back at pkgsrcCon by agc and wiz
2004-07-21USE_IMAKE implies USE_X11BASE, remove it.salo1-4/+5
Style nits.
2004-07-16Update mserv_irman to 0.19:abs2-16/+5
- If an irman_name has successfully initialised, and later dies, restart it - Kill irman_names on exit - Allow per host config - Add install target
2004-07-15If we're going to do the substitution of ${SH} in the Makefile, we mightagc1-1/+1
as well give it something to substitute. No functional change to the package.
2004-07-14Enable ogg music (needed for upcoming games/wesnoth package)manu1-2/+5
2004-07-14correction - panel.h isn't needed, so patch it out of existance andgrant3-3/+18
drop the added INCOMPAT_NCURSES patterns. fixes build with NetBSD libcurses again.
2004-07-14add missing filegrant1-1/+2
2004-07-14Updated ncmpc to 0.11.0.grant3-11/+10
- dependency on popt removed - NetBSD-2*-* added to INCOMPAT_CURSES because this needs panel.h from ncurses. Major changes since 0.10.1: * removed popt dependency * the default port is now 6600 (mpd-0.11.0) * nls support (sv,de) * ncmpc now uses the terminal in raw mode (enabling key bindings to Ctrl-C...) * changed key bindings: o cursor movement up/down with j and k (used to be . and ,) o the update/redraw command is now executed with Ctrl-L (used to be u) * new ncmpc commands: o move a playlist entry up/down with Ctrl-K, Ctrl-J (playlist screen) o add a song/url with a (playlist screen) o support for MPD db updates with Ctrl-U * new command line options --config=FILE and --key-file=FILE * configuration changes: o replaced '_' with '-' in configuration field names o the color support in ncmpc have been redesigned - more colors & color fields o the display of song names can now be customized (list-format, status-format, xterm-title-format) o ncmpc no longer changes the xterm title by default (set-xterm-title) o new option for default find mode (find-wrap) o new option for cursor movement (wrap-around) o new options for alert bells (audible-bell,visible-bell) o the wide cursor is now enabled by default (wide-cursor) o view the sample configuration file and/or the manual page for details * ncmpc now scrolls long song names on the status line * ncmpc now have a new built in line editor with completion and history support * ncmpc now remembers the cursor position when changing directories * ncmpc now offers to overwrite when saving playlists * ncmpc now have an optional clock screen * ncmpc now retreives playlists with MPD's plchanges command Update provided by Robert Lillack in PR pkg/26237, with minor changes by me.
2004-07-13Update to ifp-line-0.2.4.3. Relevent changes from 0.2.4:sekiya3-12/+11
* Fix upload bug * Fix "ls" bug for ifp-8xx. * Fix "mkdir" and "rmdir" bug. * Added support for iFP-7XX and iFP-8XX by Joseph Roback<joe@roback.cc>. * 7XX and 8XX series can download any file, change behavior of "download". * Change behavior of "ls"("ls" is same as "ls /").
2004-07-12Updated XFce to 4.0.6martti3-6/+8
As usual, this is a maintenance release, aimed at bug-fixing; no new features are being added to the 4.0 branch. The main purpose of this release is compatibility with recent GTK+ releases along with other fixes.
2004-07-10Make this package build on non-NetBSD platforms by using variablesminskim4-30/+25
defined on ossaudio.buildlink3.mk.
2004-07-10Each of patch-* should patch only one file.minskim3-44/+29
2004-07-09* Enable pkgviews installation.xtraeme3-19/+12
* Use subst.mk instead of patching the files for the audio device.
2004-07-08Install bplay and brec as well as gramofile.agc6-10/+68
Use /dev/sound on NetBSD. Bring in ossaudio via buildlink3. Bump PKGREVISION. Fixes the problems reported in PR 26206 by Ole Hellqvist
2004-07-07Update to version 0.11.2. Changes include:simonb2-5/+5
1) Work around in computing total time for mp3's whose first valid mpeg frame is not layer III 2) Fix mp3 and mp4 decoders when seeking past the end of the file 3) Fix replaygain for flac and vorbis 4) Fix memory leaks in flac decoder (from normalperson) 5) Fix Several other bugs in playlist.c and directory.c (from normalperson)
2004-07-06bump PKGREVISIONs since libxslt needs libgcrypt nowrecht1-1/+2
2004-07-06PKGNAME is redundant here...xtraeme1-2/+1
2004-07-06Added hydrogen and libhydrogen both version 0.8.0.xtraeme1-1/+3
2004-07-06Initial import of hydrogen-0.8.0 from pkgsrc-wip, contributed byxtraeme4-0/+143
Chris Wareham. Hydrogen is a simple real-time drum machine/sequencer for CAC (Computer Aided Composition).
2004-07-06Initial import of libhydrogen-0.8.0 from pkgsrc-wip, contributed byxtraeme6-0/+118
Chris Wareham. Shared library for Hydrogen, a simple real-time Drum machine/sequencer for CAC (Computer Aided Composition).
2004-07-05Fix PLIST and bump PKGREVISION.minskim2-2/+6
- Add an entry for an empty directory. - Add a comment on a directory handled by xmms.
2004-07-04It might help if I committed the latest versions to the tree - make it so.agc2-2/+6
2004-07-04Add and enable gramofileagc1-1/+2
2004-07-04Initial import of gramofile-1.6 into the Packages Collection. Withagc5-0/+89
thanks to Steve Woodford for the nudge. GramoFile is able to record hours of CD quality music, split long sound files in separate tracks, and remove ticks and pops from recordings. It can be used for ripping audio from vinyl LPs. + Integrated sound recording and playback (with customized versions of brec(1) and bplay(1) by David Monro); + Handling of large sound files up to a few GB; + Signal peak level meter during recording; + Playback of user-specifiable parts of sound files; + Signal processing through application of `filters'; + Nine filters (filter types, actually) are supplied, new ones can be added fairly easily; + Multiple filters can be used, in random order, in one single run - even multiple instances of the same filter; + Most filters can be fine-tuned through a number of parameters (independent of each filter instance); + A large sound file containing an entire side of a gramophone record can be split into separate sound files, one for each track; + Signal processing and track splitting are performed simultaneously; + Text mode user interface with a windows-like look and `feel'; + Sound files of the familiar .wav type are used
2004-07-04Add and enable gst-plugins-cdparanoia.jmmv1-1/+2
2004-07-04Initial import of gst-plugins-cdparanoia, version 0.8.2:jmmv3-0/+27
This package provides the cdparanoia plugin for GStreamer, which allows audio extraction from CDs.
2004-07-02don't conflict with kdemultimedia3, just with ...2drochner1-2/+2
2004-06-30Update to 0.31:wiz3-10/+9
0.31 - May 29th, 2004 : ======================= * Tried to fixed the problem to get list of selected files after deleting of files, * Added ability to set/unset padding in ID3v2 tags, * Added an option in the 'Playlist window' to write only the selected files or directly all the files in the playlist, * Polish translation updated (thanks to Artur Polaczynski), * Russian translation updated (thanks to Andrey Astafiev), * Romanian translation updated (thanks to George Pauliuc), * Dutch translation updated (thanks to Björn Olievier), * Japanese translation updated (thanks to Takeshi Aihana), * Czech translation updated (thanks to Milan Siebenburger), * Italian translation updated (thanks to Kostantino). 0.30.2 - March 25th, 2004 : =========================== * Some tabs in the preferences window have been reorganized, * Fixed in configure script, the detection of libFLAC when using the switch --disable-ogg, * Fixed a wrong numbering in sub directories for the new track field button (to set the number of files in the directory to the track field), * German translation updated (thanks to Götz Waschk). 0.30.1 - March 22th, 2004 : =========================== * Added support of FLAC Vorbis tag for FLAC files (if the file has no FLAC vorbis file, it tries to read the ID3 tag) (thanks to Pavel Minayev), * Added support of APE tag for OptimFROG files (.ofr, .ofs), * Added ability to write by default ID3v2.3 tags to ISO-8859-1, * Version of libFLAC (1.0.3) supplied in the package was removed, * Added ability in the Process Fields scanner to convert a character by an other on (patch from Ben Hearsum), * Added ability to display the files by Artists and by Albums, * Added ability to set independently the character conversion for the Tag scanner and the Rename File scanner, * Added a new button to set the number of files in the directory to the track field, * Added the entry "Tag selected files with this field" in the popup menu of tag entries, * Added a sub menu Scanner into popup menu over the file list, * When resizing the main window, the tag area doesn't grow, * The fields identifiers for Ogg Vorbis tag are written with upper letters (ex: TITLE= instead of title=) as they are recommended by Vorbis standard, * The CDDB results can be applied to the files selected in the main list, * Fixed the execution of scanner, when using entries of the main menu 'Scanner' in the menu bar, * Fixed the CDDB server name, that wasn't saved in the configuration file, * Fixed connection to CDDB under FreeBSD 5.1 (thanks to from Jan Kanty Palus), * Fixed a bug when using "Repeat action for the rest of the files" when deleting files, * Fixed a bug that doesn't save the changed files, which aren't selected, when changing of directory or exiting, even if you select the button "Yes" in the dialog box, * Fixed a bug when renaming files with the scanner and using the character conversion (some spaces or underscores weren't replaced), * Fixed some memory leaks (in browser, scanner, ...), * Updated easytag.desktop and EasyTAG icon, * French translation updated, * Spanish translation updated (thanks to Fernando), * Italian translation updated (thanks to Kostantino), * Dutch translation updated (thanks to Björn Olievier), * Ukrainian translation updated (thanks to Cawko Xakep).
2004-06-29Update to version 0.11.1.simonb6-30/+28
Changes include: . Support for new update command . Make add command more robust
2004-06-29Update to version 0.11.1.simonb2-5/+5
Changes include: . Added support for HTTP Proxy . Detect and skip recursive links in the music directory . Support for playing mp3 and Ogg Vorbis streams . Replaygain support for Ogg Vorbis and FLAC . Update specific files/directories (for fast, incremental updating) . Play after stop resumes from last position in the playlist . Play while pause resumes playback
2004-06-28Update to 0.3.3:jmmv2-5/+5
* FreeTTS driver now requires FreeTTS 1.2beta.
2004-06-28Bump PKGREVISION because archive changed but the filename did not.ben3-6/+40
Update PLIST and distinfo to reflect changes.
2004-06-28Changes 1.0.10:adam10-65/+80
* Minor bug fixes * Fix support for Win32 MinGW compiler
2004-06-26Fix the OSS plugin. For me it only fixes the volume control, but I havejmmv5-3/+37
been told by many people that it doesn't work at all for them... hopefully this solves all problems. The fix is the following: instead of using the included soundcard.h file, use the one provided by the system (only in the NetBSD case; I can't test other systems). Idea from PR pkg/25301 by Kouichirou Hiratsuka. Bump PKGREVISION to 1.
2004-06-26Correct path to multimedia/smpeg.kristerw1-2/+2
2004-06-26move smpeg to multimedia/grant2-4/+4
2004-06-25Update to 1.00:jmmv2-6/+5
* Fixed a crash when playing non-existent files. * Doesnt display an annoying message when xmms cannot play a file.
2004-06-25Update to 0.8.5. From Kouichirou Hiratsuka in PR pkg/26083.jmmv3-6/+8
* Metadata loading via Xine [Bastien Nocera] * Don't crash on duplicate database entries [Colin Walters] * Fix random crasher when using commandline args [Colin Walters] * Fix small display, sourcelist, and browser keybindings to not conflict with HIG [Colin Walters] * Actually include sk translation New Translations * is (Gunnar Steinn Magnússon) * sk (Ivan Noris) Updated translations * az (Metin Amiroff) * bg (Peter Slavov) * el (Nikos Charonitakis) * fi (Ilkka Tuohela) * fr (Christophe Fergeau) * it (Luca Ferretti)
2004-06-24Upgrade shorten to version 3.6.0.ben2-5/+5
2004-06-24Remove obsolete package gmodplay.ben1-2/+1