[oe-commits] org.oe.dev esound-gpe: Add new version with correct date and location.

florian commit openembedded-commits at lists.openembedded.org
Tue Jan 9 16:03:42 UTC 2007


esound-gpe: Add new version with correct date and location.

Author: florian at openembedded.org
Branch: org.openembedded.dev
Revision: b943092a679d2bbcfefdf0a6584665f2007e24ca
ViewMTN: http://monotone.openembedded.org/revision.psp?id=b943092a679d2bbcfefdf0a6584665f2007e24ca
Files:
1
packages/esound/esound-gpe_20070109.bb
Diffs:

#
# mt diff -r91ccd45d2ff68d1e7a07e320186687fcb0bceb44 -rb943092a679d2bbcfefdf0a6584665f2007e24ca
#
# 
# 
# add_file "packages/esound/esound-gpe_20070109.bb"
#  content [6f1312cef99383aa6799df164b9674c16090923b]
# 
============================================================
--- packages/esound/esound-gpe_20070109.bb	6f1312cef99383aa6799df164b9674c16090923b
+++ packages/esound/esound-gpe_20070109.bb	6f1312cef99383aa6799df164b9674c16090923b
@@ -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}/*"






More information about the Openembedded-commits mailing list