wok diff libnice/receipt @ rev 8008
Fix: ffmpeg need coreutils-file-special to compile
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Tue Jan 18 23:36:57 2011 +0100 (2011-01-18) |
parents | 2f880c18b34a |
children | 4904e3d374a9 |
line diff
1.1 --- a/libnice/receipt Fri Sep 11 09:51:51 2009 +0200 1.2 +++ b/libnice/receipt Tue Jan 18 23:36:57 2011 +0100 1.3 @@ -1,13 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libnice" 1.7 -VERSION="0.0.9" 1.8 +VERSION="0.0.13" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="The GLib ICE implementation." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 DEPENDS="gstreamer" 1.14 -BUILD_DEPENDS="gstreamer-dev" 1.15 +BUILD_DEPENDS="gstreamer gstreamer-dev pkg-config glib-dev libxml2-dev" 1.16 WEB_SITE="http://nice.freedesktop.org/" 1.17 WGET_URL="http://nice.freedesktop.org/releases/$TARBALL" 1.18 1.19 @@ -18,6 +18,7 @@ 1.20 ./configure \ 1.21 --prefix=/usr \ 1.22 --mandir=/usr/share/man \ 1.23 + --with-gstreamer \ 1.24 $CONFIGURE_ARGS && 1.25 make && 1.26 make DESTDIR=$PWD/_pkg install 1.27 @@ -30,5 +31,5 @@ 1.28 cp -a $_pkg/usr/bin $fs/usr 1.29 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.30 cp -a $_pkg/usr/lib/gstreamer-* $fs/usr/lib 1.31 - rm $fs//usr/lib/gstreamer-*/*.*a 1.32 + rm $fs/usr/lib/gstreamer-*/*.*a 1.33 }