remove dlib dependency

This commit is contained in:
Vadim Lopatin 2015-12-10 16:39:29 +03:00
parent 0c5ad89b85
commit 93b44db66b
20 changed files with 2 additions and 226 deletions

View File

@ -153,8 +153,6 @@ To develop using Visual-D or MonoD, download sources for dlabgui and dependencie
git clone https://github.com/DerelictOrg/DerelictGL3.git
git clone https://github.com/DerelictOrg/DerelictFT.git
git clone https://github.com/DerelictOrg/DerelictSDL2.git
git clone https://github.com/gecko0307/dlib.git
git clone https://github.com/Devisualization/image.git de_image
git clone https://github.com/Dav1dde/gl3n.git
Then open dlangui.sln using Visual D (or dlangui-monod.sln for MonoD)
@ -197,8 +195,6 @@ Clone dependency libraries
git clone https://github.com/DerelictOrg/DerelictGL3.git
git clone https://github.com/DerelictOrg/DerelictFT.git
git clone https://github.com/DerelictOrg/DerelictSDL2.git
git clone https://github.com/gecko0307/dlib.git
git clone https://github.com/Devisualization/image.git de_image
git clone https://github.com/Dav1dde/gl3n.git
git clone https://github.com/p0nce/DerelictCocoa.git
git clone https://github.com/nomad-software/x11.git
@ -233,7 +229,6 @@ Clone dependency libraries to dlangui/deps directory
git clone https://github.com/DerelictOrg/DerelictGL3.git
git clone https://github.com/DerelictOrg/DerelictFT.git
git clone https://github.com/DerelictOrg/DerelictSDL2.git
git clone https://github.com/gecko0307/dlib.git
git clone https://github.com/Dav1dde/gl3n.git
git clone https://github.com/nomad-software/x11.git
@ -270,7 +265,6 @@ Following settings are to be applied to all configurations of your new project (
* In your project options Build/Includes put list of import directories of DlangUI library and its dependencies, like
../dlangui/src
../dlangui/deps/dlib
../dlangui/deps/gl3n
../dlangui/deps/DerelictSDL2/source
../dlangui/deps/DerelictFT/source
@ -304,9 +298,7 @@ Clone dependency libraries to dlangui/deps directory
git clone https://github.com/DerelictOrg/DerelictGL3.git
git clone https://github.com/DerelictOrg/DerelictFT.git
git clone https://github.com/DerelictOrg/DerelictSDL2.git
git clone https://github.com/gecko0307/dlib.git
git clone https://github.com/Dav1dde/gl3n.git
git clone https://github.com/Devisualization/image.git de_image
Open solution file with Mono-D
@ -341,7 +333,6 @@ Following settings are to be applied to all configurations of your new project (
* In your project options Build/Includes put list of import directories of DlangUI library and its dependencies, like
../dlangui/src
../dlangui/deps/dlib
../dlangui/deps/gl3n
../dlangui/deps/DerelictSDL2/source
../dlangui/deps/DerelictFT/source
@ -375,9 +366,7 @@ Clone dependency libraries to dlangui/deps directory
git clone https://github.com/DerelictOrg/DerelictGL3.git
git clone https://github.com/DerelictOrg/DerelictFT.git
git clone https://github.com/DerelictOrg/DerelictSDL2.git
git clone https://github.com/gecko0307/dlib.git
git clone https://github.com/Dav1dde/gl3n.git
git clone https://github.com/Devisualization/image.git de_image
git clone https://github.com/Hackerpilot/libdparse.git
For DlangIDE development, close dlangide project on the same directory level as dlangui is cloned:
@ -418,7 +407,6 @@ Following settings are to be applied to all configurations of your new project (
* In your project options Build/Includes put list of import directories of DlangUI library and its dependencies, like
../dlangui/src
../dlangui/deps/dlib
../dlangui/deps/gl3n
../dlangui/deps/DerelictSDL2/source
../dlangui/deps/DerelictFT/source
@ -471,8 +459,8 @@ Third party components used
* DerelictFT + FreeType library support under linux and optionally under Windows.
* DerelictSDL2 + SDL2 for cross platform support
* WindowsAPI bindings from http://www.dsource.org/projects/bindings/wiki/WindowsApi (patched)
* XCB and X11 bindings (patched) when SDL2 is not used; TODO: provide links
* DLIB - for loading GIF and JPEG images (it replaced FreeImage recently)
* X11 binding when SDL2 is not used
* PNG and JPEG reading code is based on dlib sources
Hello World

View File

@ -1,127 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{84FCA922-7BD9-4B9E-A192-A52F0A830AF5}</ProjectGuid>
<UseDefaultCompiler>true</UseDefaultCompiler>
<PreferOneStepBuild>true</PreferOneStepBuild>
<Compiler>ldc2</Compiler>
<IncrementalLinking>true</IncrementalLinking>
<DependentProjectIds>
<DependentProjectIds>
<String>{2B088613-C536-4E5C-8B74-7913267D75DA}</String>
<String>{5355CB25-5AA9-4738-9A0F-C0673DBBCB07}</String>
<String>{0B737AB4-0C3B-4250-A133-3AD793E2D322}</String>
<String>{87EE4E19-2409-4441-A0C0-2E6D08C555D9}</String>
<String>{174F5AAC-3D16-4AD9-9041-0DC0723A78FE}</String>
</DependentProjectIds>
</DependentProjectIds>
<Includes>
<Includes>
<Path>../DerelictUtil/source</Path>
<Path>../DerelictFT/source</Path>
<Path>../DerelictSDL2/source</Path>
<Path>../DerelictGL3/source</Path>
<Path>../dlib</Path>
<Path>src</Path>
</Includes>
</Includes>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug</OutputPath>
<ObjectsDirectory>obj/Debug</ObjectsDirectory>
<LinkinThirdPartyLibraries>false</LinkinThirdPartyLibraries>
<UnittestMode>false</UnittestMode>
<OutputName>dlangui-monod-lib</OutputName>
<Target>StaticLibrary</Target>
<Externalconsole>true</Externalconsole>
<DebugLevel>0</DebugLevel>
<VersionIds>
<VersionIds>
<String>USE_SDL</String>
<String>USE_OPENGL</String>
<String>EmbedStandardResources</String>
</VersionIds>
</VersionIds>
<ExtraCompilerArguments>-Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/mdpi</ExtraCompilerArguments>
<DDocDirectory>docs</DDocDirectory>
<Libs>
<Libs>
<Lib>dl</Lib>
</Libs>
</Libs>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>bin\Release</OutputPath>
<ObjectsDirectory>obj/Release</ObjectsDirectory>
<LinkinThirdPartyLibraries>false</LinkinThirdPartyLibraries>
<UnittestMode>false</UnittestMode>
<OutputName>dlangui-monod-lib</OutputName>
<Target>Executable</Target>
<Externalconsole>true</Externalconsole>
<DebugLevel>0</DebugLevel>
<ExtraCompilerArguments>project.ddoc -c -Dddocs</ExtraCompilerArguments>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Unittest|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Unittest</OutputPath>
<ObjectsDirectory>obj/Unittest</ObjectsDirectory>
<LinkinThirdPartyLibraries>false</LinkinThirdPartyLibraries>
<UnittestMode>true</UnittestMode>
<OutputName>dlangui-monod-lib</OutputName>
<Target>Executable</Target>
<Externalconsole>true</Externalconsole>
<DebugLevel>0</DebugLevel>
<ExtraCompilerArguments>project.ddoc -c -Dddocs</ExtraCompilerArguments>
</PropertyGroup>
<ItemGroup>
<Compile Include="src\dlangui\core\collections.d" />
<Compile Include="src\dlangui\core\events.d" />
<Compile Include="src\dlangui\core\i18n.d" />
<Compile Include="src\dlangui\core\linestream.d" />
<Compile Include="src\dlangui\core\logger.d" />
<Compile Include="src\dlangui\core\signals.d" />
<Compile Include="src\dlangui\core\types.d" />
<Compile Include="src\dlangui\graphics\drawbuf.d" />
<Compile Include="src\dlangui\graphics\fonts.d" />
<Compile Include="src\dlangui\graphics\ftfonts.d" />
<Compile Include="src\dlangui\graphics\gldrawbuf.d" />
<Compile Include="src\dlangui\graphics\glsupport.d" />
<Compile Include="src\dlangui\graphics\images.d" />
<Compile Include="src\dlangui\graphics\resources.d" />
<Compile Include="src\dlangui\platforms\common\platform.d" />
<Compile Include="src\dlangui\widgets\controls.d" />
<Compile Include="src\dlangui\widgets\editors.d" />
<Compile Include="src\dlangui\widgets\layouts.d" />
<Compile Include="src\dlangui\widgets\lists.d" />
<Compile Include="src\dlangui\widgets\menu.d" />
<Compile Include="src\dlangui\widgets\popup.d" />
<Compile Include="src\dlangui\widgets\styles.d" />
<Compile Include="src\dlangui\widgets\tabs.d" />
<Compile Include="src\dlangui\widgets\widget.d" />
<Compile Include="src\dlangui\all.d" />
<Compile Include="src\dlangui\platforms\sdl\sdlapp.d" />
<Compile Include="src\dlangui\core\stdaction.d" />
<Compile Include="src\dlangui\dialogs\dialog.d" />
<Compile Include="src\dlangui\dialogs\filedlg.d" />
<Compile Include="src\dlangui\widgets\grid.d" />
<Compile Include="src\dlangui\dialogs\msgbox.d" />
<Compile Include="src\dlangui\graphics\colors.d" />
<Compile Include="src\dlangui\widgets\appframe.d" />
<Compile Include="src\dlangui\widgets\combobox.d" />
<Compile Include="src\dlangui\widgets\docks.d" />
<Compile Include="src\dlangui\widgets\scroll.d" />
<Compile Include="src\dlangui\widgets\srcedit.d" />
<Compile Include="src\dlangui\widgets\statusline.d" />
<Compile Include="src\dlangui\widgets\toolbars.d" />
<Compile Include="src\dlangui\widgets\tree.d" />
<Compile Include="src\dlangui\core\editable.d" />
<Compile Include="src\dlangui\core\files.d" />
<Compile Include="src\dlangui\core\settings.d" />
<Compile Include="src\dlangui\widgets\winframe.d" />
</ItemGroup>
</Project>

View File

@ -334,39 +334,6 @@
<Compile Include="deps\DerelictUtil\source\derelict\util\system.d" />
<Compile Include="deps\DerelictUtil\source\derelict\util\wintypes.d" />
<Compile Include="deps\DerelictUtil\source\derelict\util\xtypes.d" />
<Compile Include="deps\dlib\dlib\coding\huffman.d" />
<Compile Include="deps\dlib\dlib\coding\zlib.d" />
<Compile Include="deps\dlib\dlib\image\io\bmp.d" />
<Compile Include="deps\dlib\dlib\image\io\idct.d" />
<Compile Include="deps\dlib\dlib\image\io\io.d" />
<Compile Include="deps\dlib\dlib\image\io\jpeg.d" />
<Compile Include="deps\dlib\dlib\image\io\png.d" />
<Compile Include="deps\dlib\dlib\image\io\tga.d" />
<Compile Include="deps\dlib\dlib\image\io\utils.d" />
<Compile Include="deps\dlib\dlib\image\arithmetics.d" />
<Compile Include="deps\dlib\dlib\image\color.d" />
<Compile Include="deps\dlib\dlib\image\image.d" />
<Compile Include="deps\dlib\dlib\core\bitio.d" />
<Compile Include="deps\dlib\dlib\core\memory.d" />
<Compile Include="deps\dlib\dlib\core\oop.d" />
<Compile Include="deps\dlib\dlib\core\stream.d" />
<Compile Include="deps\dlib\dlib\functional\range.d" />
<Compile Include="deps\dlib\dlib\math\interpolation.d" />
<Compile Include="deps\dlib\dlib\math\vector.d" />
<Compile Include="deps\dlib\dlib\core\tuple.d" />
<Compile Include="deps\dlib\dlib\math\matrix.d" />
<Compile Include="deps\dlib\dlib\math\utils.d" />
<Compile Include="deps\dlib\dlib\math\decomposition.d" />
<Compile Include="deps\dlib\dlib\math\linsolve.d" />
<Compile Include="deps\dlib\dlib\core\compound.d" />
<Compile Include="deps\dlib\dlib\filesystem\delegaterange.d" />
<Compile Include="deps\dlib\dlib\filesystem\dirrange.d" />
<Compile Include="deps\dlib\dlib\filesystem\filesystem.d" />
<Compile Include="deps\dlib\dlib\filesystem\local.d" />
<Compile Include="deps\dlib\dlib\filesystem\posix\common.d" />
<Compile Include="deps\dlib\dlib\filesystem\posix\directory.d" />
<Compile Include="deps\dlib\dlib\filesystem\posix\file.d" />
<Compile Include="deps\dlib\dlib\container\array.d" />
<Compile Include="deps\gl3n\gl3n\frustum.d" />
<Compile Include="deps\gl3n\gl3n\linalg.d" />
<Compile Include="deps\gl3n\gl3n\math.d" />

View File

@ -191,40 +191,6 @@
<Compile Include="deps\DerelictFT\source\derelict\freetype\ft.d" />
<Compile Include="deps\DerelictFT\source\derelict\freetype\functions.d" />
<Compile Include="deps\DerelictFT\source\derelict\freetype\types.d" />
<Compile Include="deps\dlib\dlib\core\bitio.d" />
<Compile Include="deps\dlib\dlib\core\compound.d" />
<Compile Include="deps\dlib\dlib\core\memory.d" />
<Compile Include="deps\dlib\dlib\core\oop.d" />
<Compile Include="deps\dlib\dlib\core\package.d" />
<Compile Include="deps\dlib\dlib\core\stream.d" />
<Compile Include="deps\dlib\dlib\core\thread.d" />
<Compile Include="deps\dlib\dlib\core\tuple.d" />
<Compile Include="deps\dlib\dlib\image\color.d" />
<Compile Include="deps\dlib\dlib\image\image.d" />
<Compile Include="deps\dlib\dlib\image\io\bmp.d" />
<Compile Include="deps\dlib\dlib\image\io\idct.d" />
<Compile Include="deps\dlib\dlib\image\io\io.d" />
<Compile Include="deps\dlib\dlib\image\io\jpeg.d" />
<Compile Include="deps\dlib\dlib\image\io\png.d" />
<Compile Include="deps\dlib\dlib\image\io\tga.d" />
<Compile Include="deps\dlib\dlib\image\io\utils.d" />
<Compile Include="deps\dlib\dlib\functional\range.d" />
<Compile Include="deps\dlib\dlib\math\matrix.d" />
<Compile Include="deps\dlib\dlib\math\utils.d" />
<Compile Include="deps\dlib\dlib\math\vector.d" />
<Compile Include="deps\dlib\dlib\math\decomposition.d" />
<Compile Include="deps\dlib\dlib\math\linsolve.d" />
<Compile Include="deps\dlib\dlib\math\interpolation.d" />
<Compile Include="deps\dlib\dlib\filesystem\delegaterange.d" />
<Compile Include="deps\dlib\dlib\filesystem\filesystem.d" />
<Compile Include="deps\dlib\dlib\filesystem\local.d" />
<Compile Include="deps\dlib\dlib\filesystem\dirrange.d" />
<Compile Include="deps\dlib\dlib\filesystem\posix\common.d" />
<Compile Include="deps\dlib\dlib\filesystem\posix\directory.d" />
<Compile Include="deps\dlib\dlib\filesystem\posix\file.d" />
<Compile Include="deps\dlib\dlib\coding\zlib.d" />
<Compile Include="deps\dlib\dlib\container\array.d" />
<Compile Include="deps\dlib\dlib\coding\huffman.d" />
<Compile Include="deps\gl3n\gl3n\linalg.d" />
<Compile Include="deps\gl3n\gl3n\math.d" />
<Compile Include="deps\gl3n\gl3n\util.d" />

View File

@ -5,9 +5,7 @@ git clone https://github.com/DerelictOrg/DerelictUtil.git
git clone https://github.com/DerelictOrg/DerelictGL3.git
git clone https://github.com/DerelictOrg/DerelictFT.git
git clone https://github.com/DerelictOrg/DerelictSDL2.git
git clone https://github.com/gecko0307/dlib.git
git clone https://github.com/Dav1dde/gl3n.git
git clone https://github.com/Devisualization/image.git de_image
git clone https://github.com/Hackerpilot/libdparse.git
git clone https://github.com/nomad-software/x11.git
cd ../..

View File

@ -11,7 +11,6 @@
<Includes>
<Includes>
<Path>../../src</Path>
<Path>../../deps/dlib</Path>
<Path>../../deps/gl3n</Path>
<Path>../../deps/DerelictSDL2/source</Path>
<Path>../../deps/DerelictFT/source</Path>

View File

@ -16,7 +16,6 @@
<Includes>
<Includes>
<Path>../../src</Path>
<Path>../../deps/dlib</Path>
<Path>../../deps/gl3n</Path>
<Path>../../deps/DerelictGL3/source</Path>
<Path>../../deps/DerelictSDL2/source</Path>

View File

@ -16,7 +16,6 @@
<Path>..\..\deps\DerelictGL3\source</Path>
<Path>..\..\deps\DerelictUtil\source</Path>
<Path>..\..\deps\gl3n</Path>
<Path>..\..\deps\dlib</Path>
</Includes>
</Includes>
<DependentProjectIds>

View File

@ -16,7 +16,6 @@
<Includes>
<Includes>
<Path>../../src</Path>
<Path>../../deps/dlib</Path>
<Path>../../deps/gl3n</Path>
<Path>../../deps/x11/source</Path>
<Path>../../deps/DerelictSDL2/source</Path>

View File

@ -16,7 +16,6 @@
<Includes>
<Includes>
<Path>../../src</Path>
<Path>../../deps/dlib</Path>
<Path>../../deps/gl3n</Path>
<Path>../../deps/DerelictGL3/source</Path>
<Path>../../deps/DerelictSDL2/source</Path>

View File

@ -21,7 +21,6 @@
<Path>..\..\deps\DerelictGL3\source</Path>
<Path>..\..\deps\DerelictUtil\source</Path>
<Path>..\..\deps\gl3n</Path>
<Path>..\..\deps\dlib</Path>
</Includes>
</Includes>
</PropertyGroup>

View File

@ -16,7 +16,6 @@
<Includes>
<Includes>
<Path>../../src</Path>
<Path>../../deps/dlib</Path>
<Path>../../deps/gl3n</Path>
<Path>../../deps/DerelictSDL2/source</Path>
<Path>../../deps/DerelictFT/source</Path>

View File

@ -11,7 +11,6 @@
<Includes>
<Includes>
<Path>../../src</Path>
<Path>../../deps/dlib</Path>
<Path>../../deps/gl3n</Path>
<Path>../../deps/DerelictGL3/source</Path>
<Path>../../deps/DerelictSDL2/source</Path>

View File

@ -21,7 +21,6 @@
<Path>..\..\deps\DerelictGL3\source</Path>
<Path>..\..\deps\DerelictUtil\source</Path>
<Path>..\..\deps\gl3n</Path>
<Path>..\..\deps\dlib</Path>
</Includes>
</Includes>
</PropertyGroup>

View File

@ -11,7 +11,6 @@
<Includes>
<Includes>
<Path>../../src</Path>
<Path>../../deps/dlib</Path>
<Path>../../deps/gl3n</Path>
<Path>../../deps/DerelictSDL2/source</Path>
<Path>../../deps/DerelictFT/source</Path>

View File

@ -16,7 +16,6 @@
<Includes>
<Includes>
<Path>../../src</Path>
<Path>../../deps/dlib</Path>
<Path>../../deps/gl3n</Path>
<Path>../../deps/DerelictGL3/source</Path>
<Path>../../deps/DerelictSDL2/source</Path>

View File

@ -11,7 +11,6 @@
<Includes>
<Includes>
<Path>../../src</Path>
<Path>../../deps/dlib</Path>
<Path>../../deps/gl3n</Path>
<Path>../../deps/DerelictSDL2/source</Path>
<Path>../../deps/DerelictFT/source</Path>

View File

@ -16,7 +16,6 @@
<Includes>
<Includes>
<Path>../../src</Path>
<Path>../../deps/dlib</Path>
<Path>../../deps/gl3n</Path>
<Path>../../deps/DerelictGL3/source</Path>
<Path>../../deps/DerelictSDL2/source</Path>

View File

@ -21,7 +21,6 @@
<Path>..\..\deps\DerelictGL3\source</Path>
<Path>..\..\deps\DerelictUtil\source</Path>
<Path>..\..\deps\gl3n</Path>
<Path>..\..\deps\dlib</Path>
</Includes>
</Includes>
</PropertyGroup>

View File

@ -2,9 +2,7 @@ cd deps
cd DerelictCocoa && git pull --tags origin master && cd ..
cd DerelictGL3 && git pull --tags origin master && cd ..
cd DerelictUtil && git pull --tags origin master && cd ..
cd dlib && git pull --tags origin master && cd ..
cd DerelictFT && git pull --tags origin master && cd ..
cd DerelictSDL2 && git pull --tags origin master && cd ..
cd de_image && git pull --tags origin master && cd ..
cd gl3n && git pull --tags origin master && cd ..
cd x11 && git pull --tags origin master && cd ..