summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
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
2013-10-20Fix rpath option and hard-coded /usr/pkg references.joerg2-3/+14
2013-10-19Update to 3.3.3:wiz2-8/+8
This is a stable release with minor bugfixes and a new feature, a new umx file loader. It fixes a memory leak, an invalid read upon backwards position jumps, and documentation problems, and adds cleanups.
2013-10-19Revbump after updating textproc/icuadam14-27/+28
2013-10-18Fix a common mistake in many different packages: POSIX says that when usingbsiegert4-4/+8
pax -rw, the destination directory must exist. pax in NetBSD creates it if not, pax in MirBSD complains. I read through all pkgsrc Makefiles that use pax and added an entry to INSTALLATION_DIRS, or an INSTALL_DATA_DIR invocation. I did not test all the changes but they should be fairly safe. If you notice any breakage because of this change, please contact me.
2013-10-17recursive bump for audio/taglib shlib major bumpwiz23-41/+46
2013-10-17Update to 1.9.1.wiz3-12/+15
TagLib 1.9.1 (Oct 8, 2013) ========================== * Fixed binary incompatible change in TagLib::Map and TagLib::List. * Fixed constructing String from ByteVector. * Fixed compilation on MSVC with the /Zc:wchar_t- option. * Fixed detecting of RIFF files with invalid chunk sizes. * Added TagLib::MP4::PropertyMap::codec(). TagLib 1.9 (Oct 6, 2013) ======================== * Added support for the Ogg Opus file format. * Added support for INFO tags in WAV files. * Changed FileStream to use Windows file API. * Included taglib-config.cmd script for Windows. * New ID3v1::Tag methods for working directly with genre numbers. * New MPEG::File methods for checking which tags are saved in the file. * Added support for the PropertyMap API to ASF and MP4 files. * Added MusicBrainz identifiers to the PropertyMap API. * Allowed reading of MP4 cover art without an explicitly specified format. * Better parsing of corrupted FLAC files. * Fixed saving of PropertyMap comments without description into ID3v2 tags. * Fixed crash when parsing certain XM files. * Fixed compilation of unit test with clang. * Better handling of files that can't be open or have read-only permissions. * Improved atomic reference counting. * New hookable API for debug messages. * More complete Windows install instructions. * Many smaller bug fixes and performance improvements.
2013-10-15Use system curses instead of ncursesroy1-5/+3
2013-10-15MuSE is build without ncurses, so drop the dependencyroy1-3/+2
2013-10-15mp3blaster can use system cursesroy1-3/+3
2013-10-15Use curses.buildlink3.mk instead of ncurses directly.roy1-2/+3
2013-10-15Fix distinforoy1-2/+2
2013-10-14NetBSD curses works fine.roy3-7/+7
2013-10-14Drop dependency on ncurses as system curses works fine.roy9-68/+70
Regenrate patchset.
2013-10-14aumix can work with any curses.roy4-21/+21
2013-10-14aumix requires curses, not ncurses.roy6-8/+39
2013-10-14No need to depend on ncurses.roy1-3/+2
2013-10-11Festival really uses termcap, not curses.roy4-4/+107
2013-10-10Recursive revbump from pango-1.36.0ryoon75-140/+150
2013-10-10Bump for curses removalroy1-1/+2
2013-10-10lame uses termcap, not cursesroy5-6/+169
2013-10-09recursive bump for libmng-2.0.2 shlib major bump and dependency changewiz17-34/+34