[oe-commits] org.oe.dev merge of 'dd31500500238107a50637418ba3f63cb4b36a7d'

mickeyl commit openembedded-commits at lists.openembedded.org
Mon Aug 20 13:59:39 UTC 2007


merge of 'dd31500500238107a50637418ba3f63cb4b36a7d'
     and 'fd51b44f85d35014e5287bedc536e9abcbf56cad'

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 86e9191168018910c9a8aede9611feb36466eebe
ViewMTN: http://monotone.openembedded.org/revision.psp?id=86e9191168018910c9a8aede9611feb36466eebe
Files:
1
packages/ode
packages/nonworking/ode
packages/ode/ode_0.5.bb
packages/nonworking/ode/ode_0.8.bb
packages/python/python-pyode_1.0.0.bb
packages/nonworking/python/python-pyode_1.2.0.bb
conf/distro/include/sane-srcdates.inc
packages/libtiff/tiff_3.7.2.bb
Diffs:

#
# mt diff -rdd31500500238107a50637418ba3f63cb4b36a7d -r86e9191168018910c9a8aede9611feb36466eebe
#
# 
# 
# rename "packages/ode"
#     to "packages/nonworking/ode"
# 
# rename "packages/ode/ode_0.5.bb"
#     to "packages/nonworking/ode/ode_0.8.bb"
# 
# rename "packages/python/python-pyode_1.0.0.bb"
#     to "packages/nonworking/python/python-pyode_1.2.0.bb"
# 
# patch "conf/distro/include/sane-srcdates.inc"
#  from [8474adf8121756bae4ae80bf72d1c091265f8ae3]
#    to [d94b2414829303bb2db482d470a198764a7dcc7d]
# 
# patch "packages/nonworking/ode/ode_0.8.bb"
#  from [4e3a30b5b3be7873cdc9d5a6aac9b2bf8b1504f4]
#    to [c374097c73abc403e4ef197689b6a674215f8b17]
# 
============================================================
--- conf/distro/include/sane-srcdates.inc	8474adf8121756bae4ae80bf72d1c091265f8ae3
+++ conf/distro/include/sane-srcdates.inc	d94b2414829303bb2db482d470a198764a7dcc7d
@@ -82,6 +82,13 @@ SRCDATE_eflpp ?= "20070721"
 SRCDATE_evolve ?= "20070721"
 SRCDATE_eflpp ?= "20070721"
 
+# Enlightenment Bindings
+SRCDATE_python-evas ?= "20070721"
+SRCDATE_python-ecore ?= "20070721"
+SRCDATE_python-edje ?= "20070721"
+SRCDATE_python-ewl ?= "20070721"
+SRCDATE_python-etk ?= "20070721"
+
 # Enlightenment Applications
 SRCDATE_edje-viewer ?= "20070601"
 SRCDATE_edje-editor ?= "20070721"
============================================================
--- packages/ode/ode_0.5.bb	4e3a30b5b3be7873cdc9d5a6aac9b2bf8b1504f4
+++ packages/nonworking/ode/ode_0.8.bb	c374097c73abc403e4ef197689b6a674215f8b17
@@ -1,27 +1,30 @@ SECTION = "libs"
 DESCRIPTION = "ODE is an Open Source Physics Engine."
 SECTION = "libs"
-PR = "r0"
+HOMEPAGE = "http://www.ode.org"
 LICENSE = "LGPL"
+PR = "r0"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/opende/ode-${PV}.tgz \
+SRC_URI = "${SOURCEFORGE_MIRROR}/opende/ode-src-${PV}.zip \
            file://config.h"
 
-do_configure() {
-	touch configurator.exe
-	chmod a+rx configurator.exe
-	install -m 0644 ${WORKDIR}/config.h include/ode/
-}
+inherit autotools
 
-do_compile() {
-	oe_runmake CC="${CC}" CFLAGS="${CFLAGS}" LD="${LD}" LDFLAGS="${LDFLAGS}" RANLIB="${RANLIB}" AR="${AR} qf " ode-lib
-}
+#do_configure() {
+#	touch configurator.exe
+#	chmod a+rx configurator.exe
+#	install -m 0644 ${WORKDIR}/config.h include/ode/
+#}
 
-do_stage() {
-	install -d ${STAGING_INCDIR}/ode/
-	install -m 0644 include/ode/*.h ${STAGING_INCDIR}/ode/
-	oe_libinstall -C lib -a libode ${STAGING_LIBDIR}
-}
+#do_compile() {
+#	oe_runmake CC="${CC}" CFLAGS="${CFLAGS}" LD="${LD}" LDFLAGS="${LDFLAGS}" RANLIB="${RANLIB}" AR="${AR} qf " ode-lib
+#}
 
+#do_stage() {
+#	install -d ${STAGING_INCDIR}/ode/
+#	install -m 0644 include/ode/*.h ${STAGING_INCDIR}/ode/
+#	oe_libinstall -C lib -a libode ${STAGING_LIBDIR}
+#}
+
+#do_install() {
+#	:
+#}
-do_install() {
-	:
-}


#
# mt diff -rfd51b44f85d35014e5287bedc536e9abcbf56cad -r86e9191168018910c9a8aede9611feb36466eebe
#
# 
# 
# patch "packages/libtiff/tiff_3.7.2.bb"
#  from [87afac8ebad21f27d937fcbf856fa987c3af79c2]
#    to [026a8c2d0b6d10cc0c2950f8266faf28a6c8d243]
# 
============================================================
--- packages/libtiff/tiff_3.7.2.bb	87afac8ebad21f27d937fcbf856fa987c3af79c2
+++ packages/libtiff/tiff_3.7.2.bb	026a8c2d0b6d10cc0c2950f8266faf28a6c8d243
@@ -1,9 +1,10 @@
-DESCRIPTION =	"This software provides support for the Tag Image File Format (TIFF)"
-LICENSE =	""
-HOMEPAGE = 	"http://www.remotesensing.org/libtiff/"
+DESCRIPTION = "This software provides support for the Tag Image File Format (TIFF)"
+LICENSE = ""
+HOMEPAGE = "http://www.remotesensing.org/libtiff/"
+DEPENDS = "zlib jpeg"
+PR = "r1"
 
-DEPENDS =	"zlib jpeg"
-SRC_URI =	"http://dl.maptools.org/dl/libtiff/old/tiff-${PV}.tar.gz"
+SRC_URI = "http://dl.maptools.org/dl/libtiff/old/tiff-${PV}.tar.gz"
 
 inherit autotools
 
@@ -13,3 +14,10 @@ do_stage() {
 	install -m 755 libtiff/.libs/libtiff.so.3.7.2 ${STAGING_LIBDIR}/libtiff.so
 	install -m 755 ./libtiff/.libs/libtiffxx.so.3.7.2 ${STAGING_LIBDIR}/libtiffxx.so
 }
+
+PACKAGES =+ "tiffxx tiffxx-dbg tiffxx-dev tiff-utils tiff-utils-dbg"
+FILES_tiffxx = "${libdir}/libtiffxx.so.*"
+FILES_tiffxx-dev = "${libdir}/libtiffxx.so ${libdir}/libtiffxx.*a"
+FILES_tiffxx-dbg = "${libdir}/.debug/libtiffxx.so*"
+FILES_tiff-utils = "${bindir}/*"
+FILES_tiff-utils-dbg = "${bindir}/.debug/"






More information about the Openembedded-commits mailing list