Any one know of a repository that has all or most Arduino Libraries .

Hi
Like the title says i am looking for a repository with arduino libraries .

I have several devices and its a pain to find what libraries to download and where to download them from.
I have spent about 4 hours yesterday looking for libraries for the TFT touch screen to test if its working , and only found the UTFT library , didnt find the one for the touch component .

Any help in both cases would be very much appreciated .

No, that is not how Arduino and the community are organized.
Anyone (even you) can make a library and publish it somewhere on the internet. Most use Github.
The Playground section is to gather the extra libraries made by users.
http://playground.arduino.cc/Main/InterfacingWithHardware

There is no master repository that I am aware of however, have a look at this page http://arduino-info.wikispaces.com/Arduino-Libraries. Cheers

Thanks for the info