wok-next rev 3164
ecore,ffmpeg,snownews: Remove dep on libiconv (use iconv() from glibc)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 25 00:49:10 2009 +0200 (2009-05-25) |
parents | c95291cb82f3 |
children | a7b619564b2b |
files | ecore/receipt ffmpeg/receipt snownews/receipt |
line diff
1.1 --- a/ecore/receipt Mon May 25 00:16:39 2009 +0200 1.2 +++ b/ecore/receipt Mon May 25 00:49:10 2009 +0200 1.3 @@ -7,8 +7,8 @@ 1.4 MAINTAINER="pankso@slitaz.org" 1.5 DEPENDS="eet evas libcurl openssl xorg-libX11 xorg-libXau xorg-libXcomposite \ 1.6 xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama \ 1.7 -xorg-libXrandr xorg-libXrender xorg-libXdamage xorg-libXtst libiconv" 1.8 -BUILD_DEPENDS="xorg-dev eet-dev evas-dev xorg-libXtst-dev libiconv-dev" 1.9 +xorg-libXrandr xorg-libXrender xorg-libXdamage xorg-libXtst" 1.10 +BUILD_DEPENDS="xorg-dev eet-dev evas-dev xorg-libXtst-dev" 1.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 WEB_SITE="http://www.enlightenment.org/" 1.13 WGET_URL="http://download.enlightenment.org/snapshots/2009-04-22/$TARBALL" 1.14 @@ -22,7 +22,6 @@ 1.15 --prefix=/usr \ 1.16 --infodir=/usr/share/info \ 1.17 --mandir=/usr/share/man \ 1.18 - --with-iconv-link=-liconv \ 1.19 $CONFIGURE_ARGS && 1.20 make && 1.21 make DESTDIR=$PWD/_pkg install
2.1 --- a/ffmpeg/receipt Mon May 25 00:16:39 2009 +0200 2.2 +++ b/ffmpeg/receipt Mon May 25 00:49:10 2009 +0200 2.3 @@ -6,10 +6,9 @@ 2.4 SHORT_DESC="Record, convert and stream audio and video." 2.5 MAINTAINER="pascal.bellard@slitaz.org" 2.6 WEB_SITE="http://ffmpeg.org/" 2.7 -DEPENDS="bzlib freetype libSDL libiconv imlib2 alsa-lib jack-audio-connection-kit" 2.8 +DEPENDS="bzlib freetype libSDL imlib2 alsa-lib jack-audio-connection-kit" 2.9 BUILD_DEPENDS="subversion" 2.10 2.11 - 2.12 # Référence externe extraite à la révision 27917. 2.13 # 2.14 # Révision 18775 extraite. 2.15 @@ -41,7 +40,5 @@ 2.16 { 2.17 mkdir -p $fs/usr/lib 2.18 cp -a $_pkg/usr/lib/*so* $fs/usr/lib 2.19 - cp -a $_pkg/usr/bin $fs/usr 2.20 - 2.21 + cp -a $_pkg/usr/bin $fs/usr 2.22 } 2.23 -
3.1 --- a/snownews/receipt Mon May 25 00:16:39 2009 +0200 3.2 +++ b/snownews/receipt Mon May 25 00:49:10 2009 +0200 3.3 @@ -5,7 +5,7 @@ 3.4 CATEGORY="network" 3.5 SHORT_DESC="Text mode RSS newsreader." 3.6 MAINTAINER="paul@slitaz.org" 3.7 -DEPENDS="libiconv libxml2 ncurses zlib" 3.8 +DEPENDS="libxml2 ncurses zlib" 3.9 BUILD_DEPENDS="zlib-dev libxml2-dev ncurses-dev gettext perl" 3.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.11 WEB_SITE="http://kiza.kcore.de/software/snownews/index.en"