Author Topic: Where is libaa srpm?  (Read 781 times)

Offline MBantz

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1317
Where is libaa srpm?
« on: November 05, 2009, 02:06:07 PM »
Having trouble installing OpenScenegraph and was digging a bit in the dependencies. It appear that it need the libaa1-devel, that need libaa1 - but problem is that there is no libaa1 but only libaa.

Wanting to repackage it, but can't find the srpm anywhere?

cheers,
MBantz

troll

  • Guest
Re: Where is libaa srpm?
« Reply #1 on: November 08, 2009, 06:36:44 AM »
http://ftp.uwsg.indiana.edu/linux/pclinuxos/pclinuxos/apt/pclinuxos/2007/SRPMS.main/aalib-1.4.0-0.rc5.19pclos2010.src.rpm
libaa-devel === libaa1-devel
rpm -qi libaa1
Code: [Select]
Name        : libaa1                       Relocations: (not relocatable)
Version     : 1.4.0                             Vendor: (none)
Release     : 0.rc5.20pclos2010             Build Date: Tue 03 Nov 2009 01:34:20 PM EST
Install Date: Thu 05 Nov 2009 03:59:58 AM EST      Build Host: localhost.localdomain
Group       : System/Libraries              Source RPM: aalib-1.4.0-0.rc5.20pclos2010.src.rpm
Size        : 108344                           License: LGPLv2+
Signature   : (none)
URL         : http://aa-project.sourceforge.net/aalib/
Summary     : AA (Ascii Art) library
Description :
AA-lib is a low level gfx library just as many other libraries are.
The main difference is that AA-lib does not require graphics device. In
fact, there is no graphical output possible. AA-lib replaces those
old-fashioned output methods with powerful ascii-art renderer. Now my
linux boots with a nice penguin logo at secondary display (yes! Like
Win95 does:) AA-lib API is designed to be similar to other graphics
libraries. Learning a new API would be a piece of cake!
The AA library is needed for GIMP

Offline MBantz

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1317
Re: Where is libaa srpm?
« Reply #2 on: November 08, 2009, 12:23:16 PM »
Thank's troll, I just coulden't remember the rpm -qi command :-)

Though, the rpm installed is release 20 and the src.rpm at indiana is release 19 - so I decided not to mangle with it.

I'm not sure what happened, if it's me or it's been fixed, but now I can install libaa-devel (that require the little misleading libaa1) - this means that I've finished building Atlas for FlightGear :-) Can't test it for a little while, my testsetup went haywire with a bad hdd...

Also had/have horrendous problems updating with the dutch and/or belgian repos don't really trust them at the moment.

cheers,
MBantz

troll

  • Guest
Re: Where is libaa srpm?
« Reply #3 on: November 08, 2009, 04:37:33 PM »
no prob, glad I could help