aboutsummaryrefslogtreecommitdiff
path: root/audio/alsa-plugins/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* audio/alsa-plugins: temporarily drop subpackagesJan Beich2024-02-211-42/+42
| | | | | | | | | | 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.
* audio/alsa-plugins: convert options to subpackagesJan Beich2024-02-021-42/+42
| | | | | | | | | 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
* audio/alsa-plugins: install vendor OSS config after 44c14328c08eJan Beich2024-02-021-2/+2
| | | | | | | | | 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
* audio/alsa-plugins: unbreak PULSEAUDIO=on config after 44c14328c08eJan Beich2024-02-021-1/+1
| | | | | | | | | | | | 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
* audio/alsa-plugins: track more SPEEX=on filesJan Beich2024-01-301-0/+2
|
* audio/alsa-plugins: unbreak JACK=on build after 6cd91556d4b8Florian Walpen2024-01-301-0/+2
| | | | | | | | | | | | | | 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
* audio/alsa-plugins: Fix SPEEX option, and symlinks.Matthias Andree2022-02-161-0/+2
| | | | | | | | | | | | | 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.
* audio/alsa-plugins: fix non-default OPTIONSCharlie Li2021-05-121-6/+12
| | | | | | | | | - 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
* audio/alsa-lib, audio/alsa-plugins, audio/alsa-utils: Update to 1.2.2Greg V2021-05-111-1/+12
| | | | | | PR: 245321 Reviewed by: swills Tested by: Oleh Hushchenkov <o.hushchenkov@gmail.com>
* 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-091-0/+3
| | | | | | | | | | | | | | | | | | | | | 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
* - update to 1.0.27.2 [1]Florian Smeets2013-10-031-16/+16
| | | | | | | | | | | | | | | | | | | | | | -- 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
* - Update to 1.0.25Sunpoet Po-Chuan Hsieh2012-07-201-0/+6
| | | | | | | | | | | | | | | | | - 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
* - New port: audio/alsa-plugins Compatibility layer for ALSA supportDima Panov2010-06-051-0/+36
PR: 145965 Submitted by: Aragon Gouveia <aragon AT phat.za.net> Notes: svn path=/head/; revision=255775