# HG changeset patch # User Pascal Bellard # Date 1565435573 -7200 # Node ID abe6b9e04ee583250244b02a197bf8b26066df16 # Parent 894400f70cbbd108a447d535415052a42a45a4c7 Fix chromaprint & guvcview diff -r 894400f70cbb -r abe6b9e04ee5 chromaprint/receipt --- a/chromaprint/receipt Thu Aug 08 10:35:31 2019 +0100 +++ b/chromaprint/receipt Sat Aug 10 13:12:53 2019 +0200 @@ -11,12 +11,16 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/acoustid/$PACKAGE/releases/download/v$VERSION/$TARBALL" -DEPENDS="gcc83-lib-base" -BUILD_DEPENDS="cmake ffmpeg-dev gcc83" +DEPENDS="libav gcc83-lib-base" +BUILD_DEPENDS="cmake ffmpeg-dev libgnutls gcc83" # Rules to configure and make the package. compile_rules() { + #lavc 55.28.1 (2013-12-11) + sed -i -e 's|avcodec_alloc_frame|av_frame_alloc|' \ + -e 's|avcodec_free_frame|av_frame_free|' \ + src/audio/ffmpeg_audio_reader.h export CC=gcc-83 export CXX=g++-83 diff -r 894400f70cbb -r abe6b9e04ee5 droid-font/receipt --- a/droid-font/receipt Thu Aug 08 10:35:31 2019 +0100 +++ b/droid-font/receipt Sat Aug 10 13:12:53 2019 +0200 @@ -7,7 +7,7 @@ SHORT_DESC="Font family from Google's Android project" MAINTAINER="devl547@gmail.com" LICENSE="Apache" -WEB_SITE="https://www.droidfonts.com/" +WEB_SITE="https://android.googlesource.com/" # Located in git repo, so we need a snapshot and some dirty hacks. TARBALL="$PACKAGE-$VERSION.tgz" WGET_URL="http://android.git.kernel.org/?p=platform/frameworks/base.git;f=data/fonts;a=snapshot;h=$GIT_HASH;sf=tgz" diff -r 894400f70cbb -r abe6b9e04ee5 fritzing/receipt --- a/fritzing/receipt Thu Aug 08 10:35:31 2019 +0100 +++ b/fritzing/receipt Sat Aug 10 13:12:53 2019 +0200 @@ -9,7 +9,7 @@ WEB_SITE="http://fritzing.org" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="https://github.com/$PACKAGE/fritzing-parts/archive/$VERSION.tar.gz" +WGET_URL="https://github.com/$PACKAGE/fritzing-app/archive/$VERSION.tar.gz" DEPENDS="libboost-graph libQtCore libQtXml quazip" BUILD_DEPENDS="libboost-dev libboost-graph-dev qmake Qt4-dev libQtNetwork \ diff -r 894400f70cbb -r abe6b9e04ee5 guvcview/receipt --- a/guvcview/receipt Thu Aug 08 10:35:31 2019 +0100 +++ b/guvcview/receipt Sat Aug 10 13:12:53 2019 +0200 @@ -18,6 +18,7 @@ # Rules to configure and make the package. compile_rules() { + export LDFLAGS="$LDFLAGS -lrt" ./configure --prefix=/usr \ --disable-debian-menu \ --disable-pulse $CONFIGURE_ARGS && diff -r 894400f70cbb -r abe6b9e04ee5 jpeg-dev/receipt --- a/jpeg-dev/receipt Thu Aug 08 10:35:31 2019 +0100 +++ b/jpeg-dev/receipt Sat Aug 10 13:12:53 2019 +0200 @@ -17,7 +17,8 @@ { mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.*a $fs/usr/lib - cp -a $install/usr/include $fs/usr - cp -a $src/jpegint.h $fs/usr/include + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $src/jpegint.h $fs/usr/include } diff -r 894400f70cbb -r abe6b9e04ee5 rdpdesk/receipt --- a/rdpdesk/receipt Thu Aug 08 10:35:31 2019 +0100 +++ b/rdpdesk/receipt Sat Aug 10 13:12:53 2019 +0200 @@ -7,7 +7,7 @@ MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://rdpdesk.com/" +WEB_SITE="https://web.archive.org/web/20120603061746/http://rdpdesk.com/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" DEPENDS="wxWidgets28 xorg-libXp xorg-libXaw libssl" diff -r 894400f70cbb -r abe6b9e04ee5 transfig/receipt --- a/transfig/receipt Thu Aug 08 10:35:31 2019 +0100 +++ b/transfig/receipt Sat Aug 10 13:12:53 2019 +0200 @@ -7,7 +7,7 @@ MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" TARBALL="$PACKAGE.$VERSION.tar.gz" -WEB_SITE="http://www.xfig.org/" +WEB_SITE="https://www.xfig.org/" WGET_URL="http://downloads.sourceforge.net/mcj/$TARBALL" DEPENDS="xorg xorg-libXpm libpng zlib" diff -r 894400f70cbb -r abe6b9e04ee5 xfig/receipt --- a/xfig/receipt Thu Aug 08 10:35:31 2019 +0100 +++ b/xfig/receipt Sat Aug 10 13:12:53 2019 +0200 @@ -7,7 +7,7 @@ MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" TARBALL="$PACKAGE.$VERSION.full.tar.gz" -WEB_SITE="http://www.xfig.org/" +WEB_SITE="https://www.xfig.org/" WGET_URL="http://downloads.sourceforge.net/mcj/$TARBALL" SUGGESTED="transfig"