mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 06:49:33 +02:00
alsa: update to 1.0.14
- some parts are from 1.0.13 OpenEmbedded recipes - removed dependency on alsa-conf as libasound package already depends on alsa-conf-base - fixed alsa-utils-speakertest DESCRIPTION git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1860 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
61
meta/packages/alsa/alsa-utils_1.0.14.bb
Normal file
61
meta/packages/alsa/alsa-utils_1.0.14.bb
Normal file
@@ -0,0 +1,61 @@
|
||||
DESCRIPTION = "ALSA Utilities"
|
||||
HOMEPAGE = "http://www.alsa-project.org"
|
||||
SECTION = "console/utils"
|
||||
LICENSE = "GPL"
|
||||
DEPENDS = "alsa-lib ncurses"
|
||||
|
||||
SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2"
|
||||
|
||||
# lazy hack. needs proper fixing in gettext.m4, see
|
||||
# http://bugs.openembedded.org/show_bug.cgi?id=2348
|
||||
# please close bug and remove this comment when properly fixed
|
||||
#
|
||||
EXTRA_OECONF_linux-uclibc = "--disable-nls"
|
||||
EXTRA_OECONF_linux-uclibcgnueabi = "--disable-nls"
|
||||
|
||||
inherit autotools
|
||||
|
||||
# This are all packages that we need to make. Also, the now empty alsa-utils
|
||||
# ipk depend on them.
|
||||
|
||||
PACKAGES += "\
|
||||
alsa-utils-alsamixer \
|
||||
alsa-utils-midi \
|
||||
alsa-utils-aplay \
|
||||
alsa-utils-amixer \
|
||||
alsa-utils-aconnect \
|
||||
alsa-utils-iecset \
|
||||
alsa-utils-speakertest \
|
||||
alsa-utils-aseqnet \
|
||||
alsa-utils-aseqdump \
|
||||
alsa-utils-alsaconf \
|
||||
alsa-utils-alsactl "
|
||||
|
||||
# We omit alsaconf, because
|
||||
# a) this is a bash script
|
||||
# b) it creates config files not suitable for OE-based distros
|
||||
|
||||
FILES_${PN} = ""
|
||||
FILES_alsa-utils-aplay = "${bindir}/aplay ${bindir}/arecord"
|
||||
FILES_alsa-utils-amixer = "${bindir}/amixer"
|
||||
FILES_alsa-utils-alsamixer = "${bindir}/alsamixer"
|
||||
FILES_alsa-utils-speakertest = "${bindir}/speaker-test ${datadir}/sounds/alsa/ ${datadir}/alsa/"
|
||||
FILES_alsa-utils-midi = "${bindir}/aplaymidi ${bindir}/arecordmidi ${bindir}/amidi"
|
||||
FILES_alsa-utils-aconnect = "${bindir}/aconnect"
|
||||
FILES_alsa-utils-aseqnet = "${bindir}/aseqnet"
|
||||
FILES_alsa-utils-iecset = "${bindir}/iecset"
|
||||
FILES_alsa-utils-alsactl = "${sbindir}/alsactl"
|
||||
FILES_alsa-utils-aseqdump = "${bindir}/aseqdump"
|
||||
FILES_alsa-utils-alsaconf = "${sbindir}/alsaconf"
|
||||
|
||||
DESCRIPTION_alsa-utils-aplay = "play (and record) sound files via ALSA"
|
||||
DESCRIPTION_alsa-utils-amixer = "command-line based control for ALSA mixer and settings"
|
||||
DESCRIPTION_alsa-utils-alsamixer = "ncurses based control for ALSA mixer and settings"
|
||||
DESCRIPTION_alsa-utils-speakertest = "ALSA surround speaker test utility"
|
||||
DESCRIPTION_alsa-utils-midi = "miscalleanous MIDI utilities for ALSA"
|
||||
DESCRIPTION_alsa-utils-aconnect = "ALSA sequencer connection manager"
|
||||
DESCRIPTION_alsa-utils-aseqnet = "network client/server on ALSA sequencer"
|
||||
DESCRIPTION_alsa-utils-alsactl = "saves/restores ALSA-settings in /etc/asound.state"
|
||||
DESCRIPTION_alsa-utils-alsaconf = "a bash script that creates ALSA configuration files"
|
||||
|
||||
ALLOW_EMPTY_alsa-utils = "1"
|
||||
Reference in New Issue
Block a user