mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-05 03:17:48 +00:00
Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
34 lines
937 B
BlitzBasic
34 lines
937 B
BlitzBasic
SUMMARY = "Enlightened Sound Daemon"
|
|
SECTION = "gpe/base"
|
|
LICENSE = "LGPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605"
|
|
DEPENDS = "audiofile"
|
|
|
|
inherit gnome binconfig
|
|
|
|
PR = "r1"
|
|
|
|
SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/esound/0.2/esound-0.2.36.tar.bz2;name=archive \
|
|
file://esound_0.2.36-1ubuntu5.diff.gz \
|
|
file://no-docs.patch \
|
|
file://configure-fix.patch"
|
|
|
|
SRC_URI[archive.md5sum] = "3facb5aa0115cc1c31771b9ad454ae76"
|
|
SRC_URI[archive.sha256sum] = "68bf399fcbd45c5e9ba99cd13a3a479e4ef2bc5dc52e540ffa00aef1e1b19a76"
|
|
|
|
EXTRA_OECONF = " \
|
|
--disable-alsa \
|
|
--disable-arts \
|
|
--disable-artstest \
|
|
"
|
|
do_configure_prepend() {
|
|
sed -i -e 's:/usr/include/mme:${STAGING_INCDIR}/mme:g' configure.ac
|
|
}
|
|
|
|
PACKAGES =+ "esddsp esd esd-utils"
|
|
|
|
FILES_esddsp = "${bindir}/esddsp ${libdir}/libesddsp.so.*"
|
|
FILES_esd = "${bindir}/esd"
|
|
FILES_esd-utils = "${bindir}/*"
|
|
|