summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2010-01-06restore the patch's comment which got lost in last commitdrochner2-3/+5
2010-01-05Add patch from the "lame" CVS repository to fix API incompatiblity withtron3-3/+174
the "ffmpeg" package. "ffmpeg" can now generate ".flv" files with audio again. Bump package revision. Extra testing by Matthias Drochner, approved by Alistair Crooks.
2010-01-05fix OSS linkagetnn1-1/+2
2010-01-04Updated audio/ampache to 3.5.3abs3-9/+59
Addresses the following security issue: http://secunia.com/advisories/37867/ -------------------------------------------------------------------------- v.3.5.3 20/12/2009 - Added local authtype which uses PHP's PAM module - Correct potential security issues due to misuse of REQUEST for write operations rather then POST (Thx Raphael Geissert <geissert@debian.org>) -------------------------------------------------------------------------- v.3.5.2 19/11/2009 - Fix typo that caused song count to not be set on tag xml response - Fix tag methods so that alpha_match and exact_match work - Fix limit and offset not working on search_songs API method - Fix import m3u on catalog build so it does something - Fix inconsistent view during catalog operations - Sort malformed files into "Unknown (Broken)" rather then leaving them in "Unknown (Orphaned)" - Fix API democratic voting methods (Thx kindachris) - Add server version information to API ping command - Fix Localplay API methods (Thx thomasa) - Improve bin/catalog_update.inc to allow only verify, clean or add (Thx ascheel) - Fix issue with batch download and UNC paths (Thx greengeek) - Added config option to turn caching on/off, Default is off - Fix issue where file tag pattern was ignored if files have no tag structure - Add TDRC to list of parsed id3v2 tags - Fix issue where rating could get cached and not update the display correctly until a page reload - Fix User Stats having a formating issue and not listing the active playlist correctly - Fix incorrect default ogg transcode target format in the default config file - Fix issue where the user preferences were not respected by the streaming code due to caching - Fix issue where prevent multiple logins would prevent all logins -------------------------------------------------------------------------- v.3.5.1 24/06/2009 - Make the PHP error a little clearer for windows users by indicating that their version of PHP is < 5.3 (required for windows) - Fix random methods not working for Localplay - Fix extra space on prefixed albums (Thx ibizaman) - Add missing operator on tag and rating searches so they will work with other methods (Thx kiehnet@netscape.net) - Fix get_art_url() so it returns something... - Fix problem with creating new playlists where it doesn't work but appending to an existing did. - Fixed issue with url_to_song, also cleaned up the code a bit - Fixed issue with Random All Catalogs - Fixed issues with API and Tag methods not working as advertised - Fix endless loop in getid3() with malformed genre tags in mp3s - Fixed show test page always returning false on web path - Update Man page to adhear to newer Debian rules - Fixed issue with Videos being incorrectly registered with stats and now playing as songs. - Fixed missing > in HTML for song row -------------------------------------------------------------------------- v.3.5 05/05/2009 - Added complete Czech translation (Thx martin hason) - Add the AlmightyOatmeal-Sanity check to prevent a clean from removing all songs if your mount failed, but is still readable by ampache - Make the Lang Install page prettier - Added Check for hash,inet_pton,windows PHP Version to init so that upgrades without pre-reqs are handled correctly - Allow mms,mmsh,mmsu,mmst,rstp in Radio Stream URLs - Fixed a problem where after adding a track to a saved playlist there was no UI response upon deleting the track without a page refresh - Fix an issue where the full version of the album art was never used even when requested - Fix maxlength on acl fields being to small for all IPv6 addresses - Add error message when file exists but is unreadable do not remove unreadable songs from catalog - Fixed missing title tag on song browse for the title (Thx flowerysong) - Fix htmlchar'd rss feed url - Fix Port not correctly being added to URL in most cases even when defined in config
2010-01-04Deal with the usual scons design nightmare and don't nuke the completejoerg2-4/+16
environment.
2009-12-30Uses deprecated GTK interfaces.joerg2-1/+17
2009-12-30Our environment is already sanitized, so don't kill it.joerg2-5/+14
2009-12-27Avoid an assert on pthread_setschedparam() if the priority was alreadyabs3-7/+28
SCHED_OTHER - bump pkgrevision
2009-12-17PKG_DESTDIR_SUPPORTabs4-12/+30
2009-12-17+PKG_DESTDIR_SUPPORTabs1-3/+5
2009-12-17PKG_DESTDIR_SUPPORTabs6-24/+30
2009-12-17PKG_DESTDIR_SUPPORTabs1-5/+6
2009-12-16update to 0.3.2drochner2-6/+6
changes: minor cleanup
2009-12-16update to 0.5.7.1drochner3-8/+8
changes: -cover plugin now uses Freecovers.net as its cover provider -bugfixes -French translation
2009-12-16update to 0.15.6drochner2-6/+6
changes: This release fixes OggFLAC, some annoyances and a few critical bugs
2009-12-16fix the LP64 patch so that it doesn't prevent building on Python<2.5drochner2-16/+17
2009-12-15Recursive bump for libltdljoerg23-30/+46
2009-12-15Update to 1.0.21:wiz9-170/+16
Version 1.0.21 (2009-12-13) * Add a couple of new binary programs to programs/ dir. * Remove sndfile-jackplay (now in sndfile-tools package). * Add windows only function sf_wchar_open(). * Bunch of minor bug fixes. (The last entry sums up at least the DOS patches we had in pkgsrc.)
2009-12-09Fix libtool usage.joerg2-6/+46
2009-12-09update to 2.28.1drochner3-8/+8
ichanges: -bugfixes -translation updates
2009-12-09update to 0.12.6drochner3-10/+42
changes: -Context pane plugin -Power management plugin reworked to use new D-Bus API -MTP plugin reworked to do everything asynchronously -Volume slider levels match what PulseAudio displays -Playback pipeline filter interfaces actually work properly now -Much improved visualization performance when crossfading is enabled -bugfixes -translation updates
2009-12-09fix for base pkg updatedrochner3-6/+6
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.