# HG changeset patch # User Pascal Bellard # Date 1554139636 -7200 # Node ID 9fc082ddb2d0988a829866a66d9ea7c56dea914f # Parent e24f9f3695625599ed13ad2cd3d22bedce28628c code2: update website diff -r e24f9f369562 -r 9fc082ddb2d0 code2-dev/receipt --- a/code2-dev/receipt Mon Apr 01 17:24:16 2019 +0100 +++ b/code2-dev/receipt Mon Apr 01 19:27:16 2019 +0200 @@ -6,8 +6,9 @@ SHORT_DESC="An open source low bit rate speech codec, development files" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="LGPL2.1" -WEB_SITE="http://www.rowetel.com/?page_id=452" +WEB_SITE="https://github.com/drowe67/codec2" WANTED="code2" +PROVIDE="codec2-dev" DEPENDS="code2 pkg-config" diff -r e24f9f369562 -r 9fc082ddb2d0 code2/receipt --- a/code2/receipt Mon Apr 01 17:24:16 2019 +0100 +++ b/code2/receipt Mon Apr 01 19:27:16 2019 +0200 @@ -7,8 +7,10 @@ MAINTAINER="pascal.bellard@slitaz.org" LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://www.rowetel.com/?page_id=452" +#WEB_SITE="http://www.rowetel.com/codec2.html" +WEB_SITE="https://github.com/drowe67/codec2" WGET_URL="subversion|svn://svn.code.sf.net/p/freetel/code/codec2-dev/" +PROVIDE="codec2" BUILD_DEPENDS="subversion cmake libsamplerate-dev speex-dev"