wok-6.x rev 21649
Up ffmpegthumbnailer-dev (2.2.0), lucene++-dev (3.0.7+git), xine-fonts (1.2.9)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 30 10:51:27 2019 +0200 (2019-05-30) |
parents | 8740ca9c3133 |
children | f15dfe3b6923 |
files | ffmpegthumbnailer-dev/receipt linld/stuff/src/COMMON.H linld/stuff/src/CRTL.ASM linld/stuff/src/LINLD.CPP linld/stuff/src/LOAD.CPP lucene++-dev/receipt minetest-common/receipt minetest-server/receipt minetest/receipt xine-fonts/receipt |
line diff
1.1 --- a/ffmpegthumbnailer-dev/receipt Thu May 30 09:48:05 2019 +0100 1.2 +++ b/ffmpegthumbnailer-dev/receipt Thu May 30 10:51:27 2019 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ffmpegthumbnailer-dev" 1.7 -VERSION="2.0.8" 1.8 +VERSION="2.2.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Development files for ffmpegthumbnailer" 1.11 MAINTAINER="al.bobylev@gmail.com"
2.1 --- a/linld/stuff/src/COMMON.H Thu May 30 09:48:05 2019 +0100 2.2 +++ b/linld/stuff/src/COMMON.H Thu May 30 10:51:27 2019 +0200 2.3 @@ -90,7 +90,7 @@ 2.4 #endif 2.5 2.6 void load_image(struct image_himem *m); 2.7 -extern _fastcall void open_image(const char *name, struct image_himem *m); 2.8 +extern _fastcall void open_image(struct image_himem *m, const char *name); 2.9 extern _fastcall int read_image(struct image_himem *m); 2.10 char* load_kernel(); 2.11 void load_initrd();
3.1 --- a/linld/stuff/src/CRTL.ASM Thu May 30 09:48:05 2019 +0100 3.2 +++ b/linld/stuff/src/CRTL.ASM Thu May 30 10:51:27 2019 +0200 3.3 @@ -932,12 +932,14 @@ 3.4 endif 3.5 3.6 ;*************************************************************** 3.7 -;_fastcall void open_image(bx:const char *name, ax:struct image_himem *m); 3.8 +;_fastcall void open_image(bx:struct image_himem *m, ax:const char *name); 3.9 ;*************************************************************** 3.10 - global @open_image$qpxzcp11image_himem:near 3.11 - proc @open_image$qpxzcp11image_himem near 3.12 + 3.13 + global @open_image$qp11image_himempxzc:near 3.14 + proc @open_image$qp11image_himempxzc near 3.15 3.16 push di 3.17 + xchg ax,bx 3.18 xchg ax,di 3.19 ifdef EXTRA 3.20 cmp [(image_himem di).fd],0 ; iso image/kernel ? 3.21 @@ -979,7 +981,7 @@ 3.22 pop di 3.23 ret 3.24 3.25 - endp @open_image$qpxzcp11image_himem 3.26 + endp @open_image$qp11image_himempxzc 3.27 3.28 3.29 ;***************************************************************
4.1 --- a/linld/stuff/src/LINLD.CPP Thu May 30 09:48:05 2019 +0100 4.2 +++ b/linld/stuff/src/LINLD.CPP Thu May 30 10:51:27 2019 +0200 4.3 @@ -117,7 +117,7 @@ 4.4 4.5 s++; 4.6 image.errmsg = "Error in cl=@file"; 4.7 - open_image(s, &image); 4.8 + open_image(&image, s); 4.9 s+=read(image.fd, (void *)cmdline=s= 4.10 (char *)malloc_or_die(image.size), image.size); 4.11 // Strip any trailing cr/lf
5.1 --- a/linld/stuff/src/LOAD.CPP Thu May 30 09:48:05 2019 +0100 5.2 +++ b/linld/stuff/src/LOAD.CPP Thu May 30 10:51:27 2019 +0200 5.3 @@ -140,7 +140,7 @@ 5.4 *((u16 *)&_csip+1)=topseg()|0x20; 5.5 // Open kernel, read first kb, check it 5.6 m->errmsg = kernel_file_error; 5.7 - open_image(kernel_name, m); 5.8 + open_image(m, kernel_name); 5.9 5.10 do { 5.11 // Do not use malloc below until heap_top adjustment (see <*>) 5.12 @@ -252,7 +252,7 @@ 5.13 #endif 5.14 m->errmsg = "Can't use initrd file"; 5.15 5.16 - open_image(initrd_name, m); 5.17 + open_image(m, initrd_name); 5.18 5.19 if ((m->fallback=(memtop()-m->size)&(~PAGE_MASK))-m[-1].fallback < m[-1].size) { 5.20 close(m->fd);
6.1 --- a/lucene++-dev/receipt Thu May 30 09:48:05 2019 +0100 6.2 +++ b/lucene++-dev/receipt Thu May 30 10:51:27 2019 +0200 6.3 @@ -1,7 +1,7 @@ 6.4 # SliTaz package receipt. 6.5 6.6 PACKAGE="lucene++-dev" 6.7 -VERSION="3.0.7" 6.8 +VERSION="3.0.7+git" 6.9 CATEGORY="development" 6.10 SHORT_DESC="C++ port of the Java Lucene library" 6.11 MAINTAINER="al.bobylev@gmail.com"
7.1 --- a/minetest-common/receipt Thu May 30 09:48:05 2019 +0100 7.2 +++ b/minetest-common/receipt Thu May 30 10:51:27 2019 +0200 7.3 @@ -6,7 +6,7 @@ 7.4 SHORT_DESC="Common files for Minetest client and server." 7.5 MAINTAINER="pascal.bellard@slitaz.org" 7.6 LICENSE="MIT" 7.7 -WEB_SITE="https://minetest.net/" 7.8 +WEB_SITE="https://www.minetest.net/" 7.9 7.10 WANTED="minetest" 7.11
8.1 --- a/minetest-server/receipt Thu May 30 09:48:05 2019 +0100 8.2 +++ b/minetest-server/receipt Thu May 30 10:51:27 2019 +0200 8.3 @@ -6,7 +6,7 @@ 8.4 SHORT_DESC="Minetest server (Multiplayer infinite-world block sandbox)." 8.5 MAINTAINER="pascal.bellard@slitaz.org" 8.6 LICENSE="MIT" 8.7 -WEB_SITE="https://minetest.net/" 8.8 +WEB_SITE="https://www.minetest.net/" 8.9 8.10 DEPENDS="curl libspatialindex libssl luajit minetest-common sqlite" 8.11 WANTED="minetest"
9.1 --- a/minetest/receipt Thu May 30 09:48:05 2019 +0100 9.2 +++ b/minetest/receipt Thu May 30 10:51:27 2019 +0200 9.3 @@ -6,7 +6,7 @@ 9.4 SHORT_DESC="An open source voxel game engine and game." 9.5 MAINTAINER="pascal.bellard@slitaz.org" 9.6 LICENSE="MIT" 9.7 -WEB_SITE="https://minetest.net/" 9.8 +WEB_SITE="https://www.minetest.net/" 9.9 9.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 9.11 WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/$VERSION.tar.gz"
10.1 --- a/xine-fonts/receipt Thu May 30 09:48:05 2019 +0100 10.2 +++ b/xine-fonts/receipt Thu May 30 10:51:27 2019 +0200 10.3 @@ -1,7 +1,7 @@ 10.4 # SliTaz package receipt. 10.5 10.6 PACKAGE="xine-fonts" 10.7 -VERSION="1.2.4" 10.8 +VERSION="1.2.9" 10.9 CATEGORY="x-window" 10.10 SHORT_DESC="Extra fonts for Xine video player." 10.11 MAINTAINER="pankso@slitaz.org"