# HG changeset patch # User Christophe Lincoln # Date 1243207278 -7200 # Node ID 29520d49babe95b297cec083fa9b179432956aa7 # Parent a7b619564b2ba90a8c7f092c0c8a3fff41249405 Up: ptlib (2.6.2) + rm dep on libiconv diff -r a7b619564b2b -r 29520d49babe ptlib-dev/receipt --- a/ptlib-dev/receipt Mon May 25 01:12:33 2009 +0200 +++ b/ptlib-dev/receipt Mon May 25 01:21:18 2009 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ptlib-dev" -VERSION="2.4.1" +VERSION="2.6.2" CATEGORY="network" SHORT_DESC="Portable Tools Library for unix and windows, development files." MAINTAINER="pascal.bellard@slitaz.org" @@ -14,4 +14,3 @@ mkdir -p $fs/usr cp -a $_pkg/usr/include $fs/usr } - diff -r a7b619564b2b -r 29520d49babe ptlib/receipt --- a/ptlib/receipt Mon May 25 01:12:33 2009 +0200 +++ b/ptlib/receipt Mon May 25 01:21:18 2009 +0200 @@ -1,16 +1,17 @@ # SliTaz package receipt. PACKAGE="ptlib" -VERSION="2.4.1" +VERSION="2.6.2" CATEGORY="network" SHORT_DESC="Portable Tools Library for unix and windows." MAINTAINER="pascal.bellard@slitaz.org" -TARBALL="$PACKAGE-$VERSION.tar.gz" +TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.ekiga.org/" -WGET_URL="$WEB_SITE/admin/downloads/latest/sources/sources/$TARBALL" -DEPENDS="alsa-lib cyrus-sasl expat libSDL libdv libiconv libraw1394 \ +WGET_URL="$WEB_SITE/admin/downloads/latest/sources/ekiga_3.2.4/$TARBALL" +DEPENDS="alsa-lib cyrus-sasl expat libSDL libdv libraw1394 \ libunixODBC openssl" -BUILD_DEPENDS="pkg-config bison" +BUILD_DEPENDS="pkg-config bison expat libSDL-dev libdv libdv-dev \ +libraw1394 libraw1394-dev openssl-dev" # Rules to configure and make the package. compile_rules() @@ -23,7 +24,6 @@ make DESTDIR=$PWD/_pkg install } - # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { @@ -37,4 +37,3 @@ tazwok genpkg $i done } -