summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
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.
2013-06-13Always link with G++ and don't hard-code libstdc++.joerg2-1/+26
2013-06-13Don't mess with inline, it breaks inline namespaces in C++.joerg3-3/+22
Bump revision.
2013-06-12Update to 1.3.0:wiz8-286/+10
FLAC 1.3.0 (26-May-2013) General: Move development to Xiph.org git repository. The --sector-align option of flac has been deprecated and may not exist in future versions. shntool provides similar functionality. Support for the RF64 and Wave64 formats in flac (see below). Better handling of cuesheets with non-CD-DA sample rates. The --ignore-chunk-sizes option has been added to the flac command line tool. FLAC format: (none) Ogg FLAC format: (none) flac: Added support for encoding from and decoding to the RF64 format, and a new corresponding option --force-rf64-format. (SF #1762502). --keep-foreign-metadata is also supported. Added support for encoding from and decoding to the Sony Wave64 format, and a new corresponding option --force-wave64-format. (SF #1769582). --keep-foreign-metadata is also supported. Added new options --preserve-modtime and --no-preserve-modtime to specify whether or not output files should copy the timestamp and permissions from their input files. The default is --preserve-modtime as in previous versions. (SF #1805428). Allow MM:SS:FF and MM:SS.SS time formats in non-CD-DA cuesheets. (SF #1947353, SF #2182432) The --sector-align option of flac has been deprecated and may not exist in future versions. shntool provides similar functionality. (SF #1805946) Improved error message when user attempts to decode a non-FLAC file (SF #2222789). Fix bug where flac was disallowing use of --replay-gain when encoding from stdin (SF #1840124). Fix bug with fractional seconds on some locales (SF #1815517, SF #1858012). Read and write appropriate channel masks for 6.1 and 7.1 surround input WAV files. Documentation was also updated. Correct Wave64 GUIDs. Support 56kHz to 192kHz gain analysis (patch from Earl Chew) Add ability to handle utf8 filenames on Windows (large set of patches from Janne Hyvärinen) metaflac: Allow MM:SS:FF and MM:SS.SS time formats in non-CD-DA cuesheets. (SF #1947353, SF #2182432) plugins: Minor updates for XMMS plugin. Winamp2 plugin was dropped because Nullsoft has provided native FLAC support since 2006. build system: Fixes for autotools (including SF #1859664). Fixes for MinGW (including SF #2000973, SF #2209829). Fixes for gcc (including SF #1834168, SF #2002481). Fixes for Sun Studio/Forte (SF #1701960). Fixes for windows builds (including SF #1676822, SF #1756624, SF #1809863, SF #1911149). Fixes for FreeBSD and OpenBSD. Compile with GNU gcc _FORTIFY_SOURCE=2 and stack protection where those features are detected. Enable a bunch of GCC compiler warnings and fix code that generates warnings. documentation: Document --ignore-chunk-sizes and --apply-replaygain-which-is-not-lossless option for flac. libraries: libFLAC encoder was defaulting to level 0 compression instead of 5 (SF #1816825). Fix bug in bitreader handling of read callback returning a short count (SF #2490454). Improve decoder's ability to distinguish between a FLAC sync code and an MPEG one (SF #2491433). Interface changes: libFLAC: Added FLAC__format_blocksize_is_subset() libFLAC++: Add a number of convienience methods.
2013-06-12update to 1.2.0drochner4-8/+38
changes: -allow additional data sources to augment the matches from MusicBrainz -New Duplicates Plugin, Missing Plugin -more feature additions and fixes
2013-06-12update to 0.4drochner3-9/+28
changes: * Improve documentation * Fix get_recordings_by_puid/isrc * Update search fields * Parse CDStubs in release results * Correct release_type/release_status checking * Allow iso-8859-1 passwords * Convert single isrcs to list when submitting * Parse ISRC results * Escape forward slashes in search queries * Package documentation and examples in release
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz87-174/+174
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron91-182/+182
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz91-180/+182
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-05-31Bump all packages for perl-5.18, thatwiz37-73/+74
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-05-29Add OpenBSD support.wiz9-25/+79
From Dario Niedermann <dnied@tiscali.it> on pkgsrc-users.
2013-05-28Support _MYSQL_VERSION 56abs1-2/+5
2013-05-27restore a patch which got lost during last updatedrochner2-1/+15
2013-05-26Update to 1.0.12.079:wiz3-23/+6
20.10.2012 - 1.0.12.079 - Discogs fix 11.05.2012 - 1.0.11.076 - made program compilable with GCC 4.7 31.12.2011 - 1.0.10.065 - updated Discogs API calls to current version
2013-05-26Update to 0.17.4, provided by Takeshi Nakayama in PR 47844.wiz8-98/+26
While here, add comments to patch-aa, patch-ad from cvs logs. Changes: ver 0.17.4 (2013/04/08) * protocol: - allow to omit END in ranges (START:END) - don't emit IDLE_PLAYER before audio format is known * decoder: - ffmpeg: support float planar audio (ffmpeg 1.1) - ffmpeg: fix AVFrame allocation * player: - implement missing "idle" events on output errors * clock: fix build failure ver 0.17.3 (2013/01/06) * output: - osx: fix pops during playback - recorder: fix I/O error check - shout: fix memory leak in error handler - recorder, shout: support Ogg packets that span more than one page * decoder: - ffmpeg: ignore negative time stamps - ffmpeg: support planar audio * playlist: - cue: fix memory leak - cue: fix CUE files with only one track ver 0.17.2 (2012/09/30) * protocol: - fix crash in local file check * decoder: - fluidsynth: remove throttle (requires libfluidsynth 1.1) - fluidsynth: stop playback at end of file - fluidsynth: check MIDI file format while scanning - fluidsynth: add sample rate setting - wavpack: support all APEv2 tags * output: - httpd: use monotonic clock, avoid hiccups after system clock adjustment - httpd: fix throttling bug after resuming playback * playlist: - cue: map "PERFORMER" to "artist" or "album artist" * mapper: fix non-UTF8 music directory name * mapper: fix potential crash in file permission check * playlist: fix use-after-free bug * playlist: fix memory leak * state_file: save song priorities * player: disable cross-fading in "single" mode * update: fix unsafe readlink() usage * configure.ac: - don't auto-detect the vorbis encoder when Tremor is enabled ver 0.17.1 (2012/07/31) * protocol: - require appropriate permissions for searchadd{,pl} * tags: - aiff: support the AIFC format - ape: check for ID3 if no usable APE tag was found * playlist: - cue: support file types "MP3", "AIFF" * output: - fix noisy playback with conversion and software volume ver 0.17 (2012/06/27) * protocol: - support client-to-client communication - "update" and "rescan" need only "CONTROL" permission - new command "seekcur" for simpler seeking within current song - new command "config" dumps location of music directory - add range parameter to command "load" - print extra "playlist" object for embedded CUE sheets - new commands "searchadd", "searchaddpl" * input: - cdio_paranoia: new input plugin to play audio CDs - curl: enable CURLOPT_NETRC - curl: non-blocking I/O - soup: new input plugin based on libsoup * tags: - RVA2: support separate album/track replay gain * decoder: - mpg123: implement seeking - ffmpeg: drop support for pre-0.5 ffmpeg - ffmpeg: support WebM - oggflac: delete this obsolete plugin - dsdiff: new decoder plugin * output: - alsa: support DSD-over-USB (dCS suggested standard) - httpd: support for streaming to a DLNA client - openal: improve buffer cancellation - osx: allow user to specify other audio devices - osx: implement 32 bit playback - shout: add possibility to set url - roar: new output plugin for RoarAudio - winmm: fail if wrong device specified instead of using default device * mixer: - alsa: listen for external volume changes * playlist: - allow references to songs outside the music directory - new CUE parser, without libcue - soundcloud: new plugin for accessing soundcloud.com * state_file: add option "restore_paused" * cue: show CUE track numbers * allow port specification in "bind_to_address" settings * support floating point samples * systemd socket activation * improve --version output * WIN32: fix renaming of stored playlists with non-ASCII names ver 0.16.8 (2012/04/04) * fix for libsamplerate assertion failure * decoder: - vorbis (and others): fix seeking at startup - ffmpeg: read the "year" tag * encoder: - vorbis: generate end-of-stream packet before tag - vorbis: generate end-of-stream packet when playback ends * output: - jack: check for connection failure before starting playback - jack: workaround for libjack1 crash bug - osx: fix stuttering due to buffering bug * fix endless loop in text file reader * update: skip symlinks in path that is to be updated ver 0.16.7 (2012/02/04) * input: - ffmpeg: support libavformat 0.7 * decoder: - ffmpeg: support libavformat 0.8, libavcodec 0.9 - ffmpeg: support all MPD tags * output: - httpd: fix excessive buffering - openal: force 16 bit playback, as 8 bit doesn't work - osx: remove sleep call from render callback - osx: clear render buffer when there's not enough data * fix moving after current song
2013-05-25Update to 0.9.10. Changes:shattered3-8/+33
More translations, add RAOP enabling support, add uPNP enabling support, add PackageKit support.
2013-05-25Move flac, speex, and vorbis PKG_OPTIONS to PKG_OPTIONS_SET.codec, becauserodent1-3/+6
at least one of them is required, configure fails if one isn't set, and we can help the user not make this mistake.
2013-05-24Bump PKGREVISION for libproxy shlib major bump.wiz6-12/+12
2013-05-23Needs itstool.joerg1-1/+3
2013-05-21Revbump for WindowMaker update.hans3-6/+6
2013-05-21Changes for kdelibs4 update.markd2-4/+4
2013-05-19Update to 1.4:wiz3-34/+32
cd-discid 1.4 * Make it possible to prevent stripping e.g. with STRIP=/bin/true. * Add support for "make install DESTDIR=...". * Add '--help' and '--version' options. * Misc fixes.
2013-05-17Include and link against libintl on SunOS.jperkin1-1/+4
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam14-27/+28
2013-05-09+libfishsoundrodent1-1/+2
2013-05-09Import libfishsound-1.0.0 as audio/libfishsound.rodent6-0/+235
libfishsound provides a simple programming interface for decoding and encoding audio data using the Xiph.org codecs (FLAC, Speex and Vorbis). libfishsound by itself is designed to handle raw codec streams from a lower level layer such as UDP datagrams. When these codecs are used in files, they are commonly encapsulated in Ogg to produce Ogg FLAC, Speex and Ogg Vorbis files. libfishsound is a wrapper around the existing codec libraries and provides a consistent, higher-level programming interface. It has been designed for use in a wide variety of applications; it has no direct dependencies on Ogg encapsulation, though it is most commonly used in conjunction with liboggz to decode or encode FLAC, Speex or Vorbis audio tracks in Ogg files, including Ogg Theora and Annodex.
2013-05-06Fix VARBASE and PKG_SYSCONFBASEDIR handling. Bump PKGREVISION.markd5-22/+27
2013-05-06Update audio/cmus to 2.5.0gls3-8/+8
Upstream changes: ----------------- - CUE sheets support. When adding e.g. `track.flac` to the library, cmus will check for `track.cue` or `track.flac.cue` in the same directory. If it founds one, it will ignore the tags in `track.flac` and use CUE metadata instead - cdio input plugin, for those of you who still remember what a CD is :-) - support for WavPack `.wvc` correction files - new zenburn color scheme (as seen at http://cmus.sf.net/), and text attributes (bold/reverse/#) support for UI elements - improved tab completion, new `scroll_offset` and `icecast_default_charset` options, even better tag parsing and compilations handling, and numerous small enhancements all over the place. Complete and detailed changelog can be found here: http://article.gmane.org/gmane.comp.audio.cmus.devel/799
2013-05-06Add missing include. Don't define hash<string> manually, it exists injoerg2-1/+57
<functional> since GCC 4.1.
2013-05-06Remove deprecated MIME type from .desktop file.wiz3-3/+19
Bump PKGREVISION.
2013-05-04update to 1.1.0drochner3-19/+33
changes: -configuration file is YAML now, many new and changed options -new and renamed plugins -improved support for mp3g4/aac/asf files -many fixes and improvements pkgsrc change: installs without python version specific prefix/suffix
2013-05-03update to 2.99.1drochner2-6/+6
changes: -Several missing accelerator keys (re-)added -bugfixes
2013-04-29Add a number of includes hidden by libstdc++'s name space pollution.joerg5-2/+41
2013-04-29The implicit conversion from QString to ofstream file name argument isjoerg4-1/+43
ambigious, so explicitly use the ascii() version.
2013-04-29When checking for C++ features, use valid C++. Expect libc++ to providejoerg3-6/+23
the wchar traits.
2013-04-29Don't use macro names from the implementation namespace.joerg2-1/+32
2013-04-29Bump PKGREVISION.ryoon1-3/+3
Change DEPENDS dependency to py-notify-python from py-notify.
2013-04-28Reset maintainer.shattered1-2/+2
2013-04-27Fixer build with Clang's stricter format string warnings.joerg3-1/+31
2013-04-26Unreak build on SmartOS (seen in pbulk logs, untested)shattered3-4/+27
2013-04-24Revive MASTER_SITESkim1-2/+2
2013-04-21Sync PLIST with KDE update.joerg1-2/+2
2013-04-19spelingrodent1-1/+1
2013-04-13+vcfrodent1-1/+2
2013-04-13Import vcf-0.0.5 as audio/vcf.rodent4-0/+29
Some LADSPA plugins by Matthias Nagorni for audio EQ biquad filters based on the cookbook formulae by Robert Bristow-Johnson.