diff -Nru q-gears-0.21/debian/bzr-builder.manifest q-gears-0.21/debian/bzr-builder.manifest --- q-gears-0.21/debian/bzr-builder.manifest 2014-07-26 05:18:23.000000000 +0000 +++ q-gears-0.21/debian/bzr-builder.manifest 2014-10-17 23:01:31.000000000 +0000 @@ -1,2 +1,2 @@ -# bzr-builder format 0.3 deb-version {debupstream}-0~9 -lp:q-gears revid:git-v1:9df6536dea3131ecec9741975e82d3498f4e7f5a +# bzr-builder format 0.3 deb-version {debupstream}-0~10 +lp:q-gears revid:git-v1:e33fa1bca34dae2d809f5d699754c2fa4ae7ca1d diff -Nru q-gears-0.21/debian/changelog q-gears-0.21/debian/changelog --- q-gears-0.21/debian/changelog 2014-07-26 05:18:23.000000000 +0000 +++ q-gears-0.21/debian/changelog 2014-10-17 23:01:31.000000000 +0000 @@ -1,8 +1,8 @@ -q-gears (0.21-0~9~ubuntu14.04.1) trusty; urgency=low +q-gears (0.21-0~10~ubuntu14.04.1) trusty; urgency=low * Auto build. - -- sithlord48 Sat, 26 Jul 2014 05:18:23 +0000 + -- sithlord48 Fri, 17 Oct 2014 23:01:31 +0000 q-gears (0.21) saucy; urgency=low diff -Nru q-gears-0.21/QGearsMain/CMakeLists.txt q-gears-0.21/QGearsMain/CMakeLists.txt --- q-gears-0.21/QGearsMain/CMakeLists.txt 2014-07-26 05:18:18.000000000 +0000 +++ q-gears-0.21/QGearsMain/CMakeLists.txt 2014-10-17 23:01:30.000000000 +0000 @@ -126,7 +126,6 @@ include/core/XmlFontsFile.h include/core/XmlMapFile.h #include/core/XmlMapsFile.h - include/core/XmlMusicsFile.h include/core/XmlPrototypesFile.h include/core/XmlScreenFile.h include/core/XmlScreensFile.h @@ -193,7 +192,6 @@ src/core/XmlFontsFile.cpp src/core/XmlMapFile.cpp src/core/XmlMapsFile.cpp - src/core/XmlMusicsFile.cpp src/core/XmlPrototypesFile.cpp src/core/XmlScreenFile.cpp src/core/XmlScreensFile.cpp @@ -255,10 +253,12 @@ set(HEADER_FILES ${HEADER_FILES} include/core/AudioManager.h + include/core/XmlMusicsFile.h ) set(SOURCE_FILES ${SOURCE_FILES} src/core/AudioManager.cpp + src/core/XmlMusicsFile.cpp ) endif() diff -Nru q-gears-0.21/README.md q-gears-0.21/README.md --- q-gears-0.21/README.md 2014-07-26 05:18:18.000000000 +0000 +++ q-gears-0.21/README.md 2014-10-17 23:01:30.000000000 +0000 @@ -0,0 +1,3 @@ +This Repo is used only as a staging area for upload to launchpad. +This is only because of an issue with a non utf8 char in the history of the master repo we hope to fix that soon so this staging area can be removed. +if you would like to help with q-gears please use the q-gears/q-gears repository. \ No newline at end of file diff -Nru q-gears-0.21/readme.txt q-gears-0.21/readme.txt --- q-gears-0.21/readme.txt 2014-07-26 05:18:18.000000000 +0000 +++ q-gears-0.21/readme.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,23 +0,0 @@ -Linux ------ -CMake should find your boost and ogre files automagically - -Windows -------- -for CMake to find BOOST and OGRE SDK you should have 2 environment variables -BOOST_ROOT pointing to the folder of your boost version -and -OGRE_HOME set to the path of the Ogre SDK -after setting environment variables you might have to restart the applications depending on them -to have them recognize the newly set variables - -Requirements ------------- -OgreSDK 1.8 - - Ogre::Singleton was changed from 1.7 to 1.8 so we're incompatible with 1.7 - -Boost 1.40 - - should be what ever the Ogre SDK needs, they did build agains 1.51 but cmake script - suggessts that ogre is compatible with boost 1.40 and up - -mostly you can follow instructions here http://www.ogre3d.org/tikiwiki/tiki-index.php?page=Prerequisites