summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add -std=c++11 now required by libsigc++.joerg4-4/+12
2015-11-03Add SHA512 digests for distfiles for audio categoryagc409-409/+902
Problems found with existing distfiles: /pub/pkgsrc/distfiles/amp-0.7.6.tgz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-32000-1.0.8.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-48000-1.0.8.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.22.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-16000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-8000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.13.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.13.tar.gz /pub/pkgsrc/distfiles/kid3-3.3.0.tar.gz /pub/pkgsrc/distfiles/libdca-0.0.5.tar.bz2 /pub/pkgsrc/distfiles/mp3to.gz /pub/pkgsrc/distfiles/squeezeboxserver-7.5.1-noCPAN.tgz No changes made to these file. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-11-02Pass --disable-smpegtest to configure. Test is known to sometimes hang.tnn1-1/+3
I've seen it happen on Darwin.
2015-11-02Update to 7.1ryoon2-6/+7
Changelog: Since we had a couple of annoying bugs in 7.0, we thought it'd be a good idea to do a 7.1 to address those. Changes at a glance: * Fix a crasher when using srbchannel * Fix a build system typo that caused symlinks to turn up in / * Make Xonar cards work better * Other minor bug fixes and improvements
2015-11-01Re-add patchesadam1-0/+152
2015-11-01Changes 3.3.0:adam3-23/+47
* New: + Make order of quick access frames configurable. + Support separators and submenus in user action context menu. + Restore defaults button in settings dialog. + CSV import from multiple directories. + Support for lyrics.wikia.com in embed lyrics script. + Support for chapter and table of contents audiobook frames. + Mac, Windows: Support for podcast frames. * Improved: + Display user friendly names for all supported frames. + Updated Czech translation. + Change file permissions in the case of modified file names. * Fixed: + Wrong and missing translations. + Removing ID3v1 genre with id3lib. + KDE 5: Name filters used in file dialogs, blocking file dialogs. + KDE 5: Invoking help in settings dialog. + KDE 4: Build with kdelibs-4.14.11. + Qt 5.5: Spurious popping up of download dialog. + Do not abort build if qmlplugindump cannot be started.
2015-10-27* Fix building on Darwin.adam5-13/+31
* Switch to FFmpeg-2.x, so we can get rid of FFmpeg-1 easier.
2015-10-18Changes 3.1:adam4-20/+25
Bug fixes and improvements.
2015-10-18Changes 4.75.2:adam4-16/+45
* fixed: corrupt mono or multichannel files created with assembly code (rare) * fixed: building on Clang systems like Darwin and FreeBSD (req. Clang 3.5+) * fixed: explicitly sign-extend audio data (< 4-byte) to avoid corrupt files * fixed: rare decoding errors due to integer overflow (ARM assembly code) * added: assembly optimizations for "extra" mode on mono or multichannel
2015-10-18Changes 1.22.4:adam2-6/+7
- Fix stupid regression introduced with a bugfix in 1.14.1 to make free format streams work again. It took 3 years for someone to notice. I added a regression test for that now!
2015-10-15Update to 2.7.1:wiz3-11/+12
abcde 2.7.1 * Rebuild of the abcde Makefile. Thanks to Reuben Thomas and Steve McIntyre as well as ReaperX7, bobzilla, 55020, GazL and dugan from the Slackware Forums. This closes Issue 4: http://abcde.einval.com/bugzilla/show_bug.cgi?id=4 * Fix incorrect use of 'break'. Thanks to Reuben Thomas for the bug report and fix which closes Issue 6: http://abcde.einval.com/bugzilla/show_bug.cgi?id=6 * Make older versions of id3 happy when 'Genre' field is empty. Thanks to Martin Husemann for the fix which closes Issue 8: http://abcde.einval.com/bugzilla/show_bug.cgi?id=8 * Add YEAR and GENRE variables to do_getalbumart(). Thanks to Johannes Gernemann for this patch which closes issue 9: http://abcde.einval.com/bugzilla/show_bug.cgi?id=9 * Support added for encoding to True Audio using tta while still supporting the older ttaenc. Tagging is with mid3v2. * Support added for encoding to MPEG-1 Audio Layer II (mp2) with either twolame or FFmpeg / avconv. Tagging with mid3v2. * Encoding to WavPack with FFmpeg. Some slight changes to WavPack syntax with backward compatibility built in for abcde 2.7. * Encoding to m4a container with FFmpeg or avconv. This allows for alac encoding with FFmpeg's reverse engineered alac encoder. * AAC encoding with fhgaacenc via Wine. Tagging is provided by AtomicParsley which has been added back to abcde :). This allows encoding with HE-AAC v2, unavailable with qaac. * Support added for AAC encoding with qaac via Wine. This also allows for Apple Lossless Audio Coding (alac) using either qaac or refalac. This closes Issue 142, thanks to Bernd Fischer-Krellenberg for the enhancement request. * Grab year information too when using musicbrainz. Thanks to Marco Hoppstaedter for the patch. Closes issue 10: http://abcde.einval.com/bugzilla/show_bug.cgi?id=10
2015-10-14Switch from x11/Xaw3d to newer x11/libXaw3d.wiz1-2/+2
Adapt some packages so they build with that. Bump their PKGREVISIONs.
2015-10-13depend on iconv (may fix bulk build failures on SmartOS)shattered1-2/+3
2015-10-13Update to 0.6.0. Changes:shattered2-6/+6
* This release contains a SECURITY FIX for a command injection vulnerability that was found and reported by Alexandre Rebert: The previous handling of metadata placeholders allowed for arbitrary shell commands to be trivially injected and executed as the ezstream user, via malicious media files. * This release requires users to ADJUST their CONFIGURATION: To protect against the injection vulnerability above, metadata is now properly quoted and escaped from the shell. This means that any extra quoting must be removed from configuration files. Remove all quoting from metadata placeholders in <encode/> and <decode/> commands, e.g. replace "@M@" with @M@, and "@T@" with @T@, etc. Without these changes, stream metadata will look both wrong and the injection vulnerability may be re-introduced.
2015-10-10Recursive revbump from textproc/icuryoon16-30/+32
2015-10-05Specify 'elf' output format for NASM on SunOS to get over undefined symbolsrichard1-2/+14
Configure would like an nm using easy to parse format -p on SunOS bump PKGREVISION
2015-09-30Update to 0.2.5602beta14.wiz3-7/+8
libopenmpt 0.2-beta14 (2015-09-13) [Change] The C++ API example now uses the PortAudio C++ bindings instead of the C API. [Change] Default compiler options for Emscripten have been changed to more closely match the Emscripten recommendations. [Bug] Client code compilation with C89 compilers was broken in beta13. [Bug] Testsuite failed on certain Emscripten/node.js combinations. [Bug] Fixed various crashes or hangs in DMF, OKT, PLM, IT and MPTM loaders. Implemented error handling in the libopenmpt API examples. Various playback improvements and fixes for OKT, IT and MOD.
2015-09-29also patch the portaudio sources to build only as a static library.mrg3-3/+21
bump pkg version. hopefully this now works properly. for me, my portaudio-devel package was sufficient to allow it to work and i didn't notice this problem.
2015-09-25Update to 7.0ryoon5-184/+202
Changelog: PulseAudio 7.0 Changes at a glance: * LFE channel synthesis with low-pass filtering * New libsoxr based resamplers * Socket activation support for TCP * The "srbchannel" IPC mechanism enabled by default * More flexible jack detection support when using UCM * Exiting due to SIGTERM isn't considered a failure * Better support for Creative SoundBlaster Omni Surround 5.1
2015-09-18patch several Makefile.am's t use noinst_LTLIBRARIES instead of lib_,mrg7-23/+72
so that we will only get static versions of them build. now we don't need to install the parts that shouldn't be and cause conflicts with other patches. now all we have to do is figure out all the things audacity 2.1.1 needs for the next update :-) ok wiz@
2015-09-18Switch audacity to wxGTK30. Bump PKGREVISION.wiz1-3/+3
2015-09-18Install convenience libraries so that audacity binary can use them.wiz2-3/+23
The configure script does not respect --disable-shared, no clue yet why, which makes this necessary. However, it causes a conflict with portaudio, which should, optimally, be fixed by building against the existing library instead. But, this should make the program usable again in the meantime. Bump PKGREVISION.
2015-09-18Update HOMEPAGE.wiz1-2/+2
2015-09-18Do not install a shell script over the real executable.wiz3-17/+36
While here, clean up the Makefile. Remove autoconf dependency (not used). Remove alpha hack until someone reports it's still needed. Bump PKGREVISION.
2015-09-13libplist may be needed for linking against libgpod.joerg1-1/+2
2015-09-12cloud.github.com unconditionally redirects to https. Use it directly.tnn1-2/+2
2015-09-11+ schismtracker.wiz1-1/+2
2015-09-11Import schismtracker-20150911005204 as audio/schismtracker.wiz6-0/+89
Provided by Timo Buhrmester in PR 50229. Schism Tracker is a free reimplementation of Impulse Tracker, a program used to create high quality music without the requirements of specialized, expensive equipment, and with a unique "finger feel" that is difficult to replicate in part. The player is based on a highly modified version of the Modplug engine, with a number of bugfixes and changes to improve IT playback.
2015-09-08Remove INCOMPAT_CURSES settings for NetBSD 0.x and 1.x. Tighten up somejperkin5-16/+5
globs to ensure NetBSD 10 is not incorrectly matched when it is released.
2015-09-07Now that _STRIPFLAG_INSTALL is disabled by default on Darwin, remove manualjperkin1-4/+2
settings of INSTALL_UNSTRIPPED=yes for Darwin in individual packages.
2015-08-30Register dependency on xsltproc(1) and docbook-xslkhorben1-1/+4
2015-08-27Package DeforaOS Mixer 0.1.2khorben3-12/+26
This release brings: - improved user interface - complete code re-factoring - manual page - Spanish translation
2015-08-25Sound Juicer "Here we are now, entertain us" 2.32.0richard7-98/+49
=================================================== * Many translations Sound Juicer "Ce soir la femme du torero dormira sur ses deux oreilles" 2.31.6 ============================================================================== * Many translations * Add --with-gtk=2.0|3.0 configure flag, defaulting to 2.0 (Vincent Untz) Sound Juicer "L'amour c'est pas confortable" 2.31.5 =================================================== * Many translations * Remove unnecessary markup from glade messages in sound-juicer (Claude Paroz) * Use GtkBuilder and drop libglade support (Tadej Borovšak) * Fix crash in sanitize_path at sj-extracting.c:859 (Bastien Nocera) * Compile with -DGSEAL_ENABLED (André Klapper) * Fix build: conflict with unistd.h (Vincent Untz) * Use GtkInfoBar (Javier Jardón) * Port to GTK+ 3 (Matthias Clasen) Sound Juicer "But I remember us riding in my brother's car" 2.28.2 ================================================================== * Many translations * Fix crasher when MusicBrainz can't read a disc (Bastien Nocera)
2015-08-23Bump PKGREVISION for nettle shlib major bump.wiz1-2/+2
2015-08-23Update to 0.2.5486beta13.wiz2-7/+6
libopenmpt 0.2-beta13 (2015-08-16) [Change] The MSVC build system has been redone. Solutions are now located in build/vsVERSION/. [Bug] get_current_channel_vu_left and get_current_channel_vu_right only return the volume of the front left and right channels now. get_current_channel_vu_rear_left and get_current_channel_vu_rear_right do now actually work and return non-zero values. [Bug] Fix crashes and hangs in MED and MDL loaders and with some truncated compressed IT samples. [Bug] Fix crash when playing extremely high-pitched samples. Completed C and C++ documentation Added new key for openmpt::module::get_metadata, "message_raw", which returns an empty string if there is no song message rather than a list of instrument names. in_openmpt: Support for compiling with VS2008. xmp-openmpt: Support for compiling with VS2008.
2015-08-18Bump all packages that depend on curses.bui* or terminfo.bui* since theywiz23-45/+46
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
2015-08-17Bump PKGREVISION for ncurses shlib bump.wiz12-20/+24
2015-08-10Fix build with PKGSRC_USE_SSPkhorben2-16/+56
No functional change nor during compilation intended or expected, so no version bump should be involved.
2015-08-09Add support for CFLAGSkhorben1-1/+2
No functional change intended.
2015-08-08Reset maintainer, he resigned quite some time ago.wiz3-6/+6
2015-08-06Add support for CFLAGSkhorben1-1/+3
No functional change intended.
2015-08-02Update ruby-mp3info to 0.8.7.taca3-7/+9
=== 0.8.7 / 2015-07-13 * Cope with malformed UTF16 string tags without BOM (thanks to mikecrowe) * Fixes for when the desc + data are not unpacked correctly for an id3v2 jpeg (thanks to ekaminsky)
2015-07-21update to soundtouch-1.9.0richard5-56/+6
from README.html: 1.9: Added support for parallel computation support via OpenMP primitives for better performance in multicore systems. Benchmarks show that achieved parallel processing speedup improvement typically range from +30% (x86 dual-core) to +180% (ARM quad-core). The OpenMP optimizations are disabled by default, see OpenMP notes above in this readme file how to enabled these optimizations. Android: Added support for Android devices featuring X86 and MIPS CPUs, in addition to ARM CPUs. Android: More versatile Android example application that processes WAV audio files with SoundTouch library Replaced Windows-like 'BOOL' types with native 'bool' Changed documentation token to "dist_doc_DATA" in Makefile.am file Miscellaneous small fixes and improvements
2015-07-20Changes 1.22.2adam2-7/+7
- Fix buffering for funny sample formats (namely, 24 bit), that do not fit nicely into 32768 bytes. Effect was a nasty endless loop where mpg123 needs to be externally killed. Changes 1.22.1 - Fix mpg123-id3dump when writing images with funny (manipulated) MIME type. Stupid mistake in length computation of the fallback file extension caused junk from memory being appended to the filename if the pointer size is less than 64 bit. For 64 bit pointers (or longer) it was correct by accident. - Fix pedantic build by cleaning up out123 source, also now really showing the encoding list in --longhelp instead of possibly, again, writing junk from memory in there. - Not linking libmpg123 against libltdl anymore (bug 215). - Update MSVC++ ports a bit to make them work again.
2015-07-12Comment out dependencies of the stylewiz3-6/+6
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS since pkgsrc enforces the newest perl version anyway, so they should always pick perl, but sometimes (pkg_add) don't due to the design of the {,} syntax. No effective change for the above reason. Ok joerg
2015-07-12Switch from www/webkit-gtk to www/webkit24-gtk. Bump PKGREVISION.wiz1-3/+3
2015-07-09Use nbcompat, update some patches. Fixes build on SunOS.jperkin4-7/+27
2015-07-04Remove USE_X11BASE and X11PREFIX.joerg11-25/+24
2015-07-01Update to 2.7:wiz3-12/+11
Changes in 2.7 * Rewrite of the mungefilename function. * Support added for downloading album art. * Support added for ripping with libcdio (cd-paranoia). * Some error checking and a small help file added to abcde-musicbrainz-tool. * Substantial renovations of m4a encoding with a choice now between encoding with faac, NeroAacEnc and fdkaac. * Fixes to USEPIPES with the addition of several new encoders and rippers. Details on USEPIPES now available in the abcde FAQ doc. * Support added for encoding with Monkey's Audio (ape), tagging is with Robert Muth's apetag. * Support added for encoding with WavPack. * mp3 tagging renovated with version sniffing differentiating between eyeD3 versions. Tagging formalised with options now for id3, id3v2 and eyeD3. * Many, many bug fixes. See the changelog for more details.
2015-07-01Update to 0.19.10:wiz2-7/+6
ver 0.19.10 (2015/06/21) * input - curl: fix deadlock on small responses - smbclient: fix DFF playback * decoder - ffmpeg: improve seeking accuracy - fix stuck stream tags * encoder - opus: fix bogus granulepos * output - fix failure to open device right after booting * neighbor - nfs: fix deadlock when connecting * fix "single" mode breakage due to queue edits