• Re: About opencv packages

    From John Paul Adrian Glaubitz@21:1/5 to Christian Marillat on Sun Dec 12 10:10:01 2021
    Hello!

    On 12/12/21 09:22, Christian Marillat wrote:
    Apparently ffmpeg and gstreamer1.0-plugins-bad still depends on libaom0
    and needs to be build with libaom3.

    Transitions doesn't work with Debian ports ?

    They do. We're just waiting for #994537 [1] to be fixed.

    Adrian

    [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=994537

    --
    .''`. John Paul Adrian Glaubitz
    : :' : Debian Developer - glaubitz@debian.org
    `. `' Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
    `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Christian Marillat@21:1/5 to All on Sun Dec 12 09:40:01 2021
    Hi,

    Apparently ffmpeg and gstreamer1.0-plugins-bad still depends on libaom0
    and needs to be build with libaom3.

    Transitions doesn't work with Debian ports ?

    Christian

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From John Paul Adrian Glaubitz@21:1/5 to Christian Marillat on Sun Dec 12 11:00:01 2021
    On 12/12/21 10:38, Christian Marillat wrote:
    But clang is available for powerpc :

    Yes, but it's not available on some of the other architectures and I haven't bothered
    working on bootstrapping ffmpeg again for ports until this particular bug is fixed.

    What Debian Ports is missing is cruft [1] since we're using Mini-DAK instead of DAK (Debian
    Archive Kit). There is unfortunately not enough interest in Debian Ports throughout
    the Debian project and/or the community to drive the efforts faster to switch Ports
    from Mini-DAK to DAK which would fix all of these problems forever.

    Adrian

    [1] https://lists.debian.org/debian-sparc/2017/12/msg00060.html

    --
    .''`. John Paul Adrian Glaubitz
    : :' : Debian Developer - glaubitz@debian.org
    `. `' Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
    `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Christian Marillat@21:1/5 to John Paul Adrian Glaubitz on Sun Dec 12 10:40:01 2021
    On 12 déc. 2021 10:02, John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> wrote:

    [...]

    They do. We're just waiting for #994537 [1] to be fixed.

    Adrian

    [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=994537

    But clang is available for powerpc :

    ,----
    | $ sudo apt-get install clang
    | Reading package lists... Done
    | Building dependency tree... Done
    | Reading state information... Done
    | The following NEW packages will be installed:
    | clang
    | 0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
    | Need to get 9296 B of archives.
    | After this operation, 24.6 kB of additional disk space will be used.
    | Get:1 http://ftp.ports.debian.org/debian-ports unstable/main powerpc clan=
    g powerpc 1:13.0-53 [9296 B]
    | Fetched 9296 B in 0s (29.0 kB/s)
    | Selecting previously unselected package clang.
    | (Reading database ... 164769 files and directories currently installed.)
    | Preparing to unpack .../clang_1%3a13.0-53_powerpc.deb ...
    | Unpacking clang (1:13.0-53) ...
    | Setting up clang (1:13.0-53) ...
    | Processing triggers for man-db (2.9.4-2) ...
    `----

    Christian

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From John Paul Adrian Glaubitz@21:1/5 to Christian Marillat on Sun Dec 12 12:00:02 2021
    On 12/12/21 11:45, Christian Marillat wrote:
    Im' using dak since years and dak have commands to import existing repository.

    dak doesn't support "unreleased" which is why Debian Ports is using
    Mini-DAK. There are plans to extend DAK in this regard, but this
    hasn't happened yet, unfortunately.

    Adrian

    --
    .''`. John Paul Adrian Glaubitz
    : :' : Debian Developer - glaubitz@debian.org
    `. `' Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
    `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Christian Marillat@21:1/5 to John Paul Adrian Glaubitz on Sun Dec 12 11:50:02 2021
    On 12 déc. 2021 10:52, John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> wrote:

    [...]

    What Debian Ports is missing is cruft [1] since we're using Mini-DAK
    instead of DAK (Debian
    Archive Kit). There is unfortunately not enough interest in Debian Ports throughout
    the Debian project and/or the community to drive the efforts faster to switch Ports
    from Mini-DAK to DAK which would fix all of these problems forever.

    Im' using dak since years and dak have commands to import existing
    repository.

    I never used these commands because I've started dak from scratch.

    You can also ask for help from the dak maintainers.

    ,----
    | dak import-repository
    | --keyring=/usr/share/keyrings/debian-archive-keyring.gpg
    | [--key=${fingerprint}]
    | [--architectures=a,b,c (default: architectures in origin suite)]
    | [--components=main,contrib (default: components in origin suite)]
    | [--target-suite=${suite} (default: origin suite name)]
    | [--add-overrides]
    | [--max-packages=${n} (import at maximum ${n} packages, default: no limit)] | http://httpredir.debian.org/debian unstable
    |
    | Things to think about:
    | - Import Built-Using sources
    | - all / only referenced
    | - Remove old packages:
    | - by-source: remove source X_v, if no X exists upstream
    | - by-version: remove source X_v, if no X_v exists upstream
    | (X denotes package name, v version, X_v package at a specific version)
    | - Import all or only newest?
    | - Expire binary packages?
    `----

    ,----
    | $ dak import -h
    | Usage:
    |
    | dak import <suite> <component> <files...>
    | dak import -D|--dump <file> <suite> <component>
    | dak import -E|--export-dump <suite> <component>
    |
    | WARNING: This command does no sanity checks. Only use it on trusted packages. |
    | Options:
    | -h, --help: show this help message
    | -a, --add-overrides: add missing overrides automatically
    | -c, --changed-by: Changed-By for imported source packages
    | (default: maintainer)
    | -D, --dump <file>: Import all files listed in <file>. The format
    | is described below.
    | -E, --export-dump: Export list of files in the format required
    | by dak import --dump.
    | -s, --ignore-signature: ignore signature for imported source packages
    |
    | File format used by --dump:
    |
    | <filename>:<md5>:<sha1>:<sha256>:[<fingerprint>]:[<changed-by>]
    `----

    Christian

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)