diff options
Diffstat (limited to 'meta-oe')
3 files changed, 54 insertions, 0 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 new file mode 100644 index 0000000000..e020fd81f2 --- /dev/null +++ b/meta-oe/recipes-multimedia/esound/esound_0.2.36.bb | |||
| @@ -0,0 +1,33 @@ | |||
| 1 | DESCRIPTION = "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 | SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/esound/0.2/esound-0.2.36.tar.bz2;name=archive \ | ||
| 10 | https://launchpad.net/ubuntu/breezy/+source/esound/0.2.36-1ubuntu5/+files/esound_0.2.36-1ubuntu5.diff.gz;name=patch \ | ||
| 11 | file://no-docs.patch \ | ||
| 12 | file://configure-fix.patch" | ||
| 13 | |||
| 14 | SRC_URI[archive.md5sum] = "3facb5aa0115cc1c31771b9ad454ae76" | ||
| 15 | SRC_URI[archive.sha256sum] = "68bf399fcbd45c5e9ba99cd13a3a479e4ef2bc5dc52e540ffa00aef1e1b19a76" | ||
| 16 | SRC_URI[patch.md5sum] = "44b4d713387fb3f18666d289f88ae00c" | ||
| 17 | SRC_URI[patch.sha256sum] = "9bd7db657b8e9622910b9d3188096e37ee627ac0651c78ddce58e205e7487932 | ||
| 18 | |||
| 19 | EXTRA_OECONF = " \ | ||
| 20 | --disable-alsa \ | ||
| 21 | --disable-arts \ | ||
| 22 | --disable-artstest \ | ||
| 23 | " | ||
| 24 | do_configure_prepend() { | ||
| 25 | sed -i -e 's:/usr/include/mme:${STAGING_INCDIR}/mme:g' configure.ac | ||
| 26 | } | ||
| 27 | |||
| 28 | PACKAGES =+ "esddsp esd esd-utils" | ||
| 29 | |||
| 30 | FILES_esddsp = "${bindir}/esddsp ${libdir}/libesddsp.so.*" | ||
| 31 | FILES_esd = "${bindir}/esd" | ||
| 32 | FILES_esd-utils = "${bindir}/*" | ||
| 33 | |||
diff --git a/meta-oe/recipes-multimedia/esound/files/configure-fix.patch b/meta-oe/recipes-multimedia/esound/files/configure-fix.patch new file mode 100644 index 0000000000..8fdc35ad5e --- /dev/null +++ b/meta-oe/recipes-multimedia/esound/files/configure-fix.patch | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | --- /tmp/configure.ac 2008-06-02 16:46:55.640793306 +0200 | ||
| 2 | +++ esound-0.2.36/configure.ac 2008-06-02 16:47:26.030793494 +0200 | ||
| 3 | @@ -29,6 +29,7 @@ | ||
| 4 | AC_SUBST(pkgdocdir) | ||
| 5 | |||
| 6 | AC_PROG_CC | ||
| 7 | +AC_PROG_CXX | ||
| 8 | AC_PROG_CPP | ||
| 9 | AC_LIBTOOL_WIN32_DLL | ||
| 10 | AM_PROG_LIBTOOL | ||
diff --git a/meta-oe/recipes-multimedia/esound/files/no-docs.patch b/meta-oe/recipes-multimedia/esound/files/no-docs.patch new file mode 100644 index 0000000000..fc69f1a038 --- /dev/null +++ b/meta-oe/recipes-multimedia/esound/files/no-docs.patch | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | Index: esound-0.2.36/Makefile.am | ||
| 2 | =================================================================== | ||
| 3 | --- esound-0.2.36.orig/Makefile.am | ||
| 4 | +++ esound-0.2.36/Makefile.am | ||
| 5 | @@ -1,5 +1,5 @@ | ||
| 6 | |||
| 7 | -SUBDIRS = docs | ||
| 8 | +SUBDIRS = | ||
| 9 | |||
| 10 | ACLOCAL_FLAGS = -I m4 | ||
| 11 | |||
