Re: KFileMetaData: External Plugins

2016-03-30 Thread Boudhayan Gupta
On 28 March 2016 at 00:22, Varun Joshi wrote: > Hi, > > As a part of my Season of KDE project, I added the ability for > KFileMetaData to use plugins written in languages other than C++. > These plugins have dependencies (like the PDF writer plugin depends on > PyPDF2) that we probably shouldn't a

KFileMetaData: External Plugins

2016-03-29 Thread Varun Joshi
Hi, As a part of my Season of KDE project, I added the ability for KFileMetaData to use plugins written in languages other than C++. These plugins have dependencies (like the PDF writer plugin depends on PyPDF2) that we probably shouldn't add to the core kfilemetadata package. Boudhayan Gupta sug

KFileMetaData: External Plugins

2016-03-18 Thread Varun Joshi
Hi, As a part of my Season of KDE project, I added the ability for KFileMetaData to use plugins written in languages other than C++. These plugins have dependencies (like the PDF writer plugin depends on PyPDF2) that we probably shouldn't add to the core kfilemetadata package. Boudhayan Gupta sug