Bug#659069: getting retroshare in Debian

2012-11-15 Thread Cyril Soler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Just to mention that we just fixed the issues with libUPnP. We added a test in libretroshare.pro so that we cna use the correct #define that makes UpNPBase.cc compile on all system. It should work on DEBIAN as well. Best regards Cyril On 11/12/20

Bug#659069: getting retroshare in Debian

2012-11-13 Thread Cyril Soler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 BTW, for packaging on ubuntu I use the scripts in trunk/build_scripts/Ubuntu_src/. They get the svn and make debian source packages from it, patching .pro files to match the structure of the deb src packages. Start with "./makeSourcePackage.sh". T

Bug#659069: getting retroshare in Debian

2012-11-12 Thread Antoine Beaupré
On 2012-11-12, Cyril Soler wrote: > To disable it, remove the entry plugins in the .pro file of the src/ > directory. Alright. > I'm surprised you can't find the correct package name. I know that on the > different ubuntu systems > it's a different name as well. The plugin compiles on debian SI

Bug#659069: getting retroshare in Debian

2012-11-11 Thread Cyril Soler
To disable it, remove the entry plugins in the .pro file of the src/ directory. I'm surprised you can't find the correct package name. I know that on the different ubuntu systems it's a different name as well. The plugin compiles on debian SID if I remember correcly. What debian version are you

Bug#659069: getting retroshare in Debian

2012-11-11 Thread Antoine Beaupré
On 2012-11-11, Cyril Soler wrote: > ah. You don't need to compile this. It's just the VOIP plugin. How do I disable its compilation? > If you want to, you need to install the qt mobility library. On ubuntu it's > qtmobility-dev I have this package installed yet it still fails to compile.. Somet

Bug#659069: getting retroshare in Debian

2012-11-11 Thread Cyril Soler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ah. You don't need to compile this. It's just the VOIP plugin. If you want to, you need to install the qt mobility library. On ubuntu it's qtmobility-dev For the patch, yes of course you can include it in the DEBIAN package. Thanks! On 11/11/20

Bug#659069: getting retroshare in Debian

2012-11-11 Thread Antoine Beaupré
On 2012-11-08, Antoine Beaupré wrote: > It allows the package to compile libupnp, but i got stuck later. I > eventually gave up on this. ... and this is why I gave up: g++ -c -m64 -pipe -Wall -O2 -D_REENTRANT -fPIC -DQT_WEBKIT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/lin

Bug#659069: getting retroshare in Debian

2012-11-11 Thread Antoine Beaupré
On 2012-11-09, Cyril Soler wrote: > Hi, > > The problem on debian is that they're using a verison of libupnp that has > version number v1.6.17 but has been patched to comply to function prototypes > of version 1.8 (I hope I'm ok with version numbers). So using an ifdef on the > version number doe

Bug#659069: getting retroshare in Debian

2012-11-09 Thread Cyril Soler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, The problem on debian is that they're using a verison of libupnp that has version number v1.6.17 but has been patched to comply to function prototypes of version 1.8 (I hope I'm ok with version numbers). So using an ifdef on the version number

Bug#659069: getting retroshare in Debian

2012-11-08 Thread Antoine Beaupré
Another DD suggested the following patch to workaround the problem: --- libretroshare/src/libretroshare.pro.orig2012-11-07 10:10:37.323894907 -0500 +++ libretroshare/src/libretroshare.pro 2012-11-07 10:11:08.048213807 -0500 @@ -218,7 +218,7 @@ #CONFIG += version_detail_bash_script

Bug#659069: getting retroshare in Debian

2012-11-06 Thread Antoine Beaupré
[cc on bug #659069 in debian which follows up on the packaging effort] Hi! Retroshare doesn't seem to be in Debian, and maybe this is something we can fix! I notice you maintain a PPA for the software, that's a great start. I am trying to figure out how to build this thing from scratch. The sour