From 3d281a68fdf32770e143349f1dba87a6f7c284f2 Mon Sep 17 00:00:00 2001 From: Michael Neves Date: Mon, 10 Jun 2013 18:43:48 +0200 Subject: [alsa] new sound module IMPORTANT: sound only works as root due to ConsoleKit problem. --- remote/modules/alsa/alsa.build | 16 ++++++++++++++++ remote/modules/alsa/alsa.conf | 8 ++++++++ remote/modules/alsa/alsa.conf.zypper | 8 ++++++++ 3 files changed, 32 insertions(+) create mode 100644 remote/modules/alsa/alsa.build create mode 100644 remote/modules/alsa/alsa.conf create mode 100644 remote/modules/alsa/alsa.conf.zypper (limited to 'remote/modules') diff --git a/remote/modules/alsa/alsa.build b/remote/modules/alsa/alsa.build new file mode 100644 index 00000000..03e55d72 --- /dev/null +++ b/remote/modules/alsa/alsa.build @@ -0,0 +1,16 @@ +fetch_source() { + : +} + +build() { + COPYLIST="list_dpkg_output" + [ -e "$COPYLIST" ] && rm "$COPYLIST" + + list_packet_files >> "$COPYLIST" + tarcopy "$(cat "${COPYLIST}" | sort -u)" "${MODULE_BUILD_DIR}" + +} + +post_copy() { + : +} diff --git a/remote/modules/alsa/alsa.conf b/remote/modules/alsa/alsa.conf new file mode 100644 index 00000000..17baaaf8 --- /dev/null +++ b/remote/modules/alsa/alsa.conf @@ -0,0 +1,8 @@ +REQUIRED_CONTENT_PACKAGES=" alsa-utils + libasound2 +" +REQUIRED_BINARIES=" amixer +" +REQUIRED_DIRECTORIES=" /usr/share/alsa +" + diff --git a/remote/modules/alsa/alsa.conf.zypper b/remote/modules/alsa/alsa.conf.zypper new file mode 100644 index 00000000..68f0cd5e --- /dev/null +++ b/remote/modules/alsa/alsa.conf.zypper @@ -0,0 +1,8 @@ +REQUIRED_CONTEND_PACKAGES=" alsa-utils + libasound2 +" +REQUIRED_BINARIES=" amixer +" +REQUIRED_DIRECTORIES=" /usr/share/alsa +" + -- cgit v1.2.3-55-g7522