summaryrefslogtreecommitdiff
path: root/packages/esound
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-01-09 16:18:15 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-01-09 16:18:15 +0000
commit2f95a718e6b8adad217c6e8bdf13d01d72cea4a9 (patch)
tree8f30b7a3e39a8d4ee1b006c0641bcc91072654ab /packages/esound
parenta628fea265ca832735c99002474a4162f8fc9e59 (diff)
parent9fd97ae2b9176b190227b4b668dcb45b76a3583e (diff)
merge of '790c23e81c39839b0ba0595162a5ae757e670a1a'
and 'a9f18f9d995dd7166368f0f59d49307e5672b543'
Diffstat (limited to 'packages/esound')
-rw-r--r--packages/esound/esound-gpe_20070109.bb33
1 files changed, 33 insertions, 0 deletions
diff --git a/packages/esound/esound-gpe_20070109.bb b/packages/esound/esound-gpe_20070109.bb
new file mode 100644
index 0000000000..e48108d530
--- /dev/null
+++ b/packages/esound/esound-gpe_20070109.bb
@@ -0,0 +1,33 @@
+DESCRIPTION = "Enlightened Sound Daemon - GPE version"
+SECTION = "gpe/base"
+LICENSE = "GPL"
+DEPENDS = "audiofile"
+PR = "r0"
+PROVIDES += "esound"
+RPROVIDES += "esound"
+
+SRCDATE = "${PV}"
+SRC_URI = "svn://projects.linuxtogo.org/svn/gpe/trunk/extra/;module=esound;date=20070109 \
+ file://audiofile-please.patch;patch=1 \
+ file://configure.patch;patch=1"
+
+S = "${WORKDIR}/esound"
+
+inherit autotools binconfig pkgconfig
+
+EXTRA_OECONF = "--disable-alsa"
+
+SOV = "0.2.28"
+
+do_stage () {
+ install -m 0644 esd.h ${STAGING_INCDIR}/esd.h
+ oe_soinstall .libs/libesd.so.${SOV} ${STAGING_LIBDIR}
+ install -m 0644 .libs/libesd.lai ${STAGING_LIBDIR}/libesd.la
+ install -m 0644 esd.m4 ${STAGING_DATADIR}/aclocal
+}
+
+PACKAGES =+ "esddsp esd esd-utils"
+
+FILES_esddsp = "${bindir}/esddsp ${libdir}/libesddsp.so.*"
+FILES_esd = "${bindir}/esd"
+FILES_esd-utils = "${bindir}/*"