summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2009-12-07Drop MAINTAINER.wiz2-4/+4
2009-12-03Need to provide builddir to prevent -I without argument.joerg1-1/+3
2009-12-03Add to MAKE_ENV, don't overwrite it.joerg1-2/+2
2009-12-03Follow f2c/libf2c split: bump revision of all packagesasau1-2/+2
that list Fortran in used languages.
2009-12-02Apply some possible security fixes from upstream SVN.wiz4-2/+34
Glanced from links in mozilla advisory http://www.mozilla.org/security/announce/2009/mfsa2009-63.html and Fedora Core patches for 1.2.0. Bump PKGREVISION.
2009-12-01Debian has integrated a fix for ADPCM decoding problems which isdrochner4-23/+108
similar to our one, and added additional sanity checks (see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=510205#59) use their version to ease further maintainance, bump PKGREVISION
2009-11-29Fix this to build on LP64 with python 2.5+. I added hacks so it shoulddholland3-2/+112
still build on python 2.4, but I haven't tested them.
2009-11-29This package's configure script wants msggrep, but nothing uses it, sodholland1-2/+4
fake it out. While here, turn on destdir support.
2009-11-29Add missing build dependencies on gettext-m4 and glib2.joerg1-1/+6
2009-11-27Fix HOMEPAGE.wiz1-2/+2
2009-11-25Make sure builddir is set to not use stray -I options.joerg1-1/+3
2009-11-24+bmp-flackefren1-1/+2
2009-11-24Initial import of bmp-flac 1.1.3, flac plugin for beep-media-player.kefren7-0/+330
Derived from audio/xmms-flac
2009-11-23update to 0.7drochner3-49/+47
changes: -cleanup, trim and compress sounds -remove annoying sounds, eg on menu actions, desktop switch, clicks
2009-11-15Update to 1.2.11wiz2-6/+6
1.2.11: Sam Lantinga - Sat Nov 14 12:38:01 PST 2009 * Fixed initialization error and crashes if MikMod library isn't available Sam Lantinga - Sat Nov 14 11:22:14 PST 2009 * Fixed bug loading multiple music files 1.2.10: Sam Lantinga - Sun Nov 8 08:34:48 PST 2009 * Added Mix_Init()/Mix_Quit() to prevent constantly loading and unloading DLLs Mike Frysinger - 2009-11-05 09:11:43 PST * Check for fork/vfork on any platform, don't just assume it on UNIX Jon Atkins - Thu Nov 5 00:02:50 2009 UTC * Fixed export of Mix_GetNumChunkDecoders() and Mix_GetNumMusicDecoders() C.W. Betts - 2009-11-02 00:16:21 PST * Use newer MIDI API on Mac OS X 10.5+
2009-11-15update to 0.12.1drochner3-18/+48
changes: -UI and scripting improvements -support more tags -bugfixes
2009-11-13Update description.reed1-3/+7
2009-11-10Hm, can't reproduce the make-jobs failure, so remove MAKE_JOBS_SAFE=nowiz1-2/+1
again.
2009-11-03Update HOMEPAGE.wiz1-2/+2
2009-11-01Update to 1.6.1, set LICENSE.wiz3-8/+9
TagLib 1.6.1 (Oct 31, 2009) =========================== * Better detection of the audio codec of .oga files in FileRef. * Fixed saving of Vorbis comments to Ogg FLAC files. TagLib tried to include the Vorbis framing bit, which is only correct for Ogg Vorbis. * Public symbols now have explicitly set visibility to "default" on GCC. * Added missing exports for static ID3v1 functions. * Fixed a typo in taglib_c.pc * Fixed a failing test on ppc64. * Support for binary 'covr' atom in MP4 files. TagLib 1.6 treated them as text atoms, which corrupted them in some cases. * Fixed ID3v1-style genre to string conversion in MP4 files.
2009-10-31libcdio updated changed its shlib major version, so bump depends.wiz2-3/+4
Noted by drochner@
2009-10-31Update to 1.0.21a, set LICENSE.wiz2-6/+7
Mixer API mixer: Add Speaker and Beep names to the weight lis PCM API PCM - Change the hw_params determination orde Configuration Change dmix.conf to accept user configuration from defaults.dmix.<driver_id>.xx Revert "Fix driver conf parsing in snd_config_hook_load_for_all_cards()
2009-10-31Update to 1.0.13, set LICENSE (basically mit).wiz2-7/+8
Sun Apr 5 04:53:07 2009 Jutta Degener (jutta@pobox.com) * Release 1.0 Patchlevel 13 COPYRIGHT: exploring the deeper meaning and cultural history of the word "any".
2009-10-31Update to 1.2.9. Set LICENSE. Remove dynamically loaded librarieswiz6-23/+28
from buildlink3.mk. 1.2.9: Ryan Gordon - Sun Oct 18 11:42:31 PDT 2009 * Updated native MIDI support on Mac OS X for 10.6 Ryan Gordon - Sun Oct 11 05:29:55 2009 UTC * Reset channel volumes after a fade out interrupts a fade in. Ryan Gordon - Sun Oct 11 02:59:12 2009 UTC * Fixed crash race condition with position audio functions Ryan Gordon - Sat Oct 10 17:05:45 2009 UTC * Fixed stereo panning in 8-bit mode Sam Lantinga - Sat Oct 10 11:07:15 2009 UTC * Added /usr/share/timidity to the default timidity.cfg locations Sam Lantinga - Sat Oct 3 13:33:36 PDT 2009 * MOD support uses libmikmod and is dynamically loaded by default * A patched version of libmikmod is included in libmikmod-3.1.12.zip * The libmikmod patches fix security issues CVE-2007-6720 and CVE-2009-0179. Sam Lantinga - Sat Oct 3 02:49:41 PDT 2009 * Added TIMIDITY_CFG environment variable to fully locate timidity.cfg Sam Lantinga - Fri Oct 2 07:15:35 PDT 2009 * Implemented seamless looping for music playback Forrest Voight - 2009-06-13 20:31:38 PDT * ID3 files are now recognized as MP3 format Steven Noonan - 2008-05-13 13:31:36 PDT * Fixed native MIDI crash on 64-bit Windows Ryan Gordon - Fri Jun 5 16:07:08 2009 UTC * Added decoder enumeration API: Mix_GetNumChunkDecoders(), Mix_GetChunkDecoder(), Mix_GetNumMusicDecoders(), Mix_GetMusicDecoder() Austen Dicken - Tue Feb 26 23:28:27 PST 2008 * Added support for FLAC audio both as chunks and streaming Tilman Sauerbeck - Tue Feb 26 03:44:47 PST 2008 * Added support for streaming WAV files with Mix_LoadMUS_RW() Ryan Gordon - Mon Feb 4 17:10:08 UTC 2008 * Fixed crash caused by not resetting position_channels
2009-10-30Provide a value for OTHER_INCLUDE_DIR, so that -I is not used without arguments.joerg1-2/+2
2009-10-30update to 0.12.5drochner4-24/+14
changes: -New cover art search code -Updated Coherence UPnP plugin -UI improvement -bugfixes -translation updates
2009-10-29update to 0.22drochner5-9/+46
changes: -many bugfixes -multichannel support; gtk multihead support -add new ca_context_playing() call pkgsrc change: make the OSS backend work
2009-10-28update to 2.28.0drochner4-21/+28
This switches to the gnome-2.28 release branch.
2009-10-28+gst-(two)lamedrochner1-1/+3
2009-10-28build the "twolame" plugin of gst-plugins0.10-ugly, can be used bydrochner3-0/+26
sound-juicer to rip to mp2 (just for completeness, likely not too useful)
2009-10-28build the "lame" plugin of gst-plugins0.10-ugly, can be used bydrochner3-0/+26
sound-juicer to rip to mp3
2009-10-24update master_sites. fix url.zafer1-2/+2
2009-10-24update master_sites. use gentoo mirror.zafer1-2/+2
2009-10-22reset PKGREVISION for base pkg updatedrochner1-3/+1
2009-10-20Update ncmpc to 0.15.jakllsch3-7/+8
Changes since 0.14: * added the "lyrics-autosave" option * added CMD_SELECT_PLAYING * display song duration in the playlist * added the "hardware_cursor" option * show plugin error messages on the screen * fixed NULL pointer dereference when not yet connected * new translation: Hebrew
2009-10-20Update to gmpc-0.19.1:joerg6-52/+81
- bugfixes - usability improvements
2009-10-20Update to libmpd-0.19.0:joerg2-8/+7
- bufixes
2009-10-19Update to mpd-0.15.5.joerg2-6/+6
- stability improvements - fix memory leaks - fix Vorbis issues - fix Snowleopard build
2009-10-19Fix building with boost 1.40.0adam1-6/+2
2009-10-19Changes 0.99.06.041:adam3-9/+21
* brought documentation up to date * added test for ReplayGain info stored inside Id3V2 * failing to read text frames from files no longer causes crashes * fixed bug resulting in crash when 2 ID3V2 tags are present and "Discard invalid ID3V2 data" gets called * XML export now works when names contain double quotes * locale in export dialog * locale lists are now sorted * long text frames are now truncated when shown in the "File info" area * changed names and order for tabs under Config/Files * made transformation options work correctly in MSVC Changes 0.99.06.040: * "Various Artists" support * all pictures are shown and can be viewed in full size in "Tag details" * all pictures from a file are shown in the tag editor * patterns in the tag editor may now be disabled * export as M3U or XML * better handling of text frames containing null characters * auto-size for the tag editor's "current file" area * better column widths in the tag editor * improved HTA for Windows build
2009-10-10Fix version number in PKGNAME. Noted by reed.wiz1-2/+2
2009-10-07Use --mode argument for libtool.joerg2-5/+5
2009-10-07Use --mode for libtool.joerg2-6/+6
2009-10-07Use --mode argument for libtool.joerg4-12/+12
2009-10-07Provide --mode for libtool.joerg2-6/+6
2009-10-06Change patches to use --mode argument for libtool.joerg5-26/+26
2009-09-30the project got a HOMEPAGEdrochner1-1/+2
2009-09-26Extend id3v2 handling by adding (very simplistic) handling for unicodemartin3-10/+147
tags, and also make it deal with gaps after the header or junk before the actual start of mp3 data. This makes it able to properly extract info from all mp3 files I have.
2009-09-24Enable asf and mp4, needed by wip/amarok. Bump PKGREVISION.wiz1-1/+5
2009-09-23honour PKGMANDIRtnn2-4/+4