pkgsrc/audio
wiz 39b4d0202f Updated alsa-lib to 1.1.3.
Changelog between 1.1.2 and 1.1.3 releases

alsa-lib

Core

    Release v1.1.3
    conf/ucm: skylake: add skylake-rt286 conf files
    conf: bxtrt298: Add topology conf file for bxt
    conf: sklrt286: Remove tool to generate private data blobs
    ucm: Add ucm files for DB410c board.

Control API

    ctl: correct documentation about TLV feature
    ctl: improve documentation about TLV-related APIs
    ctl: improve API documentation for TLV operation

Mixer API

    mixer: Fix rounding mode documentation

PCM API

    pcm: fix get_stop_threshold alsa-lib 0.9 alias
    pcm: file: update linked hw_ptr and appl_ptr
    pcm_rate: Do not discard slave reported delay in status result.
    pcm: fix wrong document references to PCM APIs which perform direct memory access with frame copying
    pcm: dmix: Do not discard slave reported delay in status result
    pcm: Add the PCM state checks to plugins
    Revert "pcm: file: Add htimestamp operation in plugin file"
    pcm: file: Add htimestamp operation in plugin file
    pcm: dshare: Fix endless playback of buffer
    pcm: direct: Protect from freeing semaphore when already in use
    pcm_dshare: Do not discard slave reported delay in status result.
    pcm_plug: Clear plugins on all error conditions
    pcm: Better understandable locking code
    pcm: Fix shm initialization race-condition

Topology API

    topology: fix unused-variable warnings introduced to build_link()
    topology: Store number of strings of a text section
    topology: Merge private data before embedded controls of a widget
    topology: Revise document and comments for ABI v5
    topology: Export physical DAIs to the binary for kernel
    topology: Support configuring physical DAIs by C API
    topology: Parse physical DAIs in text conf file
    topology: Remove BE or CC in comments of physical links C API template
    topology: Parse name and stream name of physical DAI links
    topology: Parse and build private data of physical links
    topology: Parse link flags of physical DAI links
    topology: Parse HW configurations of physical DAI links in text conf file
    topology: Parse HW configurations of physical DAI links defined by C API
    topology: Define new type and section name to configure physical links
    topology: Rename varaibles for add physical links by C API
    topology: Define a function to build a single physical DAI link
    topology: Merge an element's be & cc pointer to one link pointer
    topology: Use snd_config_get_bool to simplify boolean flag parsing
    topology: tplg_elem_lookup() checks parameter before searching
    topology: Parse and build private data for PCM
    topology: Define a function to build a single PCM element
    topology: Parse flags for PCM
    topology: Parse sig_bits of stream caps
    topology: Add doc for including other files in the text conf file
    topology: Fix missing stream name of widgets in text conf file

Use Case Manager API

    ucm: Execute sequence of component devices
    ucm: Parse sequence of component devices
    ucm: Skip component directories when scanning sound card configuration files
    ucm: docs: typeset lists of identifiers explicitly
    ucm: fix crash when calling snd_use_case_geti() with no device or modifier

Configuration

    conf: don't install smixer.conf when python is not available
    topology: Update physical link configurations in Broadwell text conf file
    conf: Search included files under user specified configuration directories
    conf/ucm: skylake: add skylake-rt286 conf files
    conf: bxtrt298: Add topology conf file for bxt
    conf: sklrt286: Remove tool to generate private data blobs
    conf: sklrt286: define module private data through tuples in skylake
    ucm: Add ucm files for DB410c board.

Kernel Headers

    topology: ABI - Add voice wake up flag for DAI links
    topology: ABI - Define new types for physical DAI
    topology: ABI - Update manifest and pump ABI version to 5
    topology: ABI - Update physical DAI link configurations to ABI v5
    topology: ABI - Define DAI physical PCM data formats
    topology: ABI - Update stream caps and PCM objects to ABI v5
    Update include/sound/tlv.h from 4.9-pre kernel uapi

Simple Abstraction Mixer Modules

    mixer: Don't install smixer modules unless python is enabled

Test/Example code

    test: use actual information for TLV operation


Changelog between 1.1.1 and 1.1.2 releases

alsa-lib

Core

    Release v1.1.2
    pcm: Remove home brew atomic operations
    pcm: Add thread-safety to PCM API
    conf/ucm: chtrt5645: Add UCM config for chtrt5645
    conf/ucm: ROCKCHIP-I2S: rename to VEYRON-I2S
    conf/ucm: ROCKCHIP-I2S: add Rockchip I2S UCM config.
    conf: topology: Generate Private data binary blobs
    conf: topology: Add Skylake i2s conf

Config API

    conf: Add thread-safe global tree reference

Control API

    ctl: use condition statements instead of assert() for new APIs to add an element set
    ctl: rename APIs to add an element set so that their names are appropriate
    ctl: add compatibility information for snd_ctl_elem_info_set_dimension()
    hctl: remove assertion from element event handler because removal event overwrites all of queued events
    ctl: improve documentation of APIs to add an element set
    ctl: add dimension validator
    ctl: add an API to set dimension levels to element information
    ctl: support extra information to user-defined element set
    ctl: use consistent name for second argument of snd_ctl_elem_read/write
    ctl: use automatic variable instead of call of alloca(3)
    ctl: fix returning zero for dimension level 4
    ctl: improve API documentation for threshold level operations
    ctl: add explanation about threshold level feature
    ctl: change former APIs as wrapper functions of element set APIs
    ctl: improve comments for API to add an element of IEC958 type
    ctl: add functions to add an element set
    ctl: improve comments for handling element data
    ctl: add an overview for design of ALSA control interface
    conf: Add thread-safe global tree reference
    namehint: Don't enumerate as duplex if only a single direction is defined

HWDEP API

    conf: Add thread-safe global tree reference

Mixer API

    mixer: remove alloca() from simple_event_add()
    mixer: change code formatting for simple_event_add()
    mixer: remove alloca() from simple_add1()
    mixer: change code formatting for simple_add1()
    mixer: remove alloca() from set_enum_item_ops()
    mixer: remove alloca() from get_enum_item_ops()
    mixer: remove alloca() from enum_item_name_ops()
    mixer: remove alloca() from init_db_range()
    mixer: change code formatting for init_db_range()
    mixer: remove alloca() from selem_write_main()
    mixer: change code formatting for selem_write_main()
    mixer: remove alloca() from elem_write_route()
    mixer: change code formatting for elem_write_route()
    mixer: remove alloca() from elem_write_enum()
    mixer: change code formatting for elem_write_enum()
    mixer: remove alloca() from elem_write_switch_constant()
    mixer: remove alloca() from elem_write_switch()
    mixer: change code formatting for elem_write_switch()
    mixer: remove alloca() from elem_write_volume()
    mixer: change code formatting for elem_write_volume()
    mixer: remove alloca() from selem_read()
    mixer: change code formatting for selem_read()
    mixer: remove alloca() from elem_read_enum()
    mixer: change code formatting for elem_read_enum()
    mixer: remove alloca() from elem_read_route()
    mixer: change code formatting for elem_read_route()
    mixer: remove alloca() from elem_read_volume()
    mixer: change code formatting for elem_read_volume()
    mixer: include library local header to find layout of structures

PCM API

    ctl: rename APIs to add an element set so that their names are appropriate
    pcm: remove alloca() from _snd_pcm_softvol_open()
    pcm: change code formatting for _snd_pcm_softvol_open()
    pcm: remove alloca() from softvol_load_control()
    pcm: change code formatting for softvol_load_control()
    pcm: remove alloca() from snd_spcm_init_duplex()
    pcm: remove alloca() from snd_spcm_init()
    pcm: remove alloca() from snd_pcm_hw_set_chmap()
    pcm: remove alloca() from snd_pcm_hw_get_chmap()
    pcm: remove alloca() from snd_pcm_query_chmaps_from_hw()
    pcm: remove alloca() from snd_pcm_hw_change_timer()
    pcm: change code formatting for snd_pcm_hw_change_timer()
    pcm: remove alloca() from _snd_pcm_hook_ctl_elems_install()
    pcm: remove alloca() from snd_pcm_direct_set_timer_params
    pcm: change code formatting for snd_pcm_direct_set_timer_params()
    pcm: remove alloca() from snd_pcm_direct_initialize_poll_fd()
    pcm: change code formatting for snd_pcm_direct_initialize_poll_fd()
    pcm: remove alloca() from snd_pcm_direct_initialize_slave
    pcm: change code formatting for snd_pcm_direct_initialize_slave()
    pcm: remove alloca() from snd_pcm_get_params
    pcm: change code formatting for snd_pcm_get_params()
    pcm: remove alloca() from snd_pcm_set_params()
    pcm: change code formatting for snd_pcm_set_params()
    pcm: fix return value of snd_pcm_ioplug_sw_params()
    pcm: fix missing return value of snd_pcm_status()
    pcm: Add LIBASOUND_THREAD_SAFE env variable check
    pcm: Remove home brew atomic operations
    pcm: Add thread-safety to PCM API
    pcm: add 'default' case for switch statement
    pcm: set error code at failure path
    pcm: Remove superfluous rmb() from PCM meter plugin
    ctl: support extra information to user-defined element set
    pcm: use new APIs to add a control element set for softvol plugin
    pcm: dmix: Return error when slave is in OPEN or DISCONNECTED
    pcm: dmix: Prepare slave when it's in SETUP, too
    pcm: dmix: resume workaround for buggy driver
    pcm: Fix secondary retry in dsnoop and dshare
    pcm: Remove resume support from dmix & co
    conf: Add thread-safe global tree reference
    pcm: dmix: Fix doubly resume of slave PCM
    pcm: Fix suspend/resume regression with dmix & co
    pcm: softvol: fix conversion of TLVs min_db and max_dB value
    pcm: Fallback open as the first instance for dmix & co
    pcm: Clean up error paths in snd_pcm_plugin_*() helpers
    pcm_plugin: fix appl pointer not correct when mmap_commit() return error

RawMidi API

    conf: Add thread-safe global tree reference

Topology API

    topology: Fix the missing referenced elem ptr when merging private data
    topology: Fix inaccurate message on failure to find a widgets's reference
    topology: Check address and length before string copy
    topology: Add ATTRIBUTE_UNUSED for unused parameters to fix compiler warning
    topology: Remove support for control flag SNDRV_CTL_ELEM_ACCESS_USER
    topology: Tuple type can have an extenstion
    topology: Parse vendor private data for manifest
    topology: Change uuid value to 16 separate characters in text conf file
    topology: Merge lookup for data reference into tplg_copy_data()
    topology: An element can refer to multipe data sections in text conf file
    topology: initialize variable for error output
    topology: apply the same type to compared two variables
    topology: remove unused variable in get_tokens()
    topology: remove unused variable in tplg_parse_fe_dai()
    topology: Parse front-end DAI name and ID for the PCM
    topology: Fix pcm ID & name parsing
    topology: Use generic pointer to realloc buffer for private data
    topology: Refactor functions to parse and build streams
    topology: Set manifest size for ABI
    topology: Build data objects with tuples
    topology: Add support for parsing vendor tuples
    topology: Add support for vendor tokens
    topology: Add doc for vendor tuples
    topology: Define a free handler for the element
    topology: Use the generic pointer to free an element's object

Use Case Manager API

    ucm: add cset-tlv

/include/Makefile.am

    pcm: Remove home brew atomic operations

ALSA Lisp

    alisp: remove alloca() from FA_pcm_info()
    alisp: remove alloca() from FA_hctl_elem_write()
    alisp: remo: remove alloca() from FA_card_info()

Async helpers

    async: Handle previously installed signal handler

Configuration

    Makefile: fix sklrt286 dist files
    conf: remove alloca() from snd_func_private_pcm_subdevice()
    conf: remove alloca()y_class()
    conf: remove alloca() from snd_func_pcm_id()
    conf: remove alloca() from snd_func_card_name()
    conf: remove alloca() from snd_func_card_id()
    conf: remove alloca() from snd_determine_driver()
    conf/ucm: chtrt5645: Add UCM cote PCM configurations in Broadwell text conf file
    conf: topology: Generate Private data binary blobs
    conf: topology: Add Skylake i2s conf

Documentation

    pcm: Add thread-safety to PCM API
    doxygen: Suppress timestamp
    INSTALL: updat
    topology: ABI - Define types for vendor tuples

Simple Abstraction Mixer Modules

    mixer: remove assignment to unused variable

Test/Example code

    ctl: rename APIs to add an element set so that their names are appropriate
    test: add linkpport dimension test for user-defined element set
    ctl: optimize a test for user-defined element set to changes of APIs
    ctl: optimize a test for user-defined element set to older kernels
    ctl: add test program for control element set
2017-02-22 14:48:08 +00:00
..
abcde Updated abcde to 2.8.1. 2017-01-22 10:35:31 +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-10.0 2017-01-21 20:06:44 +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 Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
alsa-lib Updated alsa-lib to 1.1.3. 2017-02-22 14:48:08 +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-10.0 2017-01-21 20:06:44 +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 Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
amarok Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
amarok-kde3 Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
amp Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
ampache Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
applerecords Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
ardour Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
ario Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
arts Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
asunder Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
aubio Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
audacious Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
audacious-plugins Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
audacity Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +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 Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +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 Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +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 fonts/harfbuzz 2017-02-12 06:24:36 +00:00
bmp-scrobbler Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
bmpx Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +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 Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
cddbd Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
cdparanoia Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
cdplayer Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
celt Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
chromaprint Recursive bump for libvpx shlib major change. 2017-01-16 23:45:10 +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: bump PKGREVISION for default option change, oops. 2017-01-24 19:34:37 +00:00
cplay Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
cripple Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
cs4235 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
csound5 Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +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-10.0 2017-01-21 20:06:44 +00:00
csound6-manual Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
daapd Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
dap Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
darkice Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
deforaos-mixer Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
disc-cover Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +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 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
esound Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
espeak Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
exaile Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
eyeD3 Updated eyeD3 to 0.7.10. 2017-02-08 14:21:26 +00:00
ezstream Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
faac Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
faad2 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
fdk-aac Changes 0.1.5: 2017-01-13 11:33:12 +00:00
festival Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +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 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festlex-poslex Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festogi-spanish Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festvox-abc Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festvox-aec Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +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 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festvox-jph Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +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 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festvox-ogirab Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +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 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +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 Fix building on systems where CLOCK_PROCESS_CPUTIME_ID is not defined. 2017-01-07 10:26:53 +00:00
flac2mp3 Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
flac123 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
flactag Revbump because of libmusicbrainz5 update. 2016-03-08 11:25:35 +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 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
gbemol Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gimmix Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gkrellm-volume Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
glurp Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
glyr Revbump after boost update 2017-01-01 16:05:55 +00:00
gmp3info Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gmpc Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +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 Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +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 Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gmpc-tagedit Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gmpc-wikipedia Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gnome-audio Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
gnome-speech Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
gnome-speech-espeak
gnome-vfs-cdda Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
goom Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +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
gsm Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +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 Update gst-plugins0.10-fluendo-mp3 to 0.10.32: 2016-01-03 18:05:13 +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-10.0 2017-01-21 20:06:44 +00:00
gst-plugins0.10-sid
gst-plugins0.10-soundtouch Import gst-plugins0.10-soundtouch-0.10.23 as audio/gst-plugins0.10-soundtouch. 2014-08-07 20:27:42 +00:00
gst-plugins0.10-spc Fix DESCR. 2014-08-07 20:01:31 +00:00
gst-plugins0.10-speex
gst-plugins0.10-twolame
gst-plugins0.10-vorbis
gst-plugins0.10-wavpack
gst-plugins1-a52 Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-alsa Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-cdparanoia Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-dts Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-faac Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-faad Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-flac Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-jack Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-lame Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-libvisual Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-mad Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-opus Add gst-plugins1-opus 1.8.1 2016-06-02 11:13:55 +00:00
gst-plugins1-oss Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-pulse Recursive revbump from audio/pulseaudio-10.0 2017-01-21 20:06:44 +00:00
gst-plugins1-sid Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-soundtouch Update gstreamer1 and plugins to 1.8.0. 2016-04-15 14:20:00 +00:00
gst-plugins1-spc Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-speex Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-twolame Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-vorbis Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-wavpack Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gtick Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gtkmserv Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
gtkpod Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
guspatches Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
herrie Use the curses framework. 2017-01-04 16:47:59 +00:00
hydrogen Add upstream bug report URL. 2016-11-30 12:43:35 +00:00
ibniz Needs X11BASE/lib in rpath. Bump revision. 2016-05-07 09:48:57 +00:00
icecast Revbump after boost update 2017-01-01 16:05:55 +00:00
icecast1 Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
ices-mp3 Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
id3 Add upstream bug report URL. 2016-08-24 10:01:21 +00:00
id3ed Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +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 Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
juke Use the curses framework. 2017-01-04 16:50:31 +00:00
kid3 Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
kmp Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
ladspa Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +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 Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
libao-alsa
libao-arts
libao-esound
libao-macosx
libao-nas
libao-oss
libao-pulse Recursive revbump from audio/pulseaudio-10.0 2017-01-21 20:06:44 +00:00
libao-sun Add Darwin to NOT_FOR_PLATFORM. 2016-03-27 22:45:48 +00:00
libaudiofile libaudiofile: fix the second UB in the same line of code, cstatic which 2016-12-19 00:14:43 +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 Avoid clang bugs on Darwin which result in "duplicate symbol ___sputc". 2015-01-27 00:36:22 +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 Use OPSYSVARS. 2016-02-25 10:15:45 +00:00
libgpod Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
libgroove Recursive bump for libvpx shlib major change. 2017-01-16 23:45:10 +00:00
libid3tag Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
libifp Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
liblastfm Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
liblo link network libs on SunOS 2016-09-15 13:56:58 +00:00
libmad Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
libmatemixer Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
libmikmod libmikmod v3.3.10: 2016-11-12 07:34:01 +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 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
libmtag Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +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 Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
libopenmpt Updated libopenmpt to 0.2.7561. 2017-02-20 09:55:48 +00:00
libopenspc Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
libopus Enable Ambisonics support. Bump PKGREVISION 2017-01-28 04:50:05 +00:00
libreplaygain Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
libsamplerate Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
libsbsms configure script demands -msse; mark it broken on non-x86 platforms. 2015-12-27 07:33:07 +00:00
libshout Add missing includes to bl3.mk. 2015-11-27 10:34:23 +00:00
libsidplay Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
libsidplay2 Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
libsmf Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
libsndfile Updated libsndfile to 1.0.27. 2016-06-30 17:38:09 +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 Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
libvisual Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
libvisual-bmp Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
libvisual-plugins Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
libvisual0.2 Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
libvisual0.2-plugins Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
libvorbis Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +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 Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +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-10.0 2017-01-21 20:06:44 +00:00
lv2 Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
mac Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
mad
mad123 Revbump after boost update 2017-01-01 16:05:55 +00:00
madplay Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +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 Use the curses framework. 2017-01-04 16:13:20 +00:00
milkytracker Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
mixer.app Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
mkcdtoc Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
moc Remove patch for netbsd curses differences, it was adjusted to change 2017-02-16 13:31:44 +00:00
moodbar Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +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 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
mp3cut Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
mp3diags Revbump after boost update 2017-01-01 16:05:55 +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
mp3val
mp3wrap Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
mp32ogg Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
mpc Updated mpc to 0.28. 2016-08-22 14:16:59 +00:00
mpdas Revbump after boost update 2017-01-01 16:05:55 +00:00
mpegaudio Whitespace. 2015-12-29 04:54:34 +00:00
mpg123 use c99 to fix build on SunOS 2016-12-23 13:50:03 +00:00
mpg123-arts Changes 1.19.0: 2014-05-20 19:59:09 +00:00
mpg123-esound Changes 1.19.0: 2014-05-20 19:59:09 +00:00
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 Recursive revbump from audio/pulseaudio-10.0 2017-01-21 20:06:44 +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
mserv-irman Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
mstream Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
mt-daapd Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +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 Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
mutagen-tools Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +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 Allow building with gcc-5. 2016-04-12 06:33:42 +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 Don't enable OSS if unsupported. Fixes Darwin at least. 2016-07-25 15:28:27 +00:00
opencore-amr Changes 0.1.4: 2017-01-13 11:33:43 +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 Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Audio-Scan Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Audio-Wav Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-CDDB Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-CDDB-File Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-CDDB_get Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-MP3-Info Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-MP3-Tag Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-MPEG-Audio-Frame Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-MusicBrainz-Client Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-MusicBrainz-DiscID Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-MusicBrainz-Queries Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
paman Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
paprefs Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
pavucontrol Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
pavumeter Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
pd Support Darwin-specific file. 2016-03-27 22:50:47 +00:00
pianobar Recursive bump for libvpx shlib major change. 2017-01-16 23:45:10 +00:00
picard Recursive bump for libvpx shlib major change. 2017-01-16 23:45:10 +00:00
playitslowly Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided 2016-08-28 15:48:28 +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 Update audio/portaudio-devel to 190600 (20161030). 2017-02-22 14:31:26 +00:00
pulseaudio Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +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 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
py-audiotools Fix building with Python 3.x. 2016-04-28 19:23:21 +00:00
py-beets Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-cddb Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-daap Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +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-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 Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-libmtag Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-mad Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-mpd Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-musicbrainz Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-musicbrainz-ngs Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
py-musique Update python 3.x status after py-twisted now supports 3.x. 2017-02-14 10:26:27 +00:00
py-mutagen Update to 1.31: 2015-11-04 09:53:40 +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 Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
qsynth Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
qtplay Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
quodlibet2 Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
rexima Use the curses framework. 2017-01-04 16:50:31 +00:00
rhythmbox Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
rhythmbox-gtk3 Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
rio Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
rio500 Fixed pkglint warnings. Bumped version. 2016-07-10 09:44:56 +00:00
rioutil Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +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 Update SDL2_mixer to 2.0.1: 2016-02-09 15:54:27 +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 Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +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 Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
solfege Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
sonata Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
sound-juicer Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +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 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
speech-dispatcher Recursive revbump from audio/pulseaudio-10.0 2017-01-21 20:06:44 +00:00
speex Updated speex to 1.2.0. 2016-12-12 14:53:13 +00:00
speexdsp disable neon on aarch64 2016-09-08 15:25:05 +00:00
spek Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +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 Updated audio/sptk 3.6 to 3.9 2016-07-10 12:06:21 +00:00
squeezeboxserver Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
streamripper Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
streamtuner Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +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 taglib: require gcc 4.7 for our own use of -std=c++11. 2016-11-04 14:03:14 +00:00
taglib-extras Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
tap-plugins Use OPSYSVARS. 2016-02-25 10:15:45 +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 Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
timidity Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
toolame Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
tracker Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
tremor Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
tremor-tools Revbump after boost update 2017-01-01 16:05:55 +00:00
trm Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +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 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
vorbis-tools Revbump after boost update 2017-01-01 16:05:55 +00:00
vorbisgain Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +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 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
wmmp3 Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
wmsmixer Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
wmusic Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
wsoundprefs add pkg-config to tools 2016-12-09 14:43:39 +00:00
wsoundserver Fix build with pkgconf. 2016-02-24 11:34:09 +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 Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +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-10.0 2017-01-21 20:06:44 +00:00
xjadeo Recursive bump for libvpx shlib major change. 2017-01-16 23:45:10 +00:00
xmcd Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
xmix Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
xmmix Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
xmms Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +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 Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +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 Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +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-10.0 2017-01-21 20:06:44 +00:00
xmms-sid Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
xmms-wma Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
xmp Recursive revbump from audio/pulseaudio-10.0 2017-01-21 20:06:44 +00:00
xmradio Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
xsidplay distfile has vanished. prevent timeout. update MASTER_SITES. 2017-01-07 15:59:47 +00:00
xwave Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
Makefile Add speech-dispatcher 2016-07-20 11:53:31 +00:00