commit c9802bc

chld  ·  2026-08-22 22:31:53 +0000 UTC
parent 145ea0d
alsa-lib: bump to 1.2.13
2 files changed,  +24, -0
+6, -0
1@@ -0,0 +1,6 @@
2+name: alsa-lib
3+description: a library to interface with ALSA in the linux kernel and virtual devices using a plugin system
4+license: LGPLv2.1
5+upstream: https://www.alsa-project.org/files/pub/lib/alsa-lib-1.2.13.tar.bz2
6+version: 1.2.13
7+maintainer:
+18, -0
 1@@ -0,0 +1,18 @@
 2+#!/bin/sh -ue
 3+NAME=alsa-lib
 4+VERSION=1.2.13
 5+RELEASE=1
 6+SOURCE="https://www.alsa-project.org/files/pub/lib/alsa-lib-${VERSION}.tar.bz2"
 7+BUILD_STYLE=configure
 8+BUILD_OPT="--without-debug \
 9+	--disable-dependency-tracking \
10+	--disable-largefile \
11+	--with-plugindir=/lib/alsa \
12+	--disable-python \
13+	--disable-old-symbols \
14+	--without-versioned \
15+	--disable-aload \
16+	--disable-alisp \
17+	--enable-static \
18+	--disable-shared"
19+. ${0%/*}/../../libsh/libdmake.sh