Search Blog
Sections
Blogroll
Projects
Reading
Work
Category Archives: Software
Trigger build of Debian package for Git Jenkins CI
Posted in BASh, Continuous Integration, Debian, Git, Jenkins, Packaging, SCM, Software
Leave a comment
Install PDT for Adobe Flash Builder
I have come across several people trying to do this in a convoluted way. Here is the simple way of adding PDT to your Flash Builder IDE. Since current Flash Builder is basically built on Eclipse Galileo, you just have … Continue reading
Posted in Adobe Flash Builder, Eclipse, Software
2 Comments
openSUSE “Packaging Day II”
Ever had problems finding a package for your favorite application for your favorite distro? Are you an application developer or project contributor, and want to learn how to provide binary packages for all the popular distros (including openSUSE) automatically? Using … Continue reading
Posted in Linux, openSuSe, RPM
Tagged Linux, openSUSE build service, packaging, RPM, Software
Leave a comment
qBittorrent v1.0.0 Release
qBittorrent is a Bittorrent client using C++ / libtorrent and a Qt4 Graphical User Interface. Its been under heavy development for a full year now and finally its maturing into one of the best torrent clients out there. I am … Continue reading
Posted in Linux, openSuSe, Packages, RPM
Leave a comment
svn:externals – Linking external libraries
Linking to libraries in your projects If you happen to use external libraries in your projects, you often find that you add the whole library into your project and commit it into your project repository. This ends up with a … Continue reading
Posted in Linux, Software
Leave a comment
My Mandriva 2006 Repository is Live
I have put together a collection of RPMS which I have built for various projects I am involved with or was required by me. You can access these RPMS for Mandriva 2006 by executing the foolowing commad on the shell. … Continue reading
Posted in Mandriva, Packages, RPM
Leave a comment
Google earth for Linux has arrived
Those who have been patiently waiting for a Linux version of Google earth, it has finally arrived. The new release is a beta of Google Earth 4, slated to be the next major revision. The release notes indicate simplifications to … Continue reading
Posted in Software
Leave a comment
Tip for Obtaining Application Dependencies
To check what all libraries is an application linked to, run the ldd tool (available on most Unices): ldd /usr/bin/qbittorrentThis should return you a list of libraries like: linux-gate.so.1 => (0xffffe000) libtorrent.so.0 => /usr/lib/libtorrent.so.0 (0xb7e98000) libQtXml.so.4 => /usr/lib/qt4/lib/libQtXml.so.4 (0xb7e61000) libQtGui.so.4 … Continue reading
Posted in RPM
Leave a comment
CheckInstall to the Rescue
Ever built a Software which takes more than 8 hours to compile ? Well I had the opportunity to do so. I needed to build a project which was dependant on qt4.1.2 and there was no release for it being … Continue reading
Cabextract
A program to extract Microsoft Cabinet files Cabinet (.CAB) files are a form of archive, which Microsoft use to distribute their software, and things like Windows Font Packs. The cabextract program unpacks these files. And why do I have this … Continue reading
Posted in Packages
Leave a comment