[oe-commits] org.oe.dev esound: actually add it

koen commit openembedded-commits at lists.openembedded.org
Sun Feb 4 17:10:51 UTC 2007


esound: actually add it

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 10bce4f0d00dc87b67dd15efbf7c0e67bb465128
ViewMTN: http://monotone.openembedded.org/revision.psp?id=10bce4f0d00dc87b67dd15efbf7c0e67bb465128
Files:
1
packages/esound/esound_0.2.36.bb
Diffs:

#
# mt diff -r9854932ee8e3c0cfaf427abbdf5b804b7f7f9d91 -r10bce4f0d00dc87b67dd15efbf7c0e67bb465128
#
# 
# 
# add_file "packages/esound/esound_0.2.36.bb"
#  content [faf27d8621d7d29aed41468dd40d3f7bd2f67a1a]
# 
============================================================
--- packages/esound/esound_0.2.36.bb	faf27d8621d7d29aed41468dd40d3f7bd2f67a1a
+++ packages/esound/esound_0.2.36.bb	faf27d8621d7d29aed41468dd40d3f7bd2f67a1a
@@ -0,0 +1,26 @@
+DESCRIPTION = "Enlightened Sound Daemon - GPE version"
+SECTION = "gpe/base"
+LICENSE = "GPL"
+DEPENDS = "audiofile"
+
+inherit gnome binconfig
+
+SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/esound/0.2/esound-0.2.36.tar.bz2"
+
+EXTRA_OECONF = " \
+                --disable-alsa \
+		--disable-arts \
+		--disable-artstest \
+		"
+
+do_stage() {
+	autotools_stage_all
+}	
+
+
+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