Revision: 730
Author: ozbekanil
Date: Sat Apr 21 02:53:48 2012
Log: sfml: sync with git
http://code.google.com/p/happy-kitty/source/detail?r=730
Modified:
/trunk/multimedia/misc/sfml/actions.py
/trunk/multimedia/misc/sfml/pspec.xml
=======================================
--- /trunk/multimedia/misc/sfml/actions.py Fri Mar 16 15:53:11 2012
+++ /trunk/multimedia/misc/sfml/actions.py Sat Apr 21 02:53:48 2012
@@ -8,10 +8,12 @@
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
-WorkDir = "LaurentGomila-SFML-78e7dce"
+WorkDir = "LaurentGomila-SFML-eebaa27"
def setup():
- cmaketools.configure("-DBUILD_DOC=TRUE")
+ pisitools.dosed("CMakeLists.txt", "SFML_BUILD_DOC
FALSE", "SFML_BUILD_DOC TRUE")
+
+ cmaketools.configure()
def build():
cmaketools.make()
@@ -19,10 +21,6 @@
def install():
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
- pisitools.removeDir("/usr/share/SFML")
-
pisitools.insinto("/usr/share/SFML", "examples/*")
- pisitools.dohtml("doc/*")
-
- pisitools.dodoc("license.txt")
+ pisitools.dodoc("license.txt", "readme.txt")
=======================================
--- /trunk/multimedia/misc/sfml/pspec.xml Fri Mar 16 15:53:11 2012
+++ /trunk/multimedia/misc/sfml/pspec.xml Sat Apr 21 02:53:48 2012
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Simple and Fast Multimedia Library</Summary>
<Description>SFML is a simple, fast, cross-platform, and
object-oriented multimedia API.</Description>
- <Archive sha1sum="247c44f82e61e607104a6372f675a60b929d5216"
type="zip">
http://happy-kitty.googlecode.com/files/LaurentGomila-SFML-bindings_removed-218-g78e7dce.zip</Archive>
+ <Archive sha1sum="50c5023aa97d0f0e125608bc7a63c9520a545826"
type="targz">
http://happy-kitty.googlecode.com/files/LaurentGomila-SFML-2.0-rc-7-geebaa27.tar.gz</Archive>
<BuildDependencies>
<Dependency>freetype-devel</Dependency>
<Dependency>glew-devel</Dependency>
@@ -77,6 +77,13 @@
</Package>
<History>
+ <Update release="8">
+ <Date>2012-04-21</Date>
+ <Version>2.0</Version>
+ <Comment>Sync with git</Comment>
+ <Name>Anıl Özbek</Name>
+ <Email>
ozbe...@gmail.com</Email>
+ </Update>
<Update release="7">
<Date>2012-03-17</Date>
<Version>2.0</Version>