summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2014-03-13Remove obsoleted patch.wiz1-28/+0
2014-03-13add and enable csound6{,-manual}jnemeth1-1/+3
2014-03-12Add some dependencies and allow python-2.6 as well.wiz1-3/+8
2014-03-12Add bison to tools. Not enough to fix the build for me, but a step.wiz1-1/+2
2014-03-12Update to 1.2.01:wiz7-114/+34
17.01.2014 - 1.2.01 - 1.2 as the new stable branch - build fix for clang and for Solaris - fixed broken links in documentation and moved alternate downloads from Dropbox to my ISP 31.03.2013 - 1.2.00 - new version number to support the new "stable" branch 01.12.2012 - 1.1.21.080 - fixed bug that caused a "%s" to be shown instead of the list of files about to be changed
2014-03-11Remove example rc.d scripts from PLISTs.jperkin11-22/+11
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or ignored otherwise.
2014-03-09Link network libs on SunOSwiedi1-1/+3
2014-03-06add packages for csound6 and its manual.mrg21-0/+3418
2014-03-06update to hydrogen 0.9.6-beta3. changes include:mrg7-108/+145
Bugfixes: - Major fixes for the pattern handling in the soundlibrary - A memory leak was fixed which appeared when using note-off notes - A note-off related segmentation fault was fixed - The path of instrumens is now set correctly if a song gets saved (solves the abs. vs. rel. path problem) - lots of smaller fixes.. New features: - New midi action: SELECT_NEXT_PATTERN_RELATIVE - Show a layers velocity informations in a tooltip - Added a description field for patterns - Jack session support - Jack midi out - Undo history - Tabbed interface (aimed at netbooks) - CMake for build
2014-03-03Changes 4.2.5:adam2-8/+6
- fix Oktalyzer sample numbering - fix XM delay effect with invalid instrument - disable incomplete Graoumf Tracker loader - disable incomplete TCB Tracker loader - code refactor for core mod player library subset
2014-02-28Force Mach-O nasm format on Snow Leopard, something breaks in the detectionjperkin1-1/+7
on that platform.
2014-02-27Up max sampling rate to 192 kHz.rxg3-2/+17
Bump the version.
2014-02-274.0.7 (20140224):rxg3-35/+8
- Fix NetBSD sound driver (by shattered) - Fix Haiku sound driver - Fix info message display time - Start instrument numbering at 1 - Minor cosmetic fixes
2014-02-25Fix ambiguous math on SunOSwiedi4-1/+62
2014-02-24Clean-up; On Darwin, xmp uses CoreAudio, so do not suggest any other options.adam2-11/+8
2014-02-24Changes 4.2.4:adam2-14/+10
Fix bugs: - fix XM note and envelope retrig on delay effect - fix XM keyoff reset on new note event - fix retrig effect frame counter - fix envelope update after manually set point Other changes: - fix Chiptracker pattern decoding - fix AMF sample loop end - fix false positives in Slamtilt format test - refactor S3M arpeggio effect memory - disabled incomplete DMF loader - disabled incomplete DTT loader - address clang-analyzer warnings
2014-02-24Fix missing prototype. Fix missing bison dependency. Invoke it by handjoerg8-29/+190
as scons want to add the header on the command line, which clang doesn't like.
2014-02-24Include sys/types.h for int32_t on SunOSwiedi2-1/+17
2014-02-23avoid using -lutil on SunOSrichard1-1/+5
2014-02-23Fix check for OPSYS on Solaris, which should be 'SunOS'.richard1-2/+2
(PM: LOWER_OPSYS is 'solaris')
2014-02-22Update darkice to 1.2wiedi16-306/+159
Forward ported the existing patches that were not upstream yet. Also added patches for cfmakeraw and log10(int) amgiguity to fix build on SunOS. From the changelog since 0.17.1 15-07-2013 Darkice 1.2 released o Issue #75: Added Ogg/Opus support. Patch by Doug Kelly dougk.ff7@gmail.com o Fix 'Ring Ruffer' reports. - Increased buffer for jack to 5 seconds - prevent darkice termination by jack, report no fatal problem when we have a ringbuffer overflow, can happen during startup If we can not handle input audio fast enough we just ignore the buffer and skip it, and just report it. - new multithreaded connector code, now handles encoders in parallel and does not spin waiting, cpu load will be very much lower now Codes uses 2 condition variables to report data availability and consumer thread availability - Hopes are that glitching reports will be a thing of the past - minor compiler warnings fixed (Fix by Edwin van den Oetelaar) o Issue #56: Wrong icecast2 password isn't properly reported, fixed. thanks to Filipe Roque <flip.roque@gmail.com> o Issue #57: BufferedSink makes streams invalid, fixed. thanks to Alban Peignier <alban.peignier@gmail.com> o Issue #30: Segmentation Fault when creating file with fileAddDate, fixed thanks to Filipe Roque <flip.roque@gmail.com> 27-10-2011 Darkice 1.1 released o Updated aac+ encoding to use libaacplus-2.0.0 api. thanks to Sergiy <piratfm@gmail.com> o Added pulseaudio support closes ticket #25 thanks to Filipe Roque <flip.roque@gmail.com> and and Johann Fot <johann.fot@dunkelfuerst.com> o Added rtprio parameter and revisited realtime priority closes ticket #21 thanks to Adrian Knoth <adi@drcomp.erfurt.thur.de> o Fixed a call to a deprecated jack call closes ticket #22 thanks to Adrian Knoth again. 09-05-2010 Darkice 1.0 released o fixed a bug in BufferedSink.cpp that leads to some buffers being written twice, causing corruption of datastream, closes ticked #20 thanks to Edwin van den Oetelaar <oetelaar.automatisering@gmail.com> o implemented samplerate conversion for all codecs using libsamplerate, and keeping internal aflibConverter as fallback, thanks to Sergiy <piratfm@gmail.com> o bugfix: fix for alsa driver - closes ticked #8 thanks to Clemens Ladisch <clemens@ladisch.de> 14-11-2009 Darkice 0.20.1 released o added rc.darkice init script thanks to Niels Dettenbach <nd@syndicat.com> o bugfix: fix for gcc 4.4 05-11-2009 Darkice 0.20 released o new maintainer: Rafael Diniz <rafael@riseup.net> o added AAC HEv2 encoding support (branch darkice-aacp merged) through libaacplus, http://tipok.org.ua/ru/node/17 thanks to tipok <piratfm@gmail.com> and others for the contribution. o bugfix: the configure script recognizes Ogg Vorbis shared objects now, not just static libraries. Thanks to omroepvenray. o bugfix: enabling jack source compilation on Debian Lenny, thanks to Alessandro Beretta <alessandro.baretta@radiomaria.org> 07-07-2008 Darkice 0.19 released o added mount point option for Darwin Streaming Server thanks to Pierre Souchay <pierre@souchay.net> o fix for some reliablity issues when using a Jack source thanks to Pierre Souchay <pierre@souchay.net> o enable easier finding of jack libraries on MacOS X, thanks to Daniel Hazelbaker <daniel@highdesertchurch.com> o added ability to specify name of jack device created by darkice, thanks to Alessandro Beretta <alessandro.baretta@radiomaria.org> 26-04-2007 DarkIce 0.18.1 released o enable real-time scheduling for non-super-users, if they have the proper operating system permissions, thanks to Jens Maurer <Jens.Maurer@gmx.net> o fix to enable compliation of the Serial ULAW code on MacOS X, thanks to Elod Horvath <elod@itfais.com> o fix to solve Shoutcast login failures, introduced in 0.18 05-03-2007 DarkIce 0.18 released o added serial ulaw input device support, thanks to Clyde Stubbs <clyde@htsoft.com> o improvements on reconnecting: added TCP connection keep-alive to TCP sockets added graceful sleep when trying to reconnect o added user-defined date formatting for the fileAddDate options, thanks to dsk <derrick@csociety.org> o added logging facility - [file-X] targets will cut the saved file and rename it as needed when darkice recieves the SIGUSR1 signal o added default configuration file handling - if no configuration file is specified, /etc/darkice.cfg is used o fix to enable compiling on 64 bit platforms thanks to Alexander Vlasov <zulu@galaradio.com> and Mariusz Mazur <mmazur@kernel.pl> o fix to enable file dump feature using ogg vorbis. thanks to dsk <derrick@csociety.org> o fix to enable compiling with jack installed at arbitrary locations
2014-02-22Needs include of values.h for M_PI on SunOSwiedi2-1/+17
2014-02-22skip checking portability on installer/misc/makedeb.sh.mrg1-1/+3
2014-02-20And Debian-specific layout.obache1-1/+4
2014-02-20Support RedHat-specific layout.jperkin1-3/+9
2014-02-20Update to 2.1.10:wiz3-7/+8
2.1.10 - 2014-02-19 : ===================== * Several memory leak and crash fixes, found with the Fedora retrace server, Coverity and Valgrind * Abhinav Jangda’s GFileInfo porting and dummy browser row fixes * Add a Contents item to the Help menu, for viewing the Mallard help * Use g_spawn_async() to spawn child processes * Reinstate ID3 tag support on Windows * Remove the Quit button from the toolbar * Santtu Lakkala’s scanner memory leak fix * Add AppData XML * Aurimas Černius’s Lithuanian translation update * Rafael Ferreira’s Brazilian Portuguese translation update * Мирослав Николић’s Serbian translation update * Marek Černocký’s Czech translation updates * Piotr Drag’s Polish translation updates * Wolfgang Stöggl’s German translation update
2014-02-18Fix libao-alsa.wiz2-1/+24
2014-02-18Mention libao-alsawiz1-1/+2
2014-02-16Updated to latest release, 1.0.5. From ChangeLog on repo:rodent2-7/+6
* Fix end of lyric * Fixed typos
2014-02-13patches forgotten in csound 5.19.01 update.mrg2-0/+30
2014-02-13Fix MASTER_SITES.wiz1-2/+2
2014-02-13update csound5 manual to 5.19.mrg3-1016/+1757
2014-02-13update to Csound 5.19.01. changes to the distro include:mrg17-388/+374
- many new opcodes - many opcodes have fixes - a few new API functions (now at 2.1) - general bug fixes - support for MusicXML v2 files - new parser port-forward most of the netbsd/dfbsd changes. some are obsolete now.
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron47-92/+94
2014-02-12Update rhythmbox-gtk3 to 3.0.1prlw13-105/+97
Highlights: * Plugins now use Python 3 * New task progress display below the track list (used for various things including track transfers and import jobs) * Support for composer tags * Restyled playback controls * Restyled source list using symbolic icons * Better introspection of everything * Separate CBR and VBR encoding styles with different sets of exposed properties * Playlist settings (browser visibility etc.) saved in playlists.xml * Better use of RTL icons where appropriate For full release notes see: https://git.gnome.org/browse/rhythmbox/tree/NEWS?id=v3.0.1
2014-02-07fix log(int) is ambiguous error on SunOSwiedi3-3/+18
2014-02-07add missing int types on SunOSwiedi1-1/+3
2014-02-06Reset PKGREVISION for libao update to 1.2.0.wiz3-6/+3
2014-02-06Update to 1.2.0:wiz4-13/+15
1.2.0 - January 27, 2014 - Added missing ao_file_extension() (see Trac #1841) - Fixed memory leak in ao_shutdown() (see Trac #1799) - Updated manpage libao.conf.5 (see Trac #1822) - Corrected doc/ao_play.html (see Trac #1808) - Latency adjustments - Implement PulseAudio client_name (see Trac #1924) - Other ALSA, Pulse, Roar, sndio and MacOS driver improvements
2014-02-04+ asunderobache1-1/+2
2014-02-04Import asunder-2.4 as audio/asunder.obache7-0/+216
Based on packaged by Dave Tyson and provided via PR pkg/48542. Asunder is a GTK based graphical Audio CD ripper and encoder.
2014-02-02+glyrrodent1-1/+2
2014-02-02Import glyr-1.0.3 as audio/glyr.rodent4-0/+49
Glyr comes both in a commandline interface tool and as a C library, both with an easy to use interface. The sort of metadata glyr is searching (and downloading) is usually the data you see in your music player. And indeed, originally it was written to serve as internally library for a music player, but has been extended to work as a standalone program.
2014-02-02+SDL2_mixerrodent1-1/+2
2014-02-02Import SDL2_mixer-2.0.0 as audio/SDL2_mixer.rodent6-0/+109
SDL_mixer is a sample multi-channel audio mixer library. It supports any number of simultaneously playing channels of 16 bit stereo audio, plus a single channel of music, mixed by the popular FLAC, MikMod MOD, Timidity MIDI, Ogg Vorbis, and SMPEG MP3 libraries. As of SDL_mixer 1.2.7, FLAC, MikMod, Ogg Vorbis and MP3 loading libraries are dynamically loaded, so if you don't need to load those formats, you don't need to include those shared libraries.
2014-02-01PLIST update for KDE SC 4.11.5markd2-4/+4
2014-01-27Update to 3.3.5:wiz2-6/+6
Summary of changes between libmikmod 3.3.4 and libmikmod 3.3.5 (): ========================================================================== libmikmod v3.3.5 was released on 10-Jan-2014. This is a minor bugfix / maintenance release. - New PulseAudio driver for audio output, using pa_simple_* api. - Improved ALSA driver. - mikmod.texi: Fixed document generation using newer texinfo. - Updates and fixes to configury (autotools) and to cmake support. Cmake support covers more targets and options now. - Made the aiff, wav and raw file writer drivers configurable: the library can be configured and compiled without any audio output drivers if so required, except for drv_nos ('nosound') of course. - DOS (djgpp): fixed the sound blaster SB16 driver. - Fixed a few potential sources of crash, several code clean-ups. - Minor compilation fixes against ancient software versions. - Merged an updated gp32 driver (it is still an untested driver...) Summary of changes between libmikmod 3.3.3 and libmikmod 3.3.4 (): ========================================================================== libmikmod 3.3.4 was released on 08-Dec-2013. - libmikmod.m4: fixed so that it works with C++ compilers. - cmake: fixed a cpack version number issue. - Fix CVE-2006-3879 (Secunia 21196) for Graoumf tracker (gt2) loader. (the loader is non-functional yet but the issue was there.) - Fix memory leaks in the Graoumf tracker (gt2) loader. - UMX loader: Support umx music files from Unreal 1997/98 beta version. - S3M loader: Enforce the 64000 bytes sample length limit, which has been in effect since libmikmod-v3.1.10, only for tracker id 1, i.e. only if setting the S3MIT_SCREAM flag during track conversion. Fixes playback of some rare brokenly prepared files - e.g. Arena2.umx from the unreal game community add-on level decyberduel. - ULT loader: Fix version array size (was 1 less then its initializer.) - ESD driver: Fix signature for esd_playstream function pointer (const) - ALSA driver: Remove unused function pointers. - The library is compilable using C++ compilers.
2014-01-27Update to 1.3.4:wiz2-6/+6
Xiph.Org is pleased to announce a full release of libvorbis 1.3.4. The primary feature of this release is reduced static data size in libvorbisenc, as well as associated minor changes required to libvorbis and libvorbisfile. The release also contains minor build fixes and build system updates. There are no functional changes over the previous 1.3.3 release.
2014-01-27Do not set FETCH_USING, should not be set in a package Makefile.wiz1-5/+1
2014-01-27Use GNU_CONFIGURE_LIBSUBDIR instead of manually specify --libdir.obache1-2/+2