notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: audio/alsa-plugins/pkg-plist

Number of commits found: 14

Wednesday, 21 Feb 2024
14:27 Jan Beich (jbeich) search for other commits by this committer
audio/alsa-plugins: temporarily drop subpackages

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.
commit hash: 7dd904d9178aef2ac7369c77551e6c7774997564 commit hash: 7dd904d9178aef2ac7369c77551e6c7774997564 commit hash: 7dd904d9178aef2ac7369c77551e6c7774997564 commit hash: 7dd904d9178aef2ac7369c77551e6c7774997564 7dd904d
Friday, 2 Feb 2024
13:44 Jan Beich (jbeich) search for other commits by this committer
audio/alsa-plugins: convert options to subpackages

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
commit hash: 06dbf1df62a4f54da4cadecbbc0be5f33902eb1c commit hash: 06dbf1df62a4f54da4cadecbbc0be5f33902eb1c commit hash: 06dbf1df62a4f54da4cadecbbc0be5f33902eb1c commit hash: 06dbf1df62a4f54da4cadecbbc0be5f33902eb1c 06dbf1d
13:44 Jan Beich (jbeich) search for other commits by this committer
audio/alsa-plugins: install vendor OSS config after 44c14328c08e

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
commit hash: 077152a79ad8181830e324b2ede39301a94d4093 commit hash: 077152a79ad8181830e324b2ede39301a94d4093 commit hash: 077152a79ad8181830e324b2ede39301a94d4093 commit hash: 077152a79ad8181830e324b2ede39301a94d4093 077152a
13:44 Jan Beich (jbeich) search for other commits by this committer
audio/alsa-plugins: unbreak PULSEAUDIO=on config after 44c14328c08e

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
commit hash: 51317515580f9a47b3c7bb205bfe748cbf986f3c commit hash: 51317515580f9a47b3c7bb205bfe748cbf986f3c commit hash: 51317515580f9a47b3c7bb205bfe748cbf986f3c commit hash: 51317515580f9a47b3c7bb205bfe748cbf986f3c 5131751
Tuesday, 30 Jan 2024
17:01 Jan Beich (jbeich) search for other commits by this committer
audio/alsa-plugins: track more SPEEX=on files
commit hash: 9494bfd129692c40dda898d905f3101b11aacc6d commit hash: 9494bfd129692c40dda898d905f3101b11aacc6d commit hash: 9494bfd129692c40dda898d905f3101b11aacc6d commit hash: 9494bfd129692c40dda898d905f3101b11aacc6d 9494bfd
16:50 Jan Beich (jbeich) search for other commits by this committer Author: Florian Walpen
audio/alsa-plugins: unbreak JACK=on build after 6cd91556d4b8

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
commit hash: 609ec25809c7d1571a758ad09832fd6f6e1bc188 commit hash: 609ec25809c7d1571a758ad09832fd6f6e1bc188 commit hash: 609ec25809c7d1571a758ad09832fd6f6e1bc188 commit hash: 609ec25809c7d1571a758ad09832fd6f6e1bc188 609ec25
Wednesday, 16 Feb 2022
21:02 Matthias Andree (mandree) search for other commits by this committer
audio/alsa-plugins: Fix SPEEX option, and symlinks.

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.
commit hash: 037eee264831689f93e16d51875bbebd30ed50dd commit hash: 037eee264831689f93e16d51875bbebd30ed50dd commit hash: 037eee264831689f93e16d51875bbebd30ed50dd commit hash: 037eee264831689f93e16d51875bbebd30ed50dd 037eee2
Wednesday, 12 May 2021
14:40 Charlie Li (vishwin) search for other commits by this committer
audio/alsa-plugins: fix non-default OPTIONS

- 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
commit hash: 933747467c06ec9735b35fe31879bb6f914d33ae commit hash: 933747467c06ec9735b35fe31879bb6f914d33ae commit hash: 933747467c06ec9735b35fe31879bb6f914d33ae commit hash: 933747467c06ec9735b35fe31879bb6f914d33ae 9337474
Tuesday, 11 May 2021
16:53 Gleb Popov (arrowd) search for other commits by this committer Author: Greg V
audio/alsa-lib, audio/alsa-plugins, audio/alsa-utils: Update to 1.2.2

PR:		245321
Reviewed by:	swills
Tested by:	Oleh Hushchenkov <o.hushchenkov@gmail.com>
commit hash: 44c14328c08e0ba92855367dba48ad9e06dc4b25 commit hash: 44c14328c08e0ba92855367dba48ad9e06dc4b25 commit hash: 44c14328c08e0ba92855367dba48ad9e06dc4b25 commit hash: 44c14328c08e0ba92855367dba48ad9e06dc4b25 44c1432
Monday, 20 Oct 2014
06:36 bapt search for other commits by this committer
Cleanup plist
Original commitRevision:371234 
Saturday, 9 Aug 2014
15:20 marino search for other commits by this committer
audio/alsa-(lib|plugins|utils): Upgrade version 1.0.27.2 => 1.0.28

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)
Original commitRevision:364447 
Thursday, 3 Oct 2013
16:34 flo search for other commits by this committer
- update to 1.0.27.2 [1]
 -- 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
Original commitRevision:329208 
Friday, 20 Jul 2012
03:03 sunpoet search for other commits by this committer
- Update to 1.0.25
- 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)
Original commit
Saturday, 5 Jun 2010
12:46 fluffy search for other commits by this committer
- New port: audio/alsa-plugins Compatibility layer for ALSA support

PR:             145965
Submitted by:   Aragon Gouveia <aragon AT phat.za.net>
Original commit

Number of commits found: 14