From 84d8b510ac289af0a43bfa9e110844af27a90196 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 24 Apr 2006 09:03:08 -0500 Subject: initial commit from stable 0.3 --- display/libggi/BUILD | 2 ++ display/libggi/DEPENDS | 18 ++++++++++++++++++ display/libggi/DETAILS | 27 +++++++++++++++++++++++++++ display/libggi/HISTORY | 29 +++++++++++++++++++++++++++++ 4 files changed, 76 insertions(+) create mode 100755 display/libggi/BUILD create mode 100755 display/libggi/DEPENDS create mode 100755 display/libggi/DETAILS create mode 100644 display/libggi/HISTORY (limited to 'display/libggi') diff --git a/display/libggi/BUILD b/display/libggi/BUILD new file mode 100755 index 0000000000..e55e8b1705 --- /dev/null +++ b/display/libggi/BUILD @@ -0,0 +1,2 @@ +invoke_gcc && +default_build diff --git a/display/libggi/DEPENDS b/display/libggi/DEPENDS new file mode 100755 index 0000000000..6735635762 --- /dev/null +++ b/display/libggi/DEPENDS @@ -0,0 +1,18 @@ +depends libgii && +depends gcc34 && +optional_depends "aalib" \ + "--enable-aa" \ + "--disable-aa" \ + "for ascii output driver" && +optional_depends "X11-LIBS" \ + "--enable-x" \ + "--disable-x" \ + "for X11 output driver" && +optional_depends "directfb" \ + "--enable-directfb" \ + "--disable-directfb" \ + "for directfb output driver" && +optional_depends "svgalib" \ + "--enable-svga" \ + "--disable-svga --disable-vgagl" \ + "for svga output driver" diff --git a/display/libggi/DETAILS b/display/libggi/DETAILS new file mode 100755 index 0000000000..cfde5b814e --- /dev/null +++ b/display/libggi/DETAILS @@ -0,0 +1,27 @@ + SPELL=libggi + VERSION=2.1.1 + SOURCE=${SPELL}-${VERSION}.src.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION + SOURCE_URL[0]=$SOURCEFORGE_URL/ggi/$SOURCE + SOURCE_URL[1]=ftp://ftp.ggi-project.org/pub/ggi/ggi/v2.0//$SOURCE + MD5[0]=097f77ba72dc08dd6bf8771a933192bc + LICENSE[0]=MIT + GCC_VERSION=3.4 + WEB_SITE=http://www.ggi-project.org/ + ENTERED=20020730 + UPDATED=20040106 + DOCS="doc/*.txt FAQ NEWS README" + SHORT="General Graphics Interface" +cat << EOF +GGI stands for "General Graphics Interface", and it is a project that +aims to develop a reliable, stable and fast graphics system that works +everywhere. We want to allow any program using GGI to run on any +platform requiring at most a recompile. + +It all started out with some people being annoyed by the fact that +graphics in Linux means either X or svgalib, and if you use both at +the same time, you can easily crash the graphics card and make the +system unusable. Nowadays, GGI development also involves a portable +userspace library, 3D graphics, and anything else that is fun to hack +:-) +EOF diff --git a/display/libggi/HISTORY b/display/libggi/HISTORY new file mode 100644 index 0000000000..61ce1675e2 --- /dev/null +++ b/display/libggi/HISTORY @@ -0,0 +1,29 @@ +2005-06-12 David Brown + * DETAILS: updated 2.1.1 and gcc 3.4 + * BUILD: added gcc34 invoke + * DEPENDS: depends gcc34 + +2004-01-06 hgg + * DETAILS: update to 2.0.4 + +2003-12-12 Arwed v. Merkatz + * DEPENDS: add --disable-vgagl to the disable switch for svgalib + +2003-11-24 Arwed v. Merkatz + * BUILD: use default_build + * DEPENDS: added optional_depends on X11-LIBS, directfb, aalib and + svgalib + +2003-07-29 hgg + * BUILD: Update gcc check so it actually works :-) + +2003-06-25 hgg + * DETAILS: Update to 2.0.3 + * BUILD, libggi-gcc3.3.patch: Add patch and check for gcc3.3 + +2002-10-14 Julian v. Bock + * DETAILS: add LICENSE and MD5 fields. + +2002-08-06 Julian v. Bock + * DEPENDS, DETAILS, HISTORY: add spell. + -- cgit v1.2.3