diff options
| author | Michael Neves | 2013-06-10 18:43:48 +0200 |
|---|---|---|
| committer | Michael Neves | 2013-06-10 18:43:48 +0200 |
| commit | 3d281a68fdf32770e143349f1dba87a6f7c284f2 (patch) | |
| tree | e13e2e67dde35cda8b70ace64dc83b6f92267489 /remote | |
| parent | [binutil.h] Consider $REQUIRED_LDD_BLACKLIST when fetching dynamic dependencies (diff) | |
| download | tm-scripts-3d281a68fdf32770e143349f1dba87a6f7c284f2.tar.gz tm-scripts-3d281a68fdf32770e143349f1dba87a6f7c284f2.tar.xz tm-scripts-3d281a68fdf32770e143349f1dba87a6f7c284f2.zip | |
[alsa] new sound module IMPORTANT: sound only works as root due to ConsoleKit problem.
Diffstat (limited to 'remote')
| -rw-r--r-- | remote/modules/alsa/alsa.build | 16 | ||||
| -rw-r--r-- | remote/modules/alsa/alsa.conf | 8 | ||||
| -rw-r--r-- | remote/modules/alsa/alsa.conf.zypper | 8 | ||||
| l--------- | remote/targets/stage32/alsa | 1 |
4 files changed, 33 insertions, 0 deletions
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 +" + diff --git a/remote/targets/stage32/alsa b/remote/targets/stage32/alsa new file mode 120000 index 00000000..7e13d263 --- /dev/null +++ b/remote/targets/stage32/alsa @@ -0,0 +1 @@ +../../modules/alsa
\ No newline at end of file |
