[paketler-commits] r64161 - in 2009/devel/multimedia/library/libcaca: . files

paketler-commits at pardus.org.tr paketler-commits at pardus.org.tr
21 Nis 2009 Sal 15:13:59 EEST


Author: onur
Date: Tue Apr 21 15:13:59 2009
New Revision: 64161

Added:
   2009/devel/multimedia/library/libcaca/files/libcaca-0.99_beta14-deoptimise.patch
Modified:
   2009/devel/multimedia/library/libcaca/actions.py
   2009/devel/multimedia/library/libcaca/pspec.xml
Log:
version bump

Modified: 2009/devel/multimedia/library/libcaca/actions.py
=================================================================
--- 2009/devel/multimedia/library/libcaca/actions.py	(original)
+++ 2009/devel/multimedia/library/libcaca/actions.py	Tue Apr 21 15:13:59 2009
@@ -1,17 +1,20 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
 #
-# Copyright 2005-2008 TUBITAK/UEKAE
+# Copyright 2005-2009 TUBITAK/UEKAE
 # Licensed under the GNU General Public License, version 2.
 # See the file http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
 
 from pisi.actionsapi import autotools
 from pisi.actionsapi import pisitools
+from pisi.actionsapi import libtools
 from pisi.actionsapi import get
 
 WorkDir="libcaca-%s" % get.srcVERSION().replace("_",".")
 
 def setup():
+    autotools.autoreconf("-fi")
+    libtools.libtoolize("--force --install")
     autotools.configure("--disable-doc \
                          --disable-static \
                          --disable-ruby \
@@ -29,4 +32,4 @@
 def install():
     autotools.rawInstall("DESTDIR=%s" % get.installDIR())
 
-    pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "NEWS","NOTES", "README", "TODO")
+    pisitools.dodoc("AUTHORS", "COPYING*", "ChangeLog", "NEWS","NOTES", "README", "THANKS")

Modified: 2009/devel/multimedia/library/libcaca/pspec.xml
=================================================================
--- 2009/devel/multimedia/library/libcaca/pspec.xml	(original)
+++ 2009/devel/multimedia/library/libcaca/pspec.xml	Tue Apr 21 15:13:59 2009
@@ -3,23 +3,25 @@
 <PISI>
     <Source>
         <Name>libcaca</Name>
-        <Homepage>http://sam.zoy.org/projects/libcaca</Homepage>
+        <Homepage>http://caca.zoy.org/</Homepage>
         <Packager>
             <Name>Onur Küçük</Name>
             <Email>onur at pardus.org.tr</Email>
         </Packager>
         <License>WTFPL-2</License>
         <License>LGPLv2.1</License>
+        <License>GPLv2</License>
         <IsA>library</IsA>
         <Summary>A library that creates colored ASCII-art graphics</Summary>
         <Description>libcaca is a graphics library that outputs text instead of pixels, so that it can work on older video cards or text terminals</Description>
-        <Archive sha1sum="16ecbf42a8df09f9603eb8222afade9096010b56" type="targz">http://libcaca.zoy.org/files/libcaca-0.99.beta13b.tar.gz</Archive>
+        <Archive sha1sum="894c8aa86bacb40154efaa8e4be9794ce0c3d7b9" type="targz">http://caca.zoy.org/files/libcaca/libcaca-0.99.beta16.tar.gz</Archive>
         <BuildDependencies>
             <Dependency>imlib2</Dependency>
-            <Dependency>xorg-server</Dependency>
+            <Dependency>libXt</Dependency>
         </BuildDependencies>
         <Patches>
             <Patch>gcc-4.3.patch</Patch>
+            <Patch level="1">libcaca-0.99_beta14-deoptimise.patch</Patch>
         </Patches>
     </Source>
 
@@ -27,7 +29,7 @@
         <Name>libcaca</Name>
         <RuntimeDependencies>
             <Dependency>imlib2</Dependency>
-            <Dependency>xorg-server</Dependency>
+            <Dependency>libXt</Dependency>
         </RuntimeDependencies>
         <Files>
             <Path fileType="executable">/usr/bin</Path>
@@ -40,6 +42,13 @@
     </Package>
 
     <History>
+        <Update release="3">
+            <Date>2009-04-21</Date>
+            <Version>0.99_beta16</Version>
+            <Comment>Version bump</Comment>
+            <Name>Onur Küçük</Name>
+            <Email>onur at pardus.org.tr</Email>
+        </Update>
         <Update release="2">
             <Date>2008-01-25</Date>
             <Version>0.99_beta13b</Version>


Paketler-commits mesaj listesiyle ilgili daha fazla bilgi