wok-6.x diff parole/receipt @ rev 18233
linld: add tobzimage (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jul 23 12:23:11 2015 +0200 (2015-07-23) |
parents | 380ffe05937a |
children | 6e8b1bcb30e2 |
line diff
1.1 --- a/parole/receipt Sat Aug 10 17:00:38 2013 +0000 1.2 +++ b/parole/receipt Thu Jul 23 12:23:11 2015 +0200 1.3 @@ -1,21 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="parole" 1.7 -VERSION="0.2.0.2" 1.8 +VERSION="0.5.2" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="Media Player for Xfce." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 LICENSE="GPL2" 1.13 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 WEB_SITE="http://goodies.xfce.org/projects/applications/parole" 1.15 -WGET_URL="http://archive.xfce.org/src/apps/parole/0.2/$TARBALL" 1.16 +WGET_URL="http://archive.xfce.org/src/apps/parole/${VERSION:0:3}/$TARBALL" 1.17 1.18 DEPENDS="libxfcegui4 libxfce4util dbus-glib libgio gst-plugins-base taglib \ 1.19 startup-notification libnotify gstreamer util-linux-uuid" 1.20 BUILD_DEPENDS="intltool libxfcegui4-dev libxfce4util-dev dbus-glib-dev \ 1.21 libgio-dev gst-plugins-base-dev taglib-dev startup-notification-dev \ 1.22 libnotify-dev gstreamer-dev util-linux-uuid-dev coreutils-operations \ 1.23 -gtk+-dev libxml2-dev orc-dev" 1.24 +gtk+-dev libxml2-dev orc-dev libxfconf-dev libxfce4ui-dev" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules()