# HG changeset patch # User Christopher Rogers # Date 1299032141 0 # Node ID 254cdebd32d5f11f2bc94357fd31295864064433 # Parent 4a193c62c501bb543064ff1d9ace3e19a9f63d5b Updated avidemux, xorg-xrdb, cairo, and weechat depends. diff -r 4a193c62c501 -r 254cdebd32d5 avidemux/receipt --- a/avidemux/receipt Wed Mar 02 00:01:14 2011 +0000 +++ b/avidemux/receipt Wed Mar 02 02:15:41 2011 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="free video editor" MAINTAINER="allan316@gmail.com" DEPENDS="libsdl alsa-lib libsdl-gfx libxml2 xorg-libXv gtk+ cairo libQtGui" -BUILD_DEPENDS="gtk+-dev xorg-libXv-dev libxml2-dev alsa-lib-dev libsdl-dev libsdl-gfx-dev tar coreutils-file-special coreutils-file-format cmake yasm gettext pkg-config zlib-dev xorg-dev-proto bzip2 patch" +BUILD_DEPENDS="tar coreutils-file-special coreutils-file-format cmake yasm gettext pkg-config zlib-dev bzip2 patch" TARBALL="avidemux_$VERSION.tar.gz" WEB_SITE="http://fixounet.free.fr/$PACKAGE" WGET_URL="http://download.berlios.de/$PACKAGE/$TARBALL" diff -r 4a193c62c501 -r 254cdebd32d5 cairo/receipt --- a/cairo/receipt Wed Mar 02 00:01:14 2011 +0000 +++ b/cairo/receipt Wed Mar 02 02:15:41 2011 +0000 @@ -7,8 +7,7 @@ MAINTAINER="pankso@slitaz.org" DEPENDS="glib pixman libpng zlib expat fontconfig freetype xorg-libX11 \ xorg-libXau xorg-libXdmcp xorg-libXrender xcb-util libxcb" -BUILD_DEPENDS="$DEPENDS pkg-config pixman-dev libpng-dev zlib-dev \ -fontconfig-dev xcb-util-dev libxcb-dev xorg-dev freetype-dev expat-dev" +BUILD_DEPENDS="pkg-config" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.cairographics.org/" WGET_URL="http://cairographics.org/releases/$TARBALL" diff -r 4a193c62c501 -r 254cdebd32d5 weechat/receipt --- a/weechat/receipt Wed Mar 02 00:01:14 2011 +0000 +++ b/weechat/receipt Wed Mar 02 02:15:41 2011 +0000 @@ -5,8 +5,8 @@ CATEGORY="network" SHORT_DESC="a fast, light and extensible chat client." MAINTAINER="rocky@slitaz.org" -DEPENDS="ncursesw libgcrypt libgnutls ncursesw libtasn1 python perl" -BUILD_DEPENDS="ncurses ncurses-dev libgcrypt-dev gnutls-dev libtasn1-dev perl python python-dev pkg-config slitaz-toolchain" +DEPENDS="ncursesw libgcrypt libgnutls libtasn1 python perl" +BUILD_DEPENDS="perl python pkg-config" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://weechat.org/" WGET_URL="http://weechat.org/files/src/$TARBALL" @@ -25,7 +25,6 @@ weechat-implicit-function-declaration.patch EOT ./configure \ - --prefix=/usr \ --enable-ncurses \ --enable-gcrypt \ --enable-gnutls \ @@ -35,10 +34,9 @@ --disable-tcl \ --disable-aspell \ --disable-doc \ - --with-debug=0 \ - $CONFIGURE_ARGS && + --with-debug=0 && make && - make DESTDIR=$PWD/_pkg install + make install } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 4a193c62c501 -r 254cdebd32d5 xorg-xrdb/receipt --- a/xorg-xrdb/receipt Wed Mar 02 00:01:14 2011 +0000 +++ b/xorg-xrdb/receipt Wed Mar 02 02:15:41 2011 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Xrdb is a program used for accessing the X resources of a server." MAINTAINER="rocky@slitaz.org" DEPENDS="xorg-libXmu" -BUILD_DEPENDS="xorg-libXmu-dev slitaz-toolchain pkg-config" +BUILD_DEPENDS="pkg-config" SOURCE="xrdb" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" @@ -16,11 +16,9 @@ compile_rules() { cd $src - ./configure --prefix=/usr \ - --mandir=/usr/share/man \ - $CONFIGURE_ARGS - make - make DESTDIR=$PWD/_pkg install + ./configure && + make && + make install } # Rules to gen a SliTaz package suitable for Tazpkg.