[oe-commits] org.oe.dev mpd: add mpd_svn as 0.12.x releases have problems with autoreconf

justinp commit openembedded-commits at lists.openembedded.org
Tue Jan 23 20:41:43 UTC 2007


mpd: add mpd_svn as 0.12.x releases have problems with autoreconf

Author: justinp at openembedded.org
Branch: org.openembedded.dev
Revision: ba3eb29bf6dc3e4658477169656229aca9bb49a2
ViewMTN: http://monotone.openembedded.org/revision.psp?id=ba3eb29bf6dc3e4658477169656229aca9bb49a2
Files:
1
packages/musicpd/mpd_svn.bb
Diffs:

#
# mt diff -r2e0f64d7e579f3551307c77d69cc53090a7babe9 -rba3eb29bf6dc3e4658477169656229aca9bb49a2
#
# 
# 
# add_file "packages/musicpd/mpd_svn.bb"
#  content [853738aa7e87ac585b6e5d5736085624740c1b9c]
# 
============================================================
--- packages/musicpd/mpd_svn.bb	853738aa7e87ac585b6e5d5736085624740c1b9c
+++ packages/musicpd/mpd_svn.bb	853738aa7e87ac585b6e5d5736085624740c1b9c
@@ -0,0 +1,35 @@
+DESCRIPTION = "Music Player Daemon (mpd)"
+HOMEPAGE = "http://www.musicpd.org"
+LICENSE = "GPLv2"
+SECTION = "console/multimedia"
+DEPENDS = "libvorbis libogg libid3tag libao zlib libmikmod libmad flac audiofile virtual/libiconv faad2"
+SRCDATE = "20070120"
+PV = "0.12.1+svn${SRCDATE}"
+PR = "r0"
+
+SRC_URI = "svn://svn.musicpd.org/mpd;module=trunk;proto=https"
+#           file://save-volume-state.patch;patch=1"
+S = "${WORKDIR}/trunk"
+
+inherit autotools
+
+# Setting --enable-mpd-{mad,id3tag} causes local caches of the libraries to
+# be built, instead we use the OE built versions which should be installed
+# in staging - remove the --with and replace with --enable to use the local
+# versions.
+
+EXTRA_OECONF = "--enable-ogg \
+		--with-id3tag-libraries=${STAGING_LIBDIR} \
+		--with-id3tag-includes=${STAGING_INCDIR} \
+		--with-mad-libraries=${STAGING_LIBDIR} \
+		--with-mad-includes=${STAGING_INCDIR} \
+        --with-faad-libraries=${STAGING_LIBDIR} \
+		--with-faad-includes=${STAGING_INCDIR} \
+        --disable-jack \
+        --disable-pulse \
+        --enable-mod \
+        --disable-oggflac"
+
+do_compile_prepend() {
+    find -name Makefile | xargs sed -i 's~-I/usr/include~-I${STAGING_INCDIR}~g'
+}






More information about the Openembedded-commits mailing list