View | Details | Raw Unified | Return to bug 274792
Collapse All | Expand All

(-)b/audio/alsa-plugins/files/patch-jack_pcm__jack.c (+11 lines)
Added Link Here
1
--- jack/pcm_jack.c.orig	2023-11-03 22:31:39 UTC
2
+++ jack/pcm_jack.c
3
@@ -603,7 +603,7 @@ static int snd_pcm_jack_open(snd_pcm_t **pcmp, const c
4
 	}
5
 
6
 	if (client_name == NULL) {
7
-		const char *pname = program_invocation_short_name;
8
+		const char *pname = getprogname();
9
 		if (!pname[0]) {
10
 			pname = "alsa-jack";
11
 		}
(-)b/audio/alsa-plugins/pkg-plist (-1 / +2 lines)
Lines 1-5 Link Here
1
%%FFMPEG%%etc/alsa/conf.d/10-rate-lav.conf
1
%%FFMPEG%%etc/alsa/conf.d/10-rate-lav.conf
2
%%SAMPLERATE%%etc/alsa/conf.d/10-samplerate.conf
2
%%SAMPLERATE%%etc/alsa/conf.d/10-samplerate.conf
3
%%JACK%%etc/alsa/conf.d/50-jack.conf
3
%%FFMPEG%%etc/alsa/conf.d/60-a52-encoder.conf
4
%%FFMPEG%%etc/alsa/conf.d/60-a52-encoder.conf
4
@comment etc/alsa/conf.d/50-arcam-av-ctl.conf
5
@comment etc/alsa/conf.d/50-arcam-av-ctl.conf
5
@comment etc/alsa/conf.d/50-oss.conf
6
@comment etc/alsa/conf.d/50-oss.conf
Lines 52-57 lib/alsa-lib/libasound_module_pcm_vdownmix.so Link Here
52
%%FFMPEG%%share/alsa/alsa.conf.d/10-rate-lav.conf
53
%%FFMPEG%%share/alsa/alsa.conf.d/10-rate-lav.conf
53
%%SAMPLERATE%%share/alsa/alsa.conf.d/10-samplerate.conf
54
%%SAMPLERATE%%share/alsa/alsa.conf.d/10-samplerate.conf
54
@comment share/alsa/alsa.conf.d/50-arcam-av-ctl.conf
55
@comment share/alsa/alsa.conf.d/50-arcam-av-ctl.conf
56
%%JACK%%share/alsa/alsa.conf.d/50-jack.conf
55
@comment share/alsa/alsa.conf.d/50-oss.conf
57
@comment share/alsa/alsa.conf.d/50-oss.conf
56
%%PULSEAUDIO%%share/alsa/alsa.conf.d/50-pulseaudio.conf
58
%%PULSEAUDIO%%share/alsa/alsa.conf.d/50-pulseaudio.conf
57
%%FFMPEG%%share/alsa/alsa.conf.d/60-a52-encoder.conf
59
%%FFMPEG%%share/alsa/alsa.conf.d/60-a52-encoder.conf
58
- 

Return to bug 274792