[paketler-commits] r31168 - in playground/murat: . applications/games/btanks applications/games/cel applications/games/crystalspace

paketler-commits at pardus.org.tr paketler-commits at pardus.org.tr
26 Ağu 2007 Paz 17:21:26 EEST


Author: murat
Date: Sun Aug 26 17:21:26 2007
New Revision: 31168

Added:
   playground/murat/NOTES
Modified:
   playground/murat/applications/games/btanks/pspec.xml
   playground/murat/applications/games/cel/pspec.xml
   playground/murat/applications/games/crystalspace/actions.py
   playground/murat/applications/games/crystalspace/pspec.xml
Log:
personal notes

Modified: playground/murat/applications/games/btanks/pspec.xml
=================================================================
--- playground/murat/applications/games/btanks/pspec.xml	(original)
+++ playground/murat/applications/games/btanks/pspec.xml	Sun Aug 26 17:21:26 2007
@@ -21,6 +21,9 @@
             <Dependency versionFrom="1.2.5">sdl-image</Dependency>
             <Dependency versionFrom="0.0.8">openal</Dependency>
         </BuildDependencies>
+        <Patches>
+            <Patch level="1">a.patch</Patch>
+        </Patches>
     </Source>
 
     <Package>

Modified: playground/murat/applications/games/cel/pspec.xml
=================================================================
--- playground/murat/applications/games/cel/pspec.xml	(original)
+++ playground/murat/applications/games/cel/pspec.xml	Sun Aug 26 17:21:26 2007
@@ -11,7 +11,7 @@
         <License>LGPL-2</License>
         <IsA>library</IsA>
         <Summary>A game entity layer based on Crystal Space</Summary>
-        <Archive sha1sum="b12a7031f1e82e4f7a30b9e98bad6152b50d1d6c" type="tarbz2">http://pardus.org.tr/~onur/distfiles/extra/cel-1.1_2703.tar.bz2</Archive>
+        <Archive sha1sum="d321b91bb8f51715c7ecbe62dc67c468271ec272" type="tarbz2">http://www.crystalspace3d.org/downloads/release/cel-src-1.2rc1.tar.bz2</Archive>
         <BuildDependencies>
             <Dependency version="1.1_26888">crystalspace</Dependency>
             <Dependency versionFrom="2.5">jam</Dependency>
@@ -48,7 +48,7 @@
     <History>
         <Update release="2">
             <Date>2007-08-21</Date>
-            <Version>1.1_2703</Version>
+            <Version>1.2_rc1</Version>
             <Comment>Version bump</Comment>
             <Name>Murat Şenel</Name>
             <Email>muratasenel at gmail.com</Email>

Modified: playground/murat/applications/games/crystalspace/actions.py
=================================================================
--- playground/murat/applications/games/crystalspace/actions.py	(original)
+++ playground/murat/applications/games/crystalspace/actions.py	Sun Aug 26 17:21:26 2007
@@ -8,8 +8,10 @@
 from pisi.actionsapi import pisitools
 from pisi.actionsapi import get
 
+WorkDir = "crystalspace-src-1.2rc1"
+
 def setup():
-    autotools.configure("--disable-static-baselibs \
+    autotools.rawConfigure("--disable-static-baselibs \
                          --enable-cpu-specific-optimizations=no \
                          --enable-optimize \
                          --disable-debug \
@@ -43,14 +45,14 @@
 
 def build():
     pisitools.dosed("Jamconfig", "-O3", get.CFLAGS())
-    pisitools.dosed("Jamconfig", "/usr/local/lib", "/usr/lib")
+    #pisitools.dosed("Jamconfig", "/usr/local/lib", "/usr/lib")
 
     autotools.make()
 
 def install():
-    autotools.install()
+    #autotools.install()
 
-    for files in ["cspace.py", "_cspace.so", "pycscegui.py", "_pycscegui.so"]:
-        pisitools.domove("/usr/share/crystalspace-1.1/bindings/python/%s" % files, "/usr/lib/%s/site-packages/" % get.curPYTHON())
+    #for files in ["cspace.py", "_cspace.so", "pycscegui.py", "_pycscegui.so"]:
+        #pisitools.domove("/usr/share/crystalspace-1.1/bindings/python/%s" % files, "/usr/lib/%s/site-packages/" % get.curPYTHON())
 
     pisitools.rename("/usr/share/doc/crystalspace-1.1", get.srcTAG())

Modified: playground/murat/applications/games/crystalspace/pspec.xml
=================================================================
--- playground/murat/applications/games/crystalspace/pspec.xml	(original)
+++ playground/murat/applications/games/crystalspace/pspec.xml	Sun Aug 26 17:21:26 2007
@@ -11,7 +11,7 @@
         <License>LGPL-2</License>
         <IsA>library</IsA>
         <Summary>Portable 3D Game Development Kit written in C++</Summary>
-        <Archive sha1sum="c5d3b059b18bbfaefa67ef9a89150a493fd5b524" type="tarbz2">http://pardus.org.tr/~onur/distfiles/extra/crystalspace-1.1_26888.tar.bz2</Archive>
+        <Archive sha1sum="aff5b92338aa2757cddda70536354544e6b7595d" type="tarbz2">http://www.crystalspace3d.org/downloads/release/crystalspace-src-1.2rc1.tar.bz2</Archive>
         <BuildDependencies>
             <Dependency versionFrom="1.3.0">lib3ds</Dependency>
             <Dependency versionFrom="1.2.11">libsdl</Dependency>
@@ -80,7 +80,7 @@
     <History>
         <Update release="3">
             <Date>2007-08-21</Date>
-            <Version>1.1_26888</Version>
+            <Version>1.2_rc1</Version>
             <Comment>Version bump</Comment>
             <Name>Murat Şenel</Name>
             <Email>muratasenel at gmail.com</Email>


Paketler-commits mesaj listesiyle ilgili daha fazla bilgi