WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: webkitfltk-dev  (Read 3540 times)

Offline wysiwyg

  • Sr. Member
  • ****
  • Posts: 266
webkitfltk-dev
« on: July 13, 2016, 01:02:05 PM »
Good afternoon all!  I'm wondering if the deps file for the webkitfltk-dev package is correct or not.  Looking back at TC 6.x it appears that all the deps were the binary versions of those packages, but with 7.x everything got switched over to the -dev version of those files.  Is this correct?  It ran fine before without the dev packages.  And if I process all the -dev dependencies in 7.x, it goes so far as installing Xorg dev packages causing a ton of bloat in the 'tce/optional' directory.  Am I missing something?

Thanks,
Dave

Offline wysiwyg

  • Sr. Member
  • ****
  • Posts: 266
Re: webkitfltk-dev
« Reply #1 on: July 13, 2016, 01:08:14 PM »
From 6.x .deps file:

$ cat webkitfltk.tcz.deps
curl.tcz
harfbuzz-icu.tcz
fltk-1.3.tcz
cairo.tcz
libxslt.tcz


From 7.x .deps file:

$ cat webkitfltk-dev.tcz.deps
curl-dev.tcz
harfbuzz-icu-dev.tcz
fltk-1.3-dev.tcz
cairo-dev.tcz
libxslt-dev.tcz

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14554
Re: webkitfltk-dev
« Reply #2 on: July 14, 2016, 12:26:55 AM »
...ran fine before without the dev packages.

What do you mean by this - as far as I'm aware, the only use for webkitfltk-dev is to build the fifth browser?

Offline wysiwyg

  • Sr. Member
  • ****
  • Posts: 266
Re: webkitfltk-dev
« Reply #3 on: July 14, 2016, 05:42:23 AM »
Hey Juanito, I'm trying to figure out if the .deps file is correct.  The former version referenced the binaries whereas the latter is referencing other dev packages.  Is this correct?

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: webkitfltk-dev
« Reply #4 on: July 14, 2016, 06:04:07 AM »
The former one isn't a -dev extension. Stands for developing. ;)
Download a copy and keep it handy: Core book ;)

Offline wysiwyg

  • Sr. Member
  • ****
  • Posts: 266
Re: webkitfltk-dev
« Reply #5 on: July 14, 2016, 06:08:13 AM »
Thanks Misalf, but that package was renamed to include the -dev suffix.  The contents are the same - both were the dev version.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14554
Re: webkitfltk-dev
« Reply #6 on: July 14, 2016, 06:16:55 AM »
I'd say the extension in the tc-6.x repo was incorrectly named - although originally it didn't have any header and/or pkg-config files...

Offline wysiwyg

  • Sr. Member
  • ****
  • Posts: 266
Re: webkitfltk-dev
« Reply #7 on: July 14, 2016, 07:29:37 AM »
Thanks for the reply Juanito, but I'm not worried about what the extension is named, I'm trying to figure out if the .deps file is correct.

Offline wysiwyg

  • Sr. Member
  • ****
  • Posts: 266
Re: webkitfltk-dev
« Reply #8 on: July 14, 2016, 07:30:36 AM »
Curaga, you would be the best person to probably answer this question since its your project.  Thoughts?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14554
Re: webkitfltk-dev
« Reply #9 on: July 14, 2016, 07:36:00 AM »
..well the deps are what is required to build webkitfltk...

http://repo.tinycorelinux.net/6.x/x86_64/tcz/src/webkitfltk/compile_webkitfltk

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10963
Re: webkitfltk-dev
« Reply #10 on: July 14, 2016, 09:50:42 AM »
I do think the current naming and dep file are correct. The previous dep file probably missed some required compile-time dependencies.
The only barriers that can stop you are the ones you create yourself.

Offline wysiwyg

  • Sr. Member
  • ****
  • Posts: 266
Re: webkitfltk-dev
« Reply #11 on: July 14, 2016, 11:25:11 AM »
Ok, sounds good.  I just wanted to make sure everything was correct with the deps file!

Thanks,
Dave