summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
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.
2007-07-15Oops, forgot to rename a variable in all instances.rillig1-2/+2
2007-07-15Using the SUBST framework instead of self-written code.rillig1-8/+7
2007-07-14Added support for installation to DESTDIR.heinz1-5/+7
2007-07-13+freealutdrochner1-1/+2
2007-07-13(forgot this yesterday, needed for flightgear)drochner5-0/+50
import freealut-1.1.0, a toolkit on top of audio/openal
2007-07-12Include bsd.prefs.mk before testing MACHINE_PLATFORMgson1-1/+3
2007-07-10Workaround for compiler selection on NetBSD 4.0.gavan1-1/+6
2007-07-08Fix patch file changessmb11-174/+29
2007-07-08Updated gtkpod to 0.99.8smb3-17/+25
Translations: Swedish, Hebrew, Italian New type-ahead search Handles compilations decently New window for track detail edits Add thumbnail images for new/updated tracks Basic video support Basic podcast support Sync addressbooks in ldif, kNotes, Palm Uses libgpod Stabe sort of track view Miscelleneous bug fixes and improvements (Note: patch supplied by Sergey Svishchev)
2007-07-08Make flite work on OpenBSD. Patch from OpenBSD ports. Suggested byminskim3-3/+28
Alexander Nasonov in PR 36557. Bump PKGREVISION.
2007-07-08Reset maintainer, rpaulo resigned.wiz3-6/+6
2007-07-07+ easytag-current.wiz1-1/+2