summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2007-08-31restore the timeout argument to pselect() -- this is intended to workdrochner2-16/+6
non-blocking
2007-08-31update to 0.8.3drochner6-65/+14
changes: --add-tag added: automatically add an ID3v1.1 tag to file which do not have any ID3v1.x or v2.x tag, lots of handcrafted algorithms converted 2300 files rather successfully in 37 seconds, the code is obscure though approved by tron
2007-08-31update to 0.8.5adrochner5-43/+79
changes: - Added handling of 'free form' bitrate frames, the lack of which was causing segfaults on AMD 64-bit sytems - Tweaked code to eliminate various gcc warnings and errors - Improved detection of invalid MP3 frames - Updated gmp3info for GTK 2 - Miscellaneous documentation updates and corrections - Fixed possible buffer overflow condition in gmp3info approved by tron
2007-08-30Modular Xorg support.joerg1-1/+7
2007-08-30When installing a bash script, depend on it and fix the path to bash.joerg1-3/+5
Bump revision.
2007-08-30Modular Xorg support.joerg1-1/+5
2007-08-30Fix various portability glitches.joerg5-1/+129
2007-08-30Fix linker usage.joerg5-2/+45
2007-08-30Include OSS backend on DragonFly. Bump revision.joerg4-2/+31
XXX The configure check is completely bogus.
2007-08-30De-interactive. Drop motf from PLIST, add a MESSAGE to tell the userjoerg6-13/+68
to create it instead. Bump revision.
2007-08-30Fixed building with g++-3.3.6 on NetBSD.rillig2-6/+19
2007-08-30Update to 1.4.7:wiz3-7/+8
VERSION 1.4.7 CHANGES: * Updated the Cool Streams. * Improved application icon. Thanks go to Pasi Lallinaho. * Upgraded SQLite to 3.4.1 * SQL improvements providing optimisations on intensive queries. Patch by Gosta <gostaj@gmail.com>. (BR 142999) BUGFIXES: * Wikipedia artist lookup would freeze Amarok if the artist was not found and the locale was not English. (BR 142764) * Cannot limit smart playlists to more than 1000 tracks. (BR 148084) * Fixed the formatting in the "Extended Info" pane for podcasts. * Don't show "Not Rated" for items rated with half a star. Patch by Tuomas Nurmi <tnurmi@edu.kauhajoki.fi>. (BR 144675) * Copy, don't move items from Cool Streams to folders. (BR 147404) * Sometimes folders in the playlistbrowser could be lost. (BR 147404) * NJB devices could have tags corrupted that contained Unicode characters. Patch by Kun Xi <quinnxi@gmail.com>. (BR 147223) * Show OSD when changing song rating via shortcut. Patch by Tuomas Nurmi <tnurmi@edu.kauhajoki.fi>. (BR 146918) * Show the stars indicating rating with the correct size in the OSD. Patch Patch by Tuomas Nurmi <tnurmi@edu.kauhajoki.fi>. (BR 147059)
2007-08-23Don't require exact nb revision for mbrola or the mbrolavox packages.joerg8-28/+28
Take any nb revision. Bump revisions of all affected packages.
2007-08-23Convert to use the emulator framework.jlam1-10/+6
2007-08-17Supports DESTDIR.joerg1-1/+2
2007-08-15nas has moved to sourceforge so adjust MASTER_SITES and HOMEPAGEmarkd1-4/+3
2007-08-14fix the http header parsing buffer overflow, the same way as donedrochner3-2/+102
in 1.62.2, bump PKGREVISION The reason I'm not updating to 1.62.2 yet is that it triggers problems with NetBSD's iconv(3) (WCHAR_T doesn't work), and that it doesn't create id3v1 tags anymore per default which many programs want.
2007-08-13oops, forgot to commit part of the gnome-speech updatedrochner1-3/+3
2007-08-13cosmetics:drochner4-6/+22
-make sure sqlite3 is found for a pointless configure check, avoids an error message -deal with hicolor-icon-theme
2007-08-13Added mk/misc/category.mk, which contains the definitions that are onlyrillig1-2/+2
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is also relevant for the top-level directory. Adjusted the category Makefiles.
2007-08-13mpg321 likes to leave files open, but I don't like that. PKGREVISION++rillig3-9/+18
2007-08-13Fixed the charset in ru.po. Patch provided by "Roman" on pkgsrc-users.rillig3-3/+17
PKGREVISION++
2007-08-12Update to 0.40.1:wiz7-164/+86
0.40.1: This is a corrective release to the 0.40.0 release. A bug in which the library would not update changed files on a rescan was fixed. MB metadata reading was made fully compliant with the latest specifications. The dependency on libmp4v2 was dropped due to problems, and appropriate code was put in place instead. The preferences dialog was made GNOME HIG compliant. 0.40.0: A rewrite of the library backend, reorganization of the UI, improved Last.fm backend and tighter integration of Last.fm within the entire application, enhanced and debugged Podcast backend with newly added support for video podcasts using Gstreamer, initial Jamendo support, and a universal bookmarking system. The stability of the 0.40 series is incomparably higher than the 0.36 versions. The application's usability was also improved to a great degree.
2007-08-10update to 0.4.16drochner2-6/+6
change: bugfix: Update max speech rate in eSpeak driver
2007-08-10Update the sample configuration file. Based on PR pkg/36472 fromsimonb1-6/+11
Aleksej Saushev, but leaving the paths as they were in the original sample config file.
2007-08-09Update to version 0.13.0. Notable changes are:simonb5-735/+6
- Many changes to playlist support - Lots of bug fixes, cleaned up code, and performance improvements
2007-08-09Update to version 0.12.1. Notable changes are:simonb5-36/+20
- New output format for "mpc playlist" - Support for many more search types with "mpc search" - Add "mpc del 0" behaviour to remove the currently playing song - Add outputs, enable and disable commands - multiple bug fixes.
2007-08-08Don't use malloc.h.joerg2-1/+15
2007-08-08Don't use malloc.h.joerg2-1/+18
2007-08-08Don't use malloc.h.joerg3-1/+69
2007-08-07Fixed paths to bash and pythonsmb1-1/+12
2007-08-06Add an option to turn on OSS support (instead of turning it offwiz4-17/+35
unconditionally), for DragonFly. Based on a patch provided by Steve O'Hara-Smith on pkgsrc-users. While here, split off options handling into an options.mk file.
2007-08-05Don't use malloc.h.joerg7-1/+84
2007-08-04Fix pthread linkage. Define timespeccmp if necessary.joerg5-15/+42
2007-07-30Update to 2.1.2:wiz3-20/+6
2.1.2 - July 12th, 2007 : ========================= * Added an option to update modification time of the parent directory when changing tag values of a file (useful for Amarok for example), * Added autoscroll in log view, * Added new Swedish documentation (thanks to Anders Strömer), * Fixed a problem to display the title in the Cddb window with translation languages (bug introduced in version 2.1.1), * Fixed the loose of focus after saving files : now the same control keep again the focus, * Fixed a mistake in the configure script (thanks to Thomas Klausner), * Swedish translation updated (thanks to Anders Strömer), * Brazilian Portuguese translation updated (thanks to doutor.zero), * Polish translation updated (thanks to Michał Smoczyk), * German translation updated (thanks to Götz Waschk), * French translation updated. VS: ----------------------------------------------------------------------
2007-07-30malloc.h -> stdlib.h. Changes installed file, bump revision.joerg3-3/+18
2007-07-30malloc.h --> stdlib.hjoerg2-1/+15
2007-07-30Use stdlib.h instead of malloc.h.joerg2-5/+7
2007-07-28Update to 1.2.0:wiz3-8/+9
libvorbis 1.2.0 (2007-07-25) -- "Xiph.Org libVorbis I 20070622" * new ov_fopen() convenience call that avoids the common stdio conflicts with ov_open() and MSVC runtimes. * libvorbisfile now handles multiplexed streams * improve robustness to corrupt input streams * fix a minor encoder bug * updated RTP draft * build system updates * minor corrections to the specification
2007-07-28Never use malloc.h.joerg3-20/+18
2007-07-26Update to 1.2.8:wiz2-7/+6
1.2.8: Sam Lantinga - Wed Jul 18 09:45:54 PDT 2007 * Improved detection of Ogg Vorbis and Tremor libraries Ryan Gordon - Sun Jul 15 12:03:54 EDT 2007 * Fixed memory leaks in Effects API. David Rose - Sat Jul 14 22:16:09 PDT 2007 * Added support for MP3 playback with libmad (for GPL projects only!) Sam Lantinga - Sat Jul 14 21:39:30 PDT 2007 * Fixed the final loop of audio samples of a certain size Sam Lantinga - Sat Jul 14 21:05:09 PDT 2007 * Fixed opening Ogg Vorbis files using different C runtimes on Windows Philippe Simons - Sat Jul 14 20:33:17 PDT 2007 * Added support for Ogg Vorbis playback with Tremor (an integer decoder) Sam Lantinga - Sat Jul 14 07:02:09 PDT 2007 * Fixed memory corruption in timidity resampling code Ryan Gordon - Tue Jul 3 10:44:29 2007 UTC * Fixed building SDL_mixer with SDL 1.3 pre-release Ryan Gordon - Tue Feb 13 08:11:54 2007 UTC * Fixed compiling both timidity and native midi in the same build Hans de Goede - Sun Aug 20 23:25:46 2006 UTC * Added volume control to playmus Jonathan Atkins - Thu Aug 10 15:06:40 2006 UTC * Fixed linking with system libmikmod David Ergo - Fri Jun 23 09:07:19 2006 UTC * Corrected no-op conditions in SetDistance(), SetPanning() and SetPosition() * Fixed copy/paste errors in channel amplitudes
2007-07-23Fix build on NetBSD with mremap().wiz2-1/+21
2007-07-21HOMEPAGE and MASTER_SITES updateadrianp1-3/+3
2007-07-19Add commented out LICENSE tag (GPLv3).wiz1-1/+3
2007-07-17+espeakdrochner1-1/+3
2007-07-17import gnome-speech-espeak-0.4.15 which is a plugin for gnome-speechdrochner3-0/+42
to use the "espeak" speech synthesizer
2007-07-17add a patch which allows to build the espeak backend as a separate pkgdrochner2-1/+32
while still sharing patches and distinfo (no change to the base pkg)
2007-07-17import espeak-1.28, a speech synthesizerdrochner8-0/+301
(It is GPLv3; up to version 1.26 it was GPLv2 but those are too buggy to be used with gnome-speech.)
2007-07-17update to 0.4.15drochner2-6/+6
changes: -bugfixes -Compatibility with eSpeak >=1.27
2007-07-16Use liboil for simd support.drochner1-1/+4
This saves only 1..2% of cpu time for me (i386/Core2Duo), but since liboil is used throughout the gstreamer framework it doesn't hurt either. Bump PKGREVISION.