WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: libudev  (Read 2993 times)

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
libudev
« on: February 21, 2010, 06:44:09 PM »
Thanks to Arslan S. for:

Code: [Select]
Title:          libudev-dev.tcz
Description:    A set of functions for accessing the udev database and querying sysfs.
Version:        151
Author:         Various
Original-site:  http://www.kernel.org/pub/linux/utils/kernel/hotplug/
Copying-policy: GPL-2
Size:           76K
Extension_by:   Arslan S.
Comments: libgudev is included.

This extension is PPI compatible.
Change-log:     ---
Current:        2010/02/15 Original


Code: [Select]
Title:          libudev.tcz
Description:    A set of functions for accessing the udev database and querying sysfs.
Version:        151
Author:         Various
Original-site:  http://www.kernel.org/pub/linux/utils/kernel/hotplug/
Copying-policy: GPL-2
Size:           36K
Extension_by:   Arslan S.
Comments: libgudev is included.

This extension is PPI compatible.
Change-log:     ---
Current:        2010/02/15 Original


Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11044
Re: libudev
« Reply #1 on: February 22, 2010, 03:10:22 AM »
libudev was already in udev-dev.tcz. Gudev though was not, needing glib2.
The only barriers that can stop you are the ones you create yourself.

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: libudev
« Reply #2 on: February 22, 2010, 10:15:54 AM »
Arslan had actually pointed that out to me in the gmail account, but I uploaded anyway.. 

Upon looking at the two packages, perhaps this one should be libgudev/libgudev-dev and not contain libudev.so but rather just have udev-dev as a dependency for the libudev.so files.  udev-dev could be split into udev-lib and udev-dev, but that is a matter of taste as it is only 132kb size.

Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: libudev
« Reply #3 on: February 23, 2010, 02:44:56 AM »
some applications require libudev and libgudev i didn't want to split them because that would increase the dependency in numbers
at the time of preparing this extension i was not aware of udev-dev.tcz :( sorry

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: libudev
« Reply #4 on: February 23, 2010, 08:41:42 AM »
I imagine that things that require libgudev would also require libudev in most cases if not all.  However, it is better to have one more dependency than to have conflicting or overwriting files.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11044
Re: libudev
« Reply #5 on: February 23, 2010, 09:45:45 AM »
udev-lib split out of udev-dev. Arslan, could you remove libudev from these, and rename to gudev?
AFAIK there are apps that don't use gudev while using libudev.
The only barriers that can stop you are the ones you create yourself.

Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: libudev
« Reply #6 on: February 23, 2010, 09:54:39 AM »
udev-lib split out of udev-dev. Arslan, could you remove libudev from these, and rename to gudev?
AFAIK there are apps that don't use gudev while using libudev.
ok