diff options
| author | coopi <coopi@noreply.codeberg.org> | 2026-04-16 11:13:29 +0400 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-06-27 12:03:14 +0200 |
| commit | 98c470b48d58052a6be29c46b6e55dd2a41b31b1 (patch) | |
| tree | d08f53bf42de4b318371181bc7c68da3d583dfd6 | |
| parent | 0eb47c906e0f2a659d95b62fc506f38ca8dc3669 (diff) | |
gnu: alsa-plugins: Update to 1.2.12.
* gnu/packages/linux.scm (alsa-plugins) [version]: Update to 1.2.12.
[source]: Switch to 'git-fetch'.
[native-inputs]: Add autotools, automake and libtool.
[description]: Reword.
Change-Id: I2702904de4cda6447d21bbca63e4fc1b222548dc
Co-authored-by: SilverlightningY <reband.florian@googlemail.com>
Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
Signed-off-by: Andreas Enge <andreas@enge.fr>
| -rw-r--r-- | gnu/packages/linux.scm | 31 |
1 files changed, 17 insertions, 14 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 0e70cc7f327..0984a8b576e 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm | |||
| @@ -4243,14 +4243,16 @@ Linux-based operating system.") | |||
| 4243 | (define-public alsa-plugins | 4243 | (define-public alsa-plugins |
| 4244 | (package | 4244 | (package |
| 4245 | (name "alsa-plugins") | 4245 | (name "alsa-plugins") |
| 4246 | (version "1.2.2") | 4246 | (version "1.2.12") |
| 4247 | (source (origin | 4247 | (source |
| 4248 | (method url-fetch) | 4248 | (origin |
| 4249 | (uri (string-append "ftp://ftp.alsa-project.org/pub/plugins/" | 4249 | (method git-fetch) |
| 4250 | name "-" version ".tar.bz2")) | 4250 | (uri (git-reference |
| 4251 | (sha256 | 4251 | (url "https://github.com/alsa-project/alsa-plugins") |
| 4252 | (base32 | 4252 | (commit (string-append "v" version)))) |
| 4253 | "0z9k3ssbfk2ky2w13avgyf202j1drsz9sv3834bp33cj1i2hc3qw")))) | 4253 | (file-name (git-file-name name version)) |
| 4254 | (sha256 | ||
| 4255 | (base32 "0izvzdvw3nj69l4a968p9d9xjxfxs7i3bdpj1r4cvm6b8w7j33z8")))) | ||
| 4254 | (build-system gnu-build-system) | 4256 | (build-system gnu-build-system) |
| 4255 | ;; TODO: Split libavcodec and speex if possible. It looks like they can not | 4257 | ;; TODO: Split libavcodec and speex if possible. It looks like they can not |
| 4256 | ;; be split, there are references to both in files. | 4258 | ;; be split, there are references to both in files. |
| @@ -4298,15 +4300,16 @@ Linux-based operating system.") | |||
| 4298 | ffmpeg ; libavcodec resampling plugin, a52 plugin | 4300 | ffmpeg ; libavcodec resampling plugin, a52 plugin |
| 4299 | pulseaudio)) ; PulseAudio plugin | 4301 | pulseaudio)) ; PulseAudio plugin |
| 4300 | (native-inputs | 4302 | (native-inputs |
| 4301 | (list pkg-config)) | 4303 | (list autoconf automake libtool pkg-config)) |
| 4302 | (home-page "http://www.alsa-project.org/") | 4304 | (home-page "http://www.alsa-project.org/") |
| 4303 | (synopsis "Plugins for the Advanced Linux Sound Architecture (ALSA)") | 4305 | (synopsis "Plugins for the Advanced Linux Sound Architecture (ALSA)") |
| 4304 | (description | 4306 | (description |
| 4305 | "The Advanced Linux Sound Architecture (ALSA) provides audio and | 4307 | "@acronym{ALSA, Advanced Linux Sound Architecture} provides audio and |
| 4306 | MIDI functionality to the Linux-based operating system. This package enhances ALSA | 4308 | @acronym{MIDI, Musical Instrument Digital Interface} functionality to the |
| 4307 | by providing additional plugins which include: upmixing, downmixing, jackd and | 4309 | Linux-based operating system. This package enhances @acronym{ALSA} by |
| 4308 | pulseaudio support for native alsa applications, format conversion (s16 to a52), and | 4310 | providing additional plugins which include: upmixing, downmixing, jackd and |
| 4309 | external rate conversion.") | 4311 | pulseaudio support for native alsa applications, format conversion (s16 to |
| 4312 | a52), and external rate conversion.") | ||
| 4310 | (license (list license:gpl2+ | 4313 | (license (list license:gpl2+ |
| 4311 | ;; `rate/rate_samplerate.c': LGPL v2.1 or later. | 4314 | ;; `rate/rate_samplerate.c': LGPL v2.1 or later. |
| 4312 | license:lgpl2.1+)))) | 4315 | license:lgpl2.1+)))) |
