# HG changeset patch # User Aleksej Bobylev # Date 1543923801 -7200 # Node ID 5792a639ec6feb3103edbefb2988e63d997cf39a # Parent 9f382dac8c6a55d3937c4b0ee81d56427b147385 Small updates diff -r 9f382dac8c6a -r 5792a639ec6f gaupol/.icon.png Binary file gaupol/.icon.png has changed diff -r 9f382dac8c6a -r 5792a639ec6f gaupol/receipt --- a/gaupol/receipt Mon Dec 03 23:35:15 2018 +0200 +++ b/gaupol/receipt Tue Dec 04 13:43:21 2018 +0200 @@ -1,27 +1,29 @@ # SliTaz package receipt v2. PACKAGE="gaupol" -VERSION="0.19.2" +VERSION="1.4.1" CATEGORY="multimedia" -SHORT_DESC="Text-based subtitle files editor" -MAINTAINER="claudinei@slitaz.org" +SHORT_DESC="Editor for text-based subtitles" +MAINTAINER="devel@slitaz.org" LICENSE="GPL3" WEB_SITE="https://otsaloma.io/gaupol/" +HOST_ARCH="any" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="http://download.gna.org/$PACKAGE/${VERSION:0:4}/$TARBALL" # FIXME +WGET_URL="https://github.com/otsaloma/gaupol/archive/$VERSION.tar.gz" +TARBALL_SHA256="6c5bfa20fc7aa25c81027049ca7d87569e938ca272462f22ace4a6ebb00dcfc8" -BUILD_DEPENDS="python-dev intltool gettext-dev" +BUILD_DEPENDS="python3 gettext-dev" + +DEPENDS_std="python3 python3-pygobject gtk3" +SUGGESTED_std="gstreamer1 gst1-plugins-base gst1-plugins-good gst1-plugins-bad \ +gst1-plugins-ugly gst1-libav python3-pyenchant gtkspell3 iso-codes \ +python3-chardet mplayer" compile_rules() { - python -B setup.py clean install --prefix=$install/usr + # don't use '-B' flag: *.egg-info will not be created + python3 setup.py install --root=$install || return 1 + + find $install -type f -name '*.pyc' -delete + find $install -type f -exec chmod g-w '{}' \; } - -genpkg_rules() { - PYTHON_LIB="$(python2 -c 'import os; print os.path.dirname(os.__file__)')" - sed -i 's|/home/slitaz/wok/gaupol/install||g' \ - $install$PYTHON_LIB/site-packages/aeidon/paths.py - cp -a $install/usr $fs - DEPENDS="python python-pygtk" - SUGGESTED="mplayer" -} diff -r 9f382dac8c6a -r 5792a639ec6f iso-codes/receipt --- a/iso-codes/receipt Mon Dec 03 23:35:15 2018 +0200 +++ b/iso-codes/receipt Tue Dec 04 13:43:21 2018 +0200 @@ -1,34 +1,25 @@ # SliTaz package receipt v2. PACKAGE="iso-codes" -VERSION="3.79" +VERSION="4.1" CATEGORY="utilities" SHORT_DESC="ISO-639, ISO-4217, ISO-3166 and ISO-3166-2 code lists + translations" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="LGPL2.1" -WEB_SITE="https://salsa.debian.org/debian/iso-codes" +WEB_SITE="https://salsa.debian.org/iso-codes-team/iso-codes" LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/iso-codes.html" HOST_ARCH="any" -TARBALL="$PACKAGE-upstream-$VERSION.tar.bz2" -WGET_URL="https://salsa.debian.org/debian/iso-codes/-/archive/upstream/$VERSION/$TARBALL" +TARBALL="iso-codes-iso-codes-$VERSION.tar.gz" +WGET_URL="https://salsa.debian.org/iso-codes-team/iso-codes/-/archive/iso-codes-$VERSION/$TARBALL" BUILD_DEPENDS="gettext-dev python3" SPLIT="$PACKAGE-dev" +COPY_std="@std *.mo" + compile_rules() { ./configure $CONFIGURE_ARGS && make && make install } - -genpkg_rules() { - case $PACKAGE in - iso-codes) - copy @std *.mo - ;; - *-dev) - copy @dev - ;; - esac -} diff -r 9f382dac8c6a -r 5792a639ec6f python-pyenchant/.icon.png --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-pyenchant/.icon.png Tue Dec 04 13:43:21 2018 +0200 @@ -0,0 +1,1 @@ +../python/.icon.png \ No newline at end of file diff -r 9f382dac8c6a -r 5792a639ec6f python-pyenchant/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-pyenchant/receipt Tue Dec 04 13:43:21 2018 +0200 @@ -0,0 +1,26 @@ +# SliTaz package receipt v2. + +ORIGIN="pyenchant" +PACKAGE="python-pyenchant" +VERSION="2.0.0" +CATEGORY="python" +SHORT_DESC="Python bindings for the Enchant spellchecking system" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="LGPL" +WEB_SITE="https://pypi.org/project/$ORIGIN/" +HOST_ARCH="any" +REPOLOGY="python:pyenchant" + +BUILD_DEPENDS="python python3 enchant" +SPLIT="${PACKAGE/python/python3}:3" + +compile_rules() { + pip$SET install --no-compile --root=$install $ORIGIN==$VERSION +} + +genpkg_rules() { + copy @std + py="${PACKAGE%%-*}" # python/python3 + DEPENDS="$py enchant" + TAGS="spelling spellcheck enchant" +} diff -r 9f382dac8c6a -r 5792a639ec6f python-shapely/receipt --- a/python-shapely/receipt Mon Dec 03 23:35:15 2018 +0200 +++ b/python-shapely/receipt Tue Dec 04 13:43:21 2018 +0200 @@ -8,7 +8,6 @@ MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" WEB_SITE="https://pypi.org/project/$ORIGIN/" -HOST_ARCH="any" REPOLOGY="python:shapely" BUILD_DEPENDS="python python3 geos-dev" diff -r 9f382dac8c6a -r 5792a639ec6f runcom/description.txt --- a/runcom/description.txt Mon Dec 03 23:35:15 2018 +0200 +++ b/runcom/description.txt Tue Dec 04 13:43:21 2018 +0200 @@ -1,41 +1,51 @@ -Runcom support DOS .com binary files and boot sector files. +Runcom support DOS `.com` binary files and boot sector files. -1- The DOS .com support +### 1. The DOS `.com` support -Runcom provides few BIOS and DOS (int 21H) interrupt handlers. Many .com files -may not work. DOS .exe are also supported. -You can test it with the file /usr/bin/debug.com, with the command line : -$ debug.com +Runcom provides few BIOS and DOS (int 21H) interrupt handlers. Many `.com` +files may not work. DOS `.exe` are also supported. -2- The boot sector image support +You can test it with the file `/usr/bin/debug.com`, with the command line: -A boot sector image is a 512 bytes file ending with the 0xAA and 0x55 bytes -with the .bin extension. -Bios disk (int 13H) are emulated (CHS or LBA) with an image file : -- hard disk are image ./hd0, ./hd1, ... for disk 0x80, 0x81... -- floppy disk are image ./fd0, ./fd1 ... or /dev/fd0, /dev/fd1 if not found. -You can test it with the file /usr/bin/debug.bin, with the command line : -$ debug.bin + $ debug.com -3- The 512 bytes boot sector debugger /usr/bin/debug.bin +### 2. The boot sector image support + +A boot sector image is a 512 bytes file ending with the **0xAA** and **0x55** +bytes with the `.bin` extension. + +BIOS disk (int 13H) are emulated (CHS or LBA) with an image file: + + - hard disk are image ./hd0, ./hd1, ... for disk 0x80, 0x81... + - floppy disk are image ./fd0, ./fd1 ... or /dev/fd0, /dev/fd1 if not found. + +You can test it with the file `/usr/bin/debug.bin`, with the command line: + + $ debug.bin + +### 3. The 512 bytes boot sector debugger `/usr/bin/debug.bin` Usage: - f DX:CX load one CHS sector to 0000:7C00 - t trace one step - g
go to adrs - d
display 16 bytes, CR for next 16 bytes... - e
... enter memory byte/word/dword - m self move - + default segment offset + f DX:CX load one CHS sector to 0000:7C00 + t trace one step + g
go to adrs + d
display 16 bytes, CR for next 16 bytes... + e
... enter memory byte/word/dword + m self move + + default segment offset -seqment and offset are hexadecimal values in 0..FFFF range -address is linear hexadecimal value in 0..FFFFF range or seqment:offset -words are bytes in 0..FF range or words in 000..FFFF range or double words -CX and DX are used by INT13H/AL=01 BIOS interrupt. +`seqment` and `offset` are hexadecimal values in `0000..FFFF` range + +`address` is linear hexadecimal value in `00000..FFFFF` range or +`seqment:offset` words are bytes in `00..FF` range or words in `0000..FFFF` +range or double words + +`CX` and `DX` are used by `INT13H/AL=01` BIOS interrupt. Example: - m 0FC0 move debugger to 0FC0:0000 0FC0:01FF - f 1 read floppy boot sector to 0000:7C00 - f 80:1 read hard disk master boot sector to 0000:7C00 - g 7C0E ... + + m 0FC0 move debugger to 0FC0:0000 0FC0:01FF + f 1 read floppy boot sector to 0000:7C00 + f 80:1 read hard disk master boot sector to 0000:7C00 + g 7C0E ...