You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@corinthia.apache.org by ja...@apache.org on 2015/03/23 17:19:27 UTC

[39/83] [abbrv] [partial] incubator-corinthia git commit: removed SDL2

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/d1484ae0/DocFormats/platform/3rdparty/SDL2-2.0.3/Xcode/SDL/pkg-support/SDL.info
----------------------------------------------------------------------
diff --git a/DocFormats/platform/3rdparty/SDL2-2.0.3/Xcode/SDL/pkg-support/SDL.info b/DocFormats/platform/3rdparty/SDL2-2.0.3/Xcode/SDL/pkg-support/SDL.info
deleted file mode 100644
index f08facd..0000000
--- a/DocFormats/platform/3rdparty/SDL2-2.0.3/Xcode/SDL/pkg-support/SDL.info
+++ /dev/null
@@ -1,15 +0,0 @@
-Title SDL 2.0.0
-Version 1
-Description SDL Library for Mac OS X (http://www.libsdl.org)
-DefaultLocation /Library/Frameworks
-Diskname (null)
-DeleteWarning 
-NeedsAuthorization NO
-DisableStop NO
-UseUserMask NO
-Application NO
-Relocatable YES
-Required NO
-InstallOnly NO
-RequiresReboot NO
-InstallFat NO

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/d1484ae0/DocFormats/platform/3rdparty/SDL2-2.0.3/Xcode/SDL/pkg-support/codesign-frameworks.sh
----------------------------------------------------------------------
diff --git a/DocFormats/platform/3rdparty/SDL2-2.0.3/Xcode/SDL/pkg-support/codesign-frameworks.sh b/DocFormats/platform/3rdparty/SDL2-2.0.3/Xcode/SDL/pkg-support/codesign-frameworks.sh
deleted file mode 100644
index 16dea25..0000000
--- a/DocFormats/platform/3rdparty/SDL2-2.0.3/Xcode/SDL/pkg-support/codesign-frameworks.sh
+++ /dev/null
@@ -1,43 +0,0 @@
-#!/bin/sh
-
-# WARNING: You may have to run Clean in Xcode after changing CODE_SIGN_IDENTITY! 
-
-# Verify that $CODE_SIGN_IDENTITY is set
-if [ -z "$CODE_SIGN_IDENTITY" ] ; then
-    echo "CODE_SIGN_IDENTITY needs to be non-empty for codesigning frameworks!"
-
-    if [ "$CONFIGURATION" = "Release" ] ; then
-        exit 1
-    else
-        # Codesigning is optional for non-release builds.
-        exit 0
-    fi
-fi
-
-SAVEIFS=$IFS
-IFS=$(echo -en "\n\b")
-
-FRAMEWORK_DIR="${TARGET_BUILD_DIR}"
-
-# Loop through all frameworks
-FRAMEWORKS=`find "${FRAMEWORK_DIR}" -type d -name "*.framework" | sed -e "s/\(.*\)/\1\/Versions\/A\//"`
-RESULT=$?
-if [[ $RESULT != 0 ]] ; then
-    exit 1
-fi
-
-echo "Found:"
-echo "${FRAMEWORKS}"
-
-for FRAMEWORK in $FRAMEWORKS;
-do
-    echo "Signing '${FRAMEWORK}'"
-    `codesign -f -v -s "${CODE_SIGN_IDENTITY}" "${FRAMEWORK}"`
-    RESULT=$?
-    if [[ $RESULT != 0 ]] ; then
-        exit 1
-    fi
-done
-
-# restore $IFS
-IFS=$SAVEIFS

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/d1484ae0/DocFormats/platform/3rdparty/SDL2-2.0.3/Xcode/SDL/pkg-support/resources/License.txt
----------------------------------------------------------------------
diff --git a/DocFormats/platform/3rdparty/SDL2-2.0.3/Xcode/SDL/pkg-support/resources/License.txt b/DocFormats/platform/3rdparty/SDL2-2.0.3/Xcode/SDL/pkg-support/resources/License.txt
deleted file mode 100644
index 4b6f777..0000000
--- a/DocFormats/platform/3rdparty/SDL2-2.0.3/Xcode/SDL/pkg-support/resources/License.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-
-Simple DirectMedia Layer
-Copyright (C) 1997-2014 Sam Lantinga <sl...@libsdl.org>
-  
-This software is provided 'as-is', without any express or implied
-warranty.  In no event will the authors be held liable for any damages
-arising from the use of this software.
-
-Permission is granted to anyone to use this software for any purpose,
-including commercial applications, and to alter it and redistribute it
-freely, subject to the following restrictions:
-  
-1. The origin of this software must not be misrepresented; you must not
-   claim that you wrote the original software. If you use this software
-   in a product, an acknowledgment in the product documentation would be
-   appreciated but is not required. 
-2. Altered source versions must be plainly marked as such, and must not be
-   misrepresented as being the original software.
-3. This notice may not be removed or altered from any source distribution.

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/d1484ae0/DocFormats/platform/3rdparty/SDL2-2.0.3/Xcode/SDL/pkg-support/resources/ReadMe.txt
----------------------------------------------------------------------
diff --git a/DocFormats/platform/3rdparty/SDL2-2.0.3/Xcode/SDL/pkg-support/resources/ReadMe.txt b/DocFormats/platform/3rdparty/SDL2-2.0.3/Xcode/SDL/pkg-support/resources/ReadMe.txt
deleted file mode 100644
index 40ac3a1..0000000
--- a/DocFormats/platform/3rdparty/SDL2-2.0.3/Xcode/SDL/pkg-support/resources/ReadMe.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-The Simple DirectMedia Layer (SDL for short) is a cross-platform 
-library designed to make it easy to write multi-media software, 
-such as games and emulators.
-
-The Simple DirectMedia Layer library source code is available from: 
-http://www.libsdl.org/
-
-This library is distributed under the terms of the zlib license: 
-http://zlib.net/zlib_license.html
-
-
-This packages contains the SDL framework for OS X. 
-Conforming with Apple guidelines, this framework 
-contains both the SDL runtime component and development header files.
-
-
-To Install:
-Copy the SDL2.framework to /Library/Frameworks
-
-You may alternatively install it in <Your home directory>/Library/Frameworks 
-if your access privileges are not high enough. 
-
-
-Additional References:
-
- - Screencast tutorials for getting started with OpenSceneGraph/Mac OS X are 
- 	available at:
-	http://www.openscenegraph.org/projects/osg/wiki/Support/Tutorials/MacOSXTips
-	Though these are OpenSceneGraph centric, the same exact concepts apply to 
-	SDL, thus the videos are recommended for everybody getting started with
-	developing on Mac OS X. (You can skim over the PlugIns stuff since SDL
-	doesn't have any PlugIns to worry about.)

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/d1484ae0/DocFormats/platform/3rdparty/SDL2-2.0.3/Xcode/SDL/pkg-support/resources/SDL_DS_Store
----------------------------------------------------------------------
diff --git a/DocFormats/platform/3rdparty/SDL2-2.0.3/Xcode/SDL/pkg-support/resources/SDL_DS_Store b/DocFormats/platform/3rdparty/SDL2-2.0.3/Xcode/SDL/pkg-support/resources/SDL_DS_Store
deleted file mode 100644
index 5658d15..0000000
Binary files a/DocFormats/platform/3rdparty/SDL2-2.0.3/Xcode/SDL/pkg-support/resources/SDL_DS_Store and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/d1484ae0/DocFormats/platform/3rdparty/SDL2-2.0.3/Xcode/SDL/pkg-support/sdl_logo.pdf
----------------------------------------------------------------------
diff --git a/DocFormats/platform/3rdparty/SDL2-2.0.3/Xcode/SDL/pkg-support/sdl_logo.pdf b/DocFormats/platform/3rdparty/SDL2-2.0.3/Xcode/SDL/pkg-support/sdl_logo.pdf
deleted file mode 100644
index a172f97..0000000
Binary files a/DocFormats/platform/3rdparty/SDL2-2.0.3/Xcode/SDL/pkg-support/sdl_logo.pdf and /dev/null differ