@ -1,53 +0,0 @@ |
|||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
# |
|||
# Filename: package/.../libgli/cc.patch |
|||
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|||
# |
|||
# More information can be found in the files COPYING and README. |
|||
# |
|||
# This patch file is dual-licensed. It is available under the license the |
|||
# patched project is licensed under, as long as it is an OpenSource license |
|||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
|||
# of the GNU General Public License as published by the Free Software |
|||
# Foundation; either version 2 of the License, or (at your option) any later |
|||
# version. |
|||
# --- SDE-COPYRIGHT-NOTE-END --- |
|||
diff -pruN libgli-0.4_orig/src/Makefile libgli-0.4/src/Makefile
|
|||
--- libgli-0.4_orig/src/Makefile 2002-12-16 08:24:07.000000000 +0100
|
|||
+++ libgli-0.4/src/Makefile 2004-01-17 11:23:16.000000000 +0100
|
|||
@@ -2,16 +2,18 @@ CFLAGS = -pedantic -ansi -Wall -I./inclu
|
|||
LFLAGS = -ldl -shared |
|||
C++ = g++ |
|||
|
|||
-all: libgli.so
|
|||
+all: libgli.so libgli.a
|
|||
|
|||
uninstall: |
|||
rm -f $(prefix)/lib/libgli-$(VERSION).so |
|||
rm -f $(prefix)/lib/libgli.so |
|||
+ rm -f $(prefix)/lib/libgli.a
|
|||
rm -f $(prefix)/include/gli*.h |
|||
|
|||
-install: libgli.so
|
|||
+install: libgli.so libgli.a
|
|||
cp libgli.so $(prefix)/lib/libgli-$(VERSION).so |
|||
ln -sf $(prefix)/lib/libgli-$(VERSION).so $(prefix)/lib/libgli.so |
|||
+ cp libgli.a $(prefix)/lib/libgli.a
|
|||
cp include/gli*.h $(prefix)/include |
|||
|
|||
gli_button.o: gli_button.cpp |
|||
@@ -58,6 +60,13 @@ libgli.so: gli_button.o gli_frame.o gli_
|
|||
gli_texture_tga.o gli_editbox.o gli_image.o gli_progress.o |
|||
$(C++) $(CFLAGS) gli*.o -o libgli.so $(LFLAGS) |
|||
|
|||
+libgli.a: gli_button.o gli_frame.o gli_glf.o gli_interface.o gli_object.o \
|
|||
+ gli_text.o gli_texture.o gli_window.o gli_texture_rgb.o \
|
|||
+ gli_texture_tga.o gli_editbox.o gli_image.o gli_progress.o
|
|||
+ ar rcs libgli.a gli*.o
|
|||
+ ranlib libgli.a
|
|||
+
|
|||
clean: |
|||
rm -f *.o |
|||
rm -f libgli.so |
|||
+ rm -f libgli.a
|
@ -1,20 +0,0 @@ |
|||
|
|||
[TIMESTAMP] 1134286914 Sun Dec 11 08:41:54 2005 |
|||
[BUILDTIME] 5 (9) |
|||
[SIZE] 0.49 MB, 39 files |
|||
|
|||
[DEP] bash |
|||
[DEP] binutils |
|||
[DEP] bzip2 |
|||
[DEP] coreutils |
|||
[DEP] diffutils |
|||
[DEP] gcc |
|||
[DEP] glibc |
|||
[DEP] grep |
|||
[DEP] linux-header |
|||
[DEP] make |
|||
[DEP] mesa |
|||
[DEP] patch |
|||
[DEP] sed |
|||
[DEP] sysfiles |
|||
[DEP] tar |
@ -1,18 +0,0 @@ |
|||
|
|||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
# |
|||
# Filename: package/.../libgli/libgli.conf |
|||
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|||
# Copyright (C) 1998 - 2003 Clifford Wolf |
|||
# |
|||
# More information can be found in the files COPYING and README. |
|||
# |
|||
# This program is free software; you can redistribute it and/or modify |
|||
# it under the terms of the GNU General Public License as published by |
|||
# the Free Software Foundation; version 2 of the License. A copy of the |
|||
# GNU General Public License can be found in the file COPYING. |
|||
# --- SDE-COPYRIGHT-NOTE-END --- |
|||
|
|||
runconf=0 |
|||
|
@ -1,40 +0,0 @@ |
|||
|
|||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
[COPY] |
|||
[COPY] Filename: package/.../libgli/libgli.desc |
|||
[COPY] Copyright (C) 2006 The OpenSDE Project |
|||
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project |
|||
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf |
|||
[COPY] |
|||
[COPY] More information can be found in the files COPYING and README. |
|||
[COPY] |
|||
[COPY] This program is free software; you can redistribute it and/or modify |
|||
[COPY] it under the terms of the GNU General Public License as published by |
|||
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
|||
[COPY] GNU General Public License can be found in the file COPYING. |
|||
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
|||
|
|||
[I] A toolkit to create OpenGL User Interfaces |
|||
|
|||
[T] a multiplatform library for creating 3D user interfaces, based |
|||
[T] on OpenGL. With the help of this library, programmers can add in their |
|||
[T] own graphic application elements for the user interface and connect |
|||
[T] interface objects to their own programs with callbacks. In other |
|||
[T] words, GLI sits between the user and an OpenGL application. |
|||
|
|||
[U] http://www.crash-override.net/ |
|||
|
|||
[A] Benjamin Schieder <blindcoder@scavenger.homeip.net> |
|||
[M] The OpenSDE Community <list@opensde.org> |
|||
|
|||
[F] FPIC-QUIRK |
|||
[C] base/x11 |
|||
|
|||
[L] LGPL |
|||
[S] Beta |
|||
[V] 0.4 |
|||
[P] X -----5---9 204.200 |
|||
|
|||
[D] 2207588722 libgli-0.4.tar.bz2 http://www.crash-override.net/libgli/ |
|||
|