]> git.pld-linux.org Git - packages/blender.git/commitdiff
- orphaned, outdated
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 21 Apr 2006 23:40:28 +0000 (23:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    blender-bmake.patch -> 1.3
    blender-python.patch -> 1.2
    blender.defaults -> 1.2
    blender.sh -> 1.2

blender-bmake.patch [deleted file]
blender-python.patch [deleted file]
blender.defaults [deleted file]
blender.sh [deleted file]

diff --git a/blender-bmake.patch b/blender-bmake.patch
deleted file mode 100644 (file)
index 2d6f756..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-diff -durN blender2.20-linux-glibc2.1.2-i386.orig/plugins/bmake blender2.20-linux-glibc2.1.2-i386/plugins/bmake
---- blender2.20-linux-glibc2.1.2-i386.orig/plugins/bmake       Tue Aug 14 16:23:07 2001
-+++ blender2.20-linux-glibc2.1.2-i386/plugins/bmake    Sat Sep  1 18:24:24 2001
-@@ -5,36 +5,36 @@
- UNAME=`uname`
- if ( test $UNAME = "IRIX64" -o $UNAME = "IRIX" ) then
-       CC="cc";
--      CFLAGS="-KPIC -O2 -mips3";
-+      CFLAGS="-KPIC -mips3";
-       LD="ld";
-       LDFLAGS="-shared -U";   
- elif ( test $UNAME = "FreeBSD" ) then
-       CC="gcc";
--      CFLAGS="-fPIC -funsigned-char -O2";
-+      CFLAGS="-fPIC -funsigned-char";
-       LD="ld";
-       LDFLAGS="-Bshareable";
- elif ( test $UNAME = "OpenBSD" ) then
-       CC="gcc";
--      CFLAGS="-fPIC -funsigned-char -O2";
-+      CFLAGS="-fPIC -funsigned-char";
-       LD="ld";
-       LDFLAGS="-Bshareable";
- elif ( test $UNAME = "Linux" ) then
-       CC="gcc";
--      CFLAGS="-fPIC -funsigned-char -O2";
-+      CFLAGS="-fPIC -funsigned-char";
-       LD="ld";
-       LDFLAGS="-Bshareable";
- elif ( test $UNAME = "SunOS" ) then
-       CC="cc";
--      CFLAGS="-O2";
-+      CFLAGS="";
-       LD="ld";
-       LDFLAGS="-r";
- fi
--
-+CFLAGS="$CFLAGS $OPTFLAGS"
- if ( test "$#" = "1" ) then 
-       if ( test -f $1 ) then
-               BASE_FILE=`echo $1 | sed -e "1 s/\.c//g"`;
-@@ -66,6 +66,8 @@
-       INCLUDES=-I..;
- elif ( test -f "../include/plugin.h" ) then
-       INCLUDES=-I../include
-+elif ( test -f "/usr/X11R6/include/blender/plugin.h" ) then
-+       INCLUDES=-I/usr/X11R6/include/blender
- else 
-       echo "Couldn't find plugin.h";
-       exit;
diff --git a/blender-python.patch b/blender-python.patch
deleted file mode 100644 (file)
index 00351df..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-diff -Nur blender-creator-ph-2.25b.9.orig/intern/python/blendermodule/Makefile.am blender-creator-ph-2.25b.9/intern/python/blendermodule/Makefile.am
---- blender-creator-ph-2.25b.9.orig/intern/python/blendermodule/Makefile.am    Thu Oct 17 21:49:33 2002
-+++ blender-creator-ph-2.25b.9/intern/python/blendermodule/Makefile.am Tue Oct 22 00:19:31 2002
-@@ -1,7 +1,8 @@
--bin_PROGRAMS = blendermodule
--#XXX: autofind path
-+prefix = @PYTHONSYSPREFIX@
-+exec_prefix = @PYTHONSYSPREFIX@
- INCLUDES = -I@PYTHONSYSPREFIX@/include/python@PYTHON_VERSION@
--blendermodule_SOURCES = main.c 
--blendermodule_LDADD   = -L@PYTHONSYSPREFIX@/lib/python@PYTHON_VERSION@/config -lpython@PYTHON_VERSION@ -ldl -lm -lpthread
--SUBDIRS = 
-+pkgpyexec_LTLIBRARIES = Blendermodule.la
-+Blendermodule_la_SOURCES = main.c 
-+Blendermodule_la_LDFLAGS = -module -avoid-version -export-symbols-regex initBlender
-+Blendermodule_la_LIBADD   = -L@PYTHONSYSPREFIX@/lib/python@PYTHON_VERSION@/config -lpython@PYTHON_VERSION@ -ldl -lm -lpthread
- EXTRA_DIST = main.c 
-diff -Nur blender-creator-ph-2.25b.9.orig/intern/python/freeze/Makefile.am blender-creator-ph-2.25b.9/intern/python/freeze/Makefile.am
---- blender-creator-ph-2.25b.9.orig/intern/python/freeze/Makefile.am   Fri Oct 18 04:02:01 2002
-+++ blender-creator-ph-2.25b.9/intern/python/freeze/Makefile.am        Mon Oct 21 22:25:27 2002
-@@ -32,7 +32,7 @@
- ../frozen/libfrozen.a: $(OBJS)
- #     python -S -O freeze.py -d -x os -x pprint -x Blender -I ../modules -o ../frozen ../modules/VRMLmain.py
--      @PYTHON@@PYTHON_VERSION@ -S -O freeze.py -d -x os -x pprint -x Blender -I ../modules -o ../frozen ../modules/VRMLmain.py
-+      @PYTHON@ -S -O freeze.py -d -x os -x pprint -x Blender -I ../modules -o ../frozen ../modules/VRMLmain.py
- #Or leave out @PYTHON@@PYTHON_VERSION@?
-       cd ../frozen && make -f Makefile.freeze && cd ../freeze
diff --git a/blender.defaults b/blender.defaults
deleted file mode 100644 (file)
index 4ade986..0000000
Binary files a/blender.defaults and /dev/null differ
diff --git a/blender.sh b/blender.sh
deleted file mode 100755 (executable)
index ed1c839..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-if ! [ -f ~/.B.blend ] ; then
-       cp /usr/X11R6/share/blender/defaults ~/.B.blend
-fi
-
-exec /usr/X11R6/lib/blender/blender $*
This page took 0.108967 seconds and 4 git commands to generate.