summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2012-10-07Update to 0.3.0. Adapt license.wiz3-23/+8
Changes in 0.3.0 ---------------- * added replay_gain_mode and replay_gain_status commands * added mixrampdb and mixrampdelay commands * added findadd and rescan commands * added decoders command * changed license to LGPL * added sticker commands * correctly handle errors in command lists (fixes a longstanding bug) * raise IteratingError instead of breaking horribly when called wrong * added fileno() to export socket FD (for polling with select et al.) * asynchronous API (use send_<cmd> to queue, fetch_<cmd> to retrieve) * support for connecting to unix domain sockets * added consume and single commands * added idle and noidle commands * added listplaylists command Changes in 0.2.1 ---------------- * connect() no longer broken on Windows
2012-10-04Bump revision for packages with changed CONFLICTS (PYTHON_SELF_CONFLICT)cheusov2-3/+4
2012-10-03CONFLICTS between python modulescheusov2-2/+6
2012-10-03Update for python25 removal.wiz2-5/+2
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz37-64/+74
are called p5-*. I hope that's all of them.
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau188-533/+188
2012-10-02Update to 1.8:wiz4-27/+25
Changes in 1.8 final: Added support for OWNE ID3 frames. Changed key validation in the new PropertyMap API. ID3v1::Tag::setStringHandler will no londer delete the previous handler, the caller is responsible for this. File objects will also no longer delete the passed IOStream objects. It should be done in the caller code after the File object is no longer used. Added ID3v2::Tag::setLatin1StringHandler for custom handling of latin1-encoded text in ID3v2 frames. Fixed validation of ID3v2 frame IDs (IDs with Changes in 1.8 beta: New API for accessing tags by name. New abstract I/O stream layer to allow custom I/O handlers. Support for writing ID3v2.3 tags. Support for various module file formats (MOD, S3M, IT, XM). Support for MP4 and ASF is now enabled by default. Started using atomic int operations for reference counting. Added methods for checking if WMA and MP4 files are DRM-protected. Added taglib_free to the C bindings. New method to allow removing pictures from FLAC files. Support for reading audio properties from ALAC and Musepack SV8 files. Added replay-gain information to Musepack audio properties. Support for APEv2 binary tags. Many AudioProperties subclasses now provide information about the total number of samples. Various small bug fixes.
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron77-154/+154
requested by Thomas Klausner.
2012-09-28Buildlink in the X libs that the makefile tries to link against. Shoulddholland1-2/+10
fix Solaris build. PKGREVISION -> 13.
2012-09-28Try again: regen the patch with pkgdiff so it doesn't contain an rcsiddholland2-8/+6
string.
2012-09-28Fix checksum for patch-Makefile.in. hi jperkin@dholland1-2/+2
2012-09-27Don't descend into osdep, libosdep has no objects and some systems do notjperkin2-1/+18
like creating empty libraries. Fixes build on Solaris.
2012-09-26Disable hand-rolled assembly on Solaris, the style is incompatible withjperkin12-79/+26
the Solaris linker, and -mimpure-text is no longer an option with GCC. Fixes build on Solaris/GCC.
2012-09-23recursive bump from libcdio shlib major change.obache4-8/+8
2012-09-22Recursive revbump from multimedia/libvpx 1.1.0 updateryoon9-16/+18
2012-09-22second try to recursive bump from libffi shlib major bump.obache4-8/+8
2012-09-16Add libopus and opus-toolsryoon1-1/+3
2012-09-16Import opus-tools-0.1.5 as audio/opus-tools.ryoon5-0/+74
Opus-tools provides command-line utilities to encode, inspect, and decode .opus files.
2012-09-16Import opus-1.0.1 as audio/libopus.ryoon5-0/+52
Opus is a totally open, royalty-free, highly versatile audio codec. Opus is unmatched for interactive speech and music transmission over the Internet, but also intended for storage and streaming applications. It is standardized by the Internet Engineering Task Force (IETF) as RFC 6716 which incorporated technology from Skype's SILK codec and Xiph.Org's CELT codec.
2012-09-15Recursive bump from mysql51-client library changed to use openssl.obache2-4/+4
2012-09-15recursive bump from libffi shlib major bumpobache131-274/+262
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15Fix typo.wiz1-2/+2
2012-09-14py-audiotools (sometimes) needs py-urwid at runtimejakllsch1-1/+4
pkgrev++
2012-09-12+ py-dynampd.wiz1-1/+2
2012-09-12Import py-dynampd-1.1.0 as audio/py-dynampd.wiz4-0/+44
DynaMPD allows you to get a dynamic playlist with MPD: it adds to your current playlist some tracks related to what you are currently listenning to. The similar tracks request is done using the Last.fm API (no registration required).
2012-09-11"user-destdir" is default these daysasau222-632/+222
2012-09-08Add option "arts" disabled by defaultcheusov1-2/+8
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