# HG changeset patch # User Christophe Lincoln # Date 1243205350 -7200 # Node ID 45790f0c3d53d2ec97858a731784b5addc586022 # Parent c95291cb82f322a74c5def3a84366f860aefda7f ecore,ffmpeg,snownews: Remove dep on libiconv (use iconv() from glibc) diff -r c95291cb82f3 -r 45790f0c3d53 ecore/receipt --- a/ecore/receipt Mon May 25 00:16:39 2009 +0200 +++ b/ecore/receipt Mon May 25 00:49:10 2009 +0200 @@ -7,8 +7,8 @@ MAINTAINER="pankso@slitaz.org" DEPENDS="eet evas libcurl openssl xorg-libX11 xorg-libXau xorg-libXcomposite \ xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama \ -xorg-libXrandr xorg-libXrender xorg-libXdamage xorg-libXtst libiconv" -BUILD_DEPENDS="xorg-dev eet-dev evas-dev xorg-libXtst-dev libiconv-dev" +xorg-libXrandr xorg-libXrender xorg-libXdamage xorg-libXtst" +BUILD_DEPENDS="xorg-dev eet-dev evas-dev xorg-libXtst-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.enlightenment.org/" WGET_URL="http://download.enlightenment.org/snapshots/2009-04-22/$TARBALL" @@ -22,7 +22,6 @@ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ - --with-iconv-link=-liconv \ $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install diff -r c95291cb82f3 -r 45790f0c3d53 ffmpeg/receipt --- a/ffmpeg/receipt Mon May 25 00:16:39 2009 +0200 +++ b/ffmpeg/receipt Mon May 25 00:49:10 2009 +0200 @@ -6,10 +6,9 @@ SHORT_DESC="Record, convert and stream audio and video." MAINTAINER="pascal.bellard@slitaz.org" WEB_SITE="http://ffmpeg.org/" -DEPENDS="bzlib freetype libSDL libiconv imlib2 alsa-lib jack-audio-connection-kit" +DEPENDS="bzlib freetype libSDL imlib2 alsa-lib jack-audio-connection-kit" BUILD_DEPENDS="subversion" - # Référence externe extraite à la révision 27917. # # Révision 18775 extraite. @@ -41,7 +40,5 @@ { mkdir -p $fs/usr/lib cp -a $_pkg/usr/lib/*so* $fs/usr/lib - cp -a $_pkg/usr/bin $fs/usr - + cp -a $_pkg/usr/bin $fs/usr } - diff -r c95291cb82f3 -r 45790f0c3d53 snownews/receipt --- a/snownews/receipt Mon May 25 00:16:39 2009 +0200 +++ b/snownews/receipt Mon May 25 00:49:10 2009 +0200 @@ -5,7 +5,7 @@ CATEGORY="network" SHORT_DESC="Text mode RSS newsreader." MAINTAINER="paul@slitaz.org" -DEPENDS="libiconv libxml2 ncurses zlib" +DEPENDS="libxml2 ncurses zlib" BUILD_DEPENDS="zlib-dev libxml2-dev ncurses-dev gettext perl" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://kiza.kcore.de/software/snownews/index.en"