aboutsummaryrefslogtreecommitdiff
path: root/audio/alsa-plugins
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* audio/alsa-plugins: disable BUFSZ_P2 after r545611Jan Beich2020-11-291-2/+2
| | | | | | | | | | | | | | | | $ aplay foo.wav Playing WAVE 'foo.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo Assertion failed: (err >= 0), function set_params, file aplay.c, line 1353. Aborted by signal Abort trap... $ veloren [...] Panic Payload: "build_output_stream failed with all supported formats: BackendSpecific { err: BackendSpecificError { description: \"ALSA function \\\'snd_pcm_hw_params_set_period_time_near\\\' failed with error \\\'EINVAL: Invalid argument\\\'\" } }" PanicInfo: panicked at 'build_output_stream failed with all supported formats: BackendSpecific { err: BackendSpecificError { description: "ALSA function \'snd_pcm_hw_params_set_period_time_near\' failed with error \'EINVAL: Invalid argument\'" } }', cargo-crates/rodio-0.13.0/src/stream.rs:202:22 Game version: v0.8.0 [2020-11-28] Notes: svn path=/head/; revision=556547
* audio/alsa-*: drop maintainershipJan Beich2020-02-231-1/+1
| | | | | | | No time to engage upstream or keep up with updates. Notes: svn path=/head/; revision=526934
* audio/alsa-plugins: move r505839 to the correct fileJan Beich2019-12-032-162/+88
| | | | | | | | | files/alsa-plugins.patch contains an assortment of FreeBSD-specific improvements that may not work on alternative OSS implementations. So, restore the ability to exclude the patch for debugging. Notes: svn path=/head/; revision=518907
* audio/alsa-plugins: regen via "make makepatch"Jan Beich2019-12-034-65/+70
| | | | Notes: svn path=/head/; revision=518906
* multimedia/ffmpeg: update to 4.2Jan Beich2019-08-051-1/+1
| | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ Notes: svn path=/head/; revision=508216
* audio/alsa-plugins: drop unnecessary newline after r505839Jan Beich2019-07-311-1/+0
| | | | | | | | | | - Wasn't approved i.e., explicitly requested to not add it - portlint style frequently changes and isn't mandatory to follow - Newline here is dubious compared to putting USE/USES at the top of the section for better visibility Notes: svn path=/head/; revision=507691
* Fix issues with ALSA OSS backend for firefox and chrome.Hans Petter Selasky2019-07-042-5/+129
| | | | | | | | | | | | | 1) When read() or write() fails due to EAGAIN because no buffer is available or buffer is full, return 0 instead of failure. Else clients may simply close the device and re-open it instantly chopping the audio. 2) Implement OSS delay function to fix an issue with negative delays. 3) Use at least 16ms of HW buffer by default to avoid jitter. Approved by: pi, jbeich Notes: svn path=/head/; revision=505839
* multimedia/ffmpeg: update to 4.1Jan Beich2018-11-061-1/+1
| | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ Notes: svn path=/head/; revision=484273
* multimedia/ffmpeg: update to 4.0Jan Beich2018-05-021-1/+1
| | | | | | | | | | | | | | | - FFSERVER support was removed upstream - libressl now uses libtls backend instead of patching openssl one - Clang i386 no longer uses 16-byte aligned stack Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ PR: 227726 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15175 Notes: svn path=/head/; revision=468844
* multimedia/ffmpeg: update to 3.4Jan Beich2017-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | Notable changes: - i386/amd64 now depend on NASM per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39 - NETCDF is now MYSOFA but the dependency doesn't exist in ports yet - SCHROEDINGER is gone per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9 - DRM, LIBRSVG2, LIBXML2 are new options - ABI isn't completely compatible: some structs have changed Minor cleanup: - Don't pass --disable-{in,out}dev when it's already blocked by disabled dependency - Drop redundant "Enable" from option descriptions - Switch CDIO_DESC to use Mk/bsd.options.desc.mk Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ PR: 223057 Exp-run by: antoine Notes: svn path=/head/; revision=452570
* multimedia/ffmpeg: update to 3.2.2Jan Beich2016-12-111-0/+1
| | | | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog PR: 207547 Submitted by: riggs, ebirth@b0ss.net (libressl fix) Exp-run by: antoine (3 tries) Notes: svn path=/head/; revision=428352
* Cleanup patches, a* categories.Mathieu Arnold2016-07-265-17/+20
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* bsd.sites.mk: with last mirror dead retire MASTER_SITE_ALSAJan Beich2016-04-011-1/+1
| | | | | | | | | | | | $ fetch -v http://alsa.cybermirror.org/lib/alsa-lib-1.1.0.tar.bz2 [...] 404 Not Found Not Found The requested URL /lib/alsa-lib-1.1.0.tar.bz2 was not found on this server. Notes: svn path=/head/; revision=412373
* audio/alsa-*: update to 1.1.1Jan Beich2016-04-013-18/+3
| | | | | | | | Changes: http://www.alsa-project.org/main/index.php/Changes_v1.1.0_v1.1.1 ABI: https://people.freebsd.org/~jbeich/compat_reports/alsa-lib/1.1.0_to_1.1.1/compat_report.html Notes: svn path=/head/; revision=412372
* Drop default directory from _DEPENDS in my portsJan Beich2016-03-161-6/+6
| | | | | | | https://lists.freebsd.org/pipermail/freebsd-ports/2015-October/100794.html Notes: svn path=/head/; revision=411229
* audio/alsa-plugins: partially revert r380063Jan Beich2016-03-021-1/+2
| | | | | | | | | | | | Restore BUFSZ_P2=on by default as a temporarily fix for excessive CPU usage in Firefox. r378529 wasn't enough to make BUFSZ_P2=off transition smooth. PR: 203732 Reported by: Henry Hu, Arto Pekkanen, many more indirectly MFH: 2015Q1 Notes: svn path=/head/; revision=409976
* audio/alsa-plugins: prepare for ffmpeg 3.0 updateJan Beich2016-02-271-0/+14
| | | | | | | Obtained from: upstream Notes: svn path=/head/; revision=409683
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* audio/alsa-*: update to 1.1.0Jan Beich2015-11-102-3/+3
| | | | | | | | Changes: http://www.alsa-project.org/main/index.php/Changes_v1.0.29_v1.1.0 ACC report: https://people.freebsd.org/~jbeich/compat_reports/alsa-lib/1.0.29_to_1.1.0/compat_report.html Notes: svn path=/head/; revision=401216
* Convert my ports to USES=localbaseJan Beich2015-09-261-3/+1
| | | | Notes: svn path=/head/; revision=398012
* audio/alsa-plugins: back out r394862, already applied by r394778Jan Beich2015-08-201-1/+0
| | | | | | | | | | It is a remnant from |git rebase| not ignoring line order by default when detecting already merged changes. Reported by: kwm Notes: svn path=/head/; revision=394872
* audio/alsa-plugins: convert to CHANGES@20150818 syntaxJan Beich2015-08-201-0/+1
| | | | Notes: svn path=/head/; revision=394862
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.Mathieu Arnold2015-08-191-6/+1
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412? Notes: svn path=/head/; revision=394778
* audio/alias-plugins: Resolve DF audio issues with USES=aliasJohn Marino2015-06-221-1/+1
| | | | | | | | Reported by: ivadasz on DF IRC Approved by: non-invasive DF support Notes: svn path=/head/; revision=390311
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - Update to 1.0.29Jan Beich2015-02-272-5/+4
| | | | | | | | | | | | | - alsa-plugins-oss: Disable BUFSZ_P2 by default after r378529 [1] - No PORTREVISION bumps because binary compatible Changes: http://www.alsa-project.org/main/index.php/Changes_v1.0.28_v1.0.29 ACC report: http://upstream-tracker.org/compat_reports/alsa/1.0.28_to_1.0.29/abi_compat_report.html PR: 196051 [1] Suggested by: mi [1] Notes: svn path=/head/; revision=380063
* Per convention change my address to @FreeBSD.orgJan Beich2015-01-201-1/+1
| | | | | | | | Differential Revision: https://reviews.freebsd.org/D1565 Approved by: bapt (mentor) Notes: svn path=/head/; revision=377543
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* audio/alsa-*: drop USES=aliasJohn Marino2014-10-201-1/+1
| | | | | | | | | Jan says alias is no longer needed on alsa since verion 1.0.28. PR: 194502 Notes: svn path=/head/; revision=371304
* Add USES=alias to several portsJohn Marino2014-10-201-1/+1
| | | | | | | | | | | Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build without the need for additional patches. Approved by: portmgr (bapt, blanket) Notes: svn path=/head/; revision=371241
* Cleanup plistBaptiste Daroussin2014-10-201-3/+0
| | | | Notes: svn path=/head/; revision=371234
* audio/alsa-(lib|plugins|utils): Upgrade version 1.0.27.2 => 1.0.28John Marino2014-08-097-98/+36
| | | | | | | | | | | | | | | | | | | | | Also switch maintainership to submitter with blessing of former maintainer. Other changes include: * fix for bug 191190 * Use new options syntax * Proper detection of PYTHON and FFMPEG * fix leftovers * strip libraries to satisfy stage-qa * conf: alias surround stuff to pcm.default * lib: split patches and refactor * utils: rename XMLTO to MANPAGES PR: 191524 Submitted by: Jan Beich Approved by: former maintainer (Aragon Gouveia) Notes: svn path=/head/; revision=364447
* - Switch to USES=libtoolDmitry Marakasov2014-08-051-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=364130
* - USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz)Olli Hauer2014-06-011-2/+1
| | | | Notes: svn path=/head/; revision=356114
* - ALSA now supports playing HTML5 audio with 32-bit sample format [1]Florian Smeets2013-12-143-16/+57
| | | | | | | | | | | | | | | | | | | | | | after being converted from float as passed by firefox/libcubeb [2] - Restore behavior from r296140 while adding alignment options in case of issues. This should make things slightly less broken and add more sample formats. [1] - Some apps (e.g. linux-firefox with ports/169896) don't check with ALSA which sample formats are supported and just feed whatever they like, assuming the underlying device supports it. While here also fix mixer device for OSS plugin. It should be /dev/dsp according to 4Front OSS wiki. The only works with ARIFF_OSS enabled but the volume is reset on close(). audio/oss doesn't work either way: the new (OSSv4) way to control mixer is via SNDCTL_MIX_* ioctls. [2] PR: ports/183861 [1] PR: ports/184006 [2] Submitted by: Jan Beich <jbeich@tormail.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=336451
* audio/alsa-plugins: fix build with newer ffmpegWilliam Grzybowski2013-10-232-0/+14
| | | | | | | | | | - Fix build with newer ffmpeg Reported by: Kevin Oberman <rkoberman gmail.com> Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=331341
* - update to 1.0.27.2 [1]Florian Smeets2013-10-033-38/+27
| | | | | | | | | | | | | | | | | | | | | | -- add PYTHON option to alsa-lib -- drop unresponsive mirrors and those that rarely catch up -- drop --disable-aload from alsa-lib, builds fine without -- drop USE_LDCONFIG from alsa-plugins, useless for dlopen'd plugins -- convert to new LIB_DEPENDS syntax and Makefile header -- convert PLIST_SUB to OPTIONS_SUB -- don't link alsa-utils against librt for clock_gettime(2) -- pass paths to configure relative to --prefix value -- install udev config(s) under PREFIX (for reference) -- cleanup /var/lib as it's not in default MTREE_FILE -- remove OSVERSION check for EOL releases - allow staging PR: ports/182245 [1] Submitted by: Jan Beich <jbeich@tormail.org> [1] Approved by: maintainer timeout Notes: svn path=/head/; revision=329208
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* Eliminate USE_GNOME=pkgconfig from audioBaptiste Daroussin2013-09-021-6/+2
| | | | | | | | | | | While here: - trim headers - convert USE_GMAKE -> USES=gmake - convert USE_GNOME=gnomehack -> USES=pathfix - convert USE_PERL5 -> USES=perl5 Notes: svn path=/head/; revision=325966
* - update to 1.0.26 [1]Florian Smeets2012-10-044-576/+9
| | | | | | | | | | | | | | | | | | | | | - use newly added alphasort() instead of LGPLv2.1+ patch - fix async handler [2] - fix implicit declarations of calloc/free [3] - disable ARIFF_OSS option by default, except 7.x [4] - add 3 more mirrors from alsa wiki + gentoo as a backup - move alsa mirrors to bsd.sites.mk Changes: http://www.alsa-project.org/main/index.php/Changes_v1.0.25_v1.0.26 PR: ports/171601 [1] PR: ports/169770 [2] PR: ports/170457 [3] PR: ports/170473 [4] Obtained from: PkgSrc [2] Submitted by: Jan Beich <jbeich@tormail.org> Approved by: maintainer Notes: svn path=/head/; revision=305269
* - Update to 1.0.25Sunpoet Po-Chuan Hsieh2012-07-2010-107/+217
| | | | | | | | | | | | | | | | | - Convert to new options framework - alsa-plugins: - Add option: ARIFF_OSS for FreeBSD-specific patch - Revert ports/165247 per regression in ports/169767 - Unbreak arcam-av and usb_stream plugins - While I'm here, pet portlint by removing ABI version number from LIB_DEPENDS Changes: http://www.alsa-project.org/main/index.php/Changes_v1.0.24_v1.0.25 http://www.alsa-project.org/main/index.php/Changes_v1.0.23_v1.0.24 PR: ports/169841 Submitted by: Jan Beich <jbeich@tormail.org> (maintainer) Notes: svn path=/head/; revision=301209
* Since r221388 and its MFCs SNDCTL_DSP_GETIPTR should work correctlyChris Rees2012-05-073-1/+573
| | | | | | | | | | | | on FreeBSD and should not require any quirks/workarounds. In fact they seem to be harmful now and result in sound outages. PR: ports/165247 Submitted by: avg Submitted by: Aragon Gouveia <aragon@phat.za.net> (maintainer) Notes: svn path=/head/; revision=296140
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Bump due to ffmpeg update to 0.7.1Martin Matuska2011-06-241-1/+1
| | | | Notes: svn path=/head/; revision=276239
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Update ffmpeg to 0.6Martin Matuska2010-07-241-0/+1
| | | | Notes: svn path=/head/; revision=258164
* - New port: audio/alsa-plugins Compatibility layer for ALSA supportDima Panov2010-06-056-0/+864
PR: 145965 Submitted by: Aragon Gouveia <aragon AT phat.za.net> Notes: svn path=/head/; revision=255775