summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2011-09-12Update to 1.0.09.063:wiz2-6/+6
10.09.2011 - 1.0.09.063 - made Discogs queries work again, after a Discogs API change - added close button for windows on Gnome 3
2011-09-12Using distutils, register eggfile. Bump PKGREVISION.obache2-5/+6
2011-09-12b3.mk was fixed, drop failed manual attempt at upper limitjoerg1-2/+1
2011-09-12Use b3.mk for server dependencyjoerg1-3/+3
2011-09-12Fix mismatched return statements, which clang dislikesdholland4-7/+40
2011-09-12Tweak the C++ to hopefully appease clang.dholland3-1/+33
2011-09-12Apply joerg's fixes to moc here, to fix clang build issues.dholland3-7/+33
2011-09-12Patch up some inline issues for clang.dholland2-1/+36
2011-09-12Patch a configure script to use valid C++, because the package's builddholland2-1/+19
system runs it with CC set to "c++". Should fix the clang build.
2011-09-09Add comments to patches.wiz3-5/+10
2011-09-09Set LICENSE.wiz1-1/+2
2011-09-08Update to 1.0.08.053, add comment to patch.wiz3-9/+10
Discogs queries work again, after a Discogs API change. The track numbering when querying multi-volume albums from Discogs was incorrect and is fixed in this version.
2011-09-07* LICENSE=gnu-lgpl-v2.1.obache4-21/+135
* use install.py instead os SCons for staged installation support. * drop to build python binding. Bump PKGREVISION.
2011-09-05Fix previous; it only depended on mysql-client.dholland1-1/+3
XXX: mysql51-server's bl3 file does not limit the version to less than 5.5; XXX: should it?
2011-09-05Use mysql.buildlink3.mk instead of explicitly depending on mysql51-server.dholland1-2/+3
As a precaution (given the known bodginess of this package) set MYSQL_VERSIONS_ACCEPTED to 51 (only) to preserve the previous behavior. Someone who has the hardware should probably test it on mysql55-server sometime.
2011-09-04Implicit int return type is not valid in C++. (clang objects, and thendholland4-2/+52
the whole configure script fails.)
2011-09-04void maindholland12-1/+177
2011-09-04- Adjust cdrom access logic so all the BSDs go to the BSD cdrom code,dholland3-7/+25
not just FreeBSD and OpenBSD. - Update NOT_FOR_PLATFORM: the only BSD for which the cdrom code can actually work is DragonFly. The others are missing ioctls it uses. This could probably be fixed up readily by someone who knows how cdrom access is supposed to work, if any such person cares. - Allow clang until proven otherwise.
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.