wok diff vala/receipt @ rev 16959
mplayer-opt: typo, --disable-esd
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Tue Jul 29 01:39:13 2014 +0200 (2014-07-29) |
parents | 76b72f1ad63c |
children | e733e84558bd |
line diff
1.1 --- a/vala/receipt Sat Aug 10 11:00:21 2013 +0000 1.2 +++ b/vala/receipt Tue Jul 29 01:39:13 2014 +0200 1.3 @@ -1,15 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="vala" 1.7 -VERSION="0.19.0" 1.8 +VERSION="0.24.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Compiler for the GObject type system" 1.11 MAINTAINER="mimas@slitaz.org" 1.12 LICENSE="LGPL2.1" 1.13 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.14 -WEB_SITE="http://live.gnome.org/Vala" 1.15 +WEB_SITE="https://wiki.gnome.org/Projects/Vala" 1.16 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.17 TAGS="compiler" 1.18 +HOST_ARCH="i486 arm" 1.19 1.20 DEPENDS="glib" 1.21 BUILD_DEPENDS="flex bison glib-dev pkg-config"