WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Xlibs.tcz update  (Read 4957 times)

Offline hiro

  • Hero Member
  • *****
  • Posts: 1218
Xlibs.tcz update
« on: July 31, 2011, 08:37:49 PM »
3.7 release announcement included:

Also new are the following extensions for micorcore:
wbar.tcz
Xlibs.tcz
Xprogs.tcz

But Xlibs.tcz remains unchanged. Why?

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Xlibs.tcz update
« Reply #1 on: July 31, 2011, 08:50:50 PM »
3.7 was released 15 June. Xlibs.tcz in repository is dated 15 June and is the latest version of Xlibs extension with the updated libfreetype.so.6.6.2
10+ Years Contributing to Linux Open Source Projects.

Offline hiro

  • Hero Member
  • *****
  • Posts: 1218
Re: Xlibs.tcz update
« Reply #2 on: July 31, 2011, 08:53:15 PM »
http://distro.ibiblio.org/tinycorelinux/3.x/tcz/index_nojs.html
2011/02/12   roberts   Xlibs from tinycore      2.9 M   Xlibs.tcz   info   list   md5

Offline maro

  • Hero Member
  • *****
  • Posts: 1228
Re: Xlibs.tcz update
« Reply #3 on: July 31, 2011, 10:35:05 PM »
I would not take the "index*.html" as an authoritative source. I'd typically use for these sort of questions
    wget -S --spider ... which shows the HTTP header information without downloading the file (note: this needs the fully fledged version of it from the 'wget.tcz' extension):
Code: [Select]
tc@box:~$ wget -S --spider http://distro.ibiblio.org/tinycorelinux/3.x/tcz/Xlibs.tcz
Spider mode enabled. Check if remote file exists.
--2011-07-31 16:32:48--  http://distro.ibiblio.org/tinycorelinux/3.x/tcz/Xlibs.tcz
Resolving distro.ibiblio.org (distro.ibiblio.org)... 152.19.134.43
Connecting to distro.ibiblio.org (distro.ibiblio.org)|152.19.134.43|:80... connected.
HTTP request sent, awaiting response...
  HTTP/1.0 200 OK
  Content-Type: application/octet-stream
  Accept-Ranges: bytes
  ETag: "691799274"
  Last-Modified: Wed, 15 Jun 2011 19:52:54 GMT
  Content-Length: 2854912
  Connection: keep-alive
  Date: Mon, 01 Aug 2011 05:28:23 GMT
  Server: lighttpd/1.4.26
Length: 2854912 (2.7M) [application/octet-stream]
Remote file exists.

Please turn your attention to the Last-Modified field which clearly shows that Robert's information was correct (i.e. '15 Jun 2011 19:52:54 GMT').

Offline hiro

  • Hero Member
  • *****
  • Posts: 1218
Re: Xlibs.tcz update
« Reply #4 on: August 01, 2011, 04:38:24 AM »
I assume the original reason for my confusion was a failed update or so.
The tcz index and the extension's .info file should still be readjusted imho.

Offline hiro

  • Hero Member
  • *****
  • Posts: 1218
Re: Xlibs.tcz update
« Reply #5 on: August 01, 2011, 04:57:24 AM »
OT: How can I see which freetype release corresponds to e.g. libfreetype.so.6.4.0/6.6.2?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14568
Re: Xlibs.tcz update
« Reply #6 on: August 01, 2011, 05:25:43 AM »
The pkgconfig file in base-dev says 12.2.6 for the corresponding libfreetype.la 6.6.2

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10965
Re: Xlibs.tcz update
« Reply #7 on: August 01, 2011, 06:29:23 AM »
They and their weird naming :P I just use freetype-config.
The only barriers that can stop you are the ones you create yourself.