corporate2/devel/hardware/library/ifuse - Merge from devel/hardware/library/ifuse/

Ozan Çağlayan paketler-commits at pardus.org.tr
Tue Mar 16 12:08:09 EET 2010


Author: ozan.caglayan
Date: Tue Mar 16 12:08:09 2010
New Revision: 88534

Modified:
   corporate2/devel/hardware/library/ifuse/   (props changed)
   corporate2/devel/hardware/library/ifuse/actions.py
   corporate2/devel/hardware/library/ifuse/files/asneeded.patch
   corporate2/devel/hardware/library/ifuse/pspec.xml
Log:
Merge from devel/hardware/library/ifuse/:

rev. 86190, by inanc on 2010-02-07
Update new libimobildevice

rev. 86193, by inanc on 2010-02-07
fix asneeded patch

---
 actions.py           |    4 ++--
 files/asneeded.patch |   15 +++++++--------
 pspec.xml            |   15 +++++++++++----
 3 files changed, 20 insertions(+), 14 deletions(-)

Modified: corporate2/devel/hardware/library/ifuse/actions.py
=================================================================
--- corporate2/devel/hardware/library/ifuse/actions.py	(original)
+++ corporate2/devel/hardware/library/ifuse/actions.py	Tue Mar 16 12:08:09 2010
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
 #
-# Copyright 2009 TUBITAK/UEKAE
+# Copyright 2009-2010 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
 
@@ -14,7 +14,7 @@
     autotools.configure()
 
 def build():
-    autotools.make()
+    autotools.make("-j1")
 
 def install():
     autotools.rawInstall("DESTDIR=%s" % get.installDIR())

Modified: corporate2/devel/hardware/library/ifuse/files/asneeded.patch
=================================================================
--- corporate2/devel/hardware/library/ifuse/files/asneeded.patch	(original)
+++ corporate2/devel/hardware/library/ifuse/files/asneeded.patch	Tue Mar 16 12:08:09 2010
@@ -1,11 +1,10 @@
-diff -Nur ifuse-0.9.4-old/src/Makefile.am ifuse-0.9.4/src/Makefile.am
---- ifuse-0.9.4-old/src/Makefile.am	2009-11-18 20:30:59.652237175 +0200
-+++ ifuse-0.9.4/src/Makefile.am	2009-11-18 20:44:27.296963698 +0200
+--- src/Makefile.am.orig	2010-01-31 21:06:52.000000000 +0200
++++ src/Makefile.am	2010-02-07 02:51:56.656372942 +0200
 @@ -1,5 +1,5 @@
--AM_CFLAGS = $(libglib2_CFLAGS) $(libfuse_CFLAGS) $(libiphone_CFLAGS) -g
--AM_LDFLAGS =  $(libglib2_LIBS) $(libfuse_LIBS) $(libiphone_LIBS)
-+INCLUDES = $(libiphone_CFLAGS) $(libfuse_CFLAGS) $(libglib2_CFLAGS)
-+ifuse_LDADD =  $(libiphone_LIBS) $(libfuse_LIBS) $(libglib2_LIBS)
+-AM_CFLAGS = $(libglib2_CFLAGS) $(libfuse_CFLAGS) $(libimobiledevice_CFLAGS) -g
+-AM_LDFLAGS =  $(libglib2_LIBS) $(libfuse_LIBS) $(libimobiledevice_LIBS)
++INCLUDES = $(libimobiledevice_CFLAGS) $(libfuse_CFLAGS) $(libglib2_CFLAGS)
++ifuse_LDADD =  $(libimobiledevice_LIBS) $(libfuse_LIBS) $(libglib2_LIBS)
  
  bin_PROGRAMS = ifuse
- 
+ 
\ No newline at end of file

Modified: corporate2/devel/hardware/library/ifuse/pspec.xml
=================================================================
--- corporate2/devel/hardware/library/ifuse/pspec.xml	(original)
+++ corporate2/devel/hardware/library/ifuse/pspec.xml	Tue Mar 16 12:08:09 2010
@@ -12,14 +12,14 @@
         <IsA>library</IsA>
         <Summary>Mount Apple iPhone and iPod touch devices</Summary>
         <Description>ifuse, a fuse filesystem for mounting iPhone and iPod touch devices</Description>
-        <Archive sha1sum="c827563ca979b85332094e6eca382bff3fb702bb" type="tarbz2">http://cloud.github.com/downloads/MattColyer/ifuse/ifuse-0.9.6.tar.bz2</Archive>
+        <Archive sha1sum="8fe5cccc182859b4dc9148fa4e595c34e8058416" type="tarbz2">http://cloud.github.com/downloads/MattColyer/ifuse/ifuse-0.9.7.tar.bz2</Archive>
         <BuildDependencies>
             <Dependency>hal</Dependency>
-            <Dependency releaseFrom="4">libiphone</Dependency>
+            <Dependency>libimobiledevice</Dependency>
             <Dependency>fuse</Dependency>
         </BuildDependencies>
         <Patches>
-            <Patch level="1">asneeded.patch</Patch>
+            <Patch>asneeded.patch</Patch>
         </Patches>
     </Source>
 
@@ -27,7 +27,7 @@
         <Name>ifuse</Name>
         <RuntimeDependencies>
             <Dependency>hal</Dependency>
-            <Dependency releaseFrom="4">libiphone</Dependency>
+            <Dependency>libimobiledevice</Dependency>
             <Dependency>fuse</Dependency>
         </RuntimeDependencies>
         <Files>
@@ -37,6 +37,13 @@
     </Package>
 
     <History>
+        <Update release="4">
+            <Date>2010-02-07</Date>
+            <Version>0.9.7</Version>
+            <Comment>Update new libimobiledevice.</Comment>
+            <Name>İnanç Yıldırgan</Name>
+            <Email>inancyildirgan at gmail.com</Email>
+        </Update>
         <Update release="3">
             <Date>2010-01-26</Date>
             <Version>0.9.6</Version>


More information about the paketler-commits mailing list