[jhbuild] [devel] libvolume_id is replaced by libblkid



commit 17e20d246dbd293b4b6e9908977ab6baf3a2f5f4
Author: Marc-André Lureau <marcandre lureau gmail com>
Date:   Sat May 30 02:05:41 2009 +0300

    [devel] libvolume_id is replaced by libblkid
---
 modulesets/gnome-external-deps-devel.modules |   25 ++++++++++++-------------
 1 files changed, 12 insertions(+), 13 deletions(-)

diff --git a/modulesets/gnome-external-deps-devel.modules b/modulesets/gnome-external-deps-devel.modules
index ea13128..be9a787 100644
--- a/modulesets/gnome-external-deps-devel.modules
+++ b/modulesets/gnome-external-deps-devel.modules
@@ -117,6 +117,12 @@
     </dependencies>
   </autotools>
 
+  <autotools id="util-linux-ng" autogen-sh="autoreconf">
+    <branch repo="git.kernel.org"
+            module="pub/scm/utils/util-linux-ng/util-linux-ng.git" checkoutdir="util-linux-ng"/>
+    <dependencies/>
+  </autotools>
+
   <autotools id="hal-info">
     <branch repo="git.freedesktop.org" module="hal-info"/>
   </autotools>
@@ -128,7 +134,7 @@
       <dep package="hal-info"/>
       <dep package="PolicyKit"/>
       <dep package="ConsoleKit"/>
-      <dep package="libvolume_id"/>
+      <dep package="util-linux-ng"/>
     </dependencies>
   </autotools>
 
@@ -392,13 +398,6 @@
     </dependencies>
   </autotools>
 
-  <autotools id="libvolume_id" autogen-sh="autoreconf" autogenargs="EXTRAS=extras/volume_id prefix=${prefix} libdir=${libdir} --exec-prefix=${prefix} --without-selinux --with-libdir-name=lib">
-    <branch repo="git.kernel.org"
-	    module="pub/scm/linux/hotplug/udev.git" checkoutdir="udev">
-      <patch file="udev118-libvolume_id_Makefile.patch" strip="1"/>
-    </branch>
-  </autotools>
-
   <autotools id="mozilla" autogen-sh="autoreconf" autogenargs="--enable-application=browser">
     <branch repo="hg.mozilla.org" module="mozilla-central" checkoutdir="mozilla"/>
     <dependencies>
@@ -407,9 +406,9 @@
   </autotools>
 
   <autotools id="libnl"
-	     autogen-sh="configure">
+            autogen-sh="configure">
     <branch repo="git.kernel.org"
-	    module="pub/scm/libs/netlink/libnl.git" checkoutdir="libnl"/>
+            module="pub/scm/libs/netlink/libnl.git" checkoutdir="libnl"/>
     <dependencies/>
   </autotools>
 
@@ -437,18 +436,18 @@
 
   <autotools id="libtelepathy">
     <branch repo="git.collabora.co.uk"
-	    module="old/libtelepathy.git" checkoutdir="libtelepathy"/>
+            module="old/libtelepathy.git" checkoutdir="libtelepathy"/>
     <dep package="telepathy-glib"/>
   </autotools>
 
   <autotools id="sqlite3" autogen-sh="autoreconf"
-	     autogenargs="--enable-threadsafe" check-target="false">
+             autogenargs="--enable-threadsafe" check-target="false">
     <branch repo="www.sqlite.org" module="sqlite" />
   </autotools>
 
   <autotools id="libsndfile" supports-non-srcdir-builds="no" autogenargs="--enable-external-libs --disable-gcc-werror">
     <branch repo="mega-nerd.com"
-	    module="libsndfile-dev" checkoutdir="libsndfile"/>
+            module="libsndfile-dev" checkoutdir="libsndfile"/>
     <dependencies>
       <dep package="autogen"/>
     </dependencies>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]