Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6356d4e4c7 | ||
|
|
cb241344b5 | ||
|
|
6629313ad6 | ||
|
|
c3346786f1 | ||
|
|
25cd0e8224 |
5 changed files with 27 additions and 23 deletions
0
.cvsignore → .gitignore
vendored
0
.cvsignore → .gitignore
vendored
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: amanith
|
||||
# $Id$
|
||||
NAME := amanith
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
17
amanith-0.3-fix-DSO.patch
Normal file
17
amanith-0.3-fix-DSO.patch
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
diff -up amanith/examples/opengl/testshaders/testshaders.pro.DSO amanith/examples/opengl/testshaders/testshaders.pro
|
||||
--- amanith/examples/opengl/testshaders/testshaders.pro.DSO 2010-02-10 11:39:49.917762524 -0500
|
||||
+++ amanith/examples/opengl/testshaders/testshaders.pro 2010-02-10 11:40:23.487766249 -0500
|
||||
@@ -9,9 +9,11 @@ CONFIG += qt warn_on opengl
|
||||
SOURCES = main.cpp \
|
||||
testshaders.cpp
|
||||
|
||||
+LIBS += -lGLEW
|
||||
+
|
||||
win32: RC_FILE = example.rc
|
||||
|
||||
# Qt4 support
|
||||
contains(DEFINES, USE_QT4) {
|
||||
QT += opengl
|
||||
-}
|
||||
\ No newline at end of file
|
||||
+}
|
||||
10
amanith.spec
10
amanith.spec
|
|
@ -1,6 +1,6 @@
|
|||
Name: amanith
|
||||
Version: 0.3
|
||||
Release: 13%{?dist}
|
||||
Release: 14%{?dist}.1
|
||||
Summary: Crossplatform framework for 2d/3d vector graphics
|
||||
Group: Development/Libraries
|
||||
License: QPL
|
||||
|
|
@ -21,6 +21,7 @@ Patch6: amanith-0.3-freetype-fix.patch
|
|||
Patch7: amanith-0.3-system-freetype.patch
|
||||
Patch8: amanith-0.3-gcc43.patch
|
||||
Patch9: amanith-0.3-gcc44.patch
|
||||
Patch10: amanith-0.3-fix-DSO.patch
|
||||
|
||||
%description
|
||||
Amanith is an OpenSource C++ CrossPlatform framework designed for 2d & 3d
|
||||
|
|
@ -47,6 +48,7 @@ Development libraries and headers for developing programs that use amanith.
|
|||
%patch7 -p1
|
||||
%patch8 -p1
|
||||
%patch9 -p1
|
||||
%patch10 -p1 -b .DSO
|
||||
# Boo. Hiss. SGI Free B and GLX files.
|
||||
rm -rf include/GL/
|
||||
# Don't need the 3rdpart stuff either.
|
||||
|
|
@ -103,6 +105,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_includedir}/amanith/
|
||||
|
||||
%changelog
|
||||
* Fri Jul 9 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 0.3-14.1
|
||||
- repacked tarball (old one wouldn't open on EL-6 for some reason)
|
||||
|
||||
* Wed Feb 10 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 0.3-14
|
||||
- fix implicit DSO linking
|
||||
|
||||
* Wed Aug 19 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 0.3-13
|
||||
- note that upstream is gone, drop URL from Source0
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
392e79d36cc2d57921c7fefacbc4d4a3 amanith_03.tar.gz
|
||||
9c7e4607a3260fd4acbad66d22dc3eb0 amanith_03.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue