summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2011-09-04void maindholland4-11/+36
2011-09-04Fix void main, caught by clang.dholland8-31/+170
While here, fix other problems caught by gcc: - casting malloc instead of including <stdlib.h> - casting calloc instead of including <stdlib.h> - failing to include <time.h> with bad consequences for -current. PKGREVISION -> 5.
2011-09-04Fix void main, caught by clang.dholland5-3/+45
While here, fix other problems caught by gcc: - casting malloc instead of including <stdlib.h> - casting strdup instead of including <string.h> - failing to include <time.h> with bad consequences for -current. PKGREVISION -> 3.
2011-09-04wups, missed part of previous.dholland2-1/+17
2011-09-04Remove incorrect patch hunks that make perfectly good static variablesdholland5-41/+7
into globals.
2011-09-04Disable this package's INLINE because it's misused for out-of-linedholland2-7/+12
declarations. Note that if someone wanted to go through and tidy up, most but not all of the functions currently tagged INLINE could be removed from the .h files and changed to static inilne. However, that doesn't seem worthwhile here and now.
2011-09-04Use valid C. Should improve clang build.dholland5-11/+78
2011-09-04switch to REPLACE_PERL per Joerg's requestdholland1-3/+3
2011-09-04Spell --export-dynamic corrctly.joerg3-8/+26
2011-09-04Fix up gcc/c99 inline messdholland2-1/+17
2011-09-04CHECK_INTERPRETER_SKIP - this package has #!/usr/bin/perl on a .pm filedholland1-1/+4
it installs, which AFAIK is pointless and therefore harmless.
2011-09-04Fix mismatched return statements, which clang dislikesdholland2-6/+27
2011-09-04Fix gcc/c99 inline mess.dholland2-5/+27
2011-09-04Rearrange the getline() patch so it works on -current. (Unlike the usualdholland2-9/+20
problem, here the package is trying to use the posix getline but the compat for older systems broke.) This should really be done with a configure test, but to regen the configure script without creating a huge diff would require digging up an ancient version of autoconf and for now at least it doesn't seem worth the trouble.
2011-09-04more void maindholland2-1/+17
2011-09-04Don't use -O6, clang doesn't like it and it doesn't mean anything to gccdholland3-12/+29
either. Stick to -O3. While here, sync the patches for configure and configure.in, and give it the ability to recognize OpenBSD as well. (which might or might not work)
2011-09-03const correctness, required by clangdholland2-1/+53
2011-08-31Fix build with clang by avoiding shadowing in template definitions.joerg5-1/+66
2011-08-30Force configure not to detect doxygen.obache1-1/+3
fixes PR#45302.
2011-08-29Fix quoting mess. Add include to get Strcmp.joerg3-6/+27
2011-08-29main() needs a return type in clang-land.dholland2-6/+14
2011-08-28Fix mismatched return statements, which clang dislikesdholland4-2/+34
2011-08-28void maindholland2-1/+17
2011-08-28Fix void main. While here:dholland9-24/+567
- add various LP64 fixes; - use stdlib.h as needed instead of casting the return value of malloc; - fix fake-varargs printf code and use stdarg.h; - use system snprintf instead of included custom one; - tidy up symbol name conflict with log(); - add patch comments; - remove some pkglint; - add LICENSE. PKGREVISION -> 2.
2011-08-28void maindholland2-1/+28
2011-08-23Recursive bump from gdbm shlib bump.obache22-41/+45
2011-08-22Fix build and installed header file for gcc-4.5. Bump PKGREVISION.wiz4-3/+75
2011-08-22Set LICENSE, fix a pkglint warning.wiz1-2/+3
2011-08-20fix build on 64bit linux - pass --enable-libsuffix=none to configureabs1-1/+3
2011-08-13Relax dependency in the hope that it still works instead of failing duejoerg1-3/+3
to missing dependency.
2011-08-09Update audio/libmodplug to 0.8.8.4.gls2-6/+6
Upstream changes: * Improve timidity.cfg parsing capability * Add source command capability in timidity.cfg (useful for debian default) * Fix integer overflow in WAV reader (SA45131/A) * Fix S3M stack overflow possibility (SA45131/B) * Bound seeking and reading in PAT files * Fix AMS/AMSv2 and DSM too large by one (SA45131/C) * Use structure in XM decoding (development related) * Use bmpvalues in Octamed files when calcuting default tempo (Francis Russel) Fixes SA45131.
2011-08-06libofa has a new home @ googlecode. Fix HOMEPAGE and add a new MASTER_SITES.gls1-3/+5
While here, add LICENSE.
2011-08-06Update audio/picard to 0.15.1gls3-7/+24
Upstream changelog: Version 0.15.1 - 2011-07-31 * "Other versions" menu now displays release labels and catalog numbers. * Added CD-R, 8cm CD to the format mapping. * Picard no longer fails to load releases with new or unknown media formats. * Fixed album metadata processor plugins not working (#5960) * Fixed requests stopping at midnight (#5963) * Stopped using QDateTime for timing requests (for Qt 4.6 compatibility) (#5967) * Fixed display of ampersands in the "other versions" menu. (#5969) * Fixed use of numerical functions in advanced scripting. Version 0.15 - 2011-07-17 * Added options for using standardized track, release, and artist metadata. * Added preferred release format support. * Expanded preferred release country support to allow multiple countries. * Added support for tagging non-album tracks (standalone recordings). * Added several new tags: %_originaldate%, %_recordingcomment%, and %_releasecomment% * Changes to request queuing: added separate high and low priority queues for each host. * Tagger scripts now run after metadata plugins finish (#5850) * The "compilation" tag can now be $unset or modified via tagger script. * Added a shortcut (Ctrl+I) for Edit->Details. * Miscellaneous bug fixes. Version 0.15beta1 - 2011-05-29 * Support for the NGS web service
2011-08-06Update audio/py-mutagen to 1.20gls2-6/+6
1.20 - 2010.08.04 * ASF: Don't store blocks over 64K in the MetadataObject block; use the MetadataLibraryBlock instead. (#60, Luká# Lalinský) * ID3: Faster parsing of files with lots of padding. (#65, Christoph Reiter) * FLAC: Correct check for audio data start. (#67)
2011-08-06Revision bump after updating perl to 5.14.1adam3-10/+7
2011-08-06Changes 1.13:adam2-9/+9
* Apply patches from Ian: * ID3v2:add section BUGS with explanation of how we treat v2.4 frames. extract MP3 start bytes even if ID3v2 tag is present. recognize MP3 MIME type by start bytes * Tag.pm:document mime_Pretype(), mime_type(). New optional arguments to mime_Pretype(), mime_type(). ID3v2 genre tag with value "Blues" or "(0)" could not be set (thanks to Eric Benson for analysis). * ID3v2_Data.pod: rename s/-/_/ - cygwin buggy, fails manifying - this was BS, the problem is elsewhere * mp3info2: state another time that COMM(eng)[lyrics] is a non-standard place for lyrics...
2011-08-06Revision bump after updating perl to 5.14.1adam5-11/+10
2011-08-06Changes 0.90:adam2-9/+8
* ID3: Bug 17392, fixed APIC offset calculation for non-MP3 files such as AIFF and WAV where the tag does not live at the front of the file. Changes 0.89: * APE: Bug 15895, better handling if we have a broken APE tag and run out of tag data. * WMA: Bug 17355, fixed WM/Picture offset calculation when artwork is stored in the Header Extension/Metadata Library block. * WMA: Added output warning when trying to seek in a file without ASF_Index. * Switched aac.t to Test::Warn instead of manual STDERR redirection. Changes 0.88: * ADTS AAC: Check first 2-3 frames to avoid false syncs. * OSX: Xcode 4 doesn't include the 10.5 SDK, so check for this before using it. * Win32: Display better error messages when unable to read from files. * MP3, AAC, MPC: Bug 17173: Cleaned up several places where invalid memory reads could occur. Changes 0.87: * AAC: Bug 16874, Fixed infinite loop that could occur when reading a truncated ADTS stream. * Win32: Fixed MSVC compilation error in mp3.c. Changes 0.86: * MP3: Require first 3 frames to have matching samplerate and channel values. * MP3: Fixed bug where info->{vbr} would not be set if a file had a Xing frame but no LAME data. * MP3: Handle case where ID3 tag indicates an extended header is present but no actual header exists.
2011-08-06Revision bump after updating perl to 5.14.1adam1-3/+2
2011-08-06Update to 1.0.25:wiz5-65/+6
(SA45125 was already fixed in the package) Version 1.0.25 (2011-07-13) * Fix for Secunia Advisory SA45125, heap overflow in PAF file handler. * Accept broken WAV files with blockalign == 0. * Minor bug fixes and improvements.
2011-08-05- fix taglib version check for current pkgsrc taglib versionabs3-4/+21
- fix build against mysql55-server - bump pkgrevision
2011-08-01Update audio/cmus to 2.4.2gls2-6/+6
Maintenance release. Donovan Watteau (1): Use -pthread on OpenBSD Gregory Petrosyan (3): view_save(): use correct playlist filename id3: recognize TP2 frame as albumartist cmus 2.4.2 Johannes Weißl (5): fix compile error for new versions of ffmpeg id3: fix parsing xing for mp3s with CRC protection fix relative path handling in playlists Map unicode punctation/quotation characters to ASCII ones Fix segfault caused by too late initialization of UI Philipp Schafft (1): Update RoarAudio output plugin
2011-08-01Fix broken clang builddholland2-1/+17
2011-08-01Fix build with recent curl; also fix deps via verifypc, uses glib2 anddholland4-3/+35
libX11. (yes, it uses libX11 directly, I checked. sigh.) PKGREVISION -> 7
2011-07-30Replace hardcoded qt4 path with ${QTDIR}.schnoebe1-2/+2
2011-07-21Remove a lvalue cast in asm() to fix build with clang.joerg2-1/+26
2011-07-21recursive bump from gnome-vfs drop crypto dependency.obache8-16/+16
2011-07-14add patch from upstream to fix crash by invalid PAF filesdrochner5-2/+61
(DOS problem, SA45125) bump PKGREV
2011-07-09support other mysql versionsabs1-7/+15
2011-07-08g/c stale API_DEPENDS linedrochner1-2/+1