| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
https://github.com/freebsd/poudriere/issues/1113
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276845
Requested by: makc (kde), bdrewery (pkgmgr)
Suggested by: pizzamig (portmgr)
This reverts commit 06dbf1df62a4f54da4cadecbbc0be5f33902eb1c.
|
| |
|
|
|
|
|
|
|
| |
Reduce heavy dependencies for consumers e.g.,
- chromium -> pipewire -> alsa-plugins -> pulseaudio
- wine -> alsa-plugins -> pulseaudio
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D43667
|
| |
|
|
|
|
|
|
|
| |
Allows overriding /dev/dsp without adjusting config e.g.,
$ aplay -D oss:/dev/dsp4 foo.wav
PR: 245321
See also: https://github.com/alsa-project/alsa-plugins/commit/6e40eb5fd346
|
| |
|
|
|
|
|
|
|
|
|
|
| |
For some reason, /usr/local/share/alsa/alsa.conf.d is no longer searched.
$ sed -i '' '/pulse/s/# //' /usr/local/etc/asound.conf
$ daemon -f pulseaudio
$ aplay foo.wav
ALSA lib pcm.c:2675:(snd_pcm_open_noupdate) Unknown PCM pcm.pulse
aplay: main:839: audio open error: No such file or directory
PR: 245321
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
pcm_jack.c:606:23: error: use of undeclared identifier 'program_invocation_short_name'
const char *pname = program_invocation_short_name;
^
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: etc/alsa/conf.d/50-jack.conf
Error: Orphaned: share/alsa/alsa.conf.d/50-jack.conf
PR: 274792
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes these errors:
Error: /usr/local/lib/alsa-lib/libasound_module_pcm_speex.so is linked
to /usr/local/lib/libspeexdsp.so.1 from audio/speexdsp but it is not
declared as a dependency
Error: Orphaned: etc/alsa/conf.d/60-speex.conf
Error: Orphaned: share/alsa/alsa.conf.d/60-speex.conf
Also makes symlinks from etc/alsa/conf.d to share/alsa/alsa.conf.d/
relative to fix stage-qa warnings.
|
| |
|
|
|
|
|
|
|
| |
- Update configure option and plist for FFMPEG
- Add two missing files with SAMPLERATE
PR: 245321
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D30223
|
| |
|
|
|
|
| |
PR: 245321
Reviewed by: swills
Tested by: Oleh Hushchenkov <o.hushchenkov@gmail.com>
|
| |
|
|
| |
Notes:
svn path=/head/; revision=371234
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-- 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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
PR: 145965
Submitted by: Aragon Gouveia <aragon AT phat.za.net>
Notes:
svn path=/head/; revision=255775
|