Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: bmarkus on July 13, 2010, 03:43:40 AM

Title: Missing libswscale-dev.tcz
Post by: bmarkus on July 13, 2010, 03:43:40 AM
libswscale-dev.tcz is missing in 3.x repo, only binaries are available. Checked other (ffmpeg) packages but no success. As no header files available, can't compile applications against it.
Title: Re: Missing libswscale-dev.tcz
Post by: Juanito on July 13, 2010, 04:20:49 AM
the ffmpeg-ffserver-dev.tcz extension I'd posted 2010/06/05 did contain the libswscale dev files and also had been compiled with --enable-shared.

The current extension does not contain the libswscale dev files and also has not been compiled with --enable-shared, hence the large size of the ffmpeg extensions.

It would seem to make sense to compile the ffmpeg extensions with --enable-shared and with deps on libav*, libswscale, which are used by several extensions that do not require the full ffmpeg binary?
Title: Re: Missing libswscale-dev.tcz
Post by: bmarkus on July 13, 2010, 04:25:53 AM
It would seem to make sense to compile the ffmpeg extensions with --enable-shared and with deps on libav*, libswscale, which are used by several extensions that do not require the full ffmpeg binary?

Sounds a good idea. In my curent case I need only the libswscale and libavcodec for video phone application, not ffmpeg binaries.
Title: Re: Missing libswscale-dev.tcz
Post by: Arslan S. on July 13, 2010, 06:00:22 AM
in my opinion all extensions which are compiled from the same source better be maintained by single person to avoid such cases
Title: Re: Missing libswscale-dev.tcz
Post by: Juanito on July 15, 2010, 12:30:00 AM
@jls_legalize

As the owner of the ffmpeg extension, any comments on how you'd like to proceed?
Title: Re: Missing libswscale-dev.tcz
Post by: Juanito on July 23, 2010, 09:11:05 AM
Note that the libswscale dev files have now returned to ffmpeg-ffserver-dev.tcz - thanks jls_legalize