pkgsrc/audio
wiz b5e3017146 libopenmpt: update to 0.3.1.
libopenmpt 0.3.1 (2017-09-28)

Changelog since libopenmpt 0.2.6774-beta20.

libopenmpt 0.3.1

    [Bug] Windows: libopenmpt resource did not compile for release versions.

libopenmpt 0.3.0 (2017-09-27, not released)

    [New] New error handling functionality in the C API, which in particular allows distinguishing potentially transient out-of-memory errors from parse errors during module loading.
    [New] New API openmpt::module::get_selected_subsong() (C++) and openmpt_module_get_selected_subsong() (C).
    [New] Faster file header probing API openmpt::probe_file_header() and openmpt::probe_file_header_get_recommended_size (C++), and openmpt_probe_file_header(), openmpt_probe_file_header_without_filesize(), openmpt_probe_file_header_from_stream() and openmpt_probe_file_header_get_recommended_size() (C).
    [New] New API openmpt::could_open_probability() (C++) and openmpt_could_open_probability() (C). This fixes a spelling error in the old 0.2 API.
    [New] openmpt123: openmpt123 can now open M3U, M3U8, M3UEXT, M3U8EXT and PLSv2 playlists via the --playlist option.
    [New] openmpt123: openmpt123 now supports very fast file header probing via the --probe option.
    [New] Libopenmpt now supports building for Windows 10 Universal (Windows Store 8.2) APIs with MSVC, and also for the older Windows Runtime APIs with MinGW-w64.
    [New] New API header libopenmpt_ext.h which implements the libopenmpt extension APIs also for the C interface.
    [New] The Reverb effect (S99 in S3M/IT/MPTM, and X99 in XM) is now implemented in libopenmpt.

    [New] For Amiga modules, a new resampler based on the Amiga’s sound characteristics has been added. It can be activated by passing the render.resampler.emulate_amiga ctl with a value of 1. Non-Amiga modules are not affected by this, and setting the ctl overrides the resampler choice specified by OPENMPT_MODULE_RENDER_INTERPOLATIONFILTER_LENGTH or openmpt::module::RENDER_INTERPOLATIONFILTER_LENGTH. Support for the MOD command E0x (Set LED Filter) is also available when the Amiga resampler is enabled.
    [Change] libopenmpt versioning changed and follows the more conventional major.minor.patch as well as the recommendations of the SemVer scheme now. In addition to the SemVer requirements, pre-1.0.0 versions will also honor API and ABI stability in libopenmpt (i.e. libopenmpt ignores SemVer Clause 4).
    [Change] The output directories of the MSVC build system were changed to bin/vs2015-shared/x86-64-win7/ (and similar) layout which allows building in the same tree with different compiler versions without overwriting other outputs.
    [Change] The emscripten build now exports libopenmpt as ‘libopenmpt’ instead of the default ‘Module’.
    [Change] Android: The build system changed. The various Android.mk files have been merged into a single one which can be controlled using command line options.
    [Change] The Makefile build system now passes std=c++11 to the compiler by default. Older compilers may still work if you pass STDCXX=c++0x to the make invocation.
    [Change] The Makefile option ANCIENT=1 is gone.

    [Change] The optional dependencies on libltdl or libdl are gone. They are no longer needed for any functionality.
    [Regression] Compiling client code using the C++ API now requires a compiler running in C++11 mode.
    [Regression] Support for GCC 4.1, 4.2, 4.3, 4.4, 4.5, 4.6, 4.7 has been removed.
    [Regression] Support for Clang 3.0, 3.1, 3.2, 3.3 has been removed.
    [Regression] Support for Emscripten versions older than 1.31.0 has been removed.
    [Regression] Support for Android NDK versions older than 11 has been removed.
    [Regression] Visual Studio 2008, 2010, 2012, 2013 support has been removed.
    [Regression] Dynamic run-time loading of libmpg123 is no longer supported. Libmpg123 must be linked at link-time now.
    [Regression] xmp-openmpt: xmp-openmpt now requires XMPlay 3.8 or later and compiling xmp-openmpt requires an appropriate XMPlay SDK with XMPIN_FACE >= 4.
    [Regression] Support for libmpg123 older than 1.13.0 has been removed.

    [Regression] Un4seen unmo3 support has been removed.
    [Bug] C++ API: openmpt::exception did not define copy and move constructors or copy and move assignment operators in libopenmpt 0.2. The compiler-generated ones were not adequate though. libopenmpt 0.3 adds the appropriate special member functions. This adds the respective symbol names to the exported ABI, which, depending on the compiler, might or might not have been there in libopenmpt 0.2. The possibly resulting possible ODR violation only affects cases that did crash in the libopenmpt 0.2 API anyway due to memory double-free, and does not cause any further problems in practice for all known platforms and compilers.
    [Bug] The C API could crash instead of failing gracefully in out-of-memory situations.
    [Bug] The test suite could fail on MacOSX or FreeBSD in non-fatal ways when no locale was active.
    [Bug] libopenmpt_stream_callbacks_fd.h and libopenmpt_stream_callbacks_file.h were missing in Windows development packages.
    [Bug] libopenmpt on Windows did not properly guard against current working directory DLL injection attacks.
    [Bug] localtime() was used to determine the version of Schism Tracker used to save IT and S3M files. This function is not guaranteed to be thread-safe by the standard and is now no longer used.
    [Bug] Possible crashes with malformed IT, ITP, AMS, MDL, MED, MPTM, PSM and Startrekker files.
    [Bug] Possible hangs with malformed DBM, MPTM and PSM files.
    [Bug] Possible hangs with malformed files containing cyclic plugin routings.
    [Bug] Excessive loading times with malformed ITP / truncated AMS files.
    [Bug] Plugins did not work correctly when changing the sample rate between two render calls.
    [Bug] Possible NULL-pointer dereference read during obscure out-of-memory situations while handling exceptions in the C API.
    [Bug] libmodplug: libmodplug.pc was wrong.
    [Bug] Cross-compiling libopenmpt with autotools for Windows now properly sets -municode and -mconsole as well as all required Windows system libraries.
    [Bug] foo_openmpt: Interpolation filter and volume ramping settings were confused in previous versions. This version resets both to the defaults.

    [Bug] libmodplug: The CSoundFile::Read function in the emulated libmodplug C++ API returned the wrong value, causing qmmp (and possibly other software) to crash.
    Support for SoundTracker Pro II (STP) and Digital Tracker (DTM) modules.
    Increased accuracy of the sample position and sample rate to drift less when playing very long samples.
    Various playback improvements for IT and XM files.
    Channel frequency could wrap around after some excessive portamento / down in some formats since libopenmpt 0.2-beta17.
    Playback improvements for S3M files made with Impulse Tracker and Schism Tracker.
    ParamEq plugin emulation didn’t do anything at full gain (+15dB).
    All standard DMO effects are now also emulated on non-Windows and non-MSVC systems.
    Added libopenmpt_stream_callbacks_buffer.h which adds openmpt_stream_callbacks support for in-memory buffers, possibly even only using a truncated prefix view into a bigger file which is useful for probing.
    Avoid enabling some ProTracker-specific quirks for MOD files most likely created with ScreamTracker 3.
    Tremolo effect only had half the intended strength in MOD files.
    Pattern loops ending on the last row a pattern were not executed correctly in S3M files.
    Work-around for reading MIDI macros and plugin settings in some malformed IT files written by old UNMO3 versions.
    Improve tracker detection in IT format.
    Playback fixes for 8-channel MED files
    Do not set note volume to 0 on out-of-range offset in XM files.
    Better import of some slide commands in SFX files.
    Sample 15 in “Crew Generation” by Necros requires short loops at the beginning of the sample to not be ignored. Since we need to ignore them in some (non-ProTracker) modules, we heuristically disable the old loop sanitization behaviour based on the module channel count.
    Both normal and percentage offset in PLM files were handled as percentage offset.
    MT2 files with instruments that had both sample and plugin assignments were not read correctly.
    Some valid FAR files were rejected erroneously.
    Support for VBlank timing flag and comment field in PT36 files.
    Improved accuracy of vibrato command in DIGI / DBM files.
    STM: Add support for “WUZAMOD!” magic bytes and allow some slightly malformed STM files to load which were previously rejected.
    Detect whether “hidden” patterns in the order list of SoundTracker modules should be taken into account or not.
    Tighten heuristics for rejecting invalid 669, M15, MOD and ICE files and loosen them in other places to allow some valid MOD files to load.
    Improvements to seeking: Channel panning was not always updated from instruments / samples when seeking, and out-of-range global volume was not applied correctly in some formats.
    seek.sync_samples=1 did not apply PTM reverse offset effect and the volume slide part of combined volume slide + vibrato commands.
    If the order list was longer than 256 items and there was a pattern break effect without a position jump on the last pattern of the sequence, it did not jump to the correct restart order.
    Makefile has now explicit support for FreeBSD with no special option or configuration required.
    openmpt123: Improved section layout in man page.
    libmodplug: Added all missing C++ API symbols that are accessible via the public libmodplug header file.
    Autotools build system now has options --disable-openmpt123, --disable-tests and --disable-examples which may be desireable when cross-compiling.
    Windows binary packages now ship with libmpg123 included.
2017-10-01 09:37:00 +00:00
..
abcde Switch to p5-WebService-MusicBrainz0 in the hope of fixing PR 52387. 2017-07-28 21:16:37 +00:00
abcmidi Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
adplug Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
akode Update HOMEPAGE to linux-apps.com 2016-08-30 10:39:08 +00:00
akode-plugins-alsa
akode-plugins-jack
akode-plugins-mpc
akode-plugins-mpeg
akode-plugins-oss MacOS doesn't have OSS; mask this plugin. 2015-11-07 20:46:20 +00:00
akode-plugins-pulseaudio Recursive revbump from audio/pulseaudio-11.0 2017-09-08 02:38:35 +00:00
akode-plugins-resampler
akode-plugins-sun MacOS doesn't support this audio interface. 2015-11-07 20:47:03 +00:00
akode-plugins-xiph
alacconvert Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
albumplayer Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
alsa-lib Fix build on SunOS (no dirent->d_type). 2017-06-27 15:51:39 +00:00
alsa-plugins-oss fix int types on SunOS 2016-09-15 20:33:02 +00:00
alsa-plugins-pulse Recursive revbump from audio/pulseaudio-11.0 2017-09-08 02:38:35 +00:00
alsa-utils Bump revision of all packages using libform, libpanel or libmenu as the 2016-12-18 23:33:11 +00:00
amaroc Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
amarok Revbump for boost update 2017-08-24 20:02:56 +00:00
amp Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
ampache Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
applerecords Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
ardour Revbump for boost update 2017-08-24 20:02:56 +00:00
ario revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
asunder Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
aubio Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
audacious Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
audacious-plugins audacious-plugins: Add libsamplerate bl3.mk 2017-09-30 16:03:34 +00:00
audacity revbump for ffmpeg3 buildlink3.mk addition of vaapi and vdpau. 2017-02-24 21:54:51 +00:00
aumix Removed misplaced PKGREVISION (didn't have any effect anyway). 2017-01-21 23:38:19 +00:00
aumix-gtk Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
bladeenc Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
blop Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
bml BUILDLINK_TRANSFORM needs to go before bsd.pkg.mk 2016-03-14 11:48:10 +00:00
bmp Remove unexplained patch. we do want a configure check for inline. 2017-07-22 19:08:08 +00:00
bmp-crossfade Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
bmp-esound Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
bmp-flac Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
bmp-mac Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
bmp-musepack Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
bmp-pulse Recursive revbump from audio/pulseaudio-11.0 2017-09-08 02:38:35 +00:00
bmp-scrobbler Revbump for boost update 2017-08-24 20:02:56 +00:00
bmpx revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
bsl Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
buzztard Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
cam Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
cd-discid Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
cddb-bundle revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
cddbd Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
cdparanoia Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
cdplayer revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
celt Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
chromaprint Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
cmp3 Bump revision of all packages using libform, libpanel or libmenu as the 2016-12-18 23:33:11 +00:00
cmus cmus: remove default-off arts option 2017-09-27 13:46:30 +00:00
cplay Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
cripple Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
cs4235 Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
csound5 Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
csound5-manual Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
csound6 Recursive revbump from audio/pulseaudio-11.0 2017-09-08 02:38:35 +00:00
csound6-manual Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
daapd Fix option name, this is libmp4v2 not mpeg4ip. 2017-04-17 08:44:45 +00:00
dap Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
darkice Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
deforaos-mixer Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
disc-cover Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
distmp3 Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
easyh10 Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
easytag Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
eawpatches Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
emixer Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
esound esound: remove default-off arts option 2017-09-27 13:45:53 +00:00
espeak Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
exaile Stop using removed py-mutagen/bl3.mk. 2017-06-23 11:52:04 +00:00
eyeD3 0.7.11 - 03.12.2017 (Evergreen) 2017-03-14 19:17:21 +00:00
ezstream Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
faac 1.29.4: 2017-08-15 13:55:17 +00:00
faad2 2.8.1: 2017-07-23 16:09:17 +00:00
fdk-aac Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
festival festival: fix on Darwin 2017-09-22 21:09:08 +00:00
festival-doc Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festlex-cmu Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festlex-oald Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festlex-ogi Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
festlex-poslex Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festogi-spanish Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
festvox-abc Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
festvox-aec Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
festvox-don Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festvox-el11 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festvox-en1 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festvox-hvs Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
festvox-jph Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
festvox-kal8 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festvox-kal16 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festvox-ked8 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festvox-ked16 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festvox-mwm Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
festvox-ogirab Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
festvox-rab8 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festvox-rab16 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festvox-tll Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
festvox-us1 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festvox-us2 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festvox-us3 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
flac Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
flac2mp3 Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
flac123 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
flactag Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
flite Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
fluidsynth Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
freealut Switch to openal-soft 2016-07-16 00:15:31 +00:00
freepats Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
freeswitch-music Fixed some pkglint warnings. 2016-07-09 11:39:08 +00:00
freeswitch-sounds-en Whitespace. 2015-12-29 04:54:34 +00:00
freeswitch-sounds-fr Whitespace. 2015-12-29 04:54:34 +00:00
freeswitch-sounds-ru Whitespace. 2015-12-29 04:54:34 +00:00
freezetag Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
gbemol Revbump for boost update 2017-08-24 20:02:56 +00:00
gimmix Revbump for boost update 2017-08-24 20:02:56 +00:00
gkrellm-volume Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
glurp Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
glyr revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
gmp3info Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gmpc revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
gmpc-alarm Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gmpc-albumview Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gmpc-jamendo revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
gmpc-libnotify Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gmpc-lyrics Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gmpc-lyricwiki Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gmpc-magnatune revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
gmpc-tagedit Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gmpc-wikipedia revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
gnome-audio Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +00:00
gnome-speech Use https for www.gnome.org HOMEPAGEs. 2017-07-30 22:47:48 +00:00
gnome-speech-espeak
gnome-vfs-cdda Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
goom Update HOMEPAGE. 2017-09-04 05:45:45 +00:00
gqmpeg-devel Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gqmpeg-skins Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
gramofile Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
grip Fix typo in HOMEPAGE 2017-09-19 14:34:16 +00:00
gsm Comment out dead sites. 2017-08-16 20:45:30 +00:00
gst-buzztard Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
gst-plugins0.10-a52
gst-plugins0.10-alsa
gst-plugins0.10-cdparanoia
gst-plugins0.10-dts
gst-plugins0.10-esound
gst-plugins0.10-faac
gst-plugins0.10-faad
gst-plugins0.10-flac
gst-plugins0.10-fluendo-mp3 Comment out dead sites. 2017-08-16 20:45:30 +00:00
gst-plugins0.10-jack
gst-plugins0.10-lame
gst-plugins0.10-libvisual
gst-plugins0.10-mad
gst-plugins0.10-musepack
gst-plugins0.10-oss
gst-plugins0.10-pulse Recursive revbump from audio/pulseaudio-11.0 2017-09-08 02:38:35 +00:00
gst-plugins0.10-sid
gst-plugins0.10-soundtouch
gst-plugins0.10-spc
gst-plugins0.10-speex
gst-plugins0.10-twolame
gst-plugins0.10-vorbis
gst-plugins0.10-wavpack
gst-plugins1-a52
gst-plugins1-alsa
gst-plugins1-cdparanoia
gst-plugins1-dts
gst-plugins1-faac
gst-plugins1-faad
gst-plugins1-flac
gst-plugins1-jack
gst-plugins1-lame
gst-plugins1-libvisual
gst-plugins1-mpg123 Import gst-plugins1-mpg123-1.12.2 as audio/gst-plugins1-mpg123. 2017-09-12 09:38:40 +00:00
gst-plugins1-opus Add gst-plugins1-opus 1.8.1 2016-06-02 11:13:55 +00:00
gst-plugins1-oss
gst-plugins1-pulse Update gstreamer1 and its plugins to 1.12.2. 2017-09-12 09:32:43 +00:00
gst-plugins1-sid
gst-plugins1-soundtouch Update gstreamer1 and plugins to 1.8.0. 2016-04-15 14:20:00 +00:00
gst-plugins1-spc
gst-plugins1-speex
gst-plugins1-twolame
gst-plugins1-vorbis
gst-plugins1-wavpack
gtick Recursive revbump from audio/pulseaudio-11.0 2017-09-08 02:38:35 +00:00
gtkmserv Comment out dead sites. 2017-08-16 20:45:30 +00:00
gtkpod Comment out dead sites. 2017-08-16 20:45:30 +00:00
guspatches Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
herrie Revbump for boost update 2017-08-24 20:02:56 +00:00
hydrogen add support for PKGMANDIR 2017-06-28 09:44:43 +00:00
ibniz Needs X11BASE/lib in rpath. Bump revision. 2016-05-07 09:48:57 +00:00
icecast Revbump for boost update 2017-08-24 20:02:56 +00:00
icecast1 Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
ices-mp3 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
id3 Add upstream bug report URL. 2016-08-24 10:01:21 +00:00
id3ed Comment out dead sites. 2017-08-16 20:45:30 +00:00
id3lib Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
id3v2 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
ifp-line Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
jack Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
jack-rack Revbump for boost update 2017-08-24 20:02:56 +00:00
juke Use the curses framework. 2017-01-04 16:50:31 +00:00
kid3 revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
ladspa Fix LDFLAGS handling. Fixes RELRO build. 2017-07-15 18:12:51 +00:00
lame Oops, and the checksum for the patch changed. 2016-09-02 14:30:34 +00:00
liba52 Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
libalac Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
libao Follow some http redirects. 2017-08-16 20:21:03 +00:00
libao-alsa
libao-esound
libao-macosx
libao-nas
libao-oss
libao-pulse Recursive revbump from audio/pulseaudio-11.0 2017-09-08 02:38:35 +00:00
libao-sun Add Darwin to NOT_FOR_PLATFORM. 2016-03-27 22:45:48 +00:00
libaudiofile Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
libcanberra Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
libcdaudio Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
libcddb Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
libcuefile Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
libdca Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
libdiscid Updated audio/libdiscid to 0.6.2 2017-01-30 12:16:17 +00:00
libebur128 Update to libebur128-1.1.0. 2016-10-10 23:16:32 +00:00
libfishsound Reset maintainer 2017-09-16 19:26:41 +00:00
libgpod revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
libgroove revbump for ffmpeg3 buildlink3.mk addition of vaapi and vdpau. 2017-02-24 21:54:51 +00:00
libid3tag Follow some http redirects. 2017-08-16 20:21:03 +00:00
libifp Requires libiconv. SunOS requires an explicit -liconv. 2017-05-12 11:49:30 +00:00
liblastfm Comment out dead sites. 2017-08-16 20:45:30 +00:00
liblo link network libs on SunOS 2016-09-15 13:56:58 +00:00
libmad Follow some http redirects. 2017-08-16 20:21:03 +00:00
libmatemixer Enable OSS backend where available. 2017-08-21 23:54:50 +00:00
libmikmod Changes 3.3.11.1: 2017-07-23 16:11:31 +00:00
libmodplug Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
libmp3splt Remove mk/find-prefix.mk usage from the audio category. 2015-11-25 12:47:55 +00:00
libmpcdec Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
libmpd Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
libmpdclient Updated libmpdclient to 2.13. 2017-08-14 21:14:49 +00:00
libmtag Update some HOMEPAGEs. 2017-08-16 21:22:11 +00:00
libmusepack Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
libmusicbrainz Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
libmusicbrainz5 export libxml2 dependency, pkg-config says so 2016-03-13 08:10:29 +00:00
libofa Revbump for boost update 2017-08-24 20:02:56 +00:00
libopenmpt libopenmpt: update to 0.3.1. 2017-10-01 09:37:00 +00:00
libopenspc Comment out dead sites. 2017-08-16 20:45:30 +00:00
libopus Updated libopus to 1.2.1. 2017-07-04 08:55:08 +00:00
libreplaygain Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
libsamplerate libsamplerate: declare AUDIO_OUT_s once and in audio_out.h 2017-04-24 10:08:40 +00:00
libsbsms Reset maintainer 2017-09-16 19:26:41 +00:00
libshout Add missing includes to bl3.mk. 2015-11-27 10:34:23 +00:00
libsidplay Follow some http redirects. 2017-08-16 20:21:03 +00:00
libsidplay2 Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
libsmf Follow some http redirects. 2017-08-16 20:21:03 +00:00
libsndfile Hm, this got overlooked in previous: 2017-05-17 22:04:08 +00:00
libsoxr Import libsoxr-0.1.2 as audio/libsoxr. 2016-06-05 00:43:33 +00:00
libspiff Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
libtunepimp Revbump for boost update 2017-08-24 20:02:56 +00:00
libvisual Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
libvisual-bmp Comment out dead sites. 2017-08-16 20:45:30 +00:00
libvisual-plugins Comment out dead sites. 2017-08-16 20:45:30 +00:00
libvisual0.2 Comment out dead sites. 2017-08-16 20:45:30 +00:00
libvisual0.2-plugins Comment out dead sites. 2017-08-16 20:45:30 +00:00
libvorbis Follow some http redirects. 2017-08-16 20:21:03 +00:00
libwildmidi c99 fixes SunOS 2016-09-15 20:21:37 +00:00
libxmp Use OPSYSVARS. 2016-02-25 10:15:45 +00:00
libxspf Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
lilv Reset maintainer 2017-09-16 19:26:41 +00:00
liteamp Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
liveice Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
lmms Recursive revbump from audio/pulseaudio-11.0 2017-09-08 02:38:35 +00:00
lv2 Reset maintainer 2017-09-16 19:26:41 +00:00
mac Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
mad Follow some http redirects. 2017-08-16 20:21:03 +00:00
mad123 mad123: remove default-off arts option 2017-09-27 13:47:01 +00:00
madplay Follow some http redirects. 2017-08-16 20:21:03 +00:00
malint Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
maplay Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
mbrola Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
mbrolavox-en1 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
mbrolavox-us1 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
mbrolavox-us2 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
mbrolavox-us3 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
mikmod Changes 3.2.8: 2017-06-20 15:44:22 +00:00
milkytracker Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
mixer.app Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
mkcdtoc Follow some redirects. 2017-09-03 08:53:04 +00:00
moc Revbump for boost update 2017-08-24 20:02:56 +00:00
moodbar Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
moss Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
mp3_check Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
mp3asm Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
mp3blaster Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
mp3check Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
mp3cut Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
mp3diags Revbump for boost update 2017-08-24 20:02:56 +00:00
mp3gain Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
mp3info Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
mp3splt Whitespace. 2015-12-29 04:54:34 +00:00
mp3splt-gtk Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
mp3to Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
mp3val Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
mp3wrap Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
mp32ogg Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
mpc Updated mpc to 0.28. 2016-08-22 14:16:59 +00:00
mpdas Revbump for boost update 2017-08-24 20:02:56 +00:00
mpegaudio Whitespace. 2015-12-29 04:54:34 +00:00
mpg123 Updated mpg123 to 1.25.5. 2017-09-08 08:50:23 +00:00
mpg123-esound
mpg123-nas Changes 1.23.8: 2016-12-18 22:58:34 +00:00
mpg123-oss Remove FreeBSD from the list of intended platforms as the plugin is already 2015-04-07 05:13:45 +00:00
mpg123-pulse Reset PKGREVISION after update. 2017-09-08 08:50:40 +00:00
mpg123-sun Add Darwin to NOT_FOR_PLATFORM. 2016-03-27 22:45:48 +00:00
mpg321 Update audio/mpg321 to 0.3.2. 2016-06-02 09:18:19 +00:00
mppenc Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
mserv Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
mserv-devel Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
mstream Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
mt-daapd Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
muse Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
musepack Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
musicbrainz Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
musicpd revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
nas Ensure the local yywrap is used. Fixes build with newer flex. 2017-01-04 10:34:10 +00:00
nas-auscope Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
ncmpc Use the curses framework. 2017-01-04 16:50:31 +00:00
normalize Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
nosefart Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
nspmod Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
ocp Honor LDFLAGS. Fixes RELRO build. 2017-07-13 12:04:37 +00:00
oggasm Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
openal SunOS i386 is the default ABI. Fix build on i386 by using ABI:U 2016-06-01 15:00:25 +00:00
openal-soft openal-soft: Improve HOMEPAGE 2017-09-16 09:36:48 +00:00
opencore-amr 0.1.5 2017-04-15 09:49:53 +00:00
opus-tools Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
opusfile don't pick up doxygen 2016-03-13 08:04:06 +00:00
p5-Audio-CD Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
p5-Audio-Scan Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-Audio-Wav Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-CDDB Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-CDDB-File Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-CDDB_get Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-MP3-Info Add a missing patch to fix build with Perl 5.26.0 2017-06-07 14:28:46 +00:00
p5-MP3-Tag p5-MP3-Tag: update to 1.14. 2017-09-17 07:16:18 +00:00
p5-MPEG-Audio-Frame Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-MusicBrainz-Client Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
p5-MusicBrainz-DiscID Updated p5-MusicBrainz-DiscID to 0.04. 2017-06-14 13:27:00 +00:00
p5-MusicBrainz-Queries Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
paman Recursive revbump from audio/pulseaudio-11.0 2017-09-08 02:38:35 +00:00
paprefs Recursive revbump from audio/pulseaudio-11.0 2017-09-08 02:38:35 +00:00
pavucontrol Recursive revbump from audio/pulseaudio-11.0 2017-09-08 02:38:35 +00:00
pavumeter Recursive revbump from audio/pulseaudio-11.0 2017-09-08 02:38:35 +00:00
pd Support Darwin-specific file. 2016-03-27 22:50:47 +00:00
pianobar Revbump for boost update 2017-08-24 20:02:56 +00:00
picard Recursive bump for libvpx shlib major change. 2017-01-16 23:45:10 +00:00
playitslowly Follow some redirects. 2017-09-03 08:53:04 +00:00
pocketsphinx Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
portaudio Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
portaudio-devel Don't write an endless stream of silence whilst preparing playback. 2017-04-27 07:14:01 +00:00
pulseaudio pulseaudio: Fix cpp statements, fixes SunOS build. 2017-09-20 13:19:29 +00:00
py-acoustid Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-ao Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-audioread 2.1.5 2017-07-31 04:55:26 +00:00
py-audiotools Fix building with Python 3.x. 2016-04-28 19:23:21 +00:00
py-beets 1.4.5: 2017-07-23 19:04:10 +00:00
py-cddb Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-daap Follow some redirects. 2017-09-04 18:08:18 +00:00
py-discogs_client Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-dynampd Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
py-hsaudiotag3k audio/py-hsaudiotag3k: import py-hsaudiotag3k-1.1.3 2017-09-26 11:20:36 +00:00
py-id3 Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-id3lib Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-karaoke Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-last Changes 1.9.0: 2017-07-22 12:41:03 +00:00
py-libmtag Update some HOMEPAGEs. 2017-08-16 21:22:11 +00:00
py-mad Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-mpd Follow some redirects. 2017-09-04 18:08:18 +00:00
py-musicbrainz Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-musicbrainz-ngs 0.6 (2016-04-11): 2017-03-13 05:22:05 +00:00
py-musique Comment out dead sites. 2017-09-04 18:00:49 +00:00
py-mutagen Changes 1.38: 2017-06-20 12:38:42 +00:00
py-ogg Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-vorbis Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
qjackctl revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
qsynth revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
qtplay Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
quodlibet2 Update some URLs. 2017-09-04 18:55:07 +00:00
rexima Comment out dead sites. 2017-09-04 18:00:49 +00:00
rhythmbox revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
rhythmbox-gtk3 revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
rio Comment out dead sites. 2017-09-04 18:00:49 +00:00
rio500 Fixed pkglint warnings. Bumped version. 2016-07-10 09:44:56 +00:00
rioutil Fix build on Darwin. 2017-07-01 16:18:00 +00:00
rip Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
rosegarden Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
rplay Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
rsynth Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
rtunes Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
rubberband Fix MAINTAINER typo 2016-06-19 14:33:11 +00:00
ruby-mp3info Update ruby-mp3info to 0.8.10. 2016-11-01 16:40:47 +00:00
ruby-taglib Update ruby-taglib to 0.7.1. 2016-01-03 05:33:54 +00:00
schismtracker Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
SDL2_mixer Reset maintainer 2017-09-16 19:26:41 +00:00
SDL_mixer Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
SDL_sound Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
sfxr Honor LDFLAGS (and CXXFLAGS while I'm here). Fixes RELRO build. 2017-07-13 12:16:27 +00:00
shine Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
shntool Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
shorten Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
sidplay Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
sidplay2 Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
snd Follow some redirects. 2017-09-04 18:08:18 +00:00
solfege Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
sonata Comment out dead sites. 2017-09-04 18:00:49 +00:00
sound-juicer revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
sound-theme-freedesktop may be one of our unparseable license culprits 2016-10-03 07:19:32 +00:00
soundtouch add c to USE_LANGUAGES since it gets invoked during configuration 2016-02-02 06:15:02 +00:00
sox sox: link with libossaudio if building oss option. package does not do this 2017-01-07 21:30:26 +00:00
spectro-edit Update some URLs. 2017-09-04 18:55:07 +00:00
speech-dispatcher Recursive revbump from audio/pulseaudio-11.0 2017-09-08 02:38:35 +00:00
speex Follow some redirects. 2017-09-04 18:08:18 +00:00
speexdsp Follow some redirects. 2017-09-04 18:08:18 +00:00
spek spek: Switch MASTER_SITES to github. 2017-09-13 09:07:53 +00:00
sphinx3 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
sphinxbase Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
sphinxtrain Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
spiralloops Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
spiralsynth Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
splay Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
sptk fix "request for member '__pos' in something not a structure or union" on SunOS 2017-07-01 11:01:44 +00:00
squeezeboxserver Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
streamripper Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
streamtuner Revbump for boost update 2017-08-24 20:02:56 +00:00
suil Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
sweep Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
taglib Convert CXXFLAGS setting C++ standard to USE_LANGUAGES. 2017-05-03 08:38:38 +00:00
taglib-extras Comment out dead sites. 2017-09-04 18:00:49 +00:00
tap-plugins Reset maintainer 2017-09-16 19:26:41 +00:00
tcd Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
tcl-snack Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
terminatorx Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
tfmxplay Comment out dead sites. 2017-09-06 10:40:25 +00:00
timidity Fix playback on NetBSD-current as of 20170322. Ensure that the audioctl 2017-03-30 18:44:13 +00:00
toolame Follow some redirects. 2017-09-06 09:02:59 +00:00
tracker Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
tremor Follow some http redirects. 2017-08-16 20:21:03 +00:00
tremor-tools Revbump for boost update 2017-08-24 20:02:56 +00:00
trm Comment out dead sites. 2017-09-06 10:40:25 +00:00
tunapie Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
twolame Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
ubs Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
vamp-plugin-sdk Import vamp-plugin-sdk 2.6 as audio/vamp-plugin-sdk 2015-12-27 23:35:33 +00:00
vcf Reset maintainer 2017-09-16 19:26:41 +00:00
vorbis-tools Revbump for boost update 2017-08-24 20:02:56 +00:00
vorbisgain Follow some redirects. 2017-09-06 09:02:59 +00:00
wavesurfer Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
wavpack Updated wavpack to 5.1.0. 2017-01-23 21:53:22 +00:00
wmmixer Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
wmmp Comment out dead sites. 2017-09-06 10:40:25 +00:00
wmmp3 Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
wmsmixer Comment out dead sites. 2017-09-06 10:40:25 +00:00
wmusic Comment out dead sites. 2017-09-06 10:40:25 +00:00
wsoundprefs Comment out dead sites. 2017-09-06 10:40:25 +00:00
wsoundserver Comment out dead sites. 2017-09-06 10:40:25 +00:00
xanalyser Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
xcdplayer Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
xfce4-mixer Add gtk2 dependency back to fix build. 2017-06-20 18:46:47 +00:00
xfce4-xmms-plugin Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
xhippo Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
xine-alsa Recursive bump for libvpx shlib major change. 2017-01-16 23:45:10 +00:00
xine-esound Recursive bump for libvpx shlib major change. 2017-01-16 23:45:10 +00:00
xine-pulse Recursive revbump from audio/pulseaudio-11.0 2017-09-08 02:38:35 +00:00
xjadeo Updated audio/xjadeo to 0.87 2017-05-27 13:43:00 +00:00
xmcd Follow some redirects. 2017-09-06 09:02:59 +00:00
xmix Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
xmmix Follow some redirects. 2017-09-06 09:02:59 +00:00
xmms Follow some redirects. 2017-09-06 09:02:59 +00:00
xmms-cdread Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
xmms-crossfade Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
xmms-esound Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
xmms-faad 2.8.1: 2017-07-23 16:09:17 +00:00
xmms-flac Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
xmms-mac Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
xmms-mad Follow some redirects. 2017-09-06 09:02:59 +00:00
xmms-meta-input Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
xmms-meta-timidity
xmms-musepack Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
xmms-nas Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
xmms-pulse Recursive revbump from audio/pulseaudio-11.0 2017-09-08 02:38:35 +00:00
xmms-sid Follow some redirects. 2017-09-06 09:02:59 +00:00
xmms-wma Comment out dead sites. 2017-09-06 10:40:25 +00:00
xmp xmp: remove default-off arts option 2017-09-27 13:47:30 +00:00
xmradio Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
xwave Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
Makefile mpg123-arts: remove, uses removed arts 2017-09-27 13:32:30 +00:00