summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2009-02-26aKode is a simple audio decoding framework that provides a uniform interfacehasso15-0/+454
to decode the most common audio formats. It also has a direct playback option for a number of audio outputs. This package provides the aKode library and akodeplay testing utility.
2009-02-25update to 0.1.7drochner2-7/+6
changes: -Optimisation resulting in dramatic throughput improvements -bugfixes (also a segfault, without security implications)
2009-02-25Explictly needs libSM now.joerg1-1/+2
2009-02-24Drop maintainership.wiz1-2/+2
2009-02-24Update to 0.4.25:wiz3-24/+14
gnome-speech 0.4.25: * Respin due to use of incompatible libtool for 0.4.24. gnome-speech 0.4.24 * drivers/espeak/espeakspeaker.c: Fix for bug #571217 - espeak driver parameter ranges do not match espeak * gnome-speech/speaker.c, drivers/eloquence/eloquencespeaker.c: Fix for bug #560439 - GNOME Goal: Remove deprecated GLib symbols. NOTE: I don't have the eloquence package (it's a commercial system), so I was unable to verify the changes made to that file. gnome-speech 0.4.23: * drivers/espeak/Makefile.am Fix for bug #568786 - Trivial build patch (Vincent Untz) * test/test-speech.c: Fix for bug #563577 - GNOME Goal: Clean up GLib and GTK+ includes (Luis Menina)
2009-02-21PKGREVISION bump for libsndfile ABI depends bump.wiz14-24/+28
2009-02-21Update to 1.0.18:wiz9-210/+29
Version 1.0.18 (2009-02-07) * Add Ogg/Vorbis support (thanks to John ffitch). * Remove captive FLAC library. * Many new features and bug fixes. * Generate Win32 and Win64 pre-compiled binaries. Add ogg and vorbis dependencies to bl3.mk and increase ABI depends.
2009-02-19no need to pull in libaudiofile heredrochner2-4/+2
2009-02-16kill an obsolete line in the installed .pc file, reported bydrochner3-3/+16
Jared D. McNeill per PR pkg/40648, bump PKGREVISION
2009-02-15Add patch from upstream, bump PKGREVISION:wiz3-3/+23
SVN commit 917750 by nhnielsen: Fix for wikipedia tab not showing any info. Thanks to Helge Stenström and WarwickH at https://bugs.edge.launchpad.net/ubuntu/+source/amarok/+bug/316140 for the fix.
2009-02-15Update to 0.99.14, provided by Karl Uwe Lockhoff in PR 40493.wiz6-109/+84
gtkpod V0.99.14 NEW FEATURE: Help system, still very preliminary. NEW FEATURE: Video thumbnail generation, thanks to M. Sean Finney NEW FEATURE: Lyrics may be viewed and edited via the Details window for a track. Only mp3 files are supported currently (patches welcome to remove this limitation). Writing lyric tags may still have compatibility issues on some iPod's. Thanks to Dudy Kohen. NEW FEATURE: Add a search bar, to quickly filter tracks. UPDATE: New application icon. UPDATE: Preferences dialog redesigned from the ground up for GNOME HIG compliance. UPDATE: Hebrew translation. Thanks to Assaf Gillat. UPDATE: Italian translation. Thanks to Daniele Forsi. UPDATE: Romanian translation. Thanks to Alex Eftimie. UPDATE: Spanish translation. Thanks to Alejandro Lamas Daviña. UPDATE: Swedish translation. Thanks to Stefan Asserhäll. NEW FEATURE: Added simple Chinese translation. Thanks to Tan Zhixin. IMPROVEMENT: Numerous UI cleanups IMPROVEMENT: Support for chapter data, thanks to Michael Tiffany IMPROVEMENT: Use cairo for coverart display effects. This allows the dependency on libgnomecanvas to be dropped. IMPROVEMENT: Coverart display performance has been improved. IMPROVEMENT: Better support for Windows compilation in Cygwin, thanks to Éric Lassauge. IMPROVEMENT: Set track->lyrics_flag for mp4 files in addition to mp3 files. IMPROVEMENT: Use the Artist tag for the Artist and fall back to the Album Artist tag only when the former does not exist. For Album Artist, use the Album Artist tag, but only if the Artist tag does exist. Thanks to Dudy Kohen. BUGFIX: The Photo "playlist" is now a separate object in the Playlist view. BUGFIX: Numerous memory leaks fixed, thanks to Andrea, Tomas Carnecky, and others. Many other bug fixes and cleanups, see the ChangeLog for more detail.
2009-02-12move the libltdl where it belongsdrochner2-3/+3
2009-02-12Update to 2.2.3. From the changelog:schmonz2-6/+6
- added ID3v2 support (for known tags like title, artist, album, track number, ...) - added '@nX' to '-o' option to specify the number of digits (X) in the output track identifier number - added '-N' option for Not writing mp3splt.log file - added the '@N' variable when using the '-g' option for auto incrementing the track number in the tags - created a completely new windows installer allowing to install only some components and to uninstall only the installed files - added some more documentation about the 'off' parameter - updated to check for illegal characters in output filenames - fixed bug with mp3splt not searching for plugins in its directory on Windows (it will now search in the directory of the 'mp3splt' executable if we detect a path from the launch command and in the installation directory written in the registry) - fixed the zeroes not being added before the number when using @n - fixed small bug about '-Q' not working right - the default behaviour of the tags on the split files has changed: by default, we set the tags version of the file to split in the split files (for example if the file for split has ID3 version X, the tags in the split files will be ID3vX) - added -1 (force tags in output files to be ID3v1) and -2 (force tags in output files to be ID3v2) options - implemented query{search_string}(chosen_result_int) for the -c option : windows users should use this instead of -c query when searching using a "unicode" string - fixed all tags/filenames "unicode" encoding issues on windows - fixed small track issue in tags - fixed issue when the output is the same as the original file
2009-02-12Update to 0.5.4. From the changelog:schmonz2-6/+6
- fixed bug crashing the applications on the silence split when no 'get_silence_level' function defined - added ID3v2 support when compiling with 'libid3tag' support - added '@nX' to '-o' option to specify the number of digits (X) in the output track identifier number - added the '@N' variable when using the '-g' option for auto incrementing the track number in the tags - fixed bug #2398397 : 'license version broken in README' - fixed the zeroes not being added before the number when using @n - fixed a lot of ugly codings and compiler warnings - fixed problem with configure yielding error when libid3tag not found - fixed libtool incompatibility issue (libtool: link: cannot find the library `../libltdl/libltdlc.la'), bug #2144760 - updated to check for illegal characters in output filenames - fixed all tags/filenames "unicode" encoding issues on windows - the default behaviour of the tags on the split files has changed: by default, we set the tags version of the file to split in the split files (for example if the file for split has ID3 version X, the tags in the split files will be ID3vX) - the tags in the output files can be changed with the SPLT_OPT_FORCE_TAGS_VERSION option - fixed issue when the input file is erased if the output is the same as the original file - fixed small track issue in tags
2009-02-11disable some linux specific hack which tries to import "libc.so.6"drochner3-3/+16
and "libmpcdec.so.3" - this is going to fail on other platforms obviously, bump PKGREVISION
2009-02-11replace my quick-and-dirty patch fixing mikmod play with the upstreamdrochner2-6/+31
version, to ease further updates
2009-02-11Sort PYTHON_VERSIONS_ACCEPTED.joerg1-2/+2
2009-02-11Fix Python version order.joerg1-2/+2
2009-02-10mserv_irman -> mserv-irmanabs1-2/+2
2009-02-10Renamed to mserv-irmanabs4-38/+0
2009-02-10Added audio/mserv-irman version 0.21abs4-0/+39
mserv-irman allows easy control of the 'mserv' mp3 jukebox program using ordinary remote controls and irman receivers from evation.com. mserv already allows rating of tracks to allow the system to pick tracks appropriate to who is currently connected. mserv-irman works with this to permit relatively peaceful sharing of an mp3 jukebox in an office of widely disparate tastes. This replaces audio/mserv_irman, also moving the source to code.google and enabling DESTDIR support
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg9-17/+18
changed runtime dependencies now.
2009-02-07DESTDIR support. Needs pkg-config.joerg3-10/+13
2009-02-07Supports DESTDIR.joerg1-1/+3
2009-02-07forgot options.mk in last commit.jakllsch1-0/+16
2009-02-07Update to ncmpc-0.13.jakllsch7-58/+38
Changes for versions since 0.11.1: ncmpc 0.13 - 2009-01-09 * added output configuration screen, default hotkey F8 * new --disable-locale configure option * new --disable-multibyte configure option; this allows you to disable wide character support, retaining multibyte character support * search with regular expressions ncmpc 0.12 - 2008-12-05 * added artist screen (tag browser) * added highly experimental lyrics screen (disabled by default) * removed clock screen * support wide characters * optimized memory usage * always try to reconnect after server failure * support unix domain sockets for the MPD connection * added compile-time "mini" option which produces the smallest possible ncmpc binary * added LIRC support * scroll long song names in the playlist * added command "locate" ('G') which locates a song in the database browser * added "song" screen ('i') which displays song information
2009-02-06Fix previous commit: include ao in CONFIGURE_ARGS, not in ↵shattered1-3/+3
TIMIDITY_NATIVE_AUDIO (oops).
2009-02-06Always include libao support.shattered1-3/+4
At the moment, timidity cannot use pulseaudio on NetBSD -- it has no native driver and padsp wrapper is only for ossaudio-using applications. However, it supports libao, and libao has pulseaudio driver. Since timidity always builds with vorbis support, which requires libao anyway. OK by wiz@.
2009-02-05Make this package build and work under Mac OS X (Leopard).tron5-6/+54
This fixes PR pkg/40424 by Torsten Harenberg.
2009-02-03fix problems with missing -lXau on darwin and solaris (at least)dbj2-16/+14
by providing a default define of SharedLibX which causes it to use a shared libaudio if the installed imake templates don't define it
2009-02-03Recursive revision bump came from audio/gsm.obache3-5/+6
2009-02-03Update gsm to 1.0.12 a.k.a 1.0-pl12.obache6-68/+41
Bump ABI_DEPENDS because reentrant fix changed struct gsm_state. (It is defined in gsm/private.h, but used by other packages directly). Fri Jun 2 06:27:56 2006 Jutta Degener (jutta@pobox.com) * Release 1.0 Patchlevel 12 src/code.c: removed modifiable static storage that made the library non-reentrant. (Thanks to Paul Gibbs for pointing out the bug.) Sat Mar 18 11:48:28 2006 Jutta Degener (jutta@pobox.com) * Release 1.0 Patchlevel 11 src/gsm_implode.c: fix WAV49 implode move source archive location
2009-01-29Add a note about where to send patches upstream:jmcneill1-1/+4
# NOTE: Please send a copy of any patches that are not pkgsrc-specific # to <pulseaudio-discuss@mail.0pointer.de>
2009-01-28-kill the "iconv" option which doesn't serve any purpose anymoredrochner4-31/+30
-remove libmikmod from default options - it is buggy and possibly a security risk (it is disabled in "configure" per default too) -remove shout option - this didn't work anyway (can be fixed, but I haven't used shout so far) -enable ipv6 option - the comment on options.mk stating that IPv6 disables IPv4 doesn't seem to ve valid anymore -fix some configure args which changed spelling over time -fix a crash in case libmikmod is enabled and used bump PKGREVISION
2009-01-28fix code which assumes that time_t fits into an int, bump PKGREVISIONdrochner3-2/+44
2009-01-28Add missing RCS Id.obache2-2/+4
2009-01-28Need dl and pthread to build, add buildlink.obache2-2/+9
Exactly disable detection of python.
2009-01-28Marked as DESTDIR ready.obache1-1/+3
2009-01-27Disable MMX when using Sun Studio.sketch1-1/+5
2009-01-27Update twolame to 0.3.12.jmcneill2-7/+6
Version 0.3.12 (2008-01-09) --------------------------- - Fixed 'inline' for the forthcoming gcc-4.3 * thanks to Martin Michlmayr for patch Version 0.3.11 (2007-07-02) --------------------------- - Fixed energy levels bug for mono audio * thanks to Staale Helleberg for patch - Fixed STDIN support in twolame frontend Version 0.3.10 (2007-03-20) --------------------------- - Added win32/winutil.h to tarball - fixes bug #1629945 - Fixed presentation of --enable-debug in configure script - Added twolame_encode_buffer_float32_interleaved() - Fixed bug that was loosing stereo in twolame_encode_buffer_float32() - Fixed twolame_set_mode() to accept TWOLAME_AUTO_MODE - Added source file Ids to the top of every file - Added -pedantic to CFLAGS for debug build Version 0.3.9 (2006-12-31) -------------------------- - Fix for Windows in simple frontend: open files in binary mode * thanks to Kurien Mathew - (libtwolame) Fixed energy level support * thanks to Staale Helleberg - Nows displays the version number of libsndfile in frontend * as suggested by Elio Blanca - Changed documentation build system, so you have to run it manually - Buffer overrun fix in new_extension() - (libtwolame) Added warning that DAB support is still broken - (libtwolame) Added twolame_get_framelength() to return number of bytes per frame - Added TWOLAME_SAMPLES_PER_FRAME macro, clarifying that there are always 1152 samples per frame in Layer 2 - Frontend now displays extra information * Duration of input file (if known) * Total number of frames to be encoded and percentage complete * The filesize of the output file - Cleaned up source files so that it is consistent and all uses tabs (tab width 4) Version 0.3.8 (2006-06-19) -------------------------- - (libtwolame) Fixed CRC protection - More code tidying - pkg-config is no-longer required (but is recommended) - frontend now has the exectuable suffix appended to filename - added -std=c99 to the compiler options
2009-01-26Fix package on Solaris. Probably not the 'correct' fix, but it's a smallsketch2-6/+18
and working one without having to delve too far into imake.
2009-01-26reset PKGREVISION for base pkg updatedrochner1-3/+1
2009-01-25Move options handling into seperate file.tron2-15/+19
2009-01-25Update to 0.7.0:wiz4-49/+10
Overview of changes in libgpod 0.7.0 ==================================== * support for iPod Nano 4th generation This includes support for cover art. Please note that this release DOES NOT support iPhones and iPod Touch with firmware 2.x * support for "sparse artwork" writing This lets us write more compact artwork files to the iPod, which in turn makes the UI more responsive (and saves disk space on the iPod). * jump table support These are the big letters that show up in the album/artist list when someone quickly scrolls through them. Thanks a lot to Ian Stewart for implementing it. * chapter data support Chapter data allows large files (movies, audio books, podcasts) to be divided into smaller sections. Thanks to Michael Tiffany for this feature. * improved timezone handling This should now work up to 5G iPods, for newer iPods, libgpod will assume timestamps are in UTC. * translation updates Thanks to all of our translators :) * much more complete API doc All of the public API is now documented with gtk-doc. * simplification of the cover art handling API The API for artwork for developers using libgpod should be more straightforward, if things are missing, don't hesitate to get in touch with us ;) * extensive plist parser In libgpod 0.6.0, libgpod got a very basic parser for the SysInfoExtended file (which is a XML plist description). This parser was rewritten for this release to parse the whole file. This parser depends on libxml2 but its compilation will be disabled if libxml2 and its development headers can't be found. * add mapping from iPod serial numbers to iPod models The iPod serial number can be obtained programmatically, and its last 3 digits are characteristic of an iPod (type, generation, color, capacity). libgpod can now find out an iPod model using this serial number. * portability improvements to windows and macosx This is probably not perfect yet, but the goal is to improve it as much as possible so don't hesitate to send bug reports if some things are still not working. Thanks to the songbird project and Éric Lassauge. * reworked handling of artwork formats libgpod can now automatically use the artwork formats described in SysInfoExtended even if the iPod model is unknown, this should make it possible for libgpod to support artwork on newly released iPod models without the need to upgrade. * python bindings are more consistent with other python container objects This enables testing whether a key exists in an object (e.g. "'title' in track") as well as iterating over a Track or Photo object's keys, values, or items. * bug fixes and code cleanup all over the place
2009-01-24Dependency on libcdio was dropped by v0.9.4nb1, over 4 years, 9 months ago.obache1-2/+1
It should be also removed from bl3.mk. Fixes PR 40430.
2009-01-23Maintainer address is not reacheable, reset back to pkgsrc-users@netbsd.orgkefren1-2/+2
2009-01-21avoid GNUism in iconv usagedrochner2-1/+28
2009-01-21(attempt to) fix CVE-2008-5824 (buffer overflow in msadpcm.c),drochner4-3/+56
see Debian bug #510205, just done correctly. The IMA code might have similar problems. The code appearently can't handle stereo files correctly anyway, so bail out if >1 channel which should avoid the problem. bump PKGREVISION
2009-01-20update to mpc-0.14drochner2-7/+7
First release in a year and a half. Tons of bugfixes and feature additions
2009-01-20update to 0.14.1drochner5-49/+15
This release features fixes for jack instability, many streaming issues, solaris build, cross fading audio defects, improvement in software volume and non-distribution building. This releases adds writer/composer tag support and disables oggvorbis seeking on remote files, which fixes slow ogg file streaming playback.