summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2013-12-23Reset maintainer for resigned developers.wiz4-9/+8
2013-12-18When using deprecated features, it helps to not disable them first.joerg2-1/+15
2013-12-16Use "cpuset_t" on FreeBSD, this lets the package build.asau3-1/+59
2013-12-16Disable capabilities on FreeBSD, incompatible implementation.asau1-1/+6
2013-12-15Fix the build on FreeBSD 9, FreeBSD uses sys/soundcard.h nowadays.asau2-8/+12
2013-12-15FreeBSD 9 doesn't have alloca.h, alloca() is declared in stdlib.hasau2-4/+4
2013-12-15FreeBSD 9 uses sys/soundcard.hasau2-4/+4
2013-12-15DIR is reserved for dirent.h, so use a different type name.joerg2-1/+114
2013-12-13Disable -fvisibility-hidden on SunOS.jperkin1-1/+7
2013-12-12Make package build on SunOS. The end result is mostly non-functional as itjperkin10-167/+195
is missing SCSI and CDDA support, however this does enable a number of other packages to now build, many of which do not depend on working cdparanoia for their own functionality.
2013-12-10Fix pow() argument types, fixes SunOS. Patch from Sebastian Wiedenroth.jperkin2-1/+17
2013-12-10Fix inttypes on SunOS. Patch from Sebastian Wiedenroth.jperkin1-1/+3
2013-12-10Closed PR 48323, up max sampling rate to 192 kHz.rxg3-3/+17
Bump the version.
2013-12-09Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.obache3-9/+9
Bump PKGREVISION for runtime dependency pattern changed packages.
2013-12-06Update to 0.25:wiz2-7/+7
0.25 (2013/11/09) * fix "insert" with directory argument * optimize tab completion commands * do character set conversion for tab completion commands * require libmpdclient 2.3, MPD 0.16 0.24 (2013/10/29) * configure.ac: fix syntax error * new command "toggleoutput" * use the "volume" command on MPD 0.18 * fix search/find with "filename" constraint * add search/find with "base" constraint * don't strip trailing slashes from absolute URLs
2013-12-04update to 1.3.1drochner3-7/+13
changes: -database can contain arbitrary attributes now -Add Opus audio support -You can now transcode files to any audio format, rather than just MP3 -can guess tags from the filenames during import -new id3v23 config option, writed tags in old format
2013-12-04sync w/ base pkgdrochner3-15/+15
2013-12-04update to 1.22drochner4-13/+22
changes: minor fixes and improvements
2013-12-04reset PKGREV for base pkg updatedrochner1-3/+1
2013-11-30Recognize new json-c library name.wiz2-3/+53
2013-11-25PKGREVISION bump for json-c shlib rename.wiz20-36/+41
2013-11-25Bump PKGREVISION for stat syscall fix for NetBSD-6+.wiz1-3/+2
2013-11-25Use correct stat syscall on NetBSD-6 and newer.wiz2-8/+12
Based on PR 48405 by Nat Sloss.
2013-11-25Fix typo and whitespace in comment.wiz1-2/+2
2013-11-23+quodlibet2drochner1-1/+2
2013-11-23add quodlibet-2.6.3, a media player/tagger, from Sergey Svishchevdrochner5-0/+529
per pkgsrc-wip
2013-11-20Revbump after updating devel/boost-libsadam2-4/+4
2013-11-20recursive bump from boost-lib shlib major bump.obache2-4/+4
2013-11-18Update to 2.8.0markd7-279/+125
VERSION 2.8 FEATURES: * Tracks from Recently Played List widget can now directly be added to the playlist. CHANGES: * The Jamendo service now uses a higher quality MP3 format instead of Ogg Vorbis. * Added an option whether adding tracks to playlist should start playing. * Amarok now depends on Qt 4.8.3. * Amarok now uses FindFFMpeg.cmake from kdelibs BUGFIXES: Various VERSION 2.7 CHANGES: * Files page has been made more intuitive by making Places the root view and significantly improving breadcrumbs behaviour. * Make dropping large directories into playlist more responsive by reading track metadata asynchronously in a background thread. * Harmonize keyboard, mouse and context menu behaviour of the Files pane so that it matches Local Music and Saved Playlists panes. * Last.fm Skip button re-added after being removed in Beta by error. * Podcast episodes are now loaded asynchronously on startup to reduce delays. * Removed alpha state and not really working spectrum analyzer applet. BUGFIXES: Various
2013-11-18Improve the workaround for what is now PR 48385.dholland2-21/+20
2013-11-17Add workaround for the looping I've been seeing building into tmpfs.dholland2-1/+30
It seems to be a gmake bug; I'm looking into that.
2013-11-16Update to 4.0.6. Changes:shattered6-33/+85
- Rewrite player to use libxmp 4.0 - Give Pulseaudio higher priority than ALSA - Give ALSA output higher priority than OSS - Fix native-endian coreaudio output - Fix module-specifc flags to override built-in quirks - Fix loop when skipping to first file and it's not playable - Add commands '<' and '>' to jump to previous/next sequence - Add command 'z' to toggle the subsong explorer on/off - Add option -z <num> to play a specified sequence - Add option -Z to play all sequences in module - Add option --loop-all to loop over entire module list
2013-11-16Add libxmp.shattered1-1/+2
2013-11-16Import libxmp-4.2.0 as audio/libxmp.shattered5-0/+48
This is the Extended Module Player library, a part of open source module player for UNIX distributed under the terms of the GNU GPL.
2013-10-30Don't inline when using Clang.adam2-1/+18
2013-10-29USE_LANGUAGES=c99, fixes build on SunOS.jperkin1-1/+2
2013-10-28Expect the compiler to know when to inline functions used only once.joerg2-1/+18
2013-10-28Don't use -frename-registers or play with the inline limits.joerg2-1/+15
2013-10-28Don't use -fcheck-new. With exceptions, it won't happen anyway and evenjoerg2-1/+15
without, malloc() is unlikely to ever fail.
2013-10-28Don't force the -lgcc_s use with Clang. Just expect the system is newjoerg1-2/+7
enough to have properly linked C++ runtime.
2013-10-27Avoid -fgnu89-inline when using Clangadam1-1/+6
2013-10-24Fix build on OSX 10.6, and possibly later.jperkin5-3/+160
2013-10-24Revbump from devel/py-game updateryoon1-2/+2
2013-10-24fixes i486 magic condition.obache1-2/+2
2013-10-23update to 1.2.2drochner2-6/+6
changes: bugfixes (I know that 1.3.1 is out. I've given 1.2.2 some testing, so I'm adding it as a checkpoint first.)
2013-10-23Add -lsocket -lnsl on SunOS. Fix from Sebastian Wiedenroth.jperkin1-1/+3
2013-10-22update to 2.3.1drochner2-6/+6
changes: added support for WebM streams, Opus approved by The Maintainer
2013-10-22update to 2.3.3drochner5-28/+25
changes: -fixed 3 security issues: -Improved HTTPS cipher handling and added support for chained certificates -Allow the source password to be undefined -Prevent error log injection of control characters by substituting non-alphanumeric characters with a '.' (CVE-2011-4612) -Bugfixes -Sources can now be authenticated via URL, like listeners -XSL update pkgsrc change: don't set the "chroot" flag in the installed sample config file -- this configuration doesn't work without further work because the web server misses its data files in the sandbox approved by The Maintainer
2013-10-20Improve.wiz1-2/+2
2013-10-20Prefix rpath option with -Wl.joerg1-2/+2