wok-next rev 3429
Remove all last deps on libiconv
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Jun 13 13:32:50 2009 +0200 (2009-06-13) |
parents | c2067dffc72c |
children | 098650c56380 |
files | avidemux/receipt freeciv/receipt ghostscript/receipt glib/receipt gogglesmm/receipt gst-ffmpeg/receipt gst-plugins-bad/receipt gtk-gnutella/receipt gxine/receipt kobodeluxe/receipt lbreakout2/receipt libiconv-dev/receipt libiconv/receipt mcabber/receipt murrine/receipt netatalk-pam/receipt netatalk/receipt opentyrian-classic/receipt pingus/receipt quodlibet/receipt rdesktop/receipt streamripper/receipt supertux/receipt vlc/receipt wxdfast/receipt |
line diff
1.1 --- a/avidemux/receipt Sat Jun 13 13:23:18 2009 +0200 1.2 +++ b/avidemux/receipt Sat Jun 13 13:32:50 2009 +0200 1.3 @@ -5,8 +5,8 @@ 1.4 CATEGORY="multimedia" 1.5 SHORT_DESC="free video editor" 1.6 MAINTAINER="allan316@gmail.com" 1.7 -DEPENDS="libsdl alsa-lib libsdl-gfx libiconv" 1.8 -BUILD_DEPENDS="cmake alsa-lib-dev libsdl-dev libsdl-gfx-dev libiconv-dev" 1.9 +DEPENDS="libsdl alsa-lib libsdl-gfx" 1.10 +BUILD_DEPENDS="cmake alsa-lib-dev libsdl-dev libsdl-gfx-dev" 1.11 TARBALL="avidemux_2.4.4.tar.gz" 1.12 WEB_SITE="http://fixounet.free.fr/$PACKAGE" 1.13 WGET_URL="http://download.berlios.de/$PACKAGE/$TARBALL"
2.1 --- a/freeciv/receipt Sat Jun 13 13:23:18 2009 +0200 2.2 +++ b/freeciv/receipt Sat Jun 13 13:32:50 2009 +0200 2.3 @@ -8,7 +8,7 @@ 2.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.5 WEB_SITE="http://freeciv.wikia.com/wiki/Main_Page" 2.6 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 2.7 -DEPENDS="zlib ncurses readline gtk+ gettext libiconv xorg-libXdamage" 2.8 +DEPENDS="zlib ncurses readline gtk+ gettext xorg-libXdamage" 2.9 BUILD_DEPENDS="zlib-dev ncurses-dev readline-dev gtk+-dev gettext" 2.10 2.11 # Rules to configure and make the package.
3.1 --- a/ghostscript/receipt Sat Jun 13 13:23:18 2009 +0200 3.2 +++ b/ghostscript/receipt Sat Jun 13 13:32:50 2009 +0200 3.3 @@ -24,7 +24,7 @@ 3.4 --prefix=/usr \ 3.5 --infodir=/usr/share/info \ 3.6 --mandir=/usr/share/man \ 3.7 - --with-libiconv=native \ 3.8 + --with-=native \ 3.9 --disable-compile-inits \ 3.10 --enable-dynamic \ 3.11 --enable-cups \
4.1 --- a/glib/receipt Sat Jun 13 13:23:18 2009 +0200 4.2 +++ b/glib/receipt Sat Jun 13 13:32:50 2009 +0200 4.3 @@ -19,7 +19,7 @@ 4.4 --sysconfdir=/etc \ 4.5 --mandir=/usr/share/man \ 4.6 --with-html-dir=/usr/share/doc \ 4.7 - --with-libiconv=no \ 4.8 + --with-=no \ 4.9 $CONFIGURE_ARGS 4.10 make 4.11 make DESTDIR=$PWD/_pkg install
5.1 --- a/gogglesmm/receipt Sat Jun 13 13:23:18 2009 +0200 5.2 +++ b/gogglesmm/receipt Sat Jun 13 13:32:50 2009 +0200 5.3 @@ -11,7 +11,7 @@ 5.4 WEB_SITE="http://code.google.com/p/gogglesmm/" 5.5 WGET_URL="http://gogglesmm.googlecode.com/files/$TARBALL" 5.6 5.7 -DEPENDS="libfox xine-lib sqlite taglib libpng jpeg expat libiconv tiff \ 5.8 +DEPENDS="libfox xine-lib sqlite taglib libpng jpeg expat tiff \ 5.9 libgl libglu" 5.10 5.11 # When compiling, it needs the main packages too.
6.1 --- a/gst-ffmpeg/receipt Sat Jun 13 13:23:18 2009 +0200 6.2 +++ b/gst-ffmpeg/receipt Sat Jun 13 13:32:50 2009 +0200 6.3 @@ -6,7 +6,8 @@ 6.4 SHORT_DESC="GStreamer FFmpeg Plugins" 6.5 MAINTAINER="jozee@slitaz.org" 6.6 DEPENDS="gstreamer gst-plugins-base ffmpeg glib" 6.7 -BUILD_DEPENDS="pkg-config gst-plugins-base-dev liboil-dev gstreamer-dev libxml2-dev glib-dev ffmpeg-dev bzip2-dev libiconv-dev" 6.8 +BUILD_DEPENDS="pkg-config gst-plugins-base-dev liboil-dev gstreamer-dev \ 6.9 +libxml2-dev glib-dev ffmpeg-dev bzip2-dev" 6.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 6.11 WEB_SITE="http://gstreamer.freedesktop.org/" 6.12 WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL"
7.1 --- a/gst-plugins-bad/receipt Sat Jun 13 13:23:18 2009 +0200 7.2 +++ b/gst-plugins-bad/receipt Sat Jun 13 13:32:50 2009 +0200 7.3 @@ -6,7 +6,7 @@ 7.4 SHORT_DESC="GStreamer Bad Plugins" 7.5 MAINTAINER="jozee@slitaz.org" 7.6 DEPENDS="libxml2 gst-plugins-base bzlib flac libsdl libcomerr openssl libexif \ 7.7 -libiconv libkrb5 libmodplug libsndfile expat" 7.8 + libkrb5 libmodplug libsndfile expat" 7.9 BUILD_DEPENDS="pkg-config glib-dev gst-plugins-base gst-plugins-base-dev liboil-dev gstreamer-dev libxml2-dev libmodplug" 7.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 7.11 WEB_SITE="http://gstreamer.freedesktop.org/"
8.1 --- a/gtk-gnutella/receipt Sat Jun 13 13:23:18 2009 +0200 8.2 +++ b/gtk-gnutella/receipt Sat Jun 13 13:32:50 2009 +0200 8.3 @@ -5,7 +5,7 @@ 8.4 CATEGORY="network" 8.5 SHORT_DESC="p2p client" 8.6 MAINTAINER="allan316@gmail.com" 8.7 -DEPENDS="gnutls libgcrypt libgpg-error expat gtk+ libiconv libxml2 \ 8.8 +DEPENDS="gnutls libgcrypt libgpg-error expat gtk+ libxml2 \ 8.9 xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdmcp \ 8.10 xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender \ 8.11 xorg-libXdamage"
9.1 --- a/gxine/receipt Sat Jun 13 13:23:18 2009 +0200 9.2 +++ b/gxine/receipt Sat Jun 13 13:32:50 2009 +0200 9.3 @@ -6,8 +6,8 @@ 9.4 SHORT_DESC="GTK+ Xine media player user interface." 9.5 MAINTAINER="jozee@slitaz.org" 9.6 DEPENDS="xine-lib libvorbis gtk+" 9.7 -BUILD_DEPENDS="spidermonkey-dev spidermonkey xine-lib xine-lib-dev xorg-dev gtk+-dev hal dbus 9.8 -xorg-libXinerama xorg-libXext xorg-libX11 libiconv-dev libiconv" 9.9 +BUILD_DEPENDS="spidermonkey-dev spidermonkey xine-lib xine-lib-dev xorg-dev \ 9.10 +gtk+-dev hal dbus xorg-libXinerama xorg-libXext xorg-libX11" 9.11 TARBALL="$PACKAGE-$VERSION.tar.bz2" 9.12 WEB_SITE="http://www.xine-project.org" 9.13 WGET_URL="http://switch.dl.sourceforge.net/sourceforge/xine/$TARBALL"
10.1 --- a/kobodeluxe/receipt Sat Jun 13 13:23:18 2009 +0200 10.2 +++ b/kobodeluxe/receipt Sat Jun 13 13:32:50 2009 +0200 10.3 @@ -15,7 +15,7 @@ 10.4 WEB_SITE="http://www.olofson.net/kobodl" 10.5 WGET_URL="http://www.olofson.net/kobodl/download/$TARBALL" 10.6 10.7 -DEPENDS="libsdl libsdl-image libiconv" 10.8 +DEPENDS="libsdl libsdl-image " 10.9 BUILD_DEPENDS="libsdl-dev libsdl-image-dev " 10.10 10.11 # Rules to configure and make the package.
11.1 --- a/lbreakout2/receipt Sat Jun 13 13:23:18 2009 +0200 11.2 +++ b/lbreakout2/receipt Sat Jun 13 13:32:50 2009 +0200 11.3 @@ -9,7 +9,7 @@ 11.4 WEB_SITE="http://lgames.sourceforge.net/index.php?project=LBreakout2" 11.5 #WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 11.6 WGET_URL="http://prdownloads.sourceforge.net/lgames/$TARBALL" 11.7 -DEPENDS="libpng libsdl libsdl-mixer libiconv zlib" 11.8 +DEPENDS="libpng libsdl libsdl-mixer zlib" 11.9 BUILD_DEPENDS="libpng-dev libsdl-dev" 11.10 11.11 # Rules to configure and make the package.
12.1 --- a/libiconv-dev/receipt Sat Jun 13 13:23:18 2009 +0200 12.2 +++ b/libiconv-dev/receipt Sat Jun 13 13:32:50 2009 +0200 12.3 @@ -1,13 +1,13 @@ 12.4 # SliTaz package receipt. 12.5 12.6 -PACKAGE="libiconv-dev" 12.7 +PACKAGE="-dev" 12.8 VERSION="1.12" 12.9 CATEGORY="misc" 12.10 SHORT_DESC="Conversion between Unicode and country dependent character encoding" 12.11 MAINTAINER="domcox@users.sourceforge.net" 12.12 TARBALL="$PACKAGE-$VERSION.tar.gz" 12.13 -WEB_SITE="http://www.gnu.org/software/libiconv" 12.14 -WANTED="libiconv" 12.15 +WEB_SITE="http://www.gnu.org/software/" 12.16 +WANTED="" 12.17 12.18 # Rules to gen a SliTaz package suitable for Tazpkg. 12.19 genpkg_rules()
13.1 --- a/libiconv/receipt Sat Jun 13 13:23:18 2009 +0200 13.2 +++ b/libiconv/receipt Sat Jun 13 13:32:50 2009 +0200 13.3 @@ -1,12 +1,12 @@ 13.4 # SliTaz package receipt. 13.5 13.6 -PACKAGE="libiconv" 13.7 +PACKAGE="" 13.8 VERSION="1.12" 13.9 CATEGORY="misc" 13.10 SHORT_DESC="Conversion between Unicode and country dependent character encoding" 13.11 MAINTAINER="domcox@users.sourceforge.net" 13.12 TARBALL="$PACKAGE-$VERSION.tar.gz" 13.13 -WEB_SITE="http://www.gnu.org/software/libiconv" 13.14 +WEB_SITE="http://www.gnu.org/software/" 13.15 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 13.16 13.17 # Rules to configure and make the package.
14.1 --- a/mcabber/receipt Sat Jun 13 13:23:18 2009 +0200 14.2 +++ b/mcabber/receipt Sat Jun 13 13:32:50 2009 +0200 14.3 @@ -8,7 +8,7 @@ 14.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 14.5 WEB_SITE="http://lilotux.net/~mikael/mcabber" 14.6 WGET_URL="$WEB_SITE/files/$TARBALL" 14.7 -DEPENDS="libcrypto openssl glib gpgme libgpg-error libiconv ncurses" 14.8 +DEPENDS="libcrypto openssl glib gpgme libgpg-error ncurses" 14.9 BUILD_DEPENDS="libcrypto-dev openssl-dev glib glib-dev" 14.10 14.11 # Rules to configure and make the package.
15.1 --- a/murrine/receipt Sat Jun 13 13:23:18 2009 +0200 15.2 +++ b/murrine/receipt Sat Jun 13 13:32:50 2009 +0200 15.3 @@ -6,7 +6,7 @@ 15.4 SHORT_DESC="GTK2 engine to make your desktop look like a murrina" 15.5 MAINTAINER="jozee@slitaz.org" 15.6 DEPENDS="pixman expat libgio gtk+" 15.7 -BUILD_DEPENDS="autoconf automake intltool libtool m4 gettext libgomp pixman-dev expat-dev libgio-dev gtk+-dev subversion libiconv" 15.8 +BUILD_DEPENDS="autoconf automake intltool libtool m4 gettext libgomp pixman-dev expat-dev libgio-dev gtk+-dev subversion " 15.9 WEB_SITE="http://www.cimitan.com/murrine" 15.10 SVN_TRUNK="http://svn.gnome.org/svn/murrine/trunk/" 15.11
16.1 --- a/netatalk-pam/receipt Sat Jun 13 13:23:18 2009 +0200 16.2 +++ b/netatalk-pam/receipt Sat Jun 13 13:32:50 2009 +0200 16.3 @@ -5,7 +5,7 @@ 16.4 CATEGORY="system-tools" 16.5 SHORT_DESC="The AppleTalk Protocol Suite using PAM." 16.6 MAINTAINER="pascal.bellard@slitaz.org" 16.7 -DEPENDS="perl libdb libcrypto cups gnutls libgcrypt libgpg-error libiconv \ 16.8 +DEPENDS="perl libdb libcrypto cups gnutls libgcrypt libgpg-error \ 16.9 libwrap zlib pam" 16.10 BUILD_DEPENDS="db-dev libcrypto-dev pam pam-dev" 16.11 SOURCE="netatalk"
17.1 --- a/netatalk/receipt Sat Jun 13 13:23:18 2009 +0200 17.2 +++ b/netatalk/receipt Sat Jun 13 13:32:50 2009 +0200 17.3 @@ -5,7 +5,7 @@ 17.4 CATEGORY="system-tools" 17.5 SHORT_DESC="The AppleTalk Protocol Suite." 17.6 MAINTAINER="pascal.bellard@slitaz.org" 17.7 -DEPENDS="perl libdb libcrypto cups gnutls libgcrypt libgpg-error libiconv \ 17.8 +DEPENDS="perl libdb libcrypto cups gnutls libgcrypt libgpg-error \ 17.9 libwrap zlib" 17.10 BUILD_DEPENDS="db-dev libcrypto-dev" 17.11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
18.1 --- a/opentyrian-classic/receipt Sat Jun 13 13:23:18 2009 +0200 18.2 +++ b/opentyrian-classic/receipt Sat Jun 13 13:32:50 2009 +0200 18.3 @@ -5,7 +5,7 @@ 18.4 CATEGORY="games" 18.5 SHORT_DESC="OpenTyrian is a port of the DOS shoot-em-up Tyrian" 18.6 MAINTAINER="mallory@skyrock.com" 18.7 -DEPENDS="libsdl libsdl-mixer libiconv libsdl-net" 18.8 +DEPENDS="libsdl libsdl-mixer libsdl-net" 18.9 BUILD_DEPENDS="subversion libsdl-dev libsdl-mixer-dev" 18.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 18.11 WEB_SITE="http://code.google.com/p/opentyrian/"
19.1 --- a/pingus/receipt Sat Jun 13 13:23:18 2009 +0200 19.2 +++ b/pingus/receipt Sat Jun 13 13:32:50 2009 +0200 19.3 @@ -14,7 +14,7 @@ 19.4 WGET_URL="http://pingus.seul.org/files/$TARBALL" 19.5 19.6 DEPENDS="libsdl libsdl-image libsdl-mixer 19.7 -libboost-signals libiconv" 19.8 +libboost-signals " 19.9 19.10 BUILD_DEPENDS="scons 19.11 libsdl-dev libsdl-image-dev libsdl-mixer-dev
20.1 --- a/quodlibet/receipt Sat Jun 13 13:23:18 2009 +0200 20.2 +++ b/quodlibet/receipt Sat Jun 13 13:32:50 2009 +0200 20.3 @@ -6,7 +6,7 @@ 20.4 SHORT_DESC="An audio player written in pygtk" 20.5 MAINTAINER="jozee@slitaz.org" 20.6 DEPENDS="dbus-python gst-python gst-plugins-base gst-plugins-good gst-plugins-ugly mutagen pygtk gstreamer" 20.7 -BUILD_DEPENDS="dbus-python-dev gst-python-dev gst-plugins-base-dev gst-plugins-good-dev gstreamer-dev gst-plugins-ugly-dev pygtk-dev intltool gettext gtk+-dev libiconv" 20.8 +BUILD_DEPENDS="dbus-python-dev gst-python-dev gst-plugins-base-dev gst-plugins-good-dev gstreamer-dev gst-plugins-ugly-dev pygtk-dev intltool gettext gtk+-dev " 20.9 SUGGESTED="gst-bad-plugins gst-ffmpeg" 20.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 20.11 WEB_SITE="http://quodlibet.googlecode.com/"
21.1 --- a/rdesktop/receipt Sat Jun 13 13:23:18 2009 +0200 21.2 +++ b/rdesktop/receipt Sat Jun 13 13:32:50 2009 +0200 21.3 @@ -9,7 +9,7 @@ 21.4 WEB_SITE="http://rdesktop.sourceforge.net/" 21.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 21.6 DEPENDS="libcrypto xorg-libX11 glibc-base xorg-libXau xorg-libXdmcp \ 21.7 -alsa-lib libsamplerate libiconv" 21.8 +alsa-lib libsamplerate " 21.9 BUILD_DEPENDS="openssl-dev xorg-libX11-dev xorg-dev-proto" 21.10 21.11 # Rules to configure and make the package.
22.1 --- a/streamripper/receipt Sat Jun 13 13:23:18 2009 +0200 22.2 +++ b/streamripper/receipt Sat Jun 13 13:32:50 2009 +0200 22.3 @@ -5,7 +5,7 @@ 22.4 CATEGORY="multimedia" 22.5 SHORT_DESC="Record streaming mp3 to your hard drive." 22.6 MAINTAINER="pankso@slitaz.org" 22.7 -DEPENDS="gtk+ libmad libvorbis libiconv" 22.8 +DEPENDS="gtk+ libmad libvorbis " 22.9 BUILD_DEPENDS="gtk+-dev libmad-dev" 22.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 22.11 WEB_SITE="http://streamripper.sourceforge.net/"
23.1 --- a/supertux/receipt Sat Jun 13 13:23:18 2009 +0200 23.2 +++ b/supertux/receipt Sat Jun 13 13:32:50 2009 +0200 23.3 @@ -5,7 +5,7 @@ 23.4 CATEGORY="games" 23.5 SHORT_DESC="SuperTux is a classic 2D jump'n run sidescroller game in a style similar to the original SuperMario games." 23.6 MAINTAINER="mallory@skyrock.com" 23.7 -DEPENDS="libsdl libsdl-image libsdl-mixer libiconv" 23.8 +DEPENDS="libsdl libsdl-image libsdl-mixer " 23.9 BUILD_DEPENDS="libsdl-dev libsdl-image-dev libsdl-mixer-dev" 23.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 23.11 WEB_SITE="http://supertux.lethargik.org/"
24.1 --- a/vlc/receipt Sat Jun 13 13:23:18 2009 +0200 24.2 +++ b/vlc/receipt Sat Jun 13 13:32:50 2009 +0200 24.3 @@ -10,7 +10,7 @@ 24.4 taglib fribidi speex libraw1394 libmodplug flac \ 24.5 libmpeg2 libnotify libsdl-image libvorbis libgl libglu sysfsutils xorg-libXv" 24.6 BUILD_DEPENDS="libmad-dev libxml2-dev ffmpeg-dev libdvdread-dev libcddb-dev taglib-dev libproxy-dev Qt4-dev \ 24.7 -libiconv-dev libiconv hal-dev dbus-dev alsa-lib-dev libgcrypt-dev libproxy expat-dev xorg-dev-proto zlib-dev \ 24.8 +-dev hal-dev dbus-dev alsa-lib-dev libgcrypt-dev libproxy expat-dev xorg-dev-proto zlib-dev \ 24.9 taglib fribidi fribidi-dev speex speex-dev libraw1394 libraw1394-dev libmodplug libmodplug-dev flac flac-dev \ 24.10 libmpeg2 libmpeg2-dev libogg-dev" 24.11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
25.1 --- a/wxdfast/receipt Sat Jun 13 13:23:18 2009 +0200 25.2 +++ b/wxdfast/receipt Sat Jun 13 13:32:50 2009 +0200 25.3 @@ -5,7 +5,7 @@ 25.4 CATEGORY="network" 25.5 SHORT_DESC="Download Manager." 25.6 MAINTAINER="erjo@slitaz.org" 25.7 -DEPENDS="wxWidgets libiconv xorg-libXdamage" 25.8 +DEPENDS="wxWidgets xorg-libXdamage" 25.9 BUILD_DEPENDS="wxWidgets-dev" 25.10 TARBALL="${PACKAGE}_${VERSION}.tar.gz" 25.11 WEB_SITE="http://dfast.sourceforge.net/index.html"