OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web openpkg$ Date: 14-Oct-2003 20:33:27
Branch: HEAD Handle: 2003101419332502
Modified files:
openpkg-re/vcheck vc.blender
openpkg-src/blender blender.spec
openpkg-web news.txt
Log:
upgrading package: blender 2.27 -> 2.28c
Summary:
Revision Changes Path
1.4 +1 -2 openpkg-re/vcheck/vc.blender
1.5 +10 -9 openpkg-src/blender/blender.spec
1.7005 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.blender
============================================================================
$ cvs diff -u -r1.3 -r1.4 vc.blender
--- openpkg-re/vcheck/vc.blender 22 Aug 2003 07:52:19 -0000 1.3
+++ openpkg-re/vcheck/vc.blender 14 Oct 2003 18:33:25 -0000 1.4
@@ -2,8 +2,7 @@
}
prog blender = {
- comment = "rse: 2.28a fails to build, requires openal, python, etc -- needs
more reinvestigation if time permits"
- version = 2.27
+ version = 2.28c
url = http://download.blender.org/source/
regex = blender-(__VER__)\.tar\.bz2
}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/blender/blender.spec
============================================================================
$ cvs diff -u -r1.4 -r1.5 blender.spec
--- openpkg-src/blender/blender.spec 8 Jul 2003 14:38:49 -0000 1.4
+++ openpkg-src/blender/blender.spec 14 Oct 2003 18:33:27 -0000 1.5
@@ -24,7 +24,7 @@
##
# FIXME: rse: -pthread is not portable enough
-# FIXME: rse: still finds python although shouldn't harm, I think
+# FIXME: rse: fails to compile because -lSDL is not taken over -- needs Makefile
hacking
# package information
Name: blender
@@ -35,8 +35,8 @@
Distribution: OpenPKG [JUNK]
Group: Graphics
License: GPL
-Version: 2.27
-Release: 20030707
+Version: 2.28c
+Release: 20031014
# list of sources
Source0: http://download.blender.org/source/blender-%{version}.tar.bz2
@@ -46,8 +46,8 @@
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20030103, X11, python
PreReq: OpenPKG, openpkg >= 20030103, X11, python
-BuildPreReq: openssl, zlib, png, jpeg, freetype
-PreReq: openssl, zlib, png, jpeg, freetype
+BuildPreReq: openssl, zlib, png, jpeg, freetype, sdl
+PreReq: openssl, zlib, png, jpeg, freetype, sdl
AutoReq: no
AutoReqProv: no
@@ -62,9 +62,9 @@
%build
CC="%{l_cc} -pthread" \
CFLAGS="%{l_cflags -O}" \
- CPPFLAGS="%{l_cppflags} -I`%{l_prefix}/etc/rc --query x11_incdir`" \
- LDFLAGS="%{l_ldflags} -L`%{l_prefix}/etc/rc --query x11_libdir`" \
- LIBS="-lm" \
+ CPPFLAGS="%{l_cppflags SDL python .} -I`%{l_prefix}/etc/rc --query x11_incdir`"
\
+ LDFLAGS="%{l_ldflags python/config .} -L`%{l_prefix}/etc/rc --query
x11_libdir`" \
+ LIBS="-lSDL -lm" \
./configure \
--prefix=%{l_prefix} \
--with-ssl=%{l_prefix} \
@@ -72,7 +72,8 @@
--with-libjpeg=%{l_prefix} \
--with-libpng=%{l_prefix} \
--with-libz=%{l_prefix} \
- --disable-exppython \
+ --with-sdl-prefix=%{l_prefix} \
+ --disable-openal \
--disable-shared
%{l_make} %{l_mflags -O}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7004 -r1.7005 news.txt
--- openpkg-web/news.txt 14 Oct 2003 18:26:13 -0000 1.7004
+++ openpkg-web/news.txt 14 Oct 2003 18:33:26 -0000 1.7005
@@ -1,3 +1,4 @@
+14-Oct-2003: Upgraded package: P<blender-2.28c-20031014>
14-Oct-2003: Upgraded package: P<samba3-3.0.0-20031014>
14-Oct-2003: Upgraded package: P<pound-1.5-20031014>
14-Oct-2003: Upgraded package: P<xmlsec-1.2.1-20031014>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]