diff -ruN py-fife.orig/Makefile py-fife/Makefile --- py-fife.orig/Makefile 2017-01-06 11:45:03.000000000 +0300 +++ py-fife/Makefile 2017-03-22 21:47:04.155202000 +0300 @@ -2,53 +2,67 @@ # $FreeBSD: head/games/py-fife/Makefile 430692 2017-01-06 08:45:03Z jbeich $ PORTNAME= fife -PORTVERSION= 0.3.5 -PORTREVISION= 7 +PORTVERSION= 0.4.1 CATEGORIES= games -MASTER_SITES= http://sourceforge.net/projects/${PORTNAME}/files/active/src/:source \ - http://sourceforge.net/projects/${PORTNAME}/files/active/demos/:demo \ - http://sourceforge.net/projects/${PORTNAME}/files/active/tools/:tools +MASTER_SITES= https://github.com/fifengine/fifengine/archive/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}_${PORTVERSION} -DISTFILES+= ${DISTNAME}.tar.gz:source \ - ${DISTNAME}_demos.tar.gz:demo \ - ${DISTNAME}_tools.tar.gz:tools +DISTFILES= ${PORTVERSION}.tar.gz MAINTAINER= fiziologus@gmail.com COMMENT= Flexible Isometric Free Engine LICENSE= LGPL21 -BUILD_DEPENDS= ${LOCALBASE}/bin/swig2.0:devel/swig20 LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \ - libguichan.so:devel/guichan \ + libtinyxml.so:textproc/tinyxml \ libboost_filesystem.so:devel/boost-libs \ libpng.so:graphics/png -USES= openal:al pkgconfig python:2 scons +USES= openal:al pkgconfig cmake:outsource USE_GL= gl -USE_SDL= sdl ttf image +USE_SDL= sdl2 ttf2 image2 USE_XORG= xcursor -ALL_TARGET= fife-python -INSTALL_TARGET= install-python -MAKE_ENV+= SWIG=${LOCALBASE}/bin/swig2.0 - -OPTIONS_DEFINE= DOCS - -post-patch: - ${REINPLACE_CMD} -e 's/X11R6/local/g; s/libpng/ligpng15/g' ${WRKSRC}/build/openbsd4-config.py && \ - ${MV} ${WRKSRC}/build/openbsd4-config.py ${WRKSRC}/build/${PYTHON_PLATFORM}-config.py - -OPTIONS_DEFINE= DOCS - -post-install: - ${MKDIR} ${STAGEDIR}${DATADIR} - ${MV} ${WRKDIR}/tools ${STAGEDIR}${DATADIR} - ${MV} ${WRKDIR}/demos ${STAGEDIR}${DATADIR} - ${MKDIR} ${STAGEDIR}${DOCSDIR} -.for FILE in README AUTHORS CHANGES COPYING - ${MV} ${WRKSRC}/${FILE} ${STAGEDIR}${DOCSDIR} -.endfor +WRKSRC= ${WRKDIR}/fifengine-${PORTVERSION} + +OPTIONS_DEFINE= ZIP LOGGING + +OPTIONS_MULTI= GUISS COMP + +OPTIONS_SUB= yes + +OPTIONS_MULTI_GUISS= FIFECHAN CEGUI +GUISS_DESC= GUI subsystem +FIFECHAN_DESC= Fifechan GUI subsystem +CEGUI_DESC= Crazy Eddi's GUI subsystem (must be build with OpenGL) + +ZIP_DESC= ZIP archive support +LOGGING_DESC= Logging + +OPTIONS_MULTI_COMP= PYTHON LIBRARY +COMP_DESC= Building components +PYTHON_DESC= Build python extension module (need for unknown-horizons) +LIBRARY_DESC= Build and install files for directly develop with C++ + +OPTIONS_DEFAULT= FIFECHAN ZIP LOGGING PYTHON + +FIFECHAN_CMAKE_BOOL= fifechan +FIFECHAN_LIB_DEPENDS= libfifechan_sdl.so:devel/fifechan + +CEGUI_CMAKE_BOOL= cegui +CEGUI_LIB_DEPENDS= libCEGUIBase-0.so:graphics/cegui +CEGUI_USE= gl=glew + +ZIP_CMAKE_BOOL= zip +LOGGING_CMAKE_BOOL= logging + +PYTHON_CMAKE_BOOL= build-python +PYTHON_USES= python:2 +PYTHON_BUILD_DEPENDS= ${LOCALBASE}/bin/swig3.0:devel/swig30 + +LIBRARY_CMAKE_BOOL= build-library +# For static library build +# LIBRARY_CMAKE_ON= -Dbuild-library=ON -DBUILD_SHARED_LIBS=OFF +# LIBRARY_CMAKE_OFF= -Dbuild-library=OFF .include diff -ruN py-fife.orig/distinfo py-fife/distinfo --- py-fife.orig/distinfo 2014-01-14 13:23:53.000000000 +0400 +++ py-fife/distinfo 2017-03-22 21:47:04.174869000 +0300 @@ -1,6 +1,3 @@ -SHA256 (fife_0.3.5.tar.gz) = 1d3c7a19d05ae426af6ccd50a8ba79a71eb6e6f18f0226d1abdaeae7fcf9d3a8 -SIZE (fife_0.3.5.tar.gz) = 1383813 -SHA256 (fife_0.3.5_demos.tar.gz) = 3e4ae747da68c9a9a014b09312c7e62cd2fa1928aeda72200fec15bf9bbb4fe0 -SIZE (fife_0.3.5_demos.tar.gz) = 23347311 -SHA256 (fife_0.3.5_tools.tar.gz) = 47b6fe045c734813f14e71279cd0d999ae1485f928714950d90a2a20cd7b4fc1 -SIZE (fife_0.3.5_tools.tar.gz) = 502981 +TIMESTAMP = 1487860054 +SHA256 (0.4.1.tar.gz) = bae3fc591cc2891f7d1b3a656a5d8ad700ecc2e297ad453bf4f1bcbbf82e8cb2 +SIZE (0.4.1.tar.gz) = 15972607 diff -ruN py-fife.orig/files/patch-CMakeLists.txt py-fife/files/patch-CMakeLists.txt --- py-fife.orig/files/patch-CMakeLists.txt 1970-01-01 03:00:00.000000000 +0300 +++ py-fife/files/patch-CMakeLists.txt 2017-03-22 21:47:04.170058000 +0300 @@ -0,0 +1,74 @@ +--- CMakeLists.txt.orig 2017-02-07 21:39:46.000000000 +0300 ++++ CMakeLists.txt 2017-02-24 02:07:19.734433000 +0300 +@@ -33,7 +33,6 @@ + option(logging "Enable logging" ON) + option(rend-camzone "Enable camera zone renderer" OFF) + option(rend-grid "Enable camera grid renderer" OFF) +-option(use-githash "Try to determine the git hash for the current commit" ON) + option(build-python "Build the python extension module" ON) + option(build-library "Build and install files to directly develop with c++" OFF) + +@@ -690,6 +689,20 @@ + + find_package(GLEW REQUIRED) + include_directories(${GLEW_INCLUDE_DIRS}) ++ add_definitions(-DHAVE_OPENGL) ++ if(zip) ++ set(FIFE_CORE_SRC ${FIFE_CORE_SRC} ${FIFE_ZIP_SRC}) ++ add_definitions(-DHAVE_ZIP) ++ endif(zip) ++ if(logging) ++ add_definitions(-DLOG_ENABLED) ++ endif(logging) ++ if(rend-camzone) ++ add_definitions(-DRENDER_CAMZONES) ++ endif(rend-camzone) ++ if(rend-grid) ++ add_definitions(-DRENDER_GRID) ++ endif(rend-grid) + endif(cegui) + + if(build-python) +@@ -710,6 +723,8 @@ + + find_package(FifeChan COMPONENTS sdl REQUIRED) + ++ message("Using FifeChan") ++ set(FIFE_CORE_SRC ${FIFE_CORE_SRC} ${FIFE_FCHAN_SRC}) + if(build-python) + set(SWIG_MODULE_fifechan_EXTRA_DEPS) + foreach(filename ${FIFE_FCHAN_SWIG_LIB}) +@@ -742,15 +757,6 @@ + if(rend-grid) + add_definitions(-DRENDER_GRID) + endif(rend-grid) +- if(use-githash) +- execute_process( +- COMMAND git rev-parse --short=8 HEAD +- WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} +- OUTPUT_VARIABLE GIT_COMMIT_HASH +- OUTPUT_STRIP_TRAILING_WHITESPACE +- ) +- add_definitions(-DFIFE_GIT_HASH=${GIT_COMMIT_HASH}) +- endif(use-githash) + include_directories(${FIFECHAN_INCLUDE_DIR}) + link_directories(${FIFECHAN_LIBRARIES}) + if(build-python) +@@ -846,7 +852,7 @@ + + set_source_files_properties("${PROJECT_BINARY_DIR}/fife.i" PROPERTIES CPLUSPLUS ON) + +- swig_add_module(fife python "${PROJECT_BINARY_DIR}/fife.i" ${FIFE_CORE_SRC} ${FIFE_FCHAN_SRC}) ++ swig_add_module(fife python "${PROJECT_BINARY_DIR}/fife.i" ${FIFE_CORE_SRC}) + swig_link_libraries(fife ${PYTHON_LIBRARIES}) + swig_link_libraries(fife ${SDL2_LIBRARY} + ${SDL2_IMAGE_LIBRARIES} +@@ -904,7 +910,7 @@ + #------------------------------------------------------------------------------ + + if(build-library) +- add_library(fife ${FIFE_CORE_SRC} ${FIFE_FCHAN_SRC}) ++ add_library(fife ${FIFE_CORE_SRC}) + set_target_properties(fife PROPERTIES SOVERSION ${FIFE_VERSION}) + + target_link_libraries(fife ${SDL2_LIBRARY} diff -ruN py-fife.orig/files/patch-engine__SConscript py-fife/files/patch-engine__SConscript --- py-fife.orig/files/patch-engine__SConscript 2014-01-14 13:23:53.000000000 +0400 +++ py-fife/files/patch-engine__SConscript 1970-01-01 03:00:00.000000000 +0300 @@ -1,14 +0,0 @@ -# Add in -Iengine/core to includes can be found -# Backport https://github.com/fifengine/fifengine/issues/792 - ---- ./engine/SConscript.orig 2014-01-11 21:05:39.567308621 +1100 -+++ ./engine/SConscript 2014-01-11 21:06:18.367282812 +1100 -@@ -161,7 +161,7 @@ - os.path.join('swigwrappers', 'python' ,'fife_wrap.h'), - os.path.join('python', 'fife', 'fife.py')], - source = os.path.join('swigwrappers', 'python' ,'fife.i'), -- SWIGFLAGS=['-python','-c++','-w511'], -+ SWIGFLAGS=['-python','-c++','-w511','-w473', '-w404','-Iengine/core','-outdir','engine/python/fife'], - SWIGPATH='core', - SWIGOUTDIR=Dir('#/engine/python/fife').srcnode().path) - diff -ruN py-fife.orig/pkg-plist py-fife/pkg-plist --- py-fife.orig/pkg-plist 2015-01-19 00:23:18.000000000 +0300 +++ py-fife/pkg-plist 2017-03-22 21:47:04.176335000 +0300 @@ -1,482 +1,248 @@ -%%PYTHON_SITELIBDIR%%/fife/extensions/basicapplication.py -%%PYTHON_SITELIBDIR%%/fife/extensions/fifelog.py -%%PYTHON_SITELIBDIR%%/fife/extensions/fife_compat.py -%%PYTHON_SITELIBDIR%%/fife/extensions/fife_settings.py -%%PYTHON_SITELIBDIR%%/fife/extensions/fife_timer.py -%%PYTHON_SITELIBDIR%%/fife/extensions/fife_utils.py -%%PYTHON_SITELIBDIR%%/fife/extensions/filebrowser.py -%%PYTHON_SITELIBDIR%%/fife/extensions/loaders.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/attrs.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/autoposition.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/compat.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/dialogs.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/events.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/exceptions.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/fonts.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/internal.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/properties.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/tools.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/basictextwidget.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/buttons.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/checkbox.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/common.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/containers.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/dropdown.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/ext/__init__.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/icon.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/label.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/layout.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/listbox.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/percentagebar.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/radiobutton.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/scrollarea.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/slider.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/textbox.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/textfield.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/widget.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/__init__.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/__init__.py -%%PYTHON_SITELIBDIR%%/fife/extensions/pythonize.py -%%PYTHON_SITELIBDIR%%/fife/extensions/savers.py -%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/simplexml.py -%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/xmlanimation.py -%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/xmlmap.py -%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/xmlmapsaver.py -%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/xmlobject.py -%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/xml_loader_tools.py -%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/__init__.py -%%PYTHON_SITELIBDIR%%/fife/extensions/soundmanager.py -%%PYTHON_SITELIBDIR%%/fife/extensions/__init__.py -%%PYTHON_SITELIBDIR%%/fife/fife.py -%%PYTHON_SITELIBDIR%%/fife/_fife.so -%%PYTHON_SITELIBDIR%%/fife/__init__.py -%%DATADIR%%/demos/pychan_demo/colortester.py -%%DATADIR%%/demos/pychan_demo/dynamic.py -%%DATADIR%%/demos/pychan_demo/fonts/freefont.fontdef -%%DATADIR%%/demos/pychan_demo/fonts/freefont/AUTHORS -%%DATADIR%%/demos/pychan_demo/fonts/freefont/ChangeLog -%%DATADIR%%/demos/pychan_demo/fonts/freefont/COPYING -%%DATADIR%%/demos/pychan_demo/fonts/freefont/CREDITS -%%DATADIR%%/demos/pychan_demo/fonts/freefont/FreeMono.ttf -%%DATADIR%%/demos/pychan_demo/fonts/freefont/FreeMonoBold.ttf -%%DATADIR%%/demos/pychan_demo/fonts/freefont/FreeMonoBoldOblique.ttf -%%DATADIR%%/demos/pychan_demo/fonts/freefont/FreeMonoOblique.ttf -%%DATADIR%%/demos/pychan_demo/fonts/freefont/FreeSans.ttf -%%DATADIR%%/demos/pychan_demo/fonts/freefont/FreeSansBold.ttf -%%DATADIR%%/demos/pychan_demo/fonts/freefont/FreeSansBoldOblique.ttf -%%DATADIR%%/demos/pychan_demo/fonts/freefont/FreeSansOblique.ttf -%%DATADIR%%/demos/pychan_demo/fonts/freefont/FreeSerif.ttf -%%DATADIR%%/demos/pychan_demo/fonts/freefont/FreeSerifBold.ttf -%%DATADIR%%/demos/pychan_demo/fonts/freefont/FreeSerifBoldItalic.ttf -%%DATADIR%%/demos/pychan_demo/fonts/freefont/FreeSerifItalic.ttf -%%DATADIR%%/demos/pychan_demo/fonts/freefont/INSTALL -%%DATADIR%%/demos/pychan_demo/fonts/freefont/README -%%DATADIR%%/demos/pychan_demo/fonts/samanata.fontdef -%%DATADIR%%/demos/pychan_demo/fonts/samanata.ttf -%%DATADIR%%/demos/pychan_demo/gui/absolute.xml -%%DATADIR%%/demos/pychan_demo/gui/all_widgets.xml -%%DATADIR%%/demos/pychan_demo/gui/backgrounds/background.png -%%DATADIR%%/demos/pychan_demo/gui/backgrounds/stripe.png -%%DATADIR%%/demos/pychan_demo/gui/colortester.xml -%%DATADIR%%/demos/pychan_demo/gui/credits.xml -%%DATADIR%%/demos/pychan_demo/gui/demoapp.xml -%%DATADIR%%/demos/pychan_demo/gui/dynamic.xml -%%DATADIR%%/demos/pychan_demo/gui/icons/pychan_logo.png -%%DATADIR%%/demos/pychan_demo/gui/loadmap.xml -%%DATADIR%%/demos/pychan_demo/gui/poc_guianimation.xml -%%DATADIR%%/demos/pychan_demo/gui/scrollarea.xml -%%DATADIR%%/demos/pychan_demo/gui/slider.xml -%%DATADIR%%/demos/pychan_demo/gui/stretching.xml -%%DATADIR%%/demos/pychan_demo/gui/styling.xml -%%DATADIR%%/demos/pychan_demo/poc_gui_animation.py -%%DATADIR%%/demos/pychan_demo/pychan_demo.py -%%DATADIR%%/demos/pychan_demo/settings-dist.xml -%%DATADIR%%/demos/pychan_demo/sliders.py -%%DATADIR%%/demos/pychan_demo/stretching.py -%%DATADIR%%/demos/pychan_demo/styling.py -%%DATADIR%%/demos/rio_de_hola/fonts/FreeSans.ttf -%%DATADIR%%/demos/rio_de_hola/fonts/rpgfont.png -%%DATADIR%%/demos/rio_de_hola/gui/help.xml -%%DATADIR%%/demos/rio_de_hola/gui/icons/boy.png -%%DATADIR%%/demos/rio_de_hola/gui/instancemenu.xml -%%DATADIR%%/demos/rio_de_hola/gui/rootpanel.xml -%%DATADIR%%/demos/rio_de_hola/LICENSE -%%DATADIR%%/demos/rio_de_hola/maps/shrine.xml -%%DATADIR%%/demos/rio_de_hola/maps/tourist_beach.xml -%%DATADIR%%/demos/rio_de_hola/maps/tourist_beach_test.xml -%%DATADIR%%/demos/rio_de_hola/misc/black_cell.png -%%DATADIR%%/demos/rio_de_hola/misc/current_rendersetup/LICENSE -%%DATADIR%%/demos/rio_de_hola/misc/current_rendersetup/non-animated_object_rendersetup.blend -%%DATADIR%%/demos/rio_de_hola/misc/current_rendersetup/rendering_setup.blend -%%DATADIR%%/demos/rio_de_hola/misc/diamond_160x96_template_v01.blend -%%DATADIR%%/demos/rio_de_hola/misc/infotext.txt -%%DATADIR%%/demos/rio_de_hola/misc/mask_cell.png -%%DATADIR%%/demos/rio_de_hola/misc/mask_diamond_126_96.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing000/045r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing000/135r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing000/225r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing000/315r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing045/045r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing045/135r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing045/225r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing045/315r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing090/045r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing090/135r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing090/225r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing090/315r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing135/045r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing135/135r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing135/225r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing135/315r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing180/045r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing180/135r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing180/225r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing180/315r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing225/045r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing225/135r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing225/225r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing225/315r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing270/045r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing270/135r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing270/225r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing270/315r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing315/045r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing315/135r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing315/225r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing315/315r.png -%%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/source/deckchair-blue.blend -%%DATADIR%%/demos/rio_de_hola/music/bees.ogg -%%DATADIR%%/demos/rio_de_hola/music/chat.ogg -%%DATADIR%%/demos/rio_de_hola/music/game_over.ogg -%%DATADIR%%/demos/rio_de_hola/music/matches.ogg -%%DATADIR%%/demos/rio_de_hola/music/menu.ogg -%%DATADIR%%/demos/rio_de_hola/music/rio_de_hola.ogg -%%DATADIR%%/demos/rio_de_hola/music/victory.ogg -%%DATADIR%%/demos/rio_de_hola/objects/agents/bee/attack.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/bee/fall.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/bee/fly.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/bee/get_hit.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/bee/object.xml -%%DATADIR%%/demos/rio_de_hola/objects/agents/bee/stand.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/beekeeper/object.xml -%%DATADIR%%/demos/rio_de_hola/objects/agents/beekeeper/stand.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/beekeeper/talk.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/beekeeper/walk.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/boy/cheer.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/boy/kick.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/boy/object.xml -%%DATADIR%%/demos/rio_de_hola/objects/agents/boy/run.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/boy/stand.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/boy/talk.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/boy/walk.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/chemist/experiment.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/chemist/object.xml -%%DATADIR%%/demos/rio_de_hola/objects/agents/chemist/read.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/chemist/repair.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/chemist/stand.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/chemist/talk.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/chemist/walk.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/girl/object.xml -%%DATADIR%%/demos/rio_de_hola/objects/agents/girl/run.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/girl/stand.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/girl/talk.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/girl/walk.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/hippie_priest/attack.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/hippie_priest/cast_spell.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/hippie_priest/fall.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/hippie_priest/get_hit.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/hippie_priest/object.xml -%%DATADIR%%/demos/rio_de_hola/objects/agents/hippie_priest/read.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/hippie_priest/run.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/hippie_priest/stand.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/hippie_priest/talk.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/hippie_priest/walk.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/merchant/object.xml -%%DATADIR%%/demos/rio_de_hola/objects/agents/merchant/pray.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/merchant/run.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/merchant/stand.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/merchant/talk.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_female1/object.xml -%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_female1/stand.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_female1/talk.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_female1/walk.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_female2/object.xml -%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_female2/stand.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_female2/talk.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_female2/walk.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_male1/bend_down.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_male1/object.xml -%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_male1/stand.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_male1/talk.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_male1/walk.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_male2/object.xml -%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_male2/run.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_male2/stand.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_male2/talk.png -%%DATADIR%%/demos/rio_de_hola/objects/agents/tourist_male2/walk.png -%%DATADIR%%/demos/rio_de_hola/objects/buildings.png -%%DATADIR%%/demos/rio_de_hola/objects/buildings.xml -%%DATADIR%%/demos/rio_de_hola/objects/clouds/disappear.png -%%DATADIR%%/demos/rio_de_hola/objects/clouds/object.xml -%%DATADIR%%/demos/rio_de_hola/objects/crates/dynamites_lid/045.png -%%DATADIR%%/demos/rio_de_hola/objects/crates/dynamites_lid/090.png -%%DATADIR%%/demos/rio_de_hola/objects/crates/dynamites_lid/135.png -%%DATADIR%%/demos/rio_de_hola/objects/crates/dynamites_lid/object.xml -%%DATADIR%%/demos/rio_de_hola/objects/crates/dynamites_lid/open.png -%%DATADIR%%/demos/rio_de_hola/objects/crates/empty_lid/045.png -%%DATADIR%%/demos/rio_de_hola/objects/crates/empty_lid/090.png -%%DATADIR%%/demos/rio_de_hola/objects/crates/empty_lid/135.png -%%DATADIR%%/demos/rio_de_hola/objects/crates/empty_lid/object.xml -%%DATADIR%%/demos/rio_de_hola/objects/crates/empty_lid/open.png -%%DATADIR%%/demos/rio_de_hola/objects/ground1.png -%%DATADIR%%/demos/rio_de_hola/objects/ground1.xml -%%DATADIR%%/demos/rio_de_hola/objects/ground2.png -%%DATADIR%%/demos/rio_de_hola/objects/ground2.xml -%%DATADIR%%/demos/rio_de_hola/objects/items1.png -%%DATADIR%%/demos/rio_de_hola/objects/items1.xml -%%DATADIR%%/demos/rio_de_hola/objects/items2.png -%%DATADIR%%/demos/rio_de_hola/objects/items2.xml -%%DATADIR%%/demos/rio_de_hola/objects/nature.png -%%DATADIR%%/demos/rio_de_hola/objects/nature.xml -%%DATADIR%%/demos/rio_de_hola/package.xml -%%DATADIR%%/demos/rio_de_hola/run.py -%%DATADIR%%/demos/rio_de_hola/scripts/agents/agent.py -%%DATADIR%%/demos/rio_de_hola/scripts/agents/beekeeper.py -%%DATADIR%%/demos/rio_de_hola/scripts/agents/cloud.py -%%DATADIR%%/demos/rio_de_hola/scripts/agents/girl.py -%%DATADIR%%/demos/rio_de_hola/scripts/agents/hero.py -%%DATADIR%%/demos/rio_de_hola/scripts/agents/__init__.py -%%DATADIR%%/demos/rio_de_hola/scripts/common/common.py -%%DATADIR%%/demos/rio_de_hola/scripts/common/eventlistenerbase.py -%%DATADIR%%/demos/rio_de_hola/scripts/common/__init__.py -%%DATADIR%%/demos/rio_de_hola/scripts/world.py -%%DATADIR%%/demos/rio_de_hola/scripts/__init__.py -%%DATADIR%%/demos/rio_de_hola/settings-dist.xml -%%DATADIR%%/demos/rio_de_hola/sounds/explosion.ogg -%%DATADIR%%/demos/rio_de_hola/sounds/footstep.ogg -%%DATADIR%%/demos/rio_de_hola/sounds/waves.ogg -%%DATADIR%%/demos/shooter/fonts/FreeSans.ttf -%%DATADIR%%/demos/shooter/gui/credits.txt -%%DATADIR%%/demos/shooter/gui/credits.xml -%%DATADIR%%/demos/shooter/gui/gameover.xml -%%DATADIR%%/demos/shooter/gui/highscoredialog.xml -%%DATADIR%%/demos/shooter/gui/hstemplate.xml -%%DATADIR%%/demos/shooter/gui/hud.xml -%%DATADIR%%/demos/shooter/gui/mainmenu.xml -%%DATADIR%%/demos/shooter/gui/winner.xml -%%DATADIR%%/demos/shooter/LICENSE -%%DATADIR%%/demos/shooter/maps/shooter_map1.xml -%%DATADIR%%/demos/shooter/music/waynesmind2.ogg -%%DATADIR%%/demos/shooter/objects/backgrounds/starfield/object.xml -%%DATADIR%%/demos/shooter/objects/backgrounds/starfield/starfield.png -%%DATADIR%%/demos/shooter/objects/powerups/cannonspread5/cannon_spread.png -%%DATADIR%%/demos/shooter/objects/powerups/cannonspread5/object.xml -%%DATADIR%%/demos/shooter/objects/powerups/extralife/extralife.png -%%DATADIR%%/demos/shooter/objects/powerups/extralife/object.xml -%%DATADIR%%/demos/shooter/objects/projectiles/bullet1/bullet1.png -%%DATADIR%%/demos/shooter/objects/projectiles/bullet1/object.xml -%%DATADIR%%/demos/shooter/objects/projectiles/fireball/fire_ball.png -%%DATADIR%%/demos/shooter/objects/projectiles/fireball/object.xml -%%DATADIR%%/demos/shooter/objects/ships/boss1/explode/animation.xml -%%DATADIR%%/demos/shooter/objects/ships/boss1/explode/boss_0.png -%%DATADIR%%/demos/shooter/objects/ships/boss1/explode/boss_1.png -%%DATADIR%%/demos/shooter/objects/ships/boss1/explode/boss_2.png -%%DATADIR%%/demos/shooter/objects/ships/boss1/explode/boss_3.png -%%DATADIR%%/demos/shooter/objects/ships/boss1/explode/boss_4.png -%%DATADIR%%/demos/shooter/objects/ships/boss1/explode/boss_5.png -%%DATADIR%%/demos/shooter/objects/ships/boss1/flash/animation.xml -%%DATADIR%%/demos/shooter/objects/ships/boss1/flash/boss_0.png -%%DATADIR%%/demos/shooter/objects/ships/boss1/flash/boss_1.png -%%DATADIR%%/demos/shooter/objects/ships/boss1/fly/animation.xml -%%DATADIR%%/demos/shooter/objects/ships/boss1/fly/boss.png -%%DATADIR%%/demos/shooter/objects/ships/boss1/object.xml -%%DATADIR%%/demos/shooter/objects/ships/player/explode/animation.xml -%%DATADIR%%/demos/shooter/objects/ships/player/explode/ship1_0.png -%%DATADIR%%/demos/shooter/objects/ships/player/explode/ship1_1.png -%%DATADIR%%/demos/shooter/objects/ships/player/explode/ship1_2.png -%%DATADIR%%/demos/shooter/objects/ships/player/explode/ship1_3.png -%%DATADIR%%/demos/shooter/objects/ships/player/explode/ship1_4.png -%%DATADIR%%/demos/shooter/objects/ships/player/explode/ship1_5.png -%%DATADIR%%/demos/shooter/objects/ships/player/flash/animation.xml -%%DATADIR%%/demos/shooter/objects/ships/player/flash/ship1_0.png -%%DATADIR%%/demos/shooter/objects/ships/player/flash/ship1_1.png -%%DATADIR%%/demos/shooter/objects/ships/player/fly/animation.xml -%%DATADIR%%/demos/shooter/objects/ships/player/fly/ship1.png -%%DATADIR%%/demos/shooter/objects/ships/player/object.xml -%%DATADIR%%/demos/shooter/objects/ships/saucer1/explode/animation.xml -%%DATADIR%%/demos/shooter/objects/ships/saucer1/explode/saucer1_0.png -%%DATADIR%%/demos/shooter/objects/ships/saucer1/explode/saucer1_1.png -%%DATADIR%%/demos/shooter/objects/ships/saucer1/explode/saucer1_2.png -%%DATADIR%%/demos/shooter/objects/ships/saucer1/explode/saucer1_3.png -%%DATADIR%%/demos/shooter/objects/ships/saucer1/explode/saucer1_4.png -%%DATADIR%%/demos/shooter/objects/ships/saucer1/explode/saucer1_5.png -%%DATADIR%%/demos/shooter/objects/ships/saucer1/flash/animation.xml -%%DATADIR%%/demos/shooter/objects/ships/saucer1/flash/saucer1_0.png -%%DATADIR%%/demos/shooter/objects/ships/saucer1/flash/saucer1_1.png -%%DATADIR%%/demos/shooter/objects/ships/saucer1/fly/animation.xml -%%DATADIR%%/demos/shooter/objects/ships/saucer1/fly/saucer1.png -%%DATADIR%%/demos/shooter/objects/ships/saucer1/object.xml -%%DATADIR%%/demos/shooter/objects/ships/saucer2/explode/animation.xml -%%DATADIR%%/demos/shooter/objects/ships/saucer2/explode/saucer2_0.png -%%DATADIR%%/demos/shooter/objects/ships/saucer2/explode/saucer2_1.png -%%DATADIR%%/demos/shooter/objects/ships/saucer2/explode/saucer2_2.png -%%DATADIR%%/demos/shooter/objects/ships/saucer2/explode/saucer2_3.png -%%DATADIR%%/demos/shooter/objects/ships/saucer2/explode/saucer2_4.png -%%DATADIR%%/demos/shooter/objects/ships/saucer2/explode/saucer2_5.png -%%DATADIR%%/demos/shooter/objects/ships/saucer2/flash/animation.xml -%%DATADIR%%/demos/shooter/objects/ships/saucer2/flash/saucer2_0.png -%%DATADIR%%/demos/shooter/objects/ships/saucer2/flash/saucer2_1.png -%%DATADIR%%/demos/shooter/objects/ships/saucer2/fly/animation.xml -%%DATADIR%%/demos/shooter/objects/ships/saucer2/fly/saucer2.png -%%DATADIR%%/demos/shooter/objects/ships/saucer2/object.xml -%%DATADIR%%/demos/shooter/run.py -%%DATADIR%%/demos/shooter/scripts/common/baseobject.py -%%DATADIR%%/demos/shooter/scripts/common/eventlistenerbase.py -%%DATADIR%%/demos/shooter/scripts/common/__init__.py -%%DATADIR%%/demos/shooter/scripts/gui/guis.py -%%DATADIR%%/demos/shooter/scripts/gui/__init__.py -%%DATADIR%%/demos/shooter/scripts/powerups.py -%%DATADIR%%/demos/shooter/scripts/scene.py -%%DATADIR%%/demos/shooter/scripts/ships/enemies.py -%%DATADIR%%/demos/shooter/scripts/ships/player.py -%%DATADIR%%/demos/shooter/scripts/ships/shipbase.py -%%DATADIR%%/demos/shooter/scripts/ships/__init__.py -%%DATADIR%%/demos/shooter/scripts/weapons.py -%%DATADIR%%/demos/shooter/scripts/world.py -%%DATADIR%%/demos/shooter/scripts/__init__.py -%%DATADIR%%/demos/shooter/settings-dist.xml -%%DATADIR%%/demos/shooter/sounds/bossexplode.ogg -%%DATADIR%%/demos/shooter/sounds/cannon.ogg -%%DATADIR%%/demos/shooter/sounds/explode.ogg -%%DATADIR%%/demos/shooter/sounds/fireball.ogg -%%DATADIR%%/demos/shooter/sounds/hit.ogg -%%DATADIR%%/demos/shooter/sounds/pickup.ogg -%%DATADIR%%/tools/animation_generator.py -%%DATADIR%%/tools/animpacker.py -%%DATADIR%%/tools/atlas/atlas.h -%%DATADIR%%/tools/atlas/atlascreator.pro -%%DATADIR%%/tools/atlas/glwidget.cpp -%%DATADIR%%/tools/atlas/glwidget.h -%%DATADIR%%/tools/atlas/LICENSE -%%DATADIR%%/tools/atlas/main.cpp -%%DATADIR%%/tools/atlas/mainwindow.cpp -%%DATADIR%%/tools/atlas/mainwindow.h -%%DATADIR%%/tools/atlas/mainwindow.ui -%%DATADIR%%/tools/atlas/objectcreator.cpp -%%DATADIR%%/tools/atlas/objectcreator.h -%%DATADIR%%/tools/atlas/objectcreator.ui -%%DATADIR%%/tools/atlas/rapidxml/license.txt -%%DATADIR%%/tools/atlas/rapidxml/manual.html -%%DATADIR%%/tools/atlas/rapidxml/rapidxml.hpp -%%DATADIR%%/tools/atlas/rapidxml/rapidxml_iterators.hpp -%%DATADIR%%/tools/atlas/rapidxml/rapidxml_print.hpp -%%DATADIR%%/tools/atlas/rapidxml/rapidxml_utils.hpp -%%DATADIR%%/tools/atlas/resources.qrc -%%DATADIR%%/tools/atlas/resources/add.png -%%DATADIR%%/tools/atlas/resources/remove.png -%%DATADIR%%/tools/atlas/resources/save.png -%%DATADIR%%/tools/atlas/stable.h -%%DATADIR%%/tools/editor/fonts/FreeSans.ttf -%%DATADIR%%/tools/editor/gui/cameradialog.xml -%%DATADIR%%/tools/editor/gui/cellview.xml -%%DATADIR%%/tools/editor/gui/eleveditor.xml -%%DATADIR%%/tools/editor/gui/error.xml -%%DATADIR%%/tools/editor/gui/filebrowser.xml -%%DATADIR%%/tools/editor/gui/help.xml -%%DATADIR%%/tools/editor/gui/icons/add_instance.png -%%DATADIR%%/tools/editor/gui/icons/add_layer.png -%%DATADIR%%/tools/editor/gui/icons/close_map.png -%%DATADIR%%/tools/editor/gui/icons/cycle_styles.png -%%DATADIR%%/tools/editor/gui/icons/delete_layer.png -%%DATADIR%%/tools/editor/gui/icons/edit.png -%%DATADIR%%/tools/editor/gui/icons/erase_instance.png -%%DATADIR%%/tools/editor/gui/icons/help.png -%%DATADIR%%/tools/editor/gui/icons/import_dir.png -%%DATADIR%%/tools/editor/gui/icons/import_file.png -%%DATADIR%%/tools/editor/gui/icons/is_visible.png -%%DATADIR%%/tools/editor/gui/icons/load_map.png -%%DATADIR%%/tools/editor/gui/icons/map_wizard.png -%%DATADIR%%/tools/editor/gui/icons/move_instance.png -%%DATADIR%%/tools/editor/gui/icons/new_map.png -%%DATADIR%%/tools/editor/gui/icons/next_branch.png -%%DATADIR%%/tools/editor/gui/icons/objectpicker.png -%%DATADIR%%/tools/editor/gui/icons/previous_branch.png -%%DATADIR%%/tools/editor/gui/icons/quit.png -%%DATADIR%%/tools/editor/gui/icons/redo.png -%%DATADIR%%/tools/editor/gui/icons/rotate_clockwise.png -%%DATADIR%%/tools/editor/gui/icons/rotate_countercw.png -%%DATADIR%%/tools/editor/gui/icons/save_allmaps.png -%%DATADIR%%/tools/editor/gui/icons/save_map.png -%%DATADIR%%/tools/editor/gui/icons/save_mapas.png -%%DATADIR%%/tools/editor/gui/icons/select_instance.png -%%DATADIR%%/tools/editor/gui/icons/take_screenshot.png -%%DATADIR%%/tools/editor/gui/icons/undo.png -%%DATADIR%%/tools/editor/gui/icons/zoom_default.png -%%DATADIR%%/tools/editor/gui/icons/zoom_in.png -%%DATADIR%%/tools/editor/gui/icons/zoom_out.png -%%DATADIR%%/tools/editor/gui/input.xml -%%DATADIR%%/tools/editor/gui/layerdialog.xml -%%DATADIR%%/tools/editor/gui/layertool.xml -%%DATADIR%%/tools/editor/gui/lightedit.xml -%%DATADIR%%/tools/editor/gui/objectedit.xml -%%DATADIR%%/tools/editor/gui/objectselector.xml -%%DATADIR%%/tools/editor/gui/rootpanel.xml -%%DATADIR%%/tools/editor/gui/selection.xml -%%DATADIR%%/tools/editor/gui/statuspanel.xml -%%DATADIR%%/tools/editor/gui/tools.xml -%%DATADIR%%/tools/editor/lang/help_cellview.txt -%%DATADIR%%/tools/editor/lang/help_object_edit.txt -%%DATADIR%%/tools/editor/lang/infotext.txt -%%DATADIR%%/tools/editor/LICENSE -%%DATADIR%%/tools/editor/plugins/CameraEdit.py -%%DATADIR%%/tools/editor/plugins/CellView.py -%%DATADIR%%/tools/editor/plugins/HistoryManager.py -%%DATADIR%%/tools/editor/plugins/InstanceHighlighter.py -%%DATADIR%%/tools/editor/plugins/LayerTool.py -%%DATADIR%%/tools/editor/plugins/LightEdit.py -%%DATADIR%%/tools/editor/plugins/MapFileHistory.py -%%DATADIR%%/tools/editor/plugins/ObjectEdit.py -%%DATADIR%%/tools/editor/plugins/ObjectSelector.py -%%DATADIR%%/tools/editor/plugins/__init__.py -%%DATADIR%%/tools/editor/run.py -%%DATADIR%%/tools/editor/scripts/editor.py -%%DATADIR%%/tools/editor/scripts/events/events.py -%%DATADIR%%/tools/editor/scripts/events/saferef.py -%%DATADIR%%/tools/editor/scripts/events/signal.py -%%DATADIR%%/tools/editor/scripts/events/__init__.py -%%DATADIR%%/tools/editor/scripts/gui/action.py -%%DATADIR%%/tools/editor/scripts/gui/cameradialog.py -%%DATADIR%%/tools/editor/scripts/gui/dockarea.py -%%DATADIR%%/tools/editor/scripts/gui/error.py -%%DATADIR%%/tools/editor/scripts/gui/faketabwidget.py -%%DATADIR%%/tools/editor/scripts/gui/filemanager.py -%%DATADIR%%/tools/editor/scripts/gui/input.py -%%DATADIR%%/tools/editor/scripts/gui/layerdialog.py -%%DATADIR%%/tools/editor/scripts/gui/mainwindow.py -%%DATADIR%%/tools/editor/scripts/gui/mapeditor.py -%%DATADIR%%/tools/editor/scripts/gui/menubar.py -%%DATADIR%%/tools/editor/scripts/gui/panel.py -%%DATADIR%%/tools/editor/scripts/gui/resizablebase.py -%%DATADIR%%/tools/editor/scripts/gui/selection.py -%%DATADIR%%/tools/editor/scripts/gui/statusbar.py -%%DATADIR%%/tools/editor/scripts/gui/toolbar.py -%%DATADIR%%/tools/editor/scripts/gui/__init__.py -%%DATADIR%%/tools/editor/scripts/mapcontroller.py -%%DATADIR%%/tools/editor/scripts/mapview.py -%%DATADIR%%/tools/editor/scripts/plugin.py -%%DATADIR%%/tools/editor/scripts/tests/undotest.py -%%DATADIR%%/tools/editor/scripts/tests/__init__.py -%%DATADIR%%/tools/editor/scripts/undomanager.py -%%DATADIR%%/tools/editor/scripts/__init__.py -%%DATADIR%%/tools/editor/settings-dist.xml -%%DATADIR%%/tools/editor/__init__.py -%%DATADIR%%/tools/geometry_twister.py -%%DATADIR%%/tools/object_editor.py -%%DATADIR%%/tools/object_generator.py -%%DATADIR%%/tools/object_header.sh -%%DATADIR%%/tools/pack_anim.py -%%DATADIR%%/tools/ruleset_tester.py -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/CHANGES -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/README +%%LIBRARY%%include/fife/core/audio/fife_openal.h +%%LIBRARY%%include/fife/core/audio/soundclip.h +%%LIBRARY%%include/fife/core/audio/soundclipmanager.h +%%LIBRARY%%include/fife/core/audio/soundconfig.h +%%LIBRARY%%include/fife/core/audio/sounddecoder.h +%%LIBRARY%%include/fife/core/audio/soundemitter.h +%%LIBRARY%%include/fife/core/audio/soundmanager.h +%%LIBRARY%%include/fife/core/controller/engine.h +%%LIBRARY%%include/fife/core/controller/enginesettings.h +%%LIBRARY%%include/fife/core/eventchannel/base/ec_event.h +%%LIBRARY%%include/fife/core/eventchannel/base/ec_inputevent.h +%%LIBRARY%%include/fife/core/eventchannel/command/ec_command.h +%%LIBRARY%%include/fife/core/eventchannel/command/ec_commandids.h +%%LIBRARY%%include/fife/core/eventchannel/command/ec_icommandcontroller.h +%%LIBRARY%%include/fife/core/eventchannel/command/ec_icommandlistener.h +%%LIBRARY%%include/fife/core/eventchannel/drop/ec_dropevent.h +%%LIBRARY%%include/fife/core/eventchannel/drop/ec_idropcontroller.h +%%LIBRARY%%include/fife/core/eventchannel/drop/ec_idroplistener.h +%%LIBRARY%%include/fife/core/eventchannel/eventmanager.h +%%LIBRARY%%include/fife/core/eventchannel/key/ec_ikeycontroller.h +%%LIBRARY%%include/fife/core/eventchannel/key/ec_ikeyfilter.h +%%LIBRARY%%include/fife/core/eventchannel/key/ec_ikeylistener.h +%%LIBRARY%%include/fife/core/eventchannel/key/ec_key.h +%%LIBRARY%%include/fife/core/eventchannel/key/ec_keyevent.h +%%LIBRARY%%include/fife/core/eventchannel/mouse/ec_imousecontroller.h +%%LIBRARY%%include/fife/core/eventchannel/mouse/ec_imousefilter.h +%%LIBRARY%%include/fife/core/eventchannel/mouse/ec_imouselistener.h +%%LIBRARY%%include/fife/core/eventchannel/mouse/ec_mouseevent.h +%%LIBRARY%%include/fife/core/eventchannel/sdl/ec_isdleventcontroller.h +%%LIBRARY%%include/fife/core/eventchannel/sdl/ec_isdleventlistener.h +%%LIBRARY%%include/fife/core/eventchannel/source/ec_eventsourcetypes.h +%%LIBRARY%%include/fife/core/eventchannel/source/ec_ieventsource.h +%%LIBRARY%%include/fife/core/eventchannel/text/ec_itextcontroller.h +%%LIBRARY%%include/fife/core/eventchannel/text/ec_itextlistener.h +%%LIBRARY%%include/fife/core/eventchannel/text/ec_text.h +%%LIBRARY%%include/fife/core/eventchannel/text/ec_textevent.h +%%LIBRARY%%include/fife/core/export.h +%%LIBRARY%%include/fife/core/ext/glee/GLee.h +%%LIBRARY%%%%CEGUI%%include/fife/core/gui/cegui/base/ceguiinputprocessor.h +%%LIBRARY%%%%CEGUI%%include/fife/core/gui/cegui/ceguimanager.h +%%LIBRARY%%%%FIFECHAN%%include/fife/core/gui/fifechan/base/gui_font.h +%%LIBRARY%%%%FIFECHAN%%include/fife/core/gui/fifechan/base/gui_image.h +%%LIBRARY%%%%FIFECHAN%%include/fife/core/gui/fifechan/base/gui_imageloader.h +%%LIBRARY%%%%FIFECHAN%%include/fife/core/gui/fifechan/base/opengl/opengl_gui_graphics.h +%%LIBRARY%%%%FIFECHAN%%include/fife/core/gui/fifechan/base/sdl/sdl_gui_graphics.h +%%LIBRARY%%%%FIFECHAN%%include/fife/core/gui/fifechan/console/commandline.h +%%LIBRARY%%%%FIFECHAN%%include/fife/core/gui/fifechan/console/console.h +%%LIBRARY%%%%FIFECHAN%%include/fife/core/gui/fifechan/fifechanmanager.h +%%LIBRARY%%include/fife/core/gui/fifechan/util/utf8/utf8stringeditor.h +%%LIBRARY%%include/fife/core/gui/fifechan/widgets/clicklabel.h +%%LIBRARY%%include/fife/core/gui/fifechan/widgets/icon2.h +%%LIBRARY%%include/fife/core/gui/fifechan/widgets/percentagebar.h +%%LIBRARY%%include/fife/core/gui/fifechan/widgets/togglebutton.h +%%LIBRARY%%include/fife/core/gui/fifechan/widgets/twobutton.h +%%LIBRARY%%include/fife/core/gui/guimanager.h +%%LIBRARY%%include/fife/core/gui/hybrid/hybridguimanager.h +%%LIBRARY%%include/fife/core/loaders/native/audio/ogg_loader.h +%%LIBRARY%%include/fife/core/loaders/native/audio/sounddecoder_ogg.h +%%LIBRARY%%include/fife/core/loaders/native/map/animationloader.h +%%LIBRARY%%include/fife/core/loaders/native/map/atlasloader.h +%%LIBRARY%%include/fife/core/loaders/native/map/ianimationloader.h +%%LIBRARY%%include/fife/core/loaders/native/map/iatlasloader.h +%%LIBRARY%%include/fife/core/loaders/native/map/imaploader.h +%%LIBRARY%%include/fife/core/loaders/native/map/iobjectloader.h +%%LIBRARY%%include/fife/core/loaders/native/map/maploader.h +%%LIBRARY%%include/fife/core/loaders/native/map/objectloader.h +%%LIBRARY%%include/fife/core/loaders/native/map/percentdonelistener.h +%%LIBRARY%%include/fife/core/loaders/native/video/imageloader.h +%%LIBRARY%%include/fife/core/loaders/native/video/resourceanimationloader.h +%%LIBRARY%%include/fife/core/model/metamodel/action.h +%%LIBRARY%%include/fife/core/model/metamodel/grids/cellgrid.h +%%LIBRARY%%include/fife/core/model/metamodel/grids/hexgrid.h +%%LIBRARY%%include/fife/core/model/metamodel/grids/squaregrid.h +%%LIBRARY%%include/fife/core/model/metamodel/ipather.h +%%LIBRARY%%include/fife/core/model/metamodel/ivisual.h +%%LIBRARY%%include/fife/core/model/metamodel/modelcoords.h +%%LIBRARY%%include/fife/core/model/metamodel/object.h +%%LIBRARY%%include/fife/core/model/metamodel/timeprovider.h +%%LIBRARY%%include/fife/core/model/model.h +%%LIBRARY%%include/fife/core/model/structures/cell.h +%%LIBRARY%%include/fife/core/model/structures/cellcache.h +%%LIBRARY%%include/fife/core/model/structures/instance.h +%%LIBRARY%%include/fife/core/model/structures/instancetree.h +%%LIBRARY%%include/fife/core/model/structures/layer.h +%%LIBRARY%%include/fife/core/model/structures/location.h +%%LIBRARY%%include/fife/core/model/structures/map.h +%%LIBRARY%%include/fife/core/model/structures/renderernode.h +%%LIBRARY%%include/fife/core/model/structures/trigger.h +%%LIBRARY%%include/fife/core/model/structures/triggercontroller.h +%%LIBRARY%%include/fife/core/modules.h +%%LIBRARY%%include/fife/core/pathfinder/route.h +%%LIBRARY%%include/fife/core/pathfinder/routepather/multilayersearch.h +%%LIBRARY%%include/fife/core/pathfinder/routepather/routepather.h +%%LIBRARY%%include/fife/core/pathfinder/routepather/routepathersearch.h +%%LIBRARY%%include/fife/core/pathfinder/routepather/singlelayersearch.h +%%LIBRARY%%include/fife/core/savers/native/map/ianimationsaver.h +%%LIBRARY%%include/fife/core/savers/native/map/iatlassaver.h +%%LIBRARY%%include/fife/core/savers/native/map/imapsaver.h +%%LIBRARY%%include/fife/core/savers/native/map/iobjectsaver.h +%%LIBRARY%%include/fife/core/savers/native/map/mapsaver.h +%%LIBRARY%%include/fife/core/util/base/exception.h +%%LIBRARY%%include/fife/core/util/base/fife_stdint.h +%%LIBRARY%%include/fife/core/util/base/fifeclass.h +%%LIBRARY%%include/fife/core/util/base/sharedptr.h +%%LIBRARY%%include/fife/core/util/base/singleton.h +%%LIBRARY%%include/fife/core/util/base/stringutils.h +%%LIBRARY%%include/fife/core/util/log/logger.h +%%LIBRARY%%include/fife/core/util/math/angles.h +%%LIBRARY%%include/fife/core/util/math/fife_math.h +%%LIBRARY%%include/fife/core/util/math/matrix.h +%%LIBRARY%%include/fife/core/util/resource/resource.h +%%LIBRARY%%include/fife/core/util/resource/resourcemanager.h +%%LIBRARY%%include/fife/core/util/structures/point.h +%%LIBRARY%%include/fife/core/util/structures/priorityqueue.h +%%LIBRARY%%include/fife/core/util/structures/purge.h +%%LIBRARY%%include/fife/core/util/structures/quadtree.h +%%LIBRARY%%include/fife/core/util/structures/rect.h +%%LIBRARY%%include/fife/core/util/time/timeevent.h +%%LIBRARY%%include/fife/core/util/time/timemanager.h +%%LIBRARY%%include/fife/core/util/time/timer.h +%%LIBRARY%%include/fife/core/util/utf8/utf8.h +%%LIBRARY%%include/fife/core/util/utf8/utf8/checked.h +%%LIBRARY%%include/fife/core/util/utf8/utf8/core.h +%%LIBRARY%%include/fife/core/util/utf8/utf8/unchecked.h +%%LIBRARY%%include/fife/core/version.h +%%LIBRARY%%include/fife/core/vfs/dat/dat1.h +%%LIBRARY%%include/fife/core/vfs/dat/dat2.h +%%LIBRARY%%include/fife/core/vfs/dat/lzssdecoder.h +%%LIBRARY%%include/fife/core/vfs/dat/rawdatadat1.h +%%LIBRARY%%include/fife/core/vfs/dat/rawdatadat2.h +%%LIBRARY%%include/fife/core/vfs/directoryprovider.h +%%LIBRARY%%include/fife/core/vfs/fife_boost_filesystem.h +%%LIBRARY%%include/fife/core/vfs/raw/rawdata.h +%%LIBRARY%%include/fife/core/vfs/raw/rawdatafile.h +%%LIBRARY%%include/fife/core/vfs/raw/rawdatamemsource.h +%%LIBRARY%%include/fife/core/vfs/raw/rawdatasource.h +%%LIBRARY%%include/fife/core/vfs/vfs.h +%%LIBRARY%%include/fife/core/vfs/vfsdirectory.h +%%LIBRARY%%include/fife/core/vfs/vfssource.h +%%LIBRARY%%include/fife/core/vfs/vfssourceprovider.h +%%LIBRARY%%include/fife/core/vfs/zip/zipfilesource.h +%%LIBRARY%%include/fife/core/vfs/zip/zipnode.h +%%LIBRARY%%include/fife/core/vfs/zip/zipprovider.h +%%LIBRARY%%include/fife/core/vfs/zip/zipsource.h +%%LIBRARY%%include/fife/core/vfs/zip/ziptree.h +%%LIBRARY%%include/fife/core/video/animation.h +%%LIBRARY%%include/fife/core/video/animationmanager.h +%%LIBRARY%%include/fife/core/video/atlasbook.h +%%LIBRARY%%include/fife/core/video/color.h +%%LIBRARY%%include/fife/core/video/cursor.h +%%LIBRARY%%include/fife/core/video/devicecaps.h +%%LIBRARY%%include/fife/core/video/fonts/fontbase.h +%%LIBRARY%%include/fife/core/video/fonts/ifont.h +%%LIBRARY%%include/fife/core/video/fonts/imagefontbase.h +%%LIBRARY%%include/fife/core/video/fonts/subimagefont.h +%%LIBRARY%%include/fife/core/video/fonts/textrenderpool.h +%%LIBRARY%%include/fife/core/video/fonts/truetypefont.h +%%LIBRARY%%include/fife/core/video/image.h +%%LIBRARY%%include/fife/core/video/imagemanager.h +%%LIBRARY%%include/fife/core/video/opengl/fife_opengl.h +%%LIBRARY%%include/fife/core/video/opengl/glimage.h +%%LIBRARY%%include/fife/core/video/opengl/renderbackendopengl.h +%%LIBRARY%%include/fife/core/video/renderbackend.h +%%LIBRARY%%include/fife/core/video/sdl/renderbackendsdl.h +%%LIBRARY%%include/fife/core/video/sdl/sdlblendingfunctions.h +%%LIBRARY%%include/fife/core/video/sdl/sdlimage.h +%%LIBRARY%%include/fife/core/view/camera.h +%%LIBRARY%%include/fife/core/view/layercache.h +%%LIBRARY%%include/fife/core/view/rendererbase.h +%%LIBRARY%%include/fife/core/view/renderers/blockinginforenderer.h +%%LIBRARY%%include/fife/core/view/renderers/cellrenderer.h +%%LIBRARY%%include/fife/core/view/renderers/cellselectionrenderer.h +%%LIBRARY%%include/fife/core/view/renderers/coordinaterenderer.h +%%LIBRARY%%include/fife/core/view/renderers/floatingtextrenderer.h +%%LIBRARY%%include/fife/core/view/renderers/genericrenderer.h +%%LIBRARY%%include/fife/core/view/renderers/gridrenderer.h +%%LIBRARY%%include/fife/core/view/renderers/instancerenderer.h +%%LIBRARY%%include/fife/core/view/renderers/lightrenderer.h +%%LIBRARY%%include/fife/core/view/renderers/offrenderer.h +%%LIBRARY%%include/fife/core/view/renderers/quadtreerenderer.h +%%LIBRARY%%include/fife/core/view/renderers/targetrenderer.h +%%LIBRARY%%include/fife/core/view/renderitem.h +%%LIBRARY%%include/fife/core/view/visual.h +%%LIBRARY%%lib/libfife.so +%%LIBRARY%%lib/libfife.so.0.4.1 +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/__init__.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/_fife.so +%%PYTHON%%%%FIFECHAN%%%%PYTHON_SITELIBDIR%%/fife/_fifechan.so +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/__init__.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/basicapplication.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/cegui/__init__.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/cegui/ceguibasicapplication.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/fife_compat.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/fife_settings.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/fife_timer.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/fife_utils.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/fifelog.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/librocket/__init__.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/librocket/rocketbasicapplication.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/loaders.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/__init__.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/attrs.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/autoposition.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/compat.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/dialog/__init__.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/dialog/filebrowser.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/dialogs.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/events.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/exceptions.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/fife_pychansettings.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/fonts.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/internal.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/properties.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/pychanbasicapplication.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/tools.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/__init__.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/basictextwidget.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/buttons.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/checkbox.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/common.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/containers.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/dropdown.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/ext/__init__.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/icon.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/iconprogressbar.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/label.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/layout.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/listbox.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/passwordfield.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/percentagebar.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/radiobutton.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/scrollarea.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/slider.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/textbox.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/textfield.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pychan/widgets/widget.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/pythonize.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/savers.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/__init__.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/simplexml.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/xml_loader_tools.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/xmlanimation.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/xmlmap.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/xmlmapsaver.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/serializers/xmlobject.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/extensions/soundmanager.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/fife/fife.py +%%PYTHON%%%%FIFECHAN%%%%PYTHON_SITELIBDIR%%/fife/fifechan.py