public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: Multimedia Libs
Date: Mon, 30 Mar 2020 10:31:32 +0100	[thread overview]
Message-ID: <929C9CEA-667F-4CB7-953A-FC461DA44199@ipfire.org> (raw)
In-Reply-To: <297ead89-7cc7-8c5a-f7d3-46cea2298fda@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 4282 bytes --]

Hi,

First of all, yes we need this. The bootloader needs it.

In the first trace you are missing JBIC, which is a patented image compression algorithm similar to JPEG.

You can disable support for that. Check the documentation for something like —-without-jbic.

On the second one, it did not include the headers for zlib correctly.

I suppose that cannot be disabled, because many algorithms depend on it.

Best,
-Michael

> On 30 Mar 2020, at 10:10, Matthias Fischer <matthias.fischer(a)ipfire.org> wrote:
> 
> On 30.03.2020 07:08, Matthias Fischer wrote:
>> Hi,
>> 
>> On 25.03.2020 21:55, Matthias Fischer wrote:
>>> Hi,
>>> 
>>> On 27.02.2020 12:27, Michael Tremer wrote:
>>>> 
>>>> [...could you look for some multimedia libs...?]>
>>> ...
>>> [Lots of Updates and links]
>>> ...
> 
> Reverted back to 10.47.61, but now this version won't build either:
> 
> ***SNIP***
> ...
> netpbm (10.47.61)
>      [       17 ][ FAIL ]
> 
>    pnmtopng.c:485:50: error: 'Z_HUFFMAN_ONLY' undeclared (first use in
> this function)
>    485 |             cmdlineP->zlibCompression.strategy = Z_HUFFMAN_ONLY;
>    |                                                  ^~~~~~~~~~~~~~
>    pnmtopng.c:487:50: error: 'Z_FILTERED' undeclared (first use in this
> function)
>    487 |             cmdlineP->zlibCompression.strategy = Z_FILTERED;
>    |                                                  ^~~~~~~~~~
>    pnmtopng.c: In function 'buildColorAlphaLookup':
>    pnmtopng.c:1694:14: warning: variable 'paletteTrans' set but not
> used [-Wunused-but-set-variable]
>    1694 |         gray paletteTrans;
>    |              ^~~~~~~~~~~~
>    pnmtopng.c: In function 'makePngLine':
>    pnmtopng.c:2132:21: error: dereferencing pointer to incomplete type
> 'png_info' {aka 'struct png_info_def'}
>    2132 |         if (info_ptr->color_type == PNG_COLOR_TYPE_GRAY ||
>    |                     ^~
>    pnmtopng.c: In function 'convertpnm':
>    pnmtopng.c:2618:11: error: dereferencing pointer to incomplete type
> 'png_info' {aka 'struct png_info_def'}
>    2618 |   info_ptr->width = cols;
>    |           ^~
>    pnmtopng.c: In function 'displayVersion':
>    pnmtopng.c:2814:13: error: 'ZLIB_VERSION' undeclared (first use in
> this function); did you mean 'NETPBM_VERSION'?
>    2814 |             ZLIB_VERSION);
>    |             ^~~~~~~~~~~~
>    |             NETPBM_VERSION
>    make[3]: *** [/usr/src/netpbm-10.47.61/common.mk:230: pnmtopng.o]
> Error 1
>    make[3]: Leaving directory '/usr/src/netpbm-10.47.61/converter/other'
>    make[2]: *** [/usr/src/netpbm-10.47.61/common.mk:525: other/all] Error 2
>    make[2]: Leaving directory '/usr/src/netpbm-10.47.61/converter'
>    make[1]: *** [/usr/src/netpbm-10.47.61/common.mk:525: converter/all]
> Error 2
>    make[1]: Leaving directory '/usr/src/netpbm-10.47.61'
>    make: *** [netpbm:84: /usr/src/log/netpbm-10.47.61] Error 2
> ***SNAP***
> 
> And yes, I made a few other updates but I can't see no correlation
> between my udates and these error messages.
> 
> Updates made so far:
> 
> root(a)Devel: /home/matz/ipfire-2.x # git status
> On branch multimedia_libs
> Changes not staged for commit:
>  (use "git add <file>..." to update what will be committed)
>  (use "git checkout -- <file>..." to discard changes in working directory)
> 
>        modified:   lfs/cmake
>        modified:   lfs/faad2
>        modified:   lfs/ffmpeg
>        modified:   lfs/lame
>        modified:   lfs/libjpeg
>        modified:   lfs/libmpdclient
>        modified:   lfs/libmpeg2
>        modified:   lfs/libogg
>        modified:   lfs/libpng
>        modified:   lfs/libshout
>        modified:   lfs/libtiff
>        modified:   lfs/libvorbis
>        modified:   lfs/opus
>        modified:   lfs/sox
>        modified:   lfs/taglib
>        modified:   lfs/xvid
>        modified:   make.sh
> 
> In 'make.sh' I must build 'libarchive' and 'cmake 3.17.0' prior to
> 'libjpeg 2.0.4'.
> 
> Nevertheless, all is ok, until 'netpbm' comes up...
> 
> Any hints?
> 
> Pushed this to
> https://git.ipfire.org/?p=people/mfischer/ipfire-2.x.git;a=commit;h=114b7e2e369ee94f9ce1f3167ce32915c072a033
> 
> Best,
> Matthias


  reply	other threads:[~2020-03-30  9:31 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <5C7D0AAC-730A-40BA-B398-8AED49A4867D@ipfire.org>
2020-03-25 20:55 ` Matthias Fischer
2020-03-25 21:11   ` Stephan Mending
2020-03-26  7:24     ` Matthias Fischer
2020-03-26  9:10       ` Michael Tremer
2020-03-26  9:30         ` Matthias Fischer
2020-03-28  4:54           ` Matthias Fischer
2020-03-28  7:41             ` Michael Tremer
2020-03-26  9:47         ` Stephan Mending
2020-03-30  5:08   ` Matthias Fischer
2020-03-30  5:17     ` Matthias Fischer
2020-03-30  9:10     ` Matthias Fischer
2020-03-30  9:31       ` Michael Tremer [this message]
2020-04-02 17:07   ` Matthias Fischer
2020-04-03 10:22     ` Michael Tremer
2020-05-23 10:08   ` Matthias Fischer
2020-05-25  9:29     ` Michael Tremer
2020-05-25 11:05       ` Matthias Fischer
2020-05-26 10:15         ` Michael Tremer
2020-05-26 17:13           ` Matthias Fischer
2020-05-28 11:54             ` Michael Tremer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=929C9CEA-667F-4CB7-953A-FC461DA44199@ipfire.org \
    --to=michael.tremer@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox