wok rev 21799
Fix chromaprint & guvcview
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 10 13:12:53 2019 +0200 (2019-08-10) |
parents | 894400f70cbb |
children | c25206bfb95e |
files | chromaprint/receipt droid-font/receipt fritzing/receipt guvcview/receipt jpeg-dev/receipt rdpdesk/receipt transfig/receipt xfig/receipt |
line diff
1.1 --- a/chromaprint/receipt Thu Aug 08 10:35:31 2019 +0100 1.2 +++ b/chromaprint/receipt Sat Aug 10 13:12:53 2019 +0200 1.3 @@ -11,12 +11,16 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WGET_URL="https://github.com/acoustid/$PACKAGE/releases/download/v$VERSION/$TARBALL" 1.6 1.7 -DEPENDS="gcc83-lib-base" 1.8 -BUILD_DEPENDS="cmake ffmpeg-dev gcc83" 1.9 +DEPENDS="libav gcc83-lib-base" 1.10 +BUILD_DEPENDS="cmake ffmpeg-dev libgnutls gcc83" 1.11 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 { 1.15 + #lavc 55.28.1 (2013-12-11) 1.16 + sed -i -e 's|avcodec_alloc_frame|av_frame_alloc|' \ 1.17 + -e 's|avcodec_free_frame|av_frame_free|' \ 1.18 + src/audio/ffmpeg_audio_reader.h 1.19 export CC=gcc-83 1.20 export CXX=g++-83 1.21
2.1 --- a/droid-font/receipt Thu Aug 08 10:35:31 2019 +0100 2.2 +++ b/droid-font/receipt Sat Aug 10 13:12:53 2019 +0200 2.3 @@ -7,7 +7,7 @@ 2.4 SHORT_DESC="Font family from Google's Android project" 2.5 MAINTAINER="devl547@gmail.com" 2.6 LICENSE="Apache" 2.7 -WEB_SITE="https://www.droidfonts.com/" 2.8 +WEB_SITE="https://android.googlesource.com/" 2.9 # Located in git repo, so we need a snapshot and some dirty hacks. 2.10 TARBALL="$PACKAGE-$VERSION.tgz" 2.11 WGET_URL="http://android.git.kernel.org/?p=platform/frameworks/base.git;f=data/fonts;a=snapshot;h=$GIT_HASH;sf=tgz"
3.1 --- a/fritzing/receipt Thu Aug 08 10:35:31 2019 +0100 3.2 +++ b/fritzing/receipt Sat Aug 10 13:12:53 2019 +0200 3.3 @@ -9,7 +9,7 @@ 3.4 WEB_SITE="http://fritzing.org" 3.5 3.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.7 -WGET_URL="https://github.com/$PACKAGE/fritzing-parts/archive/$VERSION.tar.gz" 3.8 +WGET_URL="https://github.com/$PACKAGE/fritzing-app/archive/$VERSION.tar.gz" 3.9 3.10 DEPENDS="libboost-graph libQtCore libQtXml quazip" 3.11 BUILD_DEPENDS="libboost-dev libboost-graph-dev qmake Qt4-dev libQtNetwork \
4.1 --- a/guvcview/receipt Thu Aug 08 10:35:31 2019 +0100 4.2 +++ b/guvcview/receipt Sat Aug 10 13:12:53 2019 +0200 4.3 @@ -18,6 +18,7 @@ 4.4 # Rules to configure and make the package. 4.5 compile_rules() 4.6 { 4.7 + export LDFLAGS="$LDFLAGS -lrt" 4.8 ./configure --prefix=/usr \ 4.9 --disable-debian-menu \ 4.10 --disable-pulse $CONFIGURE_ARGS &&
5.1 --- a/jpeg-dev/receipt Thu Aug 08 10:35:31 2019 +0100 5.2 +++ b/jpeg-dev/receipt Sat Aug 10 13:12:53 2019 +0200 5.3 @@ -17,7 +17,8 @@ 5.4 { 5.5 mkdir -p $fs/usr/lib 5.6 5.7 - cp -a $install/usr/lib/*.*a $fs/usr/lib 5.8 - cp -a $install/usr/include $fs/usr 5.9 - cp -a $src/jpegint.h $fs/usr/include 5.10 + cp -a $install/usr/lib/*.*a $fs/usr/lib 5.11 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 5.12 + cp -a $install/usr/include $fs/usr 5.13 + cp -a $src/jpegint.h $fs/usr/include 5.14 }
6.1 --- a/rdpdesk/receipt Thu Aug 08 10:35:31 2019 +0100 6.2 +++ b/rdpdesk/receipt Sat Aug 10 13:12:53 2019 +0200 6.3 @@ -7,7 +7,7 @@ 6.4 MAINTAINER="pascal.bellard@slitaz.org" 6.5 LICENSE="GPL3" 6.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 6.7 -WEB_SITE="http://rdpdesk.com/" 6.8 +WEB_SITE="https://web.archive.org/web/20120603061746/http://rdpdesk.com/" 6.9 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 6.10 6.11 DEPENDS="wxWidgets28 xorg-libXp xorg-libXaw libssl"
7.1 --- a/transfig/receipt Thu Aug 08 10:35:31 2019 +0100 7.2 +++ b/transfig/receipt Sat Aug 10 13:12:53 2019 +0200 7.3 @@ -7,7 +7,7 @@ 7.4 MAINTAINER="pascal.bellard@slitaz.org" 7.5 LICENSE="BSD" 7.6 TARBALL="$PACKAGE.$VERSION.tar.gz" 7.7 -WEB_SITE="http://www.xfig.org/" 7.8 +WEB_SITE="https://www.xfig.org/" 7.9 WGET_URL="http://downloads.sourceforge.net/mcj/$TARBALL" 7.10 7.11 DEPENDS="xorg xorg-libXpm libpng zlib"
8.1 --- a/xfig/receipt Thu Aug 08 10:35:31 2019 +0100 8.2 +++ b/xfig/receipt Sat Aug 10 13:12:53 2019 +0200 8.3 @@ -7,7 +7,7 @@ 8.4 MAINTAINER="pascal.bellard@slitaz.org" 8.5 LICENSE="MIT" 8.6 TARBALL="$PACKAGE.$VERSION.full.tar.gz" 8.7 -WEB_SITE="http://www.xfig.org/" 8.8 +WEB_SITE="https://www.xfig.org/" 8.9 WGET_URL="http://downloads.sourceforge.net/mcj/$TARBALL" 8.10 SUGGESTED="transfig" 8.11