summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2013-09-19mysql-5.0 had been removed from pkgsrc.obache1-3/+2
2013-09-13Avoid "error: call of overloaded 'pow(int, unsigned int)' is ambiguous".jperkin2-5/+14
2013-09-11Update ruby-taglib to 0.6.0.taca3-7/+21
## 0.6.0 (2013-04-26) * Add support for TagLib::MP4 (#3, by @jacobvosmaer) * Add support for TagLib::ID3v2::Header (#19, by @kaethorn) * Support saving ID3v2.3 with TagLib::MPEG::File#save (#17) * Note that this requires at least TagLib 1.8, and due to 1.8.0 having an incorrect version number in the headers, it currently requires master. See issue #17 for details. * Fix segfault when passing a non-String to a String argument * Documentation updates
2013-09-05Update to 1.222:wiz2-7/+6
------------------------------------------ version 1.222 at 2013-08-15 07:12:54 +0000 ------------------------------------------ Change: 3161b01391d7ec55d7fd8f06b6de9ceb31126416 Author: Rocco Caputo <rcaputo@cpan.org> Date : 2013-08-15 03:03:53 +0000 Automate more of dist.ini. ------------------------------------------ version 1.221 at 2013-08-04 06:13:24 +0000 ------------------------------------------ Change: 4e0b8cc01214485a5d4f40b7318f2646f84c5ccb Author: Rocco Caputo <rcaputo@cpan.org> Date : 2013-08-04 02:13:24 +0000 Add .gitignore and MANIFEST.SKIP to ignore build artifacts. Releases will fail because the release built artifacts look like untracked files. Ignore them in .gitignore. Also ignore temporary files in MANIFEST.SKIP. Change: c5467dc4260c3ceb57e8253957c1449d3d00617a Author: Rocco Caputo <rcaputo@cpan.org> Date : 2013-08-04 02:01:30 +0000 [rt.cpan.org 65060] Don't destroy the server list when connections fail. Connections may fail for transient reasons. It's better to assume the servers will come back eventually and take the performance hit on reconnect than to exhaust the list and never succeed again. If this fix helps you, thank Timo Santi for reporting the bug. Change: b9835824080c25817a37bcbf6d1c3bb4ab5d51f7 Author: Rocco Caputo <rcaputo@cpan.org> Date : 2013-08-04 01:43:39 +0000 Switch to Dist::Zilla. Change: 15ec95acbfed79a4f4e341e150af25964fc776a3 Author: Rocco Caputo <rcaputo@cpan.org> Date : 2010-03-08 01:29:07 +0000 Fix the repository URLs and copyright date in the docs.
2013-09-02Revbump after cairo updateadam74-145/+148
2013-09-01recursive bump from hdf5 shlib major bump.obache1-1/+2
2013-08-30Remove binary restrictions. Since version 2.6 the licensing issues werejperkin1-5/+2
clarified by upstream and at least Debian and FreeBSD have provided binary distributions since then. Bump PKGREVISION.
2013-08-27Needs pkg-config.joerg1-1/+2
2013-08-21update to 1.2drochner3-24/+22
changes: misc cleanup and improvements
2013-08-21+py-discogsclientdrochner1-1/+2
2013-08-21add py-discogs_client-1.1.1, a client for the "discogs" music releasedrochner4-0/+37
database (can be used with py-beets)
2013-08-16Remove patch-ab, it would appear to be actively harmful these days, atjperkin2-37/+1
least according to SunOS build reports.
2013-08-16revbump from libnotify bumped to 0.7 and dependency changed from libnotify07.obache2-6/+6
2013-08-15fix libcanberra build for solarisrichard4-6/+45
2013-08-15Switch to use libnotify07.obache3-4/+20
Bump PKGREVISION.
2013-08-15no need to manage desktopdb.obache1-2/+1
ride on last bump.
2013-08-15Switch to use libnotify07.obache1-3/+3
Bump PKGREVISION.
2013-08-14Set the package's license (GNU GPL version 2)khorben1-1/+3
2013-08-14Added an option "libsamplerate" to build with support forkhorben2-1/+13
audio/libsamplerate; it should enhance output quality while resampling. It is currently disabled by default.
2013-08-14Imported missing patch while adding the packagekhorben1-0/+14
2013-08-13Added audio/bmp-crossfade (version 0.3.11)khorben1-1/+2
2013-08-13Added xmms-crossfade 0.3.11, as already found in audio/xmms-crossfade, butkhorben7-0/+157
with support for the Beep Media Player instead. XMMS-Crossfade can be used to remove the gaps between two songs, or to smoothly crossfade in-between.
2013-08-13Patched bmp as recommended in xmms-crossfade.khorben13-29/+150
This fixes issues occuring with this plug-in enabled, while stopping playback or crossfading between tracks for instance. Bump revision, as the resulting binaries are changed with this patch.
2013-08-12Update libcanberra to 0.27obache7-34/+61
while here, add gtk3 option and enabled by default. News Fri 18 Feb 2011: Version 0.27 released; Gtk+ 3.x fixes; add new tool to implement boot-up sounds when used with systemd; other fixes
2013-07-22update to 1.2.1drochner3-24/+6
changes: -internal refactoring to the way that we calculate and process distance scores in the autotagger -Python-2.6 compatibility fixes, other minor fixes
2013-07-18Fix path.joerg2-5/+5
2013-07-18Install missing files as needed.joerg1-2/+2
2013-07-18ISO C++ doesn't allow default arguments on friends, if they are notjoerg3-1/+90
declarations as well.
2013-07-17catch up to changes in Makefileobache2-4/+4
(devel/readline/buildlink3.mk => mk/readline.buildlink3.mk)
2013-07-15remove gmake from TOOLS. NAS uses imake and imake forces the use ofchristos1-2/+2
/usr/bin/make in all Makefiles. Fixes PR/47933. gmake saw $MAKELEVEL being set, and passed -w to recursive makes (so directory enter and exit events are printed). Imake forces our make to be used, and our make does not understand -w (yet)
2013-07-15* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yesryoon7-18/+16
are replaced with .include "../../devel/readline/buildlink3.mk", and USE_GNU_READLINE are removed, * .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE are replaced with .include "../../mk/readline.buildlink3.mk".
2013-07-12Bump PKGREVISION of all packages which create users, to pick up change ofjperkin4-8/+8
sysutils/user_* packages.
2013-07-10Restore accidentally removed #.ryoon2-8/+5
Linux build should be fixed.
2013-07-07Remove -Wl,--version-script=Version_script to fix build on SunOS.rodent1-1/+5
2013-07-07Bump PKGREVISION.ryoon3-5/+6
* Add missing double quotation mark in patch-ac. Reported by isaki@, thank you.
2013-07-05Needs pkg-config.joerg1-2/+2
2013-07-05Update to 0.8.2ryoon2-7/+6
Changelog: ------------------------------------------------------------- mp3splt-gtk version 0.8.2 - fixed important bug in mp3splt-gtk: split using cue file was not splitting the last part - fixed tags encoding issue in mp3splt-gtk: encode in UTF-8 tags if not valid UTF-8 - implemented "prelisten a section to its ending splitpoint" in mp3splt-gtk (feature request #98) - libmp3splt check is now more correct and checks for the exact version of libmp3splt with = instead of >=; will be changed to >= when final version of libmp3splt will be released - now using pkg-config instead of mp3splt.m4 (bug #145) - corrected build files (configure.ac, Makefile.am, ...) and check using 'make distcheck' (bug #147) ------------------------------------------------------------- mp3splt-gtk version 0.8.1 - fixed important bug: application was crashing when pushing the split button without any splitpoint (libmp3splt) - fixed important bug: split by time was in hundreths of seconds instead of seconds ------------------------------------------------------------- mp3splt-gtk version 0.8 - added tags edition from the splitpoints table - closes feature #92 - added cloning features for mass copying of tags using right click on the splitpoints table - enhanced the CUE export to export the tags as REM comments and also the splitpoint names - automatically save & restore splitpoints in '~/.mp3splt-gtk/splitpoints.cue' - better amplitude wave display (wave does not "shake" anymore) - done issue #37 & #138 - nicer GUI for the option 'same output directory as the input file' - fixed amplitude wave to be more precise with ogg vorbis files (libmp3splt) - fixed important bug on mp3splt-gtk 'Queue to player' button - fixed bug #128 - hash symbol in filename breaks the player - done feature #38 - reorder filenames in mp3splt-gtk (description_here_partXX) - fixed bug #133 - updated GPLv2 COPYING file - fixed bug #137 - autogen.sh should run libtoolize before aclocal/automake - fixed bug #143 - be able to add splitpoint at the end from the player - fixed bug #136 - various compilation issues - fixed issue #90 - added back the icons to split preview and play preview in the splitpoints table - added a lot of tooltip and GUI renamings - done feature #91 - amplitude wave now persists in preferences - added one more interpolation level for the amplitude wave (level 6) - more precise wave preview in preferences - fixed bug when detecting the input tags version - output had no tags when the input only had ID3v1 (libmp3splt) - fixed bug #141 - when input file is a symlink and output directory is the one of the input file (libmp3splt) - amplitude more precise with ogg vorbis files (libmp3splt) - fixed bug on mp3 trim silence scan: last frame was skipped (libmp3splt) ------------------------------------------------------------- mp3splt-gtk version 0.7.3 - redesigned the mp3splt-gtk user interface - added option to specify the wave quality in the parameters (for performance reasons) - wave interpolation is now much correct - we use the douglas peucker algorithm instead of the previous one which was stupid - added gray areas where no splitpoints - regarding #3520736 - added seek key shortcuts to the player - #1811400 & #3528001 - heavy refactoring of mp3splt-gtk code - fixed bug: removing TLEN id3v2 tag from the split files (libmp3splt) - fixed bug #3530488 - regression introduced with ogg multiple logical streams (libmp3splt) ------------------------------------------------------------- mp3splt-gtk version 0.7.2 - fixed an important bug of memory leak in player drawing when using GTK+-2 - fixed bug not showing icon and image in the about dialog - fix for the '--disable-gtk3' option; also fixed the gtk 2.x/3.x check - made some player graphic optimisations - added player refresh rate option in Preferences->Player - added expanders to the player history and player splitpoints view - we don't need gtk 2 version >= 2.20; changed it to 2.18 ------------------------------------------------------------- mp3splt-gtk version 0.7.1 - added minimum track length option for silence scan - closes #2393766 - added gtk3 support (auto detection or --enable-gtk3, --disable-gtk3) - almost closes #3385903 (some tests still need to be done) - fixed #3385841 - removed scrollkeeper warnings - fixed #3385827 - added --disable-doxygen_doc - fixed #3385829 - building doxygen documentation by itself + installing doxygen files - fixed #3385833 - don't apply debugging flags or warnings flags by default: added --enable-c-debug --enable-optimise --enable-extra-warnings - added support for multiple ogg/vorbis logical streams (mail) (libmp3splt) - fixed mp3 frame mode with skippoint when skippoint too small (on the same frame as previous) (libmp3splt) - fixed several audacity labels issues (libmp3splt) - fixed some regression regarding mp3splt v2.1c - removed some checks relative to the total time - we cannot rely on the total time - for example with concatenated mp3s (libmp3splt)
2013-07-05Update to 2.5.2ryoon2-6/+7
Changelog: #mp3splt version 2.5.2 - added option -I to specify the input tags encoding for when writing ID3v2 tags (ISO-8859-1, UTF-8 or UTF-16) - added option -K to keep the original tags and just replace them when importing a CUE or CDDB file (feature request #95) - fixed bug #149 - use of getline() on mac - libmp3splt check is now more correct and checks for the exact version of libmp3splt with = instead of >=; will be changed to >= when final version of libmp3splt will be released - now using pkg-config instead of mp3splt.m4 (bug #145) - corrected build files (configure.ac, Makefile.am, ...) and check using 'make distcheck' (bug #147) #mp3splt version 2.5.1 - fixed a bug when removing the tags from skippoints (libmp3splt) - added option to set output ID3v2 tags encoded in latin1, UTF-8 or UTF16 #mp3splt version 2.5 - done issues #40 and #85 - added minimum silence length parameter for auto adjust (mainly libmp3splt) - added minimum silence length for trim silence mode (minimum silence to trigger a trimming) (mainly libmp3splt) - done issue #12 - added option to output the full silence log useful to plot a graph (mainly libmp3splt) - implemented back the proxy feature with basic authentification - feature #50 (mainly libmp3splt) - added option to generate exactly the same input tags bytes using @O (mainly libmp3splt) - enhanced the CUE export to export the tags as REM comments and also the splitpoint names (libmp3splt) - fixed bug when detecting the input tags version - output had no tags when the input only had ID3v1 (libmp3splt) - fixed bug: output tags versions was not equal to the input file tags versions when the user was setting custom tags without any @o to get the original tags (libmp3splt) - done issue #79 - added 0 to the number of digits to output in order to be able to support the old mp3splt output format (libmp3splt) - fixed bug #141 - when input file is a symlink and output directory is the one of the input file (libmp3splt) - fixed bug on mp3 trim silence scan: last frame was skipped (libmp3splt) - fixed bug #133 - updated GPLv2 COPYING file - fixed bug #142 - skipped splitpoints were handled wrong by '-c' #mp3splt version 2.4.3 - added the trackjoin parameter for silence detection split: tracks shorter than trackjoin will be joined with others - fixed bug: removing TLEN id3v2 tag from the split files (libmp3splt) - fixed bug #3530488 - regression introduced with ogg multiple logical streams (libmp3splt) #mp3splt version 2.4.2 - fixed error when ID3v2 was containing what appears a valid frame; make sure we skip the ID3v2 after looking for the first frames (libmp3splt) - added the shots parameter to silence detection (-p shots=INTEGER - minimum number of shots to be found as non silence after the silence) #mp3splt version 2.4.1 - added minimum track length option for silence scan: 'trackmin' parameter to '-p' - closes #2393766 - added option to set original tags when using 'replace tags in tags' - use of #t, #a, ... - closes #3407314 - fixed #3399950 - regression on windows regarding the current working directory - fixed some regression regarding mp3splt v2.1c - removed some checks relative to the total - fixed #3385833 - don't apply debugging flags or warnings flags by default: added --enable-c-debug --enable-optimise --enable-extra-warnings - fixed #3424143 - added a small check for the -O option - added support for multiple ogg/vorbis logical streams (mail) (libmp3splt) - fixed mp3 frame mode with skippoint when skippoint too small (on the same frame as previous) (libmp3splt) - fixed several audacity labels issues (libmp3splt) - fixed inconsistency (extra 0 padding) between @n of -g and @n of -o (mail) time - we cannot rely on the total time - for example with concatenated mp3s (libmp3splt)
2013-07-05Add *BSD support patch.ryoon1-0/+16
2013-07-05Update to 0.8.2ryoon5-29/+31
Changelog: libmp3splt version 0.8.2 ------------------------------------------------------------- - added option to specify the input tags encoding for when writing ID3v2 tags (SPLT_OPT_INPUT_TAGS_ENCODING) - enable -O3 by default - added LIBMP3SPLT_MAJOR_VERSION, LIBMP3SPLT_MINOR_VERSION and LIBMP3SPLT_MICRO_VERSION (feature request #96) - added option SPLT_TAGS_ORIGINAL for mp3splt_tags_set - added option to keep the original tags and just replace them when importing a CUE or CDDB file (SPLT_OPT_CUE_CDDB_ADD_TAGS_WITH_KEEP_ORIGINAL_TAGS) (feature request #95) - added 'split into memory' ability with a callback function for use with 'pretend to split' (feature request #94) - replaced mp3splt.m4 with pkg-config (bug #145) - corrected build files (configure.ac, Makefile.am, ...) and check using 'make distcheck' (bug #147) - fixed a lot of doxygen issues libmp3splt version 0.8.1a ------------------------------------------------------------- - corrected ChangeLog file of 0.8.1 release - added minimal.c in the distribution for the doxygen documentation - added libmp3splt_ico.svg in the distribution for the doxygen documentation - added something in the empty_footer.html file to avoid doxygen segfault libmp3splt version 0.8.1 ------------------------------------------------------------- - fixed a bug - was crashing when removing tags from skippoints - added option to set output ID3v2 tags encoded in latin1, UTF-8 or UTF16 - forgot to add 'empty_footer.html' in the distribution libmp3splt version 0.8 ------------------------------------------------------------- - rewritten libmp3splt public API to target future 1.0 stable release - written complete documentation of the public API - done issues #40 and #85 - added minimum silence length parameter for auto adjust - implemented back the proxy feature with basic authentification - feature #50 - added option to generate exactly the same input tags bytes using @O - added minimum silence length for trim silence mode (minimum silence to trigger a trimming) - done issue #12 - added option to output the full silence log useful to plot a graph - enhanced the CUE export to export the tags as REM comments and also the splitpoint names - fixed bug when detecting the input tags version - output had no tags when the input only had ID3v1 - fixed bug: output tags versions was not equal to the input file tags versions when the user was setting custom tags without any @o to get the original tags - done issue #79 - added 0 to the number of digits to output in order to be able to support the old mp3splt output format - fixed bug #141 - when input file is a symlink and output directory is the one of the input file - amplitude more precise with ogg vorbis files - plugins are now installed in $(libdir)/libmp3splt$(SONAME) instead of $(libdir)/libmp3splt - fixed bug #131 - use /usr/lib64 instead of /usr/lib on x64 in mp3splt.m4 - fixed bug #133 - updated GPLv2 COPYING file - fixed bug on mp3 trim silence scan: last frame was skipped - fixed bug #134 - use of deprecated gethostbyname() ------------------------------------------------------------- libmp3splt version 0.7.3 - added the trackjoin parameter for silence detection split: tracks shorter than trackjoin will be joined with others - fixed bug: removing TLEN id3v2 tag from the split files - fixed bug #3530488 - regression introduced with ogg multiple logical streams libmp3splt version 0.7.2 ------------------------------------------------------------- - fixed error when ID3v2 was containing what appears a valid frame; make sure we skip the ID3v2 after looking for the first frames - fixed bug #3497957 libtoolize vs glibtoolize - fixed #3487543 - compilation without pcre support - added the shots parameter to silence detection libmp3splt version 0.7.1 ------------------------------------------------------------- - added minimum track length option for silence scan - closes #2393766 - added option to set original tags when using 'replace tags in tags' - closes #3407314 - added support for multiple ogg/vorbis logical streams (mail) - fixed mp3 frame mode with skippoint when skippoint too small (on the same frame as previous) - fixed some regression regarding mp3splt v2.1c - removed some checks relative to the total time - we cannot rely on the total time - for example with concatenated mp3s - fixed several audacity labels issues - fixed inconsistency (extra 0 padding) between @n of custom tags and @n of output filename (mail) - fixed compilation error without libid3tag - fixed #3385833 - don't apply debugging flags or warnings flags by default: added --enable-c-debug --enable-optimise --enable-extra-warnings - fixed #3385827 - added --disable-doxygen_doc - fixed #3385829 - building doxygen documentation by itself + installing doxygen files
2013-07-05Apply removal of -export-dynamic for SunOS across all of pkgsrc.jperkin5-26/+5
Avoids lots of copy/paste and fixes a bunch of packages which hadn't been looked at yet.
2013-07-05Recursive revbump from graphics/giflib update to 5.0.4.ryoon5-10/+10
2013-07-02+tap-plugins; MAINTAINER=merodent2-3/+4
2013-07-02Import tap-plugins-0.7.2 as audio/tap-plugins.rodent5-0/+66
TAP-plugins is short for Tom's Audio Processing plugins. It is a bunch of LADSPA plugins for digital audio processing, intended for use in a professional DAW environment such as Ardour. These plugins should compile and run on any recent (that is, not seriously outdated) GNU/Linux system. They don't require any special libraries besides the standard GNU C and math libraries, which are expected to be provided on the machine used for compiling.
2013-07-01Update to 0.5.2ryoon4-31/+22
* Set LICENSE. Changelog: 2013-03-08: gtick-0.5.2 release: Translation updates, bugfixes 2012-03-26: gtick-0.5.1 release: Translation updates, MIN_BPM adjustment 2011-08-06: gtick-0.5.0 release: Pulseaudio support, bugfixes, translations 2008-05-22: gtick-0.4.2 release: Several new translations, minor code and packing adjustments 2007-08-18: gtick-0.4.1 release: Fixed segfault on using custom sound file 2007-08-14: GIT repository launched 2007-08-13: gtick-0.4.0 release: GPLv3 release, Updated Dutch, Finnish, Irish, Italian and Vietnamese translations 2007-05-05: gtick-0.3.15 release: Added Slovak translation, fixed automake link options (LDADD, see ChangeLog) 2007-04-29: gtick-0.3.14 release: Updated Russian, Ukrainian and Vietnamese translations 2007-02-12: gtick-0.3.13 release: Added Korean translation, fixed zombies after metronome start / stop
2013-06-27Make enum public in local fltk copy that is used outside derivedjoerg6-2/+98
classes. Remove size hints for array arguments that end up being negative. Dereference pointer before calling member. Fix complex usage. Add dependency on qt4-tools to make cmake happy.
2013-06-24Add SunOS support.jperkin2-5/+12
2013-06-17Update to 0.4.15ryoon16-622/+1934
* Update dependencies. * Use cmake instead of configure. * Use qt4 instead of qt3. * Set LICENSE. Changelog: * Many GUI improvements. * Translation updates. * Many new features. * Bugfixes.
2013-06-16Update to 2.4.4ryoon3-16/+17
Changelog: 2.4.4 * Fix crash when saving a playlist with URLs. * Fix hang in case of symlink loop (like symlink to parent directory) when adding files recursivelly to the playlist. * Fix bad memory acces when using FILL parameter in layouts that caused "FATAL_ERROR: Layout1 is malformed". * Fix compilation with newer ffmpeg. (Alexis Ballier) * Increase maximum file title (made from tags) length to 512. Helps on wide terminals. * Fix displaying URLs on the playlist when it ends with a slash. * Fix compilation of flac plugin by detecting libflac using pkg-config. * Fix for multichannel playback. (Maarten van Es) * Fix handling of invalid track number in tags. A segfault occured when the track number was at least a value of 2^31. * Support for the new (SVN) libmpcdec API. * Remove old, irrelevant comment about iconv from the configuration file. * Fix configure to display proper information about compiled RCC. * Run libtoolize in autogen.sh to prevent conflicts with installed libtool/libltdl version.
2013-06-16Update to 0.5.0. Changes:shattered4-36/+18
- Read ISRCs and MCNs on Linux, Mac OS X and Windows. - Add read_sparse() for faster reading again - Added Solaris, OpenBSD and kFreeBSD support.