[oe-commits] org.oe.dev libsdl-mixer: update to 1.2.8

koen commit oe at amethyst.openembedded.net
Sat Jun 21 10:44:12 UTC 2008


libsdl-mixer: update to 1.2.8

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: c3c481e3b77178f9a4dc4f6a1539c24f8f77edd8
ViewMTN: http://monotone.openembedded.org/revision/info/c3c481e3b77178f9a4dc4f6a1539c24f8f77edd8
Files:
1
packages/libsdl/libsdl-mixer_1.2.8.bb
Diffs:

#
# mt diff -rc50bbb96a8494283c9dd3e6fc0edfbd16171d87f -rc3c481e3b77178f9a4dc4f6a1539c24f8f77edd8
#
#
#
# add_file "packages/libsdl/libsdl-mixer_1.2.8.bb"
#  content [58cd70e9dbf5150326b31cbf167e27b45a808e45]
#
============================================================
--- packages/libsdl/libsdl-mixer_1.2.8.bb	58cd70e9dbf5150326b31cbf167e27b45a808e45
+++ packages/libsdl/libsdl-mixer_1.2.8.bb	58cd70e9dbf5150326b31cbf167e27b45a808e45
@@ -0,0 +1,21 @@
+DESCRIPTION = "Simple DirectMedia Layer mixer library."
+SECTION = "libs"
+PRIORITY = "optional"
+DEPENDS = "virtual/libsdl libmikmod"
+LICENSE = "LGPL"
+
+SRC_URI = "http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-${PV}.tar.gz"
+S = "${WORKDIR}/SDL_mixer-${PV}"
+
+export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config"
+
+inherit autotools
+
+EXTRA_OECONF = "--disable-music-mp3"
+# although we build smpeg... need to find out how
+# to deal with optional dependencies
+
+do_stage() {
+	autotools_stage_all
+}
+






More information about the Openembedded-commits mailing list