diff options
Diffstat (limited to 'meta-oe/recipes-multimedia/esound/esound_0.2.36.bb')
| -rw-r--r-- | meta-oe/recipes-multimedia/esound/esound_0.2.36.bb | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/meta-oe/recipes-multimedia/esound/esound_0.2.36.bb b/meta-oe/recipes-multimedia/esound/esound_0.2.36.bb deleted file mode 100644 index d19ba8223c..0000000000 --- a/meta-oe/recipes-multimedia/esound/esound_0.2.36.bb +++ /dev/null | |||
| @@ -1,38 +0,0 @@ | |||
| 1 | SUMMARY = "Enlightened Sound Daemon" | ||
| 2 | SECTION = "gpe/base" | ||
| 3 | LICENSE = "LGPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605" | ||
| 5 | DEPENDS = "audiofile" | ||
| 6 | |||
| 7 | inherit gnome binconfig | ||
| 8 | |||
| 9 | PR = "r1" | ||
| 10 | |||
| 11 | SRC_URI = " \ | ||
| 12 | ftp://ftp.gnome.org/pub/GNOME/sources/esound/0.2/esound-0.2.36.tar.bz2;name=archive \ | ||
| 13 | file://esound_0.2.36-1ubuntu5.diff.gz \ | ||
| 14 | file://no-docs.patch \ | ||
| 15 | file://configure-fix.patch \ | ||
| 16 | file://0001-replace-missing-AM_PATH_AUDIOFILE-by-PKG_CHECK_MODUL.patch \ | ||
| 17 | " | ||
| 18 | |||
| 19 | SRC_URI[archive.md5sum] = "3facb5aa0115cc1c31771b9ad454ae76" | ||
| 20 | SRC_URI[archive.sha256sum] = "68bf399fcbd45c5e9ba99cd13a3a479e4ef2bc5dc52e540ffa00aef1e1b19a76" | ||
| 21 | |||
| 22 | EXTRA_OECONF = " \ | ||
| 23 | --disable-alsa \ | ||
| 24 | --disable-arts \ | ||
| 25 | --disable-artstest \ | ||
| 26 | " | ||
| 27 | |||
| 28 | CFLAGS += "-lm" | ||
| 29 | |||
| 30 | do_configure_prepend() { | ||
| 31 | sed -i -e 's:/usr/include/mme:${STAGING_INCDIR}/mme:g' ${S}/configure.ac | ||
| 32 | } | ||
| 33 | |||
| 34 | PACKAGES =+ "esddsp esd esd-utils" | ||
| 35 | |||
| 36 | FILES_esddsp = "${bindir}/esddsp ${libdir}/libesddsp.so.*" | ||
| 37 | FILES_esd = "${bindir}/esd" | ||
| 38 | FILES_esd-utils = "${bindir}/*" | ||
