Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (209167f5312ceddd0612b071cfe1d6f1488a9fa3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (209167f5312ceddd0612b071cfe1d6f1488a9fa3)
  • Date: Fri, 9 Jan 2015 18:02:36 -0600

GIT changes to master games grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
games-libs/allegro5/BUILD | 1 +
games-libs/allegro5/DEPENDS | 1 +
games-libs/allegro5/DETAILS | 40 ++++++++++++++++++++++++++++++++++++++++
games-libs/allegro5/HISTORY | 2 ++
5 files changed, 47 insertions(+)

New commits:
commit 209167f5312ceddd0612b071cfe1d6f1488a9fa3
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

allegro5: new spell, A game programming library

diff --git a/ChangeLog b/ChangeLog
index f707d59..c5987c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2015-01-09 Ismael Luceno <ismael AT sourcemage.org>
+ * games-libs/allegro5: new spell, A game programming library
+
2014-09-18 Jeremy Blosser <jblosser AT sourcemage.org>
* games-engines/irrlicht: new spell, high performance realtime 3D
engine

diff --git a/games-libs/allegro5/BUILD b/games-libs/allegro5/BUILD
new file mode 100755
index 0000000..e013b8d
--- /dev/null
+++ b/games-libs/allegro5/BUILD
@@ -0,0 +1 @@
+cmake_build
diff --git a/games-libs/allegro5/DEPENDS b/games-libs/allegro5/DEPENDS
new file mode 100755
index 0000000..60dd614
--- /dev/null
+++ b/games-libs/allegro5/DEPENDS
@@ -0,0 +1 @@
+depends cmake
diff --git a/games-libs/allegro5/DETAILS b/games-libs/allegro5/DETAILS
new file mode 100755
index 0000000..e5c4893
--- /dev/null
+++ b/games-libs/allegro5/DETAILS
@@ -0,0 +1,40 @@
+ SPELL=allegro5
+ VERSION=5.0.10
+ SOURCE="allegro-$VERSION.tar.gz"
+
SOURCE_URL[0]=http://sourceforge.net/projects/alleg/files/allegro/$VERSION/$SOURCE
+
SOURCE_HASH=sha512:38830c7e7472828991e1913230143a46d2af405c2404ee10a9fe39dbc4fa6322b84da6de450f7f53fdf661882ec2cb8ee1b03b70ed3cf1b67098cebf35621d13
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/allegro-$VERSION"
+ WEB_SITE="http://alleg.sourceforge.net";
+ LICENSE[0]="$WEB_SITE/license.html"
+ ENTERED=20150109
+ KEYWORDS=""
+ SHORT="A game programming library"
+cat << EOF
+Allegro is a cross-platform library mainly aimed at video game and multimedia
+programming. Handling common, low-level tasks such as creating windows,
+accepting user input, loading data, drawing images, playing sounds, etc. and
+generally abstracting away the underlying platform. However, Allegro is not
+a game engine: you are free to design and structure your program as you like.
+
+Allegro was started by Shawn Hargreaves in the mid-90's but has since
received
+contributions from hundreds of people over the net.
+
+Allegro 5 is the latest major revision of the library, designed to take
+advantage of modern hardware (e.g. hardware acceleration using 3D cards)
+and operating systems. Although it is not backwards compatible with earlier
+versions, it still occupies the same niche and retains a familiar style.
+
+Allegro 5.0 supports the following platforms:
+
+ Unix/Linux Windows (MSVC, MinGW) MacOS X iPhone
+
+Allegro 5.1 also adds support for:
+
+ Android
+
+Allegro only supports 2D graphics primitives natively, but it is perfectly
+reasonable to use Allegro alongside a 3D API (e.g. OpenGL, Direct3D, and
+higher level libraries), while Allegro handles the other tasks. Allegro is
+also designed to be modular; e.g. if you prefer, you can substitute another
+audio library.
+EOF
diff --git a/games-libs/allegro5/HISTORY b/games-libs/allegro5/HISTORY
new file mode 100644
index 0000000..4e6468b
--- /dev/null
+++ b/games-libs/allegro5/HISTORY
@@ -0,0 +1,2 @@
+2015-01-09 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DETAILS: spell created



  • [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (209167f5312ceddd0612b071cfe1d6f1488a9fa3), Ismael Luceno, 01/09/2015

Archive powered by MHonArc 2.6.24.

Top of Page