[Mud-builder-commits] r318 - in trunk/packages: . patch
gcobb at garage.maemo.org
gcobb at garage.maemo.org
Wed Sep 16 19:16:30 EEST 2009
Author: gcobb
Date: 2009-09-16 19:16:30 +0300 (Wed, 16 Sep 2009)
New Revision: 318
Modified:
trunk/packages/libesd.xml
trunk/packages/patch/libesd.patch
Log:
libesd: make the installation work in scratchbox
Modified: trunk/packages/libesd.xml
===================================================================
--- trunk/packages/libesd.xml 2009-09-15 23:35:25 UTC (rev 317)
+++ trunk/packages/libesd.xml 2009-09-16 16:16:30 UTC (rev 318)
@@ -7,7 +7,7 @@
<build>
</build>
<deb prefix-section="0">
- <version>0.2.41+maemo-4</version>
+ <version>0.2.41+maemo-6</version>
<maintainer>Graham Cobb <g+770 at cobb.uk.net></maintainer>
<description>Minimal libesd for Maemo Fremantle\nThis is a minimal version of libesd designed to\nwork with the pulseaudio support in Maemo 5 Fremantle and\nto allow applications that are designed to use libesd to be\nbuilt and run on Maemo 5</description>
</deb>
Modified: trunk/packages/patch/libesd.patch
===================================================================
--- trunk/packages/patch/libesd.patch 2009-09-15 23:35:25 UTC (rev 317)
+++ trunk/packages/patch/libesd.patch 2009-09-16 16:16:30 UTC (rev 318)
@@ -1307,7 +1307,7 @@
Architecture: any
Section: libs
-Depends: ${shlibs:Depends}, esound-common (>= ${source:Version})
-+Depends: pulseaudio-esound-compat, ${shlibs:Depends}
++Depends: pulseaudio-esound-compat, ${shlibs:Depends}, upstart
Suggests: esound-clients, esound
Conflicts: esound-clients (<< 0.2.36-1)
-Description: Enlightened Sound Daemon - Shared libraries
@@ -1423,9 +1423,14 @@
===================================================================
--- debian/libesd0.postinst (revision 0)
+++ debian/libesd0.postinst (revision 0)
-@@ -0,0 +1,2 @@
+@@ -0,0 +1,7 @@
+#!/bin/sh
-+start libesd0
++if start --quiet libesd0
++then
++ : ok
++else
++ echo libesd0 not started -- assuming running on scratchbox
++fi
Index: depcomp
===================================================================
--- depcomp (revision 1)
More information about the Mud-builder-commits
mailing list