repo
string
commit
string
message
string
diff
string
rmr/ptxdist-efl
66b35be88b49352afc0a4297ce68274503d03e20
[eina] Changed config->menuconfig, syntax replacements
diff --git a/rules/eina.in b/rules/eina.in index 9efd2a4..17e2417 100644 --- a/rules/eina.in +++ b/rules/eina.in @@ -1,20 +1,43 @@ ## SECTION=multimedia_efl -config EINA +menuconfig EINA tristate - prompt "eina" + prompt "eina " help Eina is the base library of all data types used by the EFL. ...
rmr/ptxdist-efl
09ececeb63158efbdb60ec14e7f4150776732fd5
[e_dbus] fix menu width
diff --git a/rules/e_dbus.in b/rules/e_dbus.in index e984025..ce518f9 100644 --- a/rules/e_dbus.in +++ b/rules/e_dbus.in @@ -1,51 +1,51 @@ ## SECTION=multimedia_efl menuconfig E_DBUS tristate select DBUS select EINA select ECORE - prompt "e_dbus " + prompt "e_dbus " help...
rmr/ptxdist-efl
17a68a63755a701d257617f7f817bd01ccf4abfa
[e_dbus] separated e_dbus modules for configuration
diff --git a/rules/e_dbus.in b/rules/e_dbus.in index fcb7d2e..e984025 100644 --- a/rules/e_dbus.in +++ b/rules/e_dbus.in @@ -1,12 +1,51 @@ ## SECTION=multimedia_efl -config E_DBUS +menuconfig E_DBUS tristate select DBUS select EINA select ECORE - prompt "e_dbus" + prompt "e_dbus " help This...
rmr/ptxdist-efl
cd46063a73340d1335b2069e6d75c69853df2a6a
[ecore] fix menu width
diff --git a/rules/ecore.in b/rules/ecore.in index e78e9e1..94183cb 100644 --- a/rules/ecore.in +++ b/rules/ecore.in @@ -1,24 +1,24 @@ ## SECTION=multimedia_efl menuconfig ECORE - tristate "ecore" + tristate "ecore " select EINA select OPENSSL if ECORE_SSL select XORG_LIB_X11 select...
rmr/ptxdist-efl
73e4bd3b43ab5421957f84db60893891e8b52bef
[zlib] fix use of install_lib
diff --git a/rules/zlib.make b/rules/zlib.make index 10222f7..d621db0 100644 --- a/rules/zlib.make +++ b/rules/zlib.make @@ -1,76 +1,76 @@ # -*-makefile-*- # # Copyright (C) 2002-2007 by Pengutronix e.K., Hildesheim, Germany # 2009 by Marc Kleine-Budde <mkl@pengutronix.de> # # See CREDITS for detail...
rmr/ptxdist-efl
4380e20bb9141b3817c9133a8a67ba4521ec7f2f
[ptxd_make_xpkg_pkg] install_lib: print helpfull error message
diff --git a/scripts/lib/ptxd_make_xpkg_pkg.sh b/scripts/lib/ptxd_make_xpkg_pkg.sh index 5d40524..84b0992 100644 --- a/scripts/lib/ptxd_make_xpkg_pkg.sh +++ b/scripts/lib/ptxd_make_xpkg_pkg.sh @@ -22,528 +22,531 @@ ptxd_install_error() { echo Error: "$@" exit 1 } export -f ptxd_install_error ptxd_install_setup...
rmr/ptxdist-efl
c3afbb2f8a0f652cc494445a9dacaebb17abdd60
zlib: use install_lib
diff --git a/rules/zlib.make b/rules/zlib.make index 1ae7bda..10222f7 100644 --- a/rules/zlib.make +++ b/rules/zlib.make @@ -1,79 +1,76 @@ # -*-makefile-*- # # Copyright (C) 2002-2007 by Pengutronix e.K., Hildesheim, Germany # 2009 by Marc Kleine-Budde <mkl@pengutronix.de> # # See CREDITS for detail...
rmr/ptxdist-efl
cfcb14b81513db1af6153a08ed891856da802b37
[setenv] use make_*_env to create the full bootloader environment
diff --git a/tests/setenv b/tests/setenv index 6602d30..af6ec88 100755 --- a/tests/setenv +++ b/tests/setenv @@ -1,65 +1,17 @@ #!/bin/bash if [ ! -e "${PTXDIST_BOARDSETUP}" ]; then echo "Please run 'ptxdist boardsetup' first!" >&2 exit 1 fi set -a . "${PTXDIST_BOARDSETUP}" set +a -# We can put both u-bo...
rmr/ptxdist-efl
e2aa3e9ce260646191aa49293bbc99bda034cc38
[make_uboot_env] like make_barebox_env but for U-Boot V1
diff --git a/tests/make_uboot_env b/tests/make_uboot_env new file mode 100755 index 0000000..15ff57f --- /dev/null +++ b/tests/make_uboot_env @@ -0,0 +1,14 @@ +#!/bin/bash + +UBOOT_ENV="${1}" + +ptxd_get_path "${PTXDIST_PLATFORMCONFIGDIR}/u-boot-env/config{${PTXDIST_PLATFORMSUFFIX},}{.in,}" || +ptxd_bailout "could not ...
rmr/ptxdist-efl
eb169b366ac58921304549123a724cbd13af50e2
[make_barebox_env] create the config file here
diff --git a/tests/make_barebox_env b/tests/make_barebox_env index ac130bb..6c0ff97 100755 --- a/tests/make_barebox_env +++ b/tests/make_barebox_env @@ -1,29 +1,37 @@ #!/bin/bash -set -e -PTXDIST_SETENV_BAREBOX_ENV="${1}" -ENVTMPDIR="$(mktemp -d "${PTXDIST_TEMPDIR}/barebox_env.XXXXXX")" +BAREBOX_ENV="${1}" +ENVTMPDI...
rmr/ptxdist-efl
3d0a3ee1e0c55f1d0df8dc35f976bf2cfb74775a
[libptxdisttest.kermit] make sure the default barebox prompt is used
diff --git a/tests/libptxdisttest.kermit b/tests/libptxdisttest.kermit index 5620c25..4e1e940 100644 --- a/tests/libptxdisttest.kermit +++ b/tests/libptxdisttest.kermit @@ -1,168 +1,170 @@ #!/usr/bin/kermit # FIXME: Sync with libptxdisttest.sh .red := "\27[31m" .green := "\27[32m" .blue := "\27[34m" .nocolor :=...
rmr/ptxdist-efl
177f2d2bae707de2c9c5ba3009a7a0700337c87a
[kwrapper] use ckermit from $PATH
diff --git a/tests/kwrapper b/tests/kwrapper index 94d4deb..6a1f47f 100755 --- a/tests/kwrapper +++ b/tests/kwrapper @@ -1,41 +1,41 @@ #!/bin/bash _error() { echo "$1" >&2 exit 1 } export PTXDIST_SYSROOT_HOST=$(ptxd_get_ptxconf PTXCONF_SYSROOT_HOST) # FIXME: Is there a dedicated IMAGEDIR? export IMAGEDIR=...
rmr/ptxdist-efl
df2fdee24d97175a86a94866ee63312eb425eb7e
[ecore] fix selects to X11
diff --git a/rules/ecore.in b/rules/ecore.in index c450b6c..e78e9e1 100644 --- a/rules/ecore.in +++ b/rules/ecore.in @@ -1,24 +1,24 @@ ## SECTION=multimedia_efl menuconfig ECORE tristate "ecore" select EINA - select OPENSSL if ECORE_SSL - select XORG_APP_XINPUT if ECORE_ENABLE_INPUT - select XORG if ECORE_ENABL...
rmr/ptxdist-efl
29fdca7e6553eaf896c3571683a1db50fac97917
[ecore] make it menuconfig
diff --git a/rules/ecore.in b/rules/ecore.in index 93ff1bf..c450b6c 100644 --- a/rules/ecore.in +++ b/rules/ecore.in @@ -1,23 +1,24 @@ ## SECTION=multimedia_efl -config ECORE - tristate +menuconfig ECORE + tristate "ecore" select EINA select OPENSSL if ECORE_SSL select XORG_APP_XINPUT if ECORE_ENABLE_INPUT s...
rmr/ptxdist-efl
ff8878e4ca1440e9d6ed110c1303d1c96e93261c
[eina] don't build doc
diff --git a/rules/eina.make b/rules/eina.make index 598a7d1..a2ca2d8 100644 --- a/rules/eina.make +++ b/rules/eina.make @@ -1,47 +1,50 @@ # -*-makefile-*- # # Copyright (C) 2007 by Lars Munch <lars@segv.dk> # 2010 by Ryan Raasch <ryan.raasch@gmail.com> # # See CREDITS for details about who has cont...
rmr/ptxdist-efl
079c73b3698877675757a1d5b34d9b3a7f1e16eb
[elf] use space to allign copyright notes
diff --git a/rules/ecore.make b/rules/ecore.make index 94ae477..85882e4 100644 --- a/rules/ecore.make +++ b/rules/ecore.make @@ -1,63 +1,63 @@ # -*-makefile-*- # # Copyright (C) 2007 by Lars Munch <lars@segv.dk> -# 2010 by Ryan Raasch <ryan.raasch@gmail.com> +# 2010 by Ryan Raasch <ryan.raasch@gmail.c...
rmr/ptxdist-efl
e429b5071721c0998034a0871162402ad882fe7d
[eina] efl eina library support
diff --git a/rules/eina.in b/rules/eina.in new file mode 100644 index 0000000..9efd2a4 --- /dev/null +++ b/rules/eina.in @@ -0,0 +1,20 @@ +## SECTION=multimedia_efl + +config EINA + tristate + prompt "eina" + help + Eina is the base library of all data types used by the EFL. + It is designed to reduce CPU use as mu...
rmr/ptxdist-efl
a1d2dc3ffee33229f7f04abb609bd8790765034f
[ecore] efl ecore library support
diff --git a/rules/ecore.in b/rules/ecore.in new file mode 100644 index 0000000..93ff1bf --- /dev/null +++ b/rules/ecore.in @@ -0,0 +1,23 @@ +## SECTION=multimedia_efl + +config ECORE + tristate + select EINA + select OPENSSL if ECORE_SSL + select XORG_APP_XINPUT if ECORE_ENABLE_INPUT + select XORG if ECORE_ENABLE_INPU...
rmr/ptxdist-efl
61949ef34e87edca14385da5952c9fcf3f6d4879
[e_dbus] efl e_dbus library support
diff --git a/rules/e_dbus.in b/rules/e_dbus.in new file mode 100644 index 0000000..fcb7d2e --- /dev/null +++ b/rules/e_dbus.in @@ -0,0 +1,12 @@ +## SECTION=multimedia_efl + +config E_DBUS + tristate + select DBUS + select EINA + select ECORE + prompt "e_dbus" + help + This is the start of some basic convenience wrapp...
rmr/ptxdist-efl
e436403f7e9a1f69c8701d7b12aa140872c472d7
[efl] efl library support
diff --git a/rules/graphics_and_multimedia.in b/rules/graphics_and_multimedia.in index d41c8a8..ac96a43 100644 --- a/rules/graphics_and_multimedia.in +++ b/rules/graphics_and_multimedia.in @@ -1,87 +1,103 @@ ## SECTION=graphics_and_multimedia menu "directfb & friends " source "generated/multimedia_direc...
rmr/ptxdist-efl
217523445742ca17af9f02a2d1ade8735c731054
[php5] cleanup configure options
diff --git a/rules/php5.in b/rules/php5.in index 5c26343..8f77492 100644 --- a/rules/php5.in +++ b/rules/php5.in @@ -1,600 +1,541 @@ ## SECTION=scripting_languages # php5 configuration menuconfig PHP5 tristate prompt "php5 " select APACHE2 if PHP5_SAPI_APXS2 select LIBXML2 if PHP5_...
rmr/ptxdist-efl
fc97ab953e517b90e1eed4c5d752d9548d1ac22b
ptxd_make_world_install: replace binconfig stuff before copying to sysroot
diff --git a/scripts/lib/ptxd_make_world_install.sh b/scripts/lib/ptxd_make_world_install.sh index 7599ecd..38e0716 100644 --- a/scripts/lib/ptxd_make_world_install.sh +++ b/scripts/lib/ptxd_make_world_install.sh @@ -1,167 +1,167 @@ #!/bin/bash # # Copyright (C) 2009 by Marc Kleine-Budde <mkl@pengutronix.de> # See ...
rmr/ptxdist-efl
04edb3a42f4312034c511747100396d472354fbe
Events not correctly installed due to typo
diff --git a/rules/oprofile.make b/rules/oprofile.make index 6eeb2aa..0defcf8 100644 --- a/rules/oprofile.make +++ b/rules/oprofile.make @@ -1,81 +1,81 @@ # -*-makefile-*- # # Copyright (C) 2003 by Benedikt Spranger <b.spranger@pengutronix.de> # 2003 by Auerswald GmbH & Co. KG, Schandelah, Germany # ...
rmr/ptxdist-efl
0fb82e7903485fac2fdf4ffac182f0d36a550136
[python3] fix parallel building issue
diff --git a/patches/Python-3.1.2/0021-fix-parallel-building.patch b/patches/Python-3.1.2/0021-fix-parallel-building.patch new file mode 100644 index 0000000..9243527 --- /dev/null +++ b/patches/Python-3.1.2/0021-fix-parallel-building.patch @@ -0,0 +1,34 @@ +From: Michael Olbrich <m.olbrich@pengutronix.de> +Date: Wed, ...
rmr/ptxdist-efl
cc274335ce4ad3e0efbe797e8884402f7f21d6af
[install_copy_toolchain] try harder to find toolchain libs
diff --git a/scripts/install_copy_toolchain.sh b/scripts/install_copy_toolchain.sh index 794598a..8a67698 100755 --- a/scripts/install_copy_toolchain.sh +++ b/scripts/install_copy_toolchain.sh @@ -1,361 +1,361 @@ #!/bin/bash . ${PTXDIST_TOPDIR}/scripts/ptxdist_vars.sh . ${SCRIPTSDIR}/libptxdist.sh # # $1 = fro...
rmr/ptxdist-efl
16a24efc2cdd71c7d6b7917eeed3c5df5b8c7e0b
[php5] version bump 5.2.9 -> 5.3.3
diff --git a/rules/php5.make b/rules/php5.make index 0bab822..750054d 100644 --- a/rules/php5.make +++ b/rules/php5.make @@ -1,332 +1,336 @@ # -*-makefile-*- # # Copyright (C) 2006-2008 by Robert Schwebel # 2009 by Marc Kleine-Budde <mkl@pengutronix.de> # # See CREDITS for details about who has cont...
rmr/ptxdist-efl
9932fb4da96e95f80d36390c0d9fdc3f4b54de00
gcclibs: make OSELAS.Toolchain happy
diff --git a/rules/gcclibs.make b/rules/gcclibs.make index 89b0474..8d9a25c 100644 --- a/rules/gcclibs.make +++ b/rules/gcclibs.make @@ -1,89 +1,93 @@ # -*-makefile-*- # # Copyright (C) 2004 by Robert Schwebel # Marc Kleine-Budde <kleine-budde@gmx.de> # 2005-2008 by Marc Kleine-...
rmr/ptxdist-efl
c84c19b39b231aa100d15d6bc4ee7a7d7798e77c
[kexec-tools] fix URL
diff --git a/rules/kexec-tools.make b/rules/kexec-tools.make index 10ef724..62ac04c 100644 --- a/rules/kexec-tools.make +++ b/rules/kexec-tools.make @@ -1,90 +1,90 @@ # -*-makefile-*- # # Copyright (C) 2008 by Erwin Rol # 2009 by Marc Kleine-Budde <mkl@pengutronix.de> # # See CREDITS for details abo...
rmr/ptxdist-efl
be015a963f3a16bbe3cc17f9d5bb75aee901bdef
host-makedepend: fix missing type
diff --git a/rules/host-makedepend.in b/rules/host-makedepend.in index 1a7d43e..f23005c 100644 --- a/rules/host-makedepend.in +++ b/rules/host-makedepend.in @@ -1,5 +1,6 @@ ## SECTION=hosttools_noprompt config HOST_MAKEDEPEND + tristate select HOST_XORG_PROTO_X default ALLYES
rmr/ptxdist-efl
7944acdb4469dcffc695ce4a87168e53a0ff6410
[ptxdist] add new packet x-load
diff --git a/platforms/x-load.in b/platforms/x-load.in new file mode 100644 index 0000000..1016307 --- /dev/null +++ b/platforms/x-load.in @@ -0,0 +1,50 @@ +## SECTION=bootloader + +menuconfig X_LOAD + bool + depends on ARCH_ARM_OMAP + prompt "x-loader " + help + The X-Loader is a first level boo...
rmr/ptxdist-efl
4bce2e527d1d8fa283d9f80d6c3178cc986bf284
[option-disabled] add ptx/disen
diff --git a/rules/pre/000-option-disabled.make b/rules/pre/000-option-disabled.make index 501424b..7ace5c9 100644 --- a/rules/pre/000-option-disabled.make +++ b/rules/pre/000-option-disabled.make @@ -1,64 +1,76 @@ # -*-makefile-*- # # Copyright (C) 2008, 2009 by Marc Kleine-Budde <mkl@pengutronix.de> # # See CRED...
rmr/ptxdist-efl
5b49f55bd084fffe455cd5202d6a050ecfd3048d
[ptxdist] setup_platform: remove bad chars from project_version
diff --git a/bin/ptxdist b/bin/ptxdist index 4f01852..a14cfde 100755 --- a/bin/ptxdist +++ b/bin/ptxdist @@ -1835,724 +1835,727 @@ parse_second() collection) do_select collectionconfig "${1}" exit ;; toolchain) do_select_toolchain "${1}" exit ;; migrate) do_migrate exit ...
rmr/ptxdist-efl
168e4f440f05cdae35b7bef0e44bf69a2e6e5b2b
[inetd] disable FTP upload commands
diff --git a/generic/etc/inetd.conf.d/ftpd b/generic/etc/inetd.conf.d/ftpd index d80c851..3335031 100644 --- a/generic/etc/inetd.conf.d/ftpd +++ b/generic/etc/inetd.conf.d/ftpd @@ -1 +1,3 @@ -ftp stream tcp nowait root /usr/sbin/ftpd ftpd -w -S /tmp +# Enable all kinds of FTP upload commands (-w option) +#ftp stream tc...
rmr/ptxdist-efl
c90fd34d22278ca27b5f028c5cd04956c778061e
dconf: version bump 0.4.1 -> 0.5
diff --git a/patches/dconf-0.4.1/0001-make-dconf-editor-optional.patch b/patches/dconf-0.5/0001-make-dconf-editor-optional.patch similarity index 76% rename from patches/dconf-0.4.1/0001-make-dconf-editor-optional.patch rename to patches/dconf-0.5/0001-make-dconf-editor-optional.patch index ae2cb68..14e7d1a 100644 --- ...
rmr/ptxdist-efl
e34841be8fe37a4afbc3a00fc926f8f8298180d8
glib: version bump 2.25.10 -> 2.25.12
diff --git a/patches/glib-2.25.10/0001-HACK-don-t-drop-dependency-libs.patch b/patches/glib-2.25.10/0001-HACK-don-t-drop-dependency-libs.patch deleted file mode 100644 index 353fa0c..0000000 --- a/patches/glib-2.25.10/0001-HACK-don-t-drop-dependency-libs.patch +++ /dev/null @@ -1,35 +0,0 @@ -From ec38987a4850b2bd613e45...
rmr/ptxdist-efl
41055998460781a4e3732ea3ac2707e77323cb64
glib: use gnome server instead of gtk server
diff --git a/rules/glib.make b/rules/glib.make index 84bb768..65b826b 100644 --- a/rules/glib.make +++ b/rules/glib.make @@ -1,141 +1,141 @@ # -*-makefile-*- # # Copyright (C) 2006-2009 by Robert Schwebel <r.schwebel@pengutronix.de> # Pengutronix <info@pengutronix.de>, Germany # # See C...
rmr/ptxdist-efl
624522783bd91478d814df7dc9bfbd0b2c7fb540
[u-boot] install srec and/or elf images
diff --git a/platforms/u-boot.in b/platforms/u-boot.in index 64d4d03..383a228 100644 --- a/platforms/u-boot.in +++ b/platforms/u-boot.in @@ -1,46 +1,60 @@ ## SECTION=bootloader menuconfig U_BOOT select BOOTLOADER prompt "U-Boot " bool if U_BOOT config U_BOOT_VERSION string def...
rmr/ptxdist-efl
0a102c79ae5f0b99a4a203f38988172ed0e42272
[inetd] handle ftpd service
diff --git a/generic/etc/inetd.conf.d/ftpd b/generic/etc/inetd.conf.d/ftpd new file mode 100644 index 0000000..d80c851 --- /dev/null +++ b/generic/etc/inetd.conf.d/ftpd @@ -0,0 +1 @@ +ftp stream tcp nowait root /usr/sbin/ftpd ftpd -w -S /tmp diff --git a/rules/busybox.in b/rules/busybox.in index 4f1afe3..d7efebe 100644...
rmr/ptxdist-efl
18db7010928e6df582453551b7ea72dec080521a
[sdl] disable rpath
diff --git a/rules/sdl.make b/rules/sdl.make index 07f1fd2..8a27de0 100644 --- a/rules/sdl.make +++ b/rules/sdl.make @@ -1,297 +1,297 @@ # -*-makefile-*- # # Copyright (C) 2006 by Erwin Rol # 2010 by Marc Kleine-Budde <mkl@pengutronix.de> # # See CREDITS for details about who has contributed to this...
rmr/ptxdist-efl
74448a3678fb8a131d40630b1e3bfab4d0716136
[kbd] use http url
diff --git a/rules/kbd.make b/rules/kbd.make index 26fc094..c0fa004 100644 --- a/rules/kbd.make +++ b/rules/kbd.make @@ -1,97 +1,97 @@ # -*-makefile-*- # # Copyright (C) 2010 by Luotao Fu <l.fu@pengutronix.de> # # See CREDITS for details about who has contributed to this project. # # For further information abou...
rmr/ptxdist-efl
1fc92524aa56fe24026c05c1887b26b4a039834c
[xterm] fix leakage from host-X
diff --git a/rules/xterm.make b/rules/xterm.make index aa3dbbd..0a62680 100644 --- a/rules/xterm.make +++ b/rules/xterm.make @@ -1,68 +1,75 @@ # -*-makefile-*- # # Copyright (C) 2006 by Sascha Hauer # # See CREDITS for details about who has contributed to this project. # # For further information about the PTXdi...
rmr/ptxdist-efl
548b737c47253274251cb311b29bf2a9a337914f
[mesalib] select makedepend
diff --git a/rules/host-mesalib.in b/rules/host-mesalib.in index 22d9bff..6e64e0b 100644 --- a/rules/host-mesalib.in +++ b/rules/host-mesalib.in @@ -1,5 +1,5 @@ ## SECTION=hosttools_noprompt config HOST_MESALIB tristate - + select HOST_MAKEDEPEND diff --git a/rules/mesalib.in b/rules/mesalib.in index 7571bdc..aad...
rmr/ptxdist-efl
de238e5040f4f38afe9b475f6a59aa9758f8953c
[host-makedepend] new package
diff --git a/rules/host-makedepend.in b/rules/host-makedepend.in new file mode 100644 index 0000000..1a7d43e --- /dev/null +++ b/rules/host-makedepend.in @@ -0,0 +1,5 @@ +## SECTION=hosttools_noprompt + +config HOST_MAKEDEPEND + select HOST_XORG_PROTO_X + default ALLYES diff --git a/rules/host-makedepend.make b/rules/h...
rmr/ptxdist-efl
b278c1be1f246bb2c9d4414cf0f0d85eabb9e960
[ptxdist] add help text for --git option
diff --git a/bin/ptxdist b/bin/ptxdist index e8130f6..4f01852 100755 --- a/bin/ptxdist +++ b/bin/ptxdist @@ -352,1024 +352,1026 @@ _check_config_collection() { # # Check for existence of the config files # check_config() # check_config() { if [ -z "${PTX_SLEDGEHAMMER}" ]; then _check_config_ptx && _check_c...
rmr/ptxdist-efl
df435fd821da8495dc1fb0cc947e1bbf01c1b782
[busybox] busybox rfkill need linux/rfkill.h from the kernel headers
diff --git a/rules/busybox.in b/rules/busybox.in index 001d4fc..4f1afe3 100644 --- a/rules/busybox.in +++ b/rules/busybox.in @@ -1,65 +1,66 @@ ## SECTION=shell_and_console menuconfig BUSYBOX tristate prompt "busybox " select LIBC_M if BUSYBOX_FEATURE_AWK_MATH + select KERNEL if BUSYBOX_R...
rmr/ptxdist-efl
5ce908a0ae632c4802a962067d72635b625167f3
[busybox] add patch to fix compile error on PPC
diff --git a/patches/busybox-1.17.1/0001-reactivate-check-for-tty.patch b/patches/busybox-1.17.1/0001-reactivate-check-for-tty.patch index b76dc60..059d2f6 100644 --- a/patches/busybox-1.17.1/0001-reactivate-check-for-tty.patch +++ b/patches/busybox-1.17.1/0001-reactivate-check-for-tty.patch @@ -1,32 +1,31 @@ -From 8bc...
rmr/ptxdist-efl
e1f6cd1ad94002decf9c30671594c40e313c8217
[mtd-utils] regenerate patches
diff --git a/patches/mtd-utils-1.3.1/make-liblzo-optional.patch b/patches/mtd-utils-1.3.1/0001-make-liblzo-optional.patch similarity index 96% rename from patches/mtd-utils-1.3.1/make-liblzo-optional.patch rename to patches/mtd-utils-1.3.1/0001-make-liblzo-optional.patch index 8778956..e5f6f6e 100644 --- a/patches/mtd-...
rmr/ptxdist-efl
041f3d86323acaf8a88e4a58db04fc45987efdbf
[mtd-utils] make mkubifs optional
diff --git a/patches/mtd-utils-1.3.1/make-mkubifs-optional.patch b/patches/mtd-utils-1.3.1/make-mkubifs-optional.patch new file mode 100644 index 0000000..ec99f13 --- /dev/null +++ b/patches/mtd-utils-1.3.1/make-mkubifs-optional.patch @@ -0,0 +1,24 @@ +From: Ladislav Michl <ladis@linux-mips.org> +Date: Tue, 3 Aug 2010 ...
rmr/ptxdist-efl
6ca8e482e5b77aff910ae5335879d6a47375c2f4
[mesalib] fix typo in URL
diff --git a/rules/mesalib.make b/rules/mesalib.make index 28e3970..41b67a9 100644 --- a/rules/mesalib.make +++ b/rules/mesalib.make @@ -1,346 +1,346 @@ # -*-makefile-*- # # Copyright (C) 2006 by Erwin Rol # # See CREDITS for details about who has contributed to this project. # # For further information about th...
rmr/ptxdist-efl
d0b1b8608dfa4aa9bae18b2bb798b4b19580e181
[ptxd_make_world_patchin] alias: call git-ptx-patches directly
diff --git a/scripts/lib/ptxd_make_world_patchin.sh b/scripts/lib/ptxd_make_world_patchin.sh index 91b8ff1..6afe17e 100644 --- a/scripts/lib/ptxd_make_world_patchin.sh +++ b/scripts/lib/ptxd_make_world_patchin.sh @@ -1,419 +1,419 @@ #!/bin/bash # # Copyright (C) 2004-2009 by the ptxdist project # 2010...
rmr/ptxdist-efl
7d14006b7f76b26ddbd52f0bc00fa5c8f7056641
[expat] use bz2 tarball
diff --git a/rules/expat.make b/rules/expat.make index db8c1fd..efbabba 100644 --- a/rules/expat.make +++ b/rules/expat.make @@ -1,69 +1,69 @@ # -*-makefile-*- # # Copyright (C) 2003 by Robert Schwebel <r.schwebel@pengutronix.de> # Pengutronix <info@pengutronix.de>, Germany # 20...
rmr/ptxdist-efl
9602dadda30058385fe65d04da34ebdd863fb046
[sdl] fix typo: properly disable audio
diff --git a/rules/sdl.make b/rules/sdl.make index 198c1ed..07f1fd2 100644 --- a/rules/sdl.make +++ b/rules/sdl.make @@ -1,297 +1,297 @@ # -*-makefile-*- # # Copyright (C) 2006 by Erwin Rol # 2010 by Marc Kleine-Budde <mkl@pengutronix.de> # # See CREDITS for details about who has contributed to this...
andyli/casahx
659355d5f7186eb3c74ba6ef9db9e13d5542ef89
Added haxelib.json.
diff --git a/haxelib.json b/haxelib.json new file mode 100644 index 0000000..c57758a --- /dev/null +++ b/haxelib.json @@ -0,0 +1,11 @@ +{ + "name": "casalib", + "license": "BSD", + "tags": ["cross"], + "description": "A Haxe port of \"CASA Lib for ActionScript\", a great collection of helpful classes that streamlin...
andyli/casahx
bec93e760d6a21ee24c935ca81bb78ff52aa6233
ignore bin directory
diff --git a/.gitignore b/.gitignore index e5f5723..0d7372c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ +bin test/bin/cpp test/bin/php test/bin/js/*.js test/bin/swf/*.swf test/bin/neko/*.n .DS_Store
andyli/casahx
e922e93a53e169dc873eb7537f0b2899fc9b15ac
Added note about the uniqueness of StringUtil.uuid() outputs.
diff --git a/src/org/casalib/util/StringUtil.hx b/src/org/casalib/util/StringUtil.hx index f8d3762..bf9b1c4 100644 --- a/src/org/casalib/util/StringUtil.hx +++ b/src/org/casalib/util/StringUtil.hx @@ -1,640 +1,643 @@ /* CASA Lib for ActionScript 3.0 Copyright (c) 2011, Aaron Clinger & Contributors of CASA Lib Al...
andyli/casahx
ff9bba43cb561b0fcb436a2ad9c928c37493ffb5
hide haxelib install output in TravisCI
diff --git a/.travis.yml b/.travis.yml index 841d75c..ae05c31 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,38 +1,38 @@ language: haxe sudo: false addons: apt: packages: - gcc-multilib - g++-multilib matrix: include: - haxe: "3.2.1" - haxe: "development" install: ...
andyli/casahx
1fad4344af6597f64075d3ced138845ace6c310c
fixed test for haxe 3.2.1, added tests against openfl
diff --git a/.travis.yml b/.travis.yml index 74371d9..841d75c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,34 +1,38 @@ language: haxe sudo: false addons: apt: packages: - gcc-multilib - g++-multilib matrix: include: - haxe: "3.2.1" - haxe: "development" install: -...
andyli/casahx
a087fcb341983b139286f8c3dd190733d8294ca5
initial TravisCI config, testing against NME
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..74371d9 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,34 @@ +language: haxe + +sudo: false + +addons: + apt: + packages: + - gcc-multilib + - g++-multilib + +matrix: + include: + - haxe: "3.2.1" + - haxe: "development" + i...
andyli/casahx
b30c871ccc681332c3845fdcc12241cfa00be9d9
Some haxe 3 compat. cleanup.
diff --git a/src/org/casalib/control/IResumable.hx b/src/org/casalib/control/IResumable.hx index d4fb70d..fdc3cd7 100644 --- a/src/org/casalib/control/IResumable.hx +++ b/src/org/casalib/control/IResumable.hx @@ -1,46 +1,46 @@ /* CASA Lib for ActionScript 3.0 Copyright (c) 2011, Aaron Clinger & Contributors of CAS...
andyli/casahx
7f80e21b1972d8251cbfc6a2519fc5f7369868df
1.4.1.1
diff --git a/haxelib.xml b/haxelib.xml index 5120f50..769a318 100644 --- a/haxelib.xml +++ b/haxelib.xml @@ -1,6 +1,6 @@ <project name="casalib" url="http://github.com/andyli/casahx" license="BSD"> <user name="andyli"/> <tag v="cross"/> <description>A Haxe port of "CASA Lib for ActionScript", a great...
andyli/casahx
1e6a7e195d024f8cc766fcfd242c6c7e632cef38
haxe3 RC compat.
diff --git a/src/org/casalib/display/CasaBitmap.hx b/src/org/casalib/display/CasaBitmap.hx index d700f4c..22f2916 100644 --- a/src/org/casalib/display/CasaBitmap.hx +++ b/src/org/casalib/display/CasaBitmap.hx @@ -1,144 +1,144 @@ /* CASA Lib for ActionScript 3.0 Copyright (c) 2011, Aaron Clinger & Contributors of C...
andyli/casahx
a2c94c7077fccab30b1e5f637c209ca3fa180f82
Haxe 3 fix.
diff --git a/src/org/casalib/math/Percent.hx b/src/org/casalib/math/Percent.hx index 5a94f00..ff696d9 100644 --- a/src/org/casalib/math/Percent.hx +++ b/src/org/casalib/math/Percent.hx @@ -1,112 +1,112 @@ /* CASA Lib for ActionScript 3.0 Copyright (c) 2011, Aaron Clinger & Contributors of CASA Lib All rights res...
andyli/casahx
c6de61f2374dc438ec6fb1f70950711a49f97529
Better typing for filter callback
diff --git a/src/org/casalib/util/ArrayUtil.hx b/src/org/casalib/util/ArrayUtil.hx index e19ebc6..b8e2e7b 100644 --- a/src/org/casalib/util/ArrayUtil.hx +++ b/src/org/casalib/util/ArrayUtil.hx @@ -1 +1 @@ -/* CASA Lib for ActionScript 3.0 Copyright (c) 2011, Aaron Clinger & Contributors of CASA Lib All rights reserv...
andyli/casahx
80c81071f622e2ccf517cd73f10d54b8de786ee1
haxelib release
diff --git a/haxelib.xml b/haxelib.xml index 0a1cb08..5120f50 100644 --- a/haxelib.xml +++ b/haxelib.xml @@ -1,6 +1,6 @@ <project name="casalib" url="http://github.com/andyli/casahx" license="BSD"> <user name="andyli"/> <tag v="cross"/> - <description>A haXe port of "CASA Lib for ActionScript"(http://c...
andyli/casahx
a8078a860e399552a81f0d76d121a5301f6bb087
@:noUsing on min/max
diff --git a/src/org/casalib/util/NumberUtil.hx b/src/org/casalib/util/NumberUtil.hx index 0e84244..e5e94ba 100644 --- a/src/org/casalib/util/NumberUtil.hx +++ b/src/org/casalib/util/NumberUtil.hx @@ -1,616 +1,618 @@ /* CASA Lib for ActionScript 3.0 Copyright (c) 2011, Aaron Clinger & Contributors of CASA Lib Al...
andyli/casahx
19898be49a29db73f01a83568a924b3ff332c45e
Compatibility of recent haxe and nme.
diff --git a/src/org/casalib/display/CasaBitmap.hx b/src/org/casalib/display/CasaBitmap.hx index d535b98..eae62bf 100644 --- a/src/org/casalib/display/CasaBitmap.hx +++ b/src/org/casalib/display/CasaBitmap.hx @@ -1,152 +1,144 @@ /* CASA Lib for ActionScript 3.0 Copyright (c) 2010, Aaron Clinger & Contributors of C...
andyli/casahx
34b369b31c31204519c544d30b38708e50200610
Added new methods from latest AS3 version.
diff --git a/src/org/casalib/util/GeomUtil.hx b/src/org/casalib/util/GeomUtil.hx index 4849b29..c51d9b8 100644 --- a/src/org/casalib/util/GeomUtil.hx +++ b/src/org/casalib/util/GeomUtil.hx @@ -1,80 +1,173 @@ /* CASA Lib for ActionScript 3.0 Copyright (c) 2010, Aaron Clinger & Contributors of CASA Lib All rights ...
andyli/casahx
032ac17d4be7f2fdc1c60a6d83da263daafb09a1
Compatibility of recent haxe and nme.
diff --git a/src/org/casalib/events/ListenerManager.hx b/src/org/casalib/events/ListenerManager.hx index 26ffcce..510b6c4 100644 --- a/src/org/casalib/events/ListenerManager.hx +++ b/src/org/casalib/events/ListenerManager.hx @@ -1 +1 @@ -/** * CASA Lib for haXe * Andy Li http://www.onthewings.net/ * Ported from... ...
andyli/casahx
d817fee3a57ce89be4cecc790faed747e5038e0d
restructure project
diff --git a/.paths b/.paths new file mode 100644 index 0000000..57511cf --- /dev/null +++ b/.paths @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<ProjectPaths> + <OutputFolder>bin</OutputFolder> + <SourceFolder>src</SourceFolder> +</ProjectPaths> diff --git a/.project b/.project new f...
andyli/casahx
a8068dffe65d3b3081230d57aeb78bbdeb675a51
fixed flash target unit test
diff --git a/test/TestUtil.hx b/test/TestUtil.hx index 378a5cc..51b2066 100644 --- a/test/TestUtil.hx +++ b/test/TestUtil.hx @@ -1,825 +1,826 @@ package test; import haxe.unit.TestCase; #if !php import flash.display.Sprite; #end import flash.geom.Rectangle; import flash.geom.Point; import org.casalib.core.U...
andyli/casahx
06ae6538edaf7ad569148ccd76751069f6cd25a8
solved some incompatibility with haxe nightly
diff --git a/compile.hxml b/compile.hxml index 7212e06..7d3fa43 100644 --- a/compile.hxml +++ b/compile.hxml @@ -1,9 +1,6 @@ #this hxml is for enabling auto-completion of Gedit haXe plug-in. --cpp test/bin/cpp +-neko test/bin/neko/Test.n -lib nme --remap flash:nme -main test.Test - --cmd cd test/bin/cpp --cmd Tes...
andyli/casahx
c8a17cedb7598b97b0f36073cd357738376dd904
optimization
diff --git a/org/casalib/util/ArrayUtil.hx b/org/casalib/util/ArrayUtil.hx index 838011a..875cc6f 100644 --- a/org/casalib/util/ArrayUtil.hx +++ b/org/casalib/util/ArrayUtil.hx @@ -1 +1 @@ -/* CASA Lib for ActionScript 3.0 Copyright (c) 2010, Aaron Clinger & Contributors of CASA Lib All rights reserved. Redistrib...
andyli/casahx
1a39a42cf3f59772559fb0f3266de6dfc3c178d9
fixed ArrayUtil.addItemsAt on neko target
diff --git a/org/casalib/util/ArrayUtil.hx b/org/casalib/util/ArrayUtil.hx index d7eee7c..838011a 100644 --- a/org/casalib/util/ArrayUtil.hx +++ b/org/casalib/util/ArrayUtil.hx @@ -1,518 +1 @@ -/* CASA Lib for ActionScript 3.0 Copyright (c) 2010, Aaron Clinger & Contributors of CASA Lib All rights reserved. Redis...
andyli/casahx
484d5dcf4440ba10172b397f21e927d01bf53e71
fixed some haxe 2.07 UInt issue
diff --git a/org/casalib/events/ListenerManager.hx b/org/casalib/events/ListenerManager.hx index 12b61b9..26ffcce 100644 --- a/org/casalib/events/ListenerManager.hx +++ b/org/casalib/events/ListenerManager.hx @@ -1 +1 @@ -/** * CASA Lib for haXe * Andy Li http://www.onthewings.net/ * Ported from... * * CASA Lib f...
andyli/casahx
717159d49bbd719aaa7056806638b9a3b683218b
fixed lastest hxcpp problems
diff --git a/compile.hxml b/compile.hxml index a1b7852..7212e06 100644 --- a/compile.hxml +++ b/compile.hxml @@ -1,6 +1,9 @@ #this hxml is for enabling auto-completion of Gedit haXe plug-in. -cpp test/bin/cpp -lib nme --remap flash:nme -main test.Test + +-cmd cd test/bin/cpp +-cmd Test \ No newline at end of fil...
andyli/casahx
e9fbff40a46bfc8b861d116789edde85d2144fe7
reverse some of the changes
diff --git a/org/casalib/events/ListenerManager.hx b/org/casalib/events/ListenerManager.hx index 6486d88..12b61b9 100644 --- a/org/casalib/events/ListenerManager.hx +++ b/org/casalib/events/ListenerManager.hx @@ -1 +1 @@ -/* CASA Lib for ActionScript 3.0 Copyright (c) 2010, Aaron Clinger & Contributors of CASA Lib A...
andyli/casahx
b0945b914b784413bd8759d60fd5d8b255556378
tmp change to _checkWord in StringUtil
diff --git a/org/casalib/util/StringUtil.hx b/org/casalib/util/StringUtil.hx index 66f2c2f..dc5476e 100644 --- a/org/casalib/util/StringUtil.hx +++ b/org/casalib/util/StringUtil.hx @@ -1 +1 @@ -/* CASA Lib for ActionScript 3.0 Copyright (c) 2010, Aaron Clinger & Contributors of CASA Lib All rights reserved. Re...
andyli/casahx
e506a474d2c00319ced6931c3b270bdaf6269345
updating to match haxe nightly build
diff --git a/org/casalib/events/ListenerManager.hx b/org/casalib/events/ListenerManager.hx index c2889b5..6486d88 100644 --- a/org/casalib/events/ListenerManager.hx +++ b/org/casalib/events/ListenerManager.hx @@ -1 +1 @@ -/* CASA Lib for ActionScript 3.0 Copyright (c) 2010, Aaron Clinger & Contributors of CASA Lib A...
andyli/casahx
e2e1d3e70970af7dab837f1b5c2f7a7efb4547ee
fix issue 1, ListenerManager.destroy
diff --git a/org/casalib/events/ListenerManager.hx b/org/casalib/events/ListenerManager.hx index a52d6b8..c2889b5 100644 --- a/org/casalib/events/ListenerManager.hx +++ b/org/casalib/events/ListenerManager.hx @@ -1 +1 @@ -/* CASA Lib for ActionScript 3.0 Copyright (c) 2010, Aaron Clinger & Contributors of CASA Lib A...
andyli/casahx
59df955842a844901198bdae6f13e35079dad0b5
commenting out the parts that nme2/jeash don't like...
diff --git a/test/TestLayout.hx b/test/TestLayout.hx index 22d4aee..0d18a92 100644 --- a/test/TestLayout.hx +++ b/test/TestLayout.hx @@ -1,29 +1,27 @@ package test; class TestLayout extends flash.display.Sprite { public function new(){ super(); var d = new org.casalib.layout.Distribution(100); for (i...
andyli/casahx
5fcf7bb061cf0aa9347182dd889513bacd5cf18b
commenting out the parts that nme2/jeash don't like...
diff --git a/org/casalib/load/AudioLoad.hx b/org/casalib/load/AudioLoad.hx index f61c399..1ef0652 100644 --- a/org/casalib/load/AudioLoad.hx +++ b/org/casalib/load/AudioLoad.hx @@ -1,137 +1,141 @@ /* CASA Lib for ActionScript 3.0 Copyright (c) 2010, Aaron Clinger & Contributors of CASA Lib All rights reserved. ...
andyli/casahx
64010a5f462d551c17bff10fc3978954416bb3fb
fixed some nme2/jeash issues
diff --git a/org/casalib/display/CasaBitmap.hx b/org/casalib/display/CasaBitmap.hx index f794555..d535b98 100644 --- a/org/casalib/display/CasaBitmap.hx +++ b/org/casalib/display/CasaBitmap.hx @@ -1,152 +1,152 @@ /* CASA Lib for ActionScript 3.0 Copyright (c) 2010, Aaron Clinger & Contributors of CASA Lib All ri...
andyli/casahx
c0d1c54b51ea128a12ef1dd6f3f4b942d146fab0
fixed neko target
diff --git a/test.hxml b/test.hxml index 28b6596..263fe5d 100644 --- a/test.hxml +++ b/test.hxml @@ -1,71 +1,71 @@ -swf test/bin/swf/Test.swf -swf-version 10 -main test.Test -#--next -#-neko test/bin/neko/Test.n -#-lib nme -#--remap flash:nme -#-main test.Test +--next +-neko test/bin/neko/Test.n +-lib nme +--remap...
andyli/casahx
22be3be1d91c6f8d014a5a838ef08964183a6a07
disabled some code that incompatiable with nme2
diff --git a/compile.hxml b/compile.hxml index 50fe4a0..a1b7852 100644 --- a/compile.hxml +++ b/compile.hxml @@ -1,10 +1,6 @@ #this hxml is for enabling auto-completion of Gedit haXe plug-in. --swf test/bin/swf/Test.swf --swf-version 10 +-cpp test/bin/cpp +-lib nme +--remap flash:nme -main test.Test --lib neash --l...
andyli/casahx
e7edf642e4d1de40109648b3f39dcd6a476dbc10
added stripTag in StringUtil
diff --git a/README.textile b/README.textile index 564bc0f..a959d09 100644 --- a/README.textile +++ b/README.textile @@ -1,82 +1,86 @@ h1. Ported from... "Casalib":http://casalib.org/ ("SVN":http://svn.as3.casalib.org/releases/latest/code/ Revision 371) h1. Download and Install The most easy and proper way is...
andyli/casahx
b0901736cca9d065e21f16b4e933f282bdc937ab
fixed StringUtil.getLettersFromString on JS target
diff --git a/org/casalib/util/StringUtil.hx b/org/casalib/util/StringUtil.hx index ffdf50b..5494006 100644 --- a/org/casalib/util/StringUtil.hx +++ b/org/casalib/util/StringUtil.hx @@ -1,102 +1 @@ -/* CASA Lib for ActionScript 3.0 Copyright (c) 2010, Aaron Clinger & Contributors of CASA Lib All rights reserved. ...
andyli/casahx
140ff61099dfcf4ce2634593d10e7f1634a1ea39
minor modification for performance and privated some get/setter
diff --git a/org/casalib/math/Range.hx b/org/casalib/math/Range.hx index 52df3e1..e2cd134 100644 --- a/org/casalib/math/Range.hx +++ b/org/casalib/math/Range.hx @@ -1 +1 @@ -/* CASA Lib for ActionScript 3.0 Copyright (c) 2010, Aaron Clinger & Contributors of CASA Lib All rights reserved. Redistribution and use...
andyli/casahx
82951d54439c844dab433d13e0e9424f4cd2b972
changed some Dynamic to proper typing
diff --git a/org/casalib/util/NumberUtil.hx b/org/casalib/util/NumberUtil.hx index dad3a51..07e662c 100644 --- a/org/casalib/util/NumberUtil.hx +++ b/org/casalib/util/NumberUtil.hx @@ -1,19 +1,19 @@ /* CASA Lib for ActionScript 3.0 Copyright (c) 2010, Aaron Clinger & Contributors of CASA Lib All rights reserved....
andyli/casahx
25652356f427a5790bbfaa417de1fd44deab46b5
add the haxelib.xml again...
diff --git a/haxelib.xml b/haxelib.xml new file mode 100644 index 0000000..105ad49 --- /dev/null +++ b/haxelib.xml @@ -0,0 +1,6 @@ +<project name="casalib" url="http://github.com/andyli/casahx" license="BSD"> + <user name="andyli"/> + <tag v="cross"/> + <description>A haXe port of "CASA Lib for ActionScript...
andyli/casahx
2b27dbf7351663a637293eb33d11a1e10f744ea2
added haxelib.xml
diff --git a/haxelib.xml b/haxelib.xml new file mode 100644 index 0000000..7fa7297 --- /dev/null +++ b/haxelib.xml @@ -0,0 +1,6 @@ +<project name="casalib" url="http://github.com/andyli/casahx" license="BSD"> + <user name="andyli"/> + <tag v="cross"/> + <description>A haxe port of "CASA Lib for ActionScript...
andyli/casahx
2635dbf7d39cdf4d8d62a092b0667b3a98ad3d8b
some clean up
diff --git a/README.textile b/README.textile index 8acd361..4c84dc2 100644 --- a/README.textile +++ b/README.textile @@ -1,71 +1,70 @@ h1. Ported from... -"Casalib":http://casalib.org/ (Revision 371) -"Casalib SVN":http://svn.as3.casalib.org/releases/latest/code/ +"Casalib":http://casalib.org/ ("SVN":http://svn.as3....
andyli/casahx
1ea889f1d3ac070d2fdfa3b43c3412143c0d6311
some clean up
diff --git a/README b/README deleted file mode 100644 index 80c6f63..0000000 --- a/README +++ /dev/null @@ -1,43 +0,0 @@ -Ported from... - Casalib - Revision 371 - http://svn.as3.casalib.org/releases/latest/code/ - -Note - For targets other than Flash, casahx needs nme, neash and canvas-nme. To compile test.hxml, remem...
andyli/casahx
0839d5beb018732f297de2c18c399171b744d74c
fixed tweening test for JS
diff --git a/test/TestTransitions.hx b/test/TestTransitions.hx index dcd0ed1..2a0727f 100644 --- a/test/TestTransitions.hx +++ b/test/TestTransitions.hx @@ -1,39 +1,58 @@ package test; import feffects.easing.Elastic; import org.casalib.events.TweenEvent; import org.casalib.transitions.Tween; import org.casalib.t...
andyli/casahx
ea4a5dd2c3f1253b0039559851c762809885d917
added more classes
diff --git a/README b/README index ddb0581..80c6f63 100644 --- a/README +++ b/README @@ -1,39 +1,43 @@ Ported from... Casalib - Revision 369 + Revision 371 http://svn.as3.casalib.org/releases/latest/code/ Note For targets other than Flash, casahx needs nme, neash and canvas-nme. To compile test.hxml, remember...
andyli/casahx
42b3f00290c45f85a94edd5eb6b542ec90d22a63
time package is complete
diff --git a/README b/README index 4da8790..ddb0581 100644 --- a/README +++ b/README @@ -1,37 +1,39 @@ Ported from... Casalib Revision 369 http://svn.as3.casalib.org/releases/latest/code/ Note For targets other than Flash, casahx needs nme, neash and canvas-nme. To compile test.hxml, remember to modify the ...
andyli/casahx
f7dc85b56ef4d408080220922fb8093118ad07cc
added new classes
diff --git a/org/casalib/load/VideoLoad.hx b/org/casalib/load/VideoLoad.hx index f71a424..3a8148c 100644 --- a/org/casalib/load/VideoLoad.hx +++ b/org/casalib/load/VideoLoad.hx @@ -1,405 +1,422 @@ /* CASA Lib for ActionScript 3.0 Copyright (c) 2010, Aaron Clinger & Contributors of CASA Lib All rights reserved. ...
andyli/casahx
48df20f6ebae065ed2d80123a5e82174c9c1f114
fixed compilation error of time package but not yet fully tested
diff --git a/org/casalib/control/IResumable.hx b/org/casalib/control/IResumable.hx index e15992e..00440f7 100644 --- a/org/casalib/control/IResumable.hx +++ b/org/casalib/control/IResumable.hx @@ -1,46 +1,46 @@ /* CASA Lib for ActionScript 3.0 Copyright (c) 2010, Aaron Clinger & Contributors of CASA Lib All righ...
andyli/casahx
ba430fa27e2dee70569b6c4ae58915864f309596
some fixes in the load package
diff --git a/org/casalib/events/LoadEvent.hx b/org/casalib/events/LoadEvent.hx index 00f6aab..6f58d7b 100644 --- a/org/casalib/events/LoadEvent.hx +++ b/org/casalib/events/LoadEvent.hx @@ -1,32 +1,32 @@ /* CASA Lib for ActionScript 3.0 Copyright (c) 2010, Aaron Clinger & Contributors of CASA Lib All rights reser...
andyli/casahx
33030c0446bd45e504cd473c55fa73a6635597b1
working on the video load...
diff --git a/org/casalib/events/VideoInfoEvent.hx b/org/casalib/events/VideoInfoEvent.hx index 1a932bd..38ef287 100644 --- a/org/casalib/events/VideoInfoEvent.hx +++ b/org/casalib/events/VideoInfoEvent.hx @@ -1,88 +1,90 @@ /* CASA Lib for ActionScript 3.0 Copyright (c) 2009, Aaron Clinger & Contributors of CASA Li...
andyli/casahx
76f6d7871896af875ad8625a534c18e4aede86ea
clean up and fixed bugs in the load package
diff --git a/org/casalib/events/LoadEvent.hx b/org/casalib/events/LoadEvent.hx index 925c8b0..00f6aab 100644 --- a/org/casalib/events/LoadEvent.hx +++ b/org/casalib/events/LoadEvent.hx @@ -1,30 +1,32 @@ /* CASA Lib for ActionScript 3.0 Copyright (c) 2010, Aaron Clinger & Contributors of CASA Lib All rights reser...