<html>
<body>
<div style='font: 12pt sans-serif;'>
<div style="font-family: sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;">
<div style="font-family: sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12pt; line-height: normal; font-size-adjust: none; font-stretch: normal;">Hello!
<br />
<br />I found little mistake in update for xfce-mixer: not exist depends from gstreamer-plugins-base and error in build and details file.
<br />
<br />This patch I think resolve this error(also I submit this changes to 'Lunar module submission queue'):
<br />
<pre>
diff a/xfce4/apps/xfce4-mixer b/xfce4/apps/xfce4-mixer
<br />--- a/xfce4/apps/xfce4-mixer/BUILD 2009-02-28 10:54:46.000000000 +0200
<br />+++ b/xfce4/apps/xfce4-mixer/BUILD 2009-02-28 11:55:29.000000000 +0200
<br />@@ -9,9 +9,6 @@
<br /> --disable-static \
<br /> $OPTS &&
<br />
<br />- # bug in 4.1.90
<br />- cp settings/stringlist.inc lib/ &&
<b r="">-
<br /> default_make
<br />
<br /> ) > $C_FIFO 2>&1
<br />--- a/xfce4/apps/xfce4-mixer/DEPENDS 2009-02-28 10:54:46.000000000 +0200
<br />+++ b/xfce4/apps/xfce4-mixer/DEPENDS 2009-02-28 11:42:13.000000000 +0200
<br />@@ -1 +1,2 @@
<br /> depends xfce4-panel
<br />+depends gst-plugins-base
<br />\ No newline at end of file
<br />--- a/xfce4/apps/xfce4-mixer/DETAILS 2009-02-28 10:54:46.000000000 +0200
<br />+++ b/xfce4/apps/xfce4-mixer/DETAILS 2009-02-28 12:11:59.000000000 +0200
<br />@@ -2,11 +2,11 @@
<br /> VERSION=4.6.0
<br /> SOURCE=$MODULE-$VERSION.tar.bz2
<br /> SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/
<br />- SOURCE_VFY=sha1:ebf035a32d8b7b84094b6477a916d692cfe6a6af
<br />+ SOURCE_VFY=sha1:ebcbc2cefbd6f0a24c339d61bdb138e2bbe1335c
<br /> MODULE_PREFIX=${XFCE4_PREFIX:-/usr}
<br /> WEB_SITE=http://www.xfce.org
<br /> ENTERED=20030715
<br />- UPDATED=20090227
<br />+ UPDATED=20090228
<br /> PSAFE=no
<br /> SHORT="Volume control and mixer for the Xfce4 panel"
<br /> cat << EOF
<br /></b>
</pre>
<b r="">Best regards,
<br /> Denis.</b></div>
</div>
</div></body>
</html>