wok-next diff libcanberra/receipt @ rev 17877

ncurses-common: restore file names, fixes alsamixer+vte F-keys, cairo:
tazweb-rendering-fix no more required for current version of cairo lib.
xlib-xcb known as buggy and disabled on most distros.
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Mar 28 14:23:43 2015 +0100 (2015-03-28)
parents de0131b4edeb
children 1d017e1c3866
line diff
     1.1 --- a/libcanberra/receipt	Tue Jul 15 22:45:20 2014 -0300
     1.2 +++ b/libcanberra/receipt	Sat Mar 28 14:23:43 2015 +0100
     1.3 @@ -1,18 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libcanberra"
     1.7 -VERSION="0.28"
     1.8 +VERSION="0.30"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Portable Sound Event Library"
    1.11  MAINTAINER="devl547@gmail.com"
    1.12  LICENSE="LGPL2.1"
    1.13 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.15  WEB_SITE="http://0pointer.de/lennart/projects/libcanberra/"
    1.16  WGET_URL="$WEB_SITE/$TARBALL"
    1.17  
    1.18 -DEPENDS="libvorbis libogg gstreamer alsa-lib glib libgio harfbuzz"
    1.19 -BUILD_DEPENDS="libvorbis-dev libogg-dev gstreamer-dev alsa-lib-dev vala \
    1.20 -gtk+-dev libtool glib-dev libgio-dev libxml2-dev harfbuzz-dev"
    1.21 +DEPENDS="libvorbis libogg gstreamer alsa-lib gtk+"
    1.22 +BUILD_DEPENDS="libvorbis-dev libogg-dev gstreamer-dev alsa-lib-dev \
    1.23 +libtool gtk+-dev"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()