wok-6.x diff parole/receipt @ rev 7593
Busybox config change: unset CONFIG_AR (it conflict with binutils ar) & unset CONFIG_XZ (only unxz is actually usefull - it appears that lzma legacy is our better compression tool)
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Fri Dec 10 19:35:10 2010 +0100 (2010-12-10) |
parents | 73499d51f4d3 |
children | 93cc0370fce7 |
line diff
1.1 --- a/parole/receipt Thu Feb 04 22:33:57 2010 +0100 1.2 +++ b/parole/receipt Fri Dec 10 19:35:10 2010 +0100 1.3 @@ -5,7 +5,8 @@ 1.4 CATEGORY="multimedia" 1.5 SHORT_DESC="Media Player for Xfce." 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="libxfcegui4 libxfce4util dbus-glib libgio gst-plugins-base taglib" 1.8 +DEPENDS="libxfcegui4 libxfce4util dbus-glib libgio gst-plugins-base taglib \ 1.9 +startup-notification libnotify" 1.10 BUILD_DEPENDS="libxfcegui4-dev libxfce4util-dev dbus-glib-dev libgio-dev 1.11 gst-plugins-base-dev gstreamer-dev taglib-dev" 1.12 TARBALL="$PACKAGE-$VERSION.tar.bz2"