Browse Source

normalmap: Updated (1.2.1 -> 1.2.2)

stable/0.2
Christian Wiese 14 years ago
parent
commit
a58e1298f2
  1. 31
      graphic/normalmap/makefile.patch
  2. 8
      graphic/normalmap/normalmap.desc

31
graphic/normalmap/makefile.patch

@ -2,6 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../normalmap/makefile.patch
# Copyright (C) 2011 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -13,29 +14,29 @@
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
--- gimp-normalmap/Makefile_orig 2005-11-16 06:52:44.000000000 +0100
+++ gimp-normalmap/Makefile 2005-11-16 22:20:03.000000000 +0100
@@ -15,12 +15,13 @@
Description: OpenSDE specific adaption
--- gimp-normalmap-1.2.2/Makefile.linux.orig 2011-03-22 22:39:43.912058197 +0100
+++ gimp-normalmap-1.2.2/Makefile.linux 2011-03-22 22:44:41.352072237 +0100
@@ -10,9 +10,11 @@
OBJS=normalmap.o preview3d.o scale.o
-LIBS=`pkg-config --libs gtk+-2.0 gtkglext-1.0 gimp-2.0 gimpui-2.0`
+LIBS=`pkg-config --libs gtk+-2.0 gtkglext-1.0 gimp-2.0 gimpui-2.0 pangox`
ifdef WIN32
LIBS+=-lglew32
else
-LIBS+=-L/usr/X11R6/lib -lGLEW
+LIBS+=-L/usr/X11/lib -lGLEW
endif
+PPATH=`$(GIMPTOOL) --gimpplugindir`
-LIBS=`pkg-config --libs gtk+-2.0 gtkglext-1.0 gimp-2.0 gimpui-2.0` \
--L/usr/X11R6/lib -lGLEW
+LIBS=`pkg-config --libs gtk+-2.0 gtkglext-1.0 gimp-2.0 gimpui-2.0 pangox` \
+-L/usr/X11/lib -lGLEW
+PPATH=`$(GIMPTOOL) --gimpplugindir`
+
all: $(TARGET)
@@ -31,7 +32,7 @@
rm -f *.o $(TARGET)
$(TARGET): $(OBJS)
@@ -23,6 +25,7 @@
install: all
- $(GIMPTOOL) --install-bin $(TARGET)
$(GIMPTOOL) --install-bin $(TARGET)
+ install $(TARGET) $(PPATH)/plug-ins/
.c.o:

8
graphic/normalmap/normalmap.desc

@ -2,7 +2,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../normalmap/normalmap.desc
[COPY] Copyright (C) 2006 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2011 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY]
[COPY] More information can be found in the files COPYING and README.
@ -18,7 +18,7 @@
[T] This plugin allows you to convert images into RGB normal maps for use in
[T] per-pixel lighting applications.
[U] http://nifelheim.dyndns.org/~cocidius/normalmap/
[U] http://gimp-normalmap.googlecode.com/
[A] Shawn Kirst <skirst@fuse.net>
[M] Sebastian Czech <t2_@arcor.de>
@ -27,8 +27,8 @@
[L] GPL
[S] Stable
[V] 1.2.1
[V] 1.2.2
[P] X -----5---9 801.000
[D] 3510874072 gimp-normalmap-1.2.1.tar.bz2 http://nifelheim.dyndns.org/~cocidius/files/
[D] 3401666054 gimp-normalmap-1.2.2.tar.bz2 http://gimp-normalmap.googlecode.com/files/

Loading…
Cancel
Save