summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2012-09-07Revbump after updating graphics/cairoadam76-150/+152
2012-09-03audio/taglib: define BUILDLINK_INCDIRS in buildlink3.mkmarino1-1/+2
The new net/ktorrent package needs access to taglib headers.
2012-09-01audio/rhythmbox: buildlink += libplistmarino1-1/+2
At least one rhythmbox library links with -lplist, but the library wasn't available in .buildlink/lib. With no indirect linking, that breaks the build on DragonFly.
2012-08-29explicitly pull in omf-scrollkeeper, should fix build problems afterdrochner1-1/+2
recent gnome-doc-utils update (reported by John Marino)
2012-08-29Recursive bump from boost-libs update.obache2-4/+4
2012-08-24audio/fluidsynth: Fix DragonFly regression with v1.1.6marino2-5/+10
Fluidsynth was redefining a properly-defined macro to null based on an apparently flawed assumption. Add a condition to check if the macro is defined before redefining. This modified patch may fix more than just DragonFly.
2012-08-21Recursive PKGREVISION bump for tcl and tk upgrade to 8.5.12marino2-3/+4
2012-08-19Prefer smaller distfilesadam2-5/+6
2012-08-16Update to 1.1.6:wiz3-22/+6
Fixes and changes Handle MIDI End of track events, ticket #101 (Matt Giuca) Prevent broken rendering after an voice overflow, ticket #100 (diwic) Enable long arguments where available (plcl) Windows: Install fluidsynth.pc (pkg-config spec), ticket #102 (plcl) Mac OS X Lion: Fix build failure, ticket #105 (twobits) Linux: Prevent libdbus crash (diwic)
2012-08-16add and enable ruby-taglibjnemeth1-1/+2
2012-08-15audio/amarok-kde3: extract with gtarmarino1-1/+2
There's something amiss with the amarok tarball, bsdtar won't fully extract it. The file '._gem_commands.rb' will be missing unless GNU Tar is used instead. Other platforms, like ArchLinux, have run into this as well. The solution is mandate gtar for the file extraction.
2012-08-15Use ${RUBY_DLEXT} instead of "so".taca1-8/+8
2012-08-14Update to 0.11.3. shlib name changed, so update bl3.mk, but not packagewiz5-17/+18
depends on it. 3 years of changes, but no NEWS found.
2012-08-13Bump PKGREVISION for fix in librsvg/buildlink3.mk.wiz2-4/+4
2012-08-11Import ruby18-taglib-0.5.1 as audio/ruby-taglib.fhajny4-0/+122
Based on the excellent TagLib C++ library, which is fast, full-featured and mature. In contrast to other bindings, this one wraps the full C++ API, not only the minimal C API. This means that all tag data can be accessed, e.g. cover art of ID3v2 or custom fields of Ogg Vorbis comments.
2012-08-10Really fix template lookup.joerg3-12/+20
2012-08-10Rename log to avoid conflicting with the system function.joerg8-8/+88
2012-08-07audio/xmcd: Fix FreeBSD && regression on DragonFlymarino2-9/+17
FreeBSD deprecated and removed libmytinfo years ago (before that it was an alias for -lcurses). DragonFly recently followed suit and consequently this package broke. Patch taken from FreeBSD ports -- it fixed DragonFly too.
2012-08-02Use __asm__ and __volatile__.jperkin2-1/+21
Fixes build on at least Solaris.
2012-07-24Apply patches from Yair K. This enables network playback, and fixes thejperkin4-4/+34
build on Solaris, perhaps others as well. Bump PKGREVISION.
2012-07-21Update HOMEPAGEdholland1-2/+2
2012-07-17Update aumix to 2.9.1. in this version a lot of bugs were fixed includingcheusov6-30/+12
PR 34040 reappeared again. aumix-gtk now uses gtk2.
2012-07-15audio/audacious: LDFLAGS.DragonFly+= -lICEmarino1-2/+2
2012-07-15Recursive bump for startup-notification* dependency change, requestedwiz4-8/+8
by Obache.
2012-07-12audio/wsoundprefs: Add libfontconfig during linkingmarino2-4/+4
Similar to the -lintl fix back in January, now -lfontconfig needs to be linked in. The direct link applies to all platforms since LDFLAGS is ignored by this package.
2012-07-09The build system uses -fvisibility=hidden and -fvisibility-inlines-hiddenbsiegert1-0/+6
without checking if they are supported. Disable them via BUILDLINK_TRANSFORM for MirBSD. Unbreaks the build.
2012-07-09Update to 20120704ryoon2-6/+6
* Bugfixes * Some new commandline options * Better lyric etc. handling
2012-07-08Another missing file for 2.14.0 update.wiz1-0/+46
2012-07-08Add missing file for 2.14.0 update.wiz1-0/+7
2012-07-08Update to 2.14.0, provided by Yair K. in PR 46662.wiz11-201/+70
pkgsrc changes: install default config enable flac again enable server and spectogram enable alsa on Linux make x11 optional add gtk option Upstream changes: 06/29, 2012 * Version 2.14.0 released. * Add --reverb option for Freeverb parameter. * Add --preserve-silence option. * Add a "trysource" config file directive, which allows to try and source other config files, while continuing without error if the specified file is missing. * Support for GM2 Master Fine/Coarse Tuning, GS Master Tune and XG Master Tuning (4C not 27) SysEx. * Allow Device Numbers other than 0x10 for XG SYSTEM ON SYSEX events. * Fix multiple vulnerabilities found in GNU gzip also apply to lha, namely: CVE-2006-4335, CVE-2006-4337 and CVE-2006-4338. * Support for lzma decompression. * Support for ipv6. * Support for libpng 1.5 and newer. * Support for Tcl/Tk 8.5. * Make compatible with xaw3d v1.5, style changes. * Various improvements in XAW interface (see README.xaw). * Support for Windows Named Pipe interface. * ...and many other bug fixes.
2012-07-04Changes 14.4.0:adam3-8/+8
* File formats: o Mention in man pages that WAV files support floating point encodings. o Add support for floating point encodings in AIFF-C files. (Ulrich Klauer) o Pad WAV data chunk to an even number of bytes (as required by the specification). [3203418] (Ulrich Klauer) o Add optional MP2 write support with twolame library. (Paul Kelly) * Audio device drivers: o Give pulseaudio driver higher priority than alsa or oss now that its proven stable and gives user more features; such as per app volume control. (cbagwell) o Fix bug when specifying OSX coreaudio device name. Would only search for first 3 devices. (cbagwell) o Fix sox hangups are exit when using coreaudio. (cbagwell) o Improve buffering in coreaudio driver (Michael Chen) o Support enabling play/rec mode when user invokes sox as either play or play.exe on windows. (cbagwell) o Fix compile of sunaudio driver on OpenBSD (cbagwell) * Effects: o Improvements to man pages for tempo effect. Really made in 14.3.2. (Jim Harkins). o New upsample effect. (robs) o Fix to effects pipeline to let fade effect specify time from end of file again. (cbagwell and Thor Andreassen) o Fix man page default error for splice effect. (Ulrich Klauer) o Enable support for --plot option on biquad and fir effects. (Ulrich Klauer) o Effects chain can now be unlimited in length. (Ulrich Klauer) o Fix newfile/restart effects when merging or mixing files. (Ulrich Klauer) o Fix crashes in compand and mcompand effects. [3420893] (Ulrich Klauer) o Let the delay effect gracefully handle the special case that a delay can be more than the input length. [3055399] (Ulrich Klauer) o New hilbert and downsample effects. (Ulrich Klauer) o Fix problem where fade would sometimes fail if specifying a fade-out immediately after a fade-in. (robs) o Stricter syntax checking for several effects
2012-07-04Fix buildling on Mac OS X; clean upadam4-19/+41
2012-07-03Fix linkage with GCC 4.6+ and Clang. Fix look up issues.joerg4-4/+53
2012-07-03Fix backtrace(3) usage on NetBSDjoerg1-1/+6
2012-07-03Provide a return value iff the function is not void.joerg4-1/+69
2012-07-03Don't shadow one local variable with anotherjoerg2-1/+55
2012-07-02Revbump after updating boostadam2-4/+4
2012-07-01Add desktopdb.mk and bump PKGREVISION for 118 packages as reported bydholland13-26/+39
pkglint. If any of these are wrong for some reason, please revert/adjust.
2012-07-01You don't need to pass a pointer to a gzFile as the first arguement tosbd2-1/+15
gzprintf() only a gzFile. Fixes the build with zlib-1.2.7
2012-07-01Cast away the const in a strstr call.sbd2-22/+14
2012-07-01Doesn't support python25.dholland1-1/+3
2012-07-01In audio_dev.c allways include stdint.hsbd2-12/+11
2012-07-01+py-audiotoolsjakllsch1-1/+2
2012-07-01Add audiotools 2.18.jakllsch4-0/+199
Python Audio Tools are a collection of audio handling programs which work from the command line. These include programs for CD extraction, track conversion from one audio format to another, track renaming and retagging, track identification, CD burning from tracks, and more. Supports internationalized track filenames and metadata using Unicode. Works with high-definition, multi-channel audio as well as CD-quality. Track conversion uses multiple CPUs or CPU cores if available to greatly speed the transcoding process. Track metadata can be retrieved from FreeDB, MusicBrainz or compatible servers.
2012-06-28Make a "Fix build on SunOS." patch work on Linux aswell.sbd2-10/+12
2012-06-28Make "Fix build on SunOS." patch a SunOS only fix as it breaks Linux buildsbd2-19/+16
otherwise.
2012-06-28Linux build fixes:sbd3-16/+33
* On Linux only pull in alsa-lib buildlink and enable alsa support. * In the Sconstruct file move the line setting the include path and ldflags based on the prefix from the netbsd section to the linux, darwin and netbsd section. * When adding to an if/elif/else block _elif_ should be used. Bump PKGREVISION (because of the earlier libarchive additions).
2012-06-28If libarchive is going to be used the libarchive buildlink3.mk should besbd1-1/+2
included.
2012-06-27stdint.h must be included for uintX_t types.sbd2-9/+15
2012-06-27On Linux use the pkgsrc supplied CFLAGS/CXXFLAGS/LDFLAGS.sbd2-5/+20