summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2014-08-26Add dependency on lame and yasm to give a chance to build.joerg1-2/+7
2014-08-26+ libopenmptwiz1-1/+2
2014-08-26Import libopenmpt-0.2.4115beta5 as audio/libopenmpt.wiz8-0/+168
OpenMPT based module player library and libopenmpt based command-line player libopenmpt is a cross-platform C++ and C library to decode tracked music files (modules) into a raw PCM audio stream. openmpt123 is a cross-platform command-line or terminal based module file player. libopenmpt is based on the player code of the Open ModPlug Tracker project (OpenMPT, http://openmpt.org/). In order to avoid code base fragmentation, libopenmpt is developed in the same source code repository as OpenMPT.
2014-08-22Bump PKGREVISION for ilmbase shlib major bump.wiz2-4/+4
2014-08-21Fix build on SunOS (add explicit -lWUtil, wsyserror -> werror).jperkin3-7/+24
2014-08-21Switch default-off ffmpeg option from ffmpeg1 to ffmpeg2.wiz2-4/+4
Bump PKGREVISION anyway.
2014-08-21Add upstream bug report URL.wiz3-5/+9
2014-08-21Add upstream bug report URLs.wiz3-5/+9
2014-08-19Replace broken portaudio backend with much more likely to workjoerg2-8/+9
pulseaudio. Bump revision.
2014-08-19Redo ext/hashmap handling.joerg2-51/+36
2014-08-18Update Makefile following hints in PR pkg/48819. Muh cleaner solution.gls2-10/+7
From Leonardo Taccari, thanks!
2014-08-18Update audio/cmus to 2.6.0gls5-32/+40
pkgsrc changes: --------------- Fix MASTER_SITES and HOMEPAGE. Add opus and jack options. Remove upstreamed patch upstream changes: ----------------- Lots of new features and fixes since 2.5.0 (which was released loooong ago)! Major new features: show all tracks when artist is selected in the tree view JACK output plugin Opus input plugin Other notable new things: «Night» and «Solarized» color schemes reverse sort order support ReplayGain closer to the spec vim-style <c-e> / <c-y> scrolling follow option show_playback_position option XDG directories support better support for newer versions of FFmpeg support for .oga and .ogx file extensions stream metadata in cmus-remote -Q
2014-08-18use mysql 5.5. bump pkg rev.mrg1-3/+3
2014-08-16Update audio/opusfile to 0.6gls2-6/+6
Upstream changes: Changes since the v0.5 release: Fix bugs with comment handling Fix build for BSD Fix bugs handling invalid and non-opus streams
2014-08-16Fix build on Mc OS X.gls3-4/+21
2014-08-13Revbump after boost-libs updateadam3-5/+6
2014-08-13PKGREVISION bump for xine-lib ffmpeg1->ffmpeg2 change.wiz2-4/+4
2014-08-11Fix ffmpeg1 detection.wiz1-0/+31
2014-08-11Switch to ffmpeg1 instead of ffmpeg.wiz9-19/+23
Note: some of these packages didn't build for me, e.g. osg, so I couldn't verify them all.
2014-08-08Reset PKGREVISION for gst-plugins1* update to 1.4.0.wiz19-39/+19
2014-08-07+ spectro-editwiz1-1/+2
2014-08-07Import spectro-edit-0.4 as audio/spectro-edit.wiz4-0/+53
Spectro-Edit reads in regular PCM audio files (currently, only 16-bit mono WAV is supported), then shows you the audio visually in a time vs. frequency plot. The fun part is, you can "paint out" any part of the visualization and play back the audio subject to your modifications. When you are happy with the result, you can save your work back to a WAV file. This could be useful for podcasting (edit out microphone noise, chair squeaks, phones ringing, and other background noise), music (make strange and unusual modifications to the sound for artistic reasons), research (visualize animal calls or noise pollution from nearby industrial activity), and general purpose geekery (which is why I made it).
2014-08-07+ playitslowly.wiz1-1/+2
2014-08-07Import playitslowly-1.4.0 as audio/playitslowly.wiz4-0/+61
'Play it slowly' is a tool to help you when practicing or transcribing music. It allows you to play a piece of music at a different speed or pitch.
2014-08-07+ gst-plugins0.10-soundtouchwiz1-1/+2
2014-08-07Import gst-plugins0.10-soundtouch-0.10.23 as audio/gst-plugins0.10-soundtouch.wiz3-0/+26
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Ogg/Vorbis playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface. GStreamer is released under the LGPL. This package is part of the 'bad' plugins for GStreamer. It provides the soundtouch plugin, which allows detecting BPM and changing pitch of audio files.
2014-08-07+ soundtouch.wiz1-1/+2
2014-08-07Import soundtouch-1.8.0 as audio/soundtouch.wiz6-0/+87
SoundTouch is an open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or audio files Tempo (time stretch): Changes the sound to play at faster or slower tempo than originally without affecting the sound pitch. Pitch (key): Changes the sound pitch or key while keeping the original tempo (speed). Playback Rate: Changes both tempo and pitch together as if a vinyl disc was played at different RPM rate. The SoundTouch library is intended for application developers writing sound processing tools that require tempo/pitch control functionality, or just for playing around with the sound effects.
2014-08-07Fix DESCR.wiz2-3/+2
2014-08-07fix for CVE-2014-3970 taken from pulseaudio gitspz4-8/+47
mkpatches refresh of the previously existing patches
2014-08-06update to csound 6.03.2. changes include:mrg7-35/+36
o printks2: Prints a new value every time a control variable changes using a printf() style syntax. o mp3sr mp3bitrate and mp3nchnls to get information on mp3 files o New score opcode y sets the random seed (for ~) at read time o A bug in CsOptions; the last argument was missed being read (issue #296) o For ogg output it is possible to specify a VBR (variable bit rate) quality. o Many array operations now available for i-arrays as well as k-arrays. o fillarray will work for string arrays o Displays of FFT (via dispfft) improved with scaling/zooming options o Signal flow graph opcodes are now working with a-rate array signals. o New command-line option --devices[=in|out] gives a list of available audio devices and then exit o fixed the bug when tables were replaced but the size did not change o A number of bugs in --sample-accurate have been detected and fixed. This includes opcodes out, outn, and line. o A number of bugs in grain3 were fixed# o Bug in str_chanel could cause a crash; fixed o Error in resize opcode corrected o A number of bugs/untidiness fixed in GEN23 o Array bound checks fixed o strings channels were not correctly set for dynamic-size strings o memory allocation for string formatting in printfsk was fixed o strcat safe against overflow o error in compilation of arrays fixed (issue #293) o GetPvsChannel fixed against a crash o turnoff opcode now checks that the instrument being affected is active o lenarray can accept any array type o there is a new possible section in a csd file called <CsFile...> which is like csFileB but with unencoded text. o The whole system has been checked by the Coverity static checker which identified a number of (mainly minor) problems. These have been reviewed and checked. In particular better use of printing and string copying should prevent overflows. o The type and variable system has been extensively rewritten; this allows better array and UDO support. This means that UDOs now allow any array type to be used. o Alignment of variables got right in all cases o array copying is now using the type system to copy values; fixes issues with copying string arrays, f-sigs, etc.
2014-08-05Update to 0.18.12:wiz2-7/+6
ver 0.18.12 (2014/07/30) * database - proxy: fix build failure with libmpdclient 2.2 - proxy: fix add/search and other commands with libmpdclient < 2.9 * decoder - audiofile: improve responsiveness - audiofile: fix WAV stream playback - dsdiff, dsf: fix stream playback - dsdiff: fix metadata parser bug (uninitialized variables) - faad: estimate song duration for remote files - sndfile: improve responsiveness * randomize next song when enabling "random" mode while not playing * randomize next song when adding to single-song queue
2014-08-05enable portaudio-devel now that it has a supported version.mrg15-30/+58
now csound6 can output directly to the audio card on netbsd. add comments to all the patches that were missing them. bump pkg version.
2014-08-05update to hydrogen 0.9.6 (actual release.)mrg4-66/+20
includes: - fixes for NetBSD - cppunit tests - pulseaudio support (not yet enabled?) - several new --options - fixes for JACK support (this, and the NetBSD fixes remove all our local patches!) - fixes for drumkit loading - wants newer libarchive than NetBSD or pkgsrc have; use libtar for now - updates to playlist support - uses snprintf() over sprintf() - better undo/redo support - copy/paste support for particular notes
2014-08-04Switch to webkit-gtk. Bump PKGREVISION.wiz1-3/+3
2014-08-03Switch to webkit1-gtk* in preparation for package update to v2.wiz1-2/+2
Packages can switch to that version when they're tested to build with it.
2014-07-21Fix packaging.wiz1-6/+6
"pkgconfig" is a reserved SUBST_CLASS, it seems; the one in pkgsrc/mk won against the one in this file.
2014-07-21update to pa_stable_v19_20140130, which functions on osxdbj4-133/+28
2014-07-16Need sys/filio.h on SunOS for FIONREAD.jperkin2-17/+29
2014-07-16Update audio/mpdas to 0.3.1.gls3-25/+6
Bugfix release.
2014-07-02Bump PKGREVISIONryoon1-2/+3
* Install a configure file
2014-06-30Has race conditions.joerg1-1/+4
2014-06-30Fix CPP logic for the __APPLE__ case. Fixes Darwin 32-bit build.jperkin3-9/+9
2014-06-30Put module-oss back behind PLIST.oss, lost on recent update.jperkin1-3/+3
2014-06-27Add settings to make the package build on FreeBSD 10.asau1-0/+27
2014-06-26FreeBSD doesn't have libmalloc.asau2-1/+15
This fixes the build on FreeBSD 10.
2014-06-26FreeBSD 10 lacks "versionsort" too.asau3-7/+8
2014-06-26Define "__u32" and "__u64" for FreeBSD to make the package build on FreeBSD 10.asau1-1/+2
2014-06-25Bump PKGREVISIONryoon4-9/+10
Use /dev/audio instead of /dev/sound under NetBSD. This change fixes unstable audio output. O.k. by wiz@.
2014-06-18Fix install on SunOS.jperkin2-2/+5