summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
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
2013-10-07Update sptk to 3.6.obache3-13/+30
PR pkg/48279 by ISIHARA Takanori. Version 3.6: * add -o option to 'minmax' command to output maximum, minimum or both values. * add -o 4 option to 'vstat' command to output medians. * add options to 'vopr' command to deal with relational operators, arithmetic/ geometric mean, and ceiling/flooring. * add -T option to 'smcep' command to specifiy emphasized frequency. * add -E option to 'gcep', 'mcep', 'mgcep', 'spec', 'smcep' and 'uels' command to specify floor in dB. * add -F option to 'gmm' command to read initial GMM parameter file. * add -L and -R option to 'wav2raw' command to deal with stereo wav file. * add 'gseries', 'ifftr', 'mlsacheck', 'symmetrize' and 'transpose' command. * change -f option of 'lbg' command into -F option. * unify option to specify sampling frequency into -s option. * fix 'x2x', 'dmp' and 'fd' command to read format string without space in front of '%'. * bug fixes.
2013-10-06Update to 3.3.2:wiz4-13/+15
Summary of changes between libmikmod 3.2.0 and libmikmod 3.3.2 (): ========================================================================== libmikmod 3.3.2 was released on 05-Oct-2013. This is a serious bug fix release after the previous 3.2.0 series, with some additional new features. All who are using libmikmod-3.2.0 (or the interim 3.3.1-beta) must upgrade to the new libmikmod-3.3.2 version. THANKS - Paul Spark <sparkynz74@gmail.com> for Microsoft Visual C 6.0 fixes. - Ozkan Sezer: many changes. NEW FEATURES - New CMake build system. - Updated configury, support for cross-compilation, support for building in a separate directory, support latest autotools. - New SDL driver - works both with SDL-1.2.x and with SDL2, supports floating point output if compiled against SDL2. - New OpenAL driver, originally suggested by 'kervala', with fixes and updates and with floating point output support. - The multi-platform SDL and OpenAL drivers, if they are compiled, have priority over OS-specific hw drivers for MikMod_RegisterAllDrivers(). - New windows xaudio2 driver, originally suggested by 'honza.c', with updates, xaudio2.8 support and with floating point output support. - ALSA driver now supports only the contemporary ALSA 1.0.x versions. All of the ancient ALSA 0.3.x-0.4.x code were removed. - Floating point output mode support for ALSA, OSS, Direct Sound, WinMM drivers and for WAV file writer. - The pipe and stdout drivers are now configurable - Raw file-writer now has the lowest priority among the file-writers. - GCC elf and macho symbol visibility attributes now supported. - Windows: dllexport/dllimport attributes work properly for MinGW[-w64], as well as windows compilers. Static builds using MSVC, LCC, etc are now named mikmod_static.lib. When compiling against static libmikmod, MIKMOD_STATIC should be defined so that dllimport wouldn't be assumed. BUGFIXES - ALSA fixes from Fedora. - ALSA fixes for "Write error: File descriptor in bad state" crashes, e.g. RedHat bug #915121. Now works stable. - ESD (esound) updates from Fedora. Add esd back to configury which was removed in 3.2.0b3, now requiring >= 0.2.18. - Minor OSS fixes. - The NAS driver now actually compiles. - 64 bit detection fixes. - Fix BOOL type use all over the source. - Several const correctness fixes. - Fixes for CVE-2007-6720 and CVE-2009-0179. - mmio: memreader fixes and updates. - Fixes for access violations introduced in 3.2.0b3. - Fixes for broken memory allocation wrappers introduced in 3.2.0b3. - Fix MikMod_strerror() might read beyond end of a static array. - Fix looping volume in Player_SetVolume(), based on an old patch by Yi-Huang Han. - XM loader now reads songlength amount of orders from the file and then seeks to mh->headersize+60 (sf.net bug #10.) - Fix "unclick" code to consider loop lengths shorter than 16: fixes crashes seen with several xm files (sf.net bug #12, mpd bug #3425.) - Mac OS X: new standalone makefile with cross-compilation support. - DJGPP build fixes. - Windows: fixes/updates, win64 fully supported. MinGW[-w64] fully supported along with MSVC and LCC. new standalone MinGW makefile with cross-compilation support. - SIMD (AltiVec and SSE2) option is now disabled by default. Can be enabled by --enable-simd configury option, similarly with cmake. (the standalone makefiles or project files are added instructions on how to enable the feature if required.) - Many compiler warning fixes, other small cleanups.
2013-10-03Set LICENSE.wiz1-2/+2
2013-10-03Improve description.wiz1-14/+14
2013-10-03+libxspfdrochner1-1/+2
2013-10-03add libxspf-1.2.0, a library to handle xspf playlistsdrochner6-0/+114
2013-10-02update to 14.4.1drochner3-20/+16
changes: -Re-enable file-type detection when reading from a pipe -bugfixes
2013-10-02update to 0.23drochner3-12/+13
changes: -implement the client-to-client protocol -new command "cdprev" -make "mv" a shortcut for "move" -support absolute paths in "add" and "update" -more UI improvements -bugfixes, documentation improvements approved by simonb
2013-10-02+ gmpc-alarmwiz1-1/+2
2013-10-02Import gmpc-alarm-11.8.16 as audio/gmpc-alarm.wiz4-0/+31
The GNOME Music Player Client is a GTK+ client for remote access, control and playlist management of the Music Player Daemon featuring ID3 Support and a tray icon for your notification area. The Alarm Timer plugin turns your music player into an alarm, set the time in at which it must go off and the rest is done by gmpc.