summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2006-08-13Update to 0.5.1:wiz5-32/+16
version 0.5.1: - Fixed broken symlink problem in plugins/tta/Makefile.am - Don't write files/directories with leading dots. (#1427) - Added SetNotifyCallback to the Python bindings.
2006-08-12Rearrange position of some static functions to allow them to self-definedarcy4-47/+433
and compile under GCC-4. Bump PKGREVISION.
2006-08-10Drop maintainership (not used in ages).wiz1-2/+2
2006-08-08regen.wiz1-9/+7
2006-08-08Fix for gcc4, from gentoo.wiz2-1/+22
2006-08-07Update to 0.5.7:wiz5-24/+23
2004-05-16 Sam Clegg * Version 0.5.7 * Implement simple config dialog. * When fast playtime calculation is enabled, dedode the first 10 frames only. 2004-01-24 Sam Clegg * decoder.c: better xing bitrate calculation. 2003-12-28 Sam Clegg * Version 0.5.6 * configure.ac: don't depend on pkgconfig files from libmad and libid3tag that aren't shipped by upstream * decoder.c xmms-mad.[ch]: fix xing header usage. added use_xing configuration option to disable it.
2006-08-07Update to 12.18.1:wiz2-6/+6
sox-12.18.1 ------------ o The "filter" effect could go into infinite drain mode. Now only drain 1 buffer. noisered as well. o SoX was ignoring user aborts (ctrl-c) if it occured during effect drain operations. This was bad if effects had bugs and stuck in infinite loop. o Stop SoX from crashing when file type could not be auto determined (1417776). o Output filenames with multiple '.' confused SoX. (1417776) Christian Hammer o Moved to a common set of CLIP routines. This fixed clipping bugs in noisered and mcompand. o Stop SoX from crashing on sphere files that contain large text strings. (1430025) Ulf Hamhammar o Fix some overflow crashes in aiff handler. (1430024) Ulf Hamhammar. o Under windows, set piped input/output to binary mode (1417794). Marty o Fixed broken internal version of strdup(). (1417790) Marty o Stop infinite loop when reading MP3's with a tag size of exactly 8192 bytes. (1417511) Hans Fugal o Fix typo in stlib.dsp for loading in Visual Studio 6. o Fixed problems in silence effect related to removing multiple periods of silence from the middle of the sound file. o Reduced the window size greatly on the silence effect to prevent leaving in silence that looked like noise still based on RMS values. o Prevent infinite loop in pitch effect from uninitialize variable. Frank Heckenbach o Prevent crashes when printing error mesages (1447239) o Added makefile and support files to compile using Open Watcom compiler. (1417798) Marty o Stop calling flow() on effects that returned EOF during drain(). Allows two back-to-back reverse effects to work. o Added support for multiple channels in .dat files. (1366634) tomchristie
2006-08-07Update to 8.3:wiz2-8/+7
1-Aug: Snd 8.3. 31-Jul: windowed-maxamp renamed moving-max, added moving-rms, moving-sum, moving-length (dsp.scm) average renamed moving-average in clm. overlay-rms-env in draw.scm. 28-Jul: snd8.scm, removed make-ppolar|zpolar (use make-two-pole|zero). 27-Jul: mfilter in dsp.scm. 17-Jul: merged new-icons.scm into new-buttons.scm and renamed the latter toolbar.scm. 12-Jul: green.scm. 10-Jul: dlocsig.scm. 3-July: removed vct-map. 28-Jun: moved rmsgain code to clm-ins.scm. 23-Jun: Snd 8.2. 12-Jun: fmviolin.clm. 6-Jun: changed after-apply-hook to after-apply-controls-hook. 2-Jun: removed mus-make-error. 25-May: Walter Zorn's wz_tooltip.js to spruce up the documentation. 7-May: Snd 8.1. 21-Apr: many .fs files thanks to Mike Scholz (removed obsolete gfm directory). 15-Apr: first portion of Gauche support. 12-Apr: clm-load (ws.scm) for cm. 31-Mar: rt-player.scm (Kjetil). 28-Mar: Snd 8.0. Forth as extension language, thanks to Mike Scholz. shorten, tta, wavpack support. 20-Mar: heart.scm (use Snd with non-sound data). 14-Mar: x-axis-as-clock for more informative x-axis tick labels in very large files. 10-Mar: added a stop sign to interrupt long computations (equivalent to C-g). 8-Mar: kmenu.scm thanks to Maxim Krikun. 3-Mar: show-selection (extensions.scm). 27-Feb: Snd 7.19. tracking-cursor-style. 21-Feb: bind-key now takes a character or string 1st arg (as well as an integer); if a string, it's treated as the X/Gtk key name (e.g. "Home" or "plus"). It also has a 6th optional arg, a preferences dialog name (so that the dialog can reflect current key bindings by functionality). with-tracking-cursor and with-verbose-cursor as synonyms for cursor-follows-play and verbose-cursor. 17-Feb: mus-file-data-clipped -> mus-clipping, added mus-file-clipping for local settings data-clipped -> clipping mus-prescaler (global) alongside previous mus-file-prescaler added pausing -- returns #t if DAC is paused, can be set to #t or #f to start/stop pausing similarly playing -- #t if DAC is running (may be paused), settable to start/stop playing removed dac-is-running (it's in snd7.scm) 9-Feb: Bill Sack's stochastic.scm and snd-stochastic.pd, stochastic.png in grfsnd.html. 2-Feb: mus_audio_sun_outputs -> mus_sun_set_outputs, added mus_netbsd_set_outputs. mus_audio_set_oss_buffers -> mus_oss_set_buffers. changed ALSA environment variable names to use MUS, not SNDLIB. changed ALSA default device to "default" from "hw:0" 30-Jan: new-sound-dialog.
2006-08-07Add same hack as for audio/bmp to work around backgroundwiz1-0/+10
noise problem with gcc4.
2006-08-07Move gcc4 hack into hacks.mkwiz2-8/+11
2006-08-06Update to 0.4.2:jmmv2-7/+7
gnome-speech 0.4.2: * Fix for bug 347357: convert UTF-8 to ISO8859-1 before sending text to DECtalk engine * Fix for bug 348240: convert UTF-8 to ISO8859-1 before sending text to IBMTTS (a.k.a., ViaVoice) engine (thanks Javier!) * Fix for bug 347124: remove LT_VERSION_INFO since it is only available for libraries (thanks dmacks!) gnome-speech 0.4.1: * Partial fix for bug 144457: add "punctuation mode" parameter to DECtalk synthesis driver. The supported modes are as follows: 0 = none 1 = some 2 = most 3 = all * Fix for bug 341405: don't core dump if festival is not installed on machine. * Fix for bug 141516: allow character encoding to be dynamically determined from the voice. Credit to Milan Zamazal as well for the creation of the "coding" attribute convention for festival voices. * Fix for bug 341990: eliminate compilation warning in festival synthesis driver. ---------- gnome-speech 0.4.0: * Fix for bug 321216: support UTF-8 encoding (Chaitanya Kamisetty) * Fix for bug 337151: quit when the festival process dies (Remus Draica) * Fix for bug 341744: turn phoneme mode off in dectalk driver (Willie Walker) * Fix for bug 332250: dectalk driver compilation warnings (Willie Walker) * Fix for bug 332247: dectalk driver can hang on exit (Willie Walker) * Fix for bug 329444: add speech dispatcher driver (Hynek Hanke)
2006-08-06Fix a pkglint warning.wiz1-3/+2
2006-08-06Share patches with audio/faad2.wiz6-83/+7
2006-08-06Merge in patches from xmms-faad.wiz3-1/+35
2006-08-06Update to 1.1.2, provided by Kimura Fuyuki in PR 34107.wiz4-12/+10
xine-lib (1.1.2) * Security fixes: - CVE-2005-4048: possible buffer overflow in libavcodec (crafted PNGs). - CVE-2006-2802: possible buffer overflow in the HTTP plugin. - possible buffer overflow via bad indexes in specially-crafted AVI files * Update gettext support to 0.14.5, disable internal gettext, fix locales handling, use the correct domain for strings. * Italian translation update * Czech translation update * Disable the XXMC plugin if Xv support isn't there * Also look for Xv support in /usr/lib for X.org's new location * Fix using xine-lib on systems with SELinux enabled * Build right with libiconv in /usr/local as default on FreeBSD * Fix a potential crash with fixed-size lacing in the Matroska demuxer * Patch from SuSE to fix alsa after hardware suspend * Fix the ./configure --enable-static-xv parameter * Really fix the speed changing race that was mentioned in 1.1.1 * Send events for tvtime filmmode changes * Add an image decoder based on gdk-pixbuf * Add browseable capability to smb input plugin * Enable AMD64 mmx/sse support in some plugins (tvtime, libmpeg2, goom...) * Fix xxmc subpictures (broken since 1.1.1) * FFmpeg update (version 51.1.0) * Fix detection of locale containing a modifier (like "@euro") * New volume normalization post plugin * New image noise post plugin (useful for mitigating some compression artifacts) * Support for Vorbis-style comments in FLAC files * Coverity fixes * Add ATSC support to the DVB plugin * Make various structures and arrays constant. * Fix up health check to find libX11 and libXv shared objects even if devel packages aren't installed (where appropriate). (Ubuntu 47357) * Fix install problems in case configure was generated by autoconf >= 2.59c. * Fixed some win32 codec freezes when configured w32-path doesn't exist * Add support for RealPlayer 10 codecs (from SUSE) xine-lib (1.1.1) * Improve sound quality when using alsa 1.0.9 or above. When playing a 44.1khz stream on a 48khz only capable sound card. It bypasses alsa-lib resampler and uses xine's * Windows ports bug fixes and improvements * Set up the framebuffer palette (fb video out). * build fixes and improvements, added --with-pthread-prefix and --with-zlib-prefix options * new DirectFB video output plugin with many improvements (output to overlay or TV, deinterlacing, image controls, zoom, OSD, double/triple buffering, vsync, flicker filtering, field parity control) * overlay cropping fixes for small streams or when using cropping support * experimental frame allocation optimization reduces cpu usage of the deinterlacer plugin by up 25% * implement time seeking on DVD plugin * move CFLAGS optimizations to a separated file (added --disable-optimizations) * use the same codec path as MPlayer (/usr[/local]/lib/codecs) * FFmpeg sync (new QDM2 decoder) * imported Duck TrueMotion 2 decoder from FFmpeg * sync libfaad2 to latest GPL compatible version; fixes AAC decoding on x86_64 arch * support gapless playback while switching streams (requires UI cooperation) * fix speed changing race causing deadlock with v4l plugin * cddb improvements/fixes (DTITLE/DYEAR parsing, timeout increase and multiline entries support) [#1205274] xine-lib (1.1.0) * new quality deinterlacer from dscaler: GreedyH (Greedy High Motion) * new quality deinterlacer from dscaler: TomsMoComp (Tom's Motion Compensated) * added help for most deinterlace methods * ffmpeg update * use ImageMagick to convert and display different type of images (png, jpg...) * improve ASX playlist parsing * add an extended MRL reference event (MRL title, start time, play time): needed for the ASX parser; deprecates plain MRL reference events. * goom updated to 2k4-0 xine-lib (1.0.4) * tiny doc update * build fixes and cross build improvements * fixed an align problem in Win32 DirectX video output plugin * fixed linking of X11 plugins for some platforms
2006-08-06Uses c too, noted in kristerw's bulk build.wiz1-2/+2
2006-08-03Add easyh10 and kid3.wiz1-1/+3
2006-08-03Initial import of kid3 from pkgsrc-wip, packaged by Sergey Svishchev.wiz5-0/+76
With Kid3 you can: * Edit ID3v1.1 tags, edit all ID3v2.3 frames * Convert between ID3v1.1 and ID3v2.3 tags * Edit Ogg/Vorbis and FLAC tags * Edit tags of multiple files, e.g. the artist, album, year and genre of all files of an album typically have the same values and can be set together. * Generate tags from filenames and filenames from tags * Rename and create directories from tags * Generate playlist files * Automatically convert upper and lower case and replace strings * Import from freedb.org, MusicBrainz and other sources of album data
2006-08-02Explicitly disable doxygen support to avoid installing extra documentationjmmv1-1/+3
files when it is installed.
2006-08-02Update to arts 1.5.4 (part of KDE 3.5.4)markd2-13/+6
2006-08-01Be a bit more consistent with the white space.joerg1-1/+1
2006-08-01Import audio/easyh10, a command-line tool for creating/maintaining the musicghen5-0/+70
database on the iriver H10 series of portable mp3 players. EasyH10 is an open source project for the development of a software suite for iRiver H10 digital audio players. It creates the database layout for an H10 player, without the need for iRiver Plus or Windows Media Player 10, based on music and playlist files transferred manually (e.g., drag-and-drop operation, copy command, rsync utility, etc). EasyH10 is compatible with iriver H10 5GB, 6GB, and 20GB models shipped worldwide as well as various platforms such as Windows 98SE/ME/2000/XP, Linux, MacOS X, and other POSIX-like operating systems.
2006-07-31Update bmp and bmp-esound to 0.9.7.1. Basically doing this to fix thejmmv7-40/+71
problems with GCC 4 but they seem to not have gone away completely; hence, disabling optimizations with this compiler. Enhancements * New (free) ClearSky skin by Will Reinhart * New desktop icon * New GConf schema * New multi-thread mode for ALSA plugin * Support for customizable accelerators * Queue support in Jump to Track * Partial support for new XMMS 1.2.11 remote control functions * New translations (Finnish, Georgian, Hindi, Ukrainian, Traditional Chinese) and updates Miscellaneous * Log file renamed to 'log' * Minor GUI tweaks Bugfixes * Fixed some ALSA playback issues * Fixed crashes when output plugin returning sound volume for only 1 channel * Fixed crashes when input plugins do not set title when getting song info * Fixed infinite recursion in logger * Fixed bogus values returned by xmms_remote_get_info() * Fixed general/visualization plugin About dialogs not opening correctly * Fixed centering of playlist in Playlist Editor * Fixed incorrect length of 1st track read from .m3u files * Fixed gcc4 compilation errors * Fixed 64-bit issues setting/getting ESD volume * Fixed MimeType value in desktop file * Fixed text clipping of non-ASCII titles in Playlist Editor
2006-07-27Fix build with m4-1.4.5. Use newer automake package instead of 1.4 one.wiz3-6/+15
(Build dependency change only, so no PKGREVISION bump.)
2006-07-26Added some more dependencies to reduce the number of warnings in therillig1-2/+6
configure phase.
2006-07-26This package needs Perl to build correctly.rillig1-2/+2
2006-07-26+mkcdtocdrochner1-1/+2
2006-07-26add mkcdtoc-1.0, a perl script to create .toc files for cdrdaodrochner5-0/+70
2006-07-26+gst-plugins0.10-fluendo-mp3drochner1-1/+2
2006-07-26add gst-plugins0.10-fluendo-mp3, a small mp3 decoder which can replace thedrochner4-0/+28
"mad" plugin
2006-07-26reset PKGREVISION for gst-plugins-base updatedrochner1-3/+1
2006-07-24update to 0.5.4drochner2-7/+6
changes: * Patch from Erik Osheim to fix decode on bigendian platforms. * Fix for None deallocation error, thanks to Michael Urman.
2006-07-24Fix konqsidebar configure test to work on DragonFly, where pthread linkagejoerg2-5/+14
must be explicit.
2006-07-24Fix hard-coded -lpthread.joerg2-1/+16
2006-07-23Added lmms.rillig1-1/+2
2006-07-23Imported lmms.rillig8-0/+943
LMMS aims to be a free alternative to popular (but commercial and closed- source) programs like FruityLoops, Cubase and Logic giving you the ability of producing music with your computer by creating/synthesizing sounds, arranging samples, using effects, playing live with keyboard and much more... LMMS combines the features of a sequencer-program (pattern-/channel-/ sample-/song-/effect-management) and those of powerful synthesizers and samplers in a modern, user-friendly and easy to use graphical user-interface.
2006-07-22Packages that use GNU configure scripts and C++ also need a working Crillig3-6/+6
compiler.
2006-07-22Reverted the recent change that has set USE_LANGUAGES="c objc", where onlyrillig1-2/+2
"objc" was needed. Thanks to Min Sik Kim for showing me the Right Way to handle this.
2006-07-22Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,rillig9-18/+18
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed.
2006-07-21USE_LANGUAGES+=crillig1-2/+2
2006-07-19Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrcjlam2-4/+2
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using the default LIBTOOL_OVERRIDE to replace libtool scripts in packages. This just formalizes the fact that LTCONFIG_OVERRIDE is not used meaningfully by pkgsrc.
2006-07-19Needs intltool.joerg1-2/+2
2006-07-18At least on DragonFly, fork(2) and read(2) need unistd.h when compilingjoerg3-1/+28
C++ programs, so include it.
2006-07-18Kill explicit static inline which breaks build with newer GCC versions.joerg2-1/+116
It should be clever enough to inline it anyway.
2006-07-18Add optional mysql and postgresql support.wiz2-1/+19
Patch from Christian Gall.
2006-07-17s/man/${PKGMANDIR}/ in the install target. Pointed out by joerg's regressionghen1-3/+3
bulk build. Bump PKGREVISION.
2006-07-17Fix typo in MASTER_SITES. From Sergey Svishchev.wiz1-2/+2
2006-07-16As the log message of revision 1.13 of Makefile.common says:seb1-2/+1
xmms doesn't need libxml. This fix the build of packages including audio/xmms/buildlink3.mk.
2006-07-16Make mmx conditional on i386. Noted by Michael Lorenz.wiz1-1/+4
2006-07-16playsound needs X11, so include x11.buildlink3.mk.wiz1-1/+2