summaryrefslogtreecommitdiff
path: root/www/chromium/files/sndio_output.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* www/chromium: update to 98.0.4758.102Rene Ladan2022-02-201-183/+0
| | | | | | | | | - The port now uses the combined patch set for OpenBSD and FreeBSD maintained by Robert Nagy. - Fix build on i386 again. Obtained from: Robert Nagy <robert@openbsd.org> Security: https://vuxml.freebsd.org/freebsd/e12432af-8e73-11ec-8bc4-3065ec8fd3ec.html Security: https://vuxml.freebsd.org/freebsd/e852f43c-846e-11ec-b043-3065ec8fd3ec.html
* www/chromium: update to 89.0.4389.114Rene Ladan2021-04-061-1/+1
| | | | | Submitted by: Matthias Wolf via github Security: https://www.vuxml.org/freebsd/bddadaa4-9227-11eb-99c5-e09467587c17.html
* www/chromium: update to 78.0.3904.87Rene Ladan2019-11-051-1/+1
| | | | | | | | Submitted by: Matthias Wolf via github MFH: 2019Q4 Notes: svn path=/head/; revision=516832
* www/chromium: Sync sndio backend with OpenBSD and unbreak build after r508722Tobias Kortkamp2019-08-121-2/+6
| | | | | | | | | | | | | | | | | | ../../media/audio/openbsd/audio_manager_openbsd.cc:158:14: error: allocating an object of abstract class type 'media::SndioAudioOutputStream' return new SndioAudioOutputStream(params, this); ^ ../../media/audio/audio_io.h:117:16: note: unimplemented pure virtual method 'Flush' in 'SndioAudioOutputStream' virtual void Flush() = 0; PR: 239802 Submitted by: tobik Reported by: kib Tested by: kib Approved by: chromium (cpm) MFH: 2019Q3 (together with r508722) Notes: svn path=/head/; revision=508754
* www/chromium: Fix audio/video synchronization bug after r506266Carlos J. Puga Medina2019-07-281-4/+5
| | | | | | | | | | PR: 238869 Submitted by: tobik Reported by: jrm MFH: 2019Q3 Notes: svn path=/head/; revision=507520
* www/chromium: Add support for audio recording using sndioCarlos J. Puga Medina2019-07-091-10/+9
| | | | | | | | | | PR: 238869 Submitted by: Zielonka Michal <zielonka.michal@gmail.com>, tobik Obtained from: https://github.com/t6/freebsd-ports-sndio/commit/f213ba25a3460ed6f8e858f04f5592fca8edb7d8 MFH: 2019Q3 Notes: svn path=/head/; revision=506266
* www/chromium: Update to 68.0.3440.84Carlos J. Puga Medina2018-08-071-7/+9
| | | | | | | | | | | | | | | | | | | | | | Changelog: https://chromium.googlesource.com/chromium/src/+log/67.0.3396.87..68.0.3440.84?pretty=fuller&n=10000 At the moment pkg-message says that in order to work around the hanging tabs problem the user may wish to run the following commands: # [ -d ~{user}/.cache/chromium ] || mkdir ~{user}/.cache/chromium # echo "md $(echo ~{user})/.cache/chromium mfs rw,late,-w{user}:{group},-s300m 2 0" >> /etc/fstab # mount ~{user}/.cache/chromium Add fix-hanging-tabs.sh script to the DATADIR [1], which simplifies the process to just running /usr/local/share/chromium/fix-hanging-tabs.sh $user $group PR: 230264 [1] Submitted by: 0mp [1] MFH: 2018Q3 Security: http://vuxml.freebsd.org/freebsd/b9c525d9-9198-11e8-beba-080027ef1a23.html Notes: svn path=/head/; revision=476599
* www/chromium: add SNDIO optionCarlos J. Puga Medina2017-06-271-0/+177
PR: 220230 Submitted by: tobik Notes: svn path=/head/; revision=444520