![]() |
2013-02-12
, 20:26
|
|
Posts: 1,348 |
Thanked: 1,863 times |
Joined on Jan 2009
@ fr/35/rennes
|
#2
|
The Following 4 Users Say Thank You to www.rzr.online.fr For This Useful Post: | ||
![]() |
2013-02-13
, 22:36
|
|
Posts: 1,348 |
Thanked: 1,863 times |
Joined on Jan 2009
@ fr/35/rennes
|
#3
|
The Following 4 Users Say Thank You to www.rzr.online.fr For This Useful Post: | ||
![]() |
2013-02-14
, 00:24
|
Posts: 1,269 |
Thanked: 3,961 times |
Joined on May 2011
@ Brazil
|
#4
|
I merged most of them to shared repo but some are failling to be rebuild
wanna double check ?
https://build.pub.meego.com/project/...tan_standard=1
![]() |
2013-02-14
, 23:11
|
Posts: 1,269 |
Thanked: 3,961 times |
Joined on May 2011
@ Brazil
|
#5
|
I merged most of them to shared repo but some are failling to be rebuild
wanna double check ?
https://build.pub.meego.com/project/...tan_standard=1
"/usr/bin/ld: .libs/local_lat: hidden symbol `__sync_fetch_and_add_4' in /usr/lib/gcc/arm-linux-gnueabi/4.4.1/libgcc.a(linux-atomic.o) is referenced by DSOThis problem of gcc 4.4.1 in Harmattan SDK is fixed by applying the patch :
/usr/bin/ld: final link failed: Nonrepresentable section on output"
/* GNU ld script
Use the shared library, but some functions are only in
the static library. */
GROUP ( libgcc_s.so.1 libgcc.a )
The Following User Says Thank You to rcolistete For This Useful Post: | ||
![]() |
2013-02-14
, 23:53
|
Posts: 1,269 |
Thanked: 3,961 times |
Joined on May 2011
@ Brazil
|
#6
|
I merged most of them to shared repo but some are failling to be rebuild
The Following User Says Thank You to rcolistete For This Useful Post: | ||
![]() |
2013-02-17
, 10:49
|
|
Posts: 1,348 |
Thanked: 1,863 times |
Joined on Jan 2009
@ fr/35/rennes
|
#7
|
The Following User Says Thank You to www.rzr.online.fr For This Useful Post: | ||
![]() |
2014-09-29
, 10:45
|
Posts: 1,269 |
Thanked: 3,961 times |
Joined on May 2011
@ Brazil
|
#8
|
The Following 4 Users Say Thank You to rcolistete For This Useful Post: | ||
![]() |
2014-11-02
, 19:09
|
Posts: 1,269 |
Thanked: 3,961 times |
Joined on May 2011
@ Brazil
|
#9
|
The Following 3 Users Say Thank You to rcolistete For This Useful Post: | ||
http://repo.robertocolistete.net/apt/harmattan/
You can browse the binaries and sources, currently there are 55 .deb packages related to 29 projects.
Many of these MeeGo Harmattan packages are available in OpenRepos.net via Warehouse on Nokia N9/N950, some of them can be installed by just enabling the repository and tapping the "Install" button.
The motivation for his Harmattan repository is simple :
- make easier to install softwares with (non-Nokia) dependencies, not acceptable on Nokia Store;
- for example, IPython Notebook 0.13.2 for Harmattan needs 11 packages, so one tap on "ipython-notebook" .deb file is simpler than manual downloads and 10 "dpkg -i";
- share many useful .deb packages, some of them can be reused by other projects;
- share the source code of those packages, ported to Harmattan.
If you need to install some of the softwares listed below (in "About the packages"), then its better to add this repository to you N9/N950.
1) You can do this as root using Terminal :
$ devel-sh
type the rootme password, then :
# cd /etc/apt/sources.list.d/
and create the file "robertocolistete.list" (using "nano" editor, for example) :
# nano robertocolistete.list
with the content :
2) Or if you use MeeCatalog, add an application catalog with :
Just some packages are visible by Application Manager (or MeeCatalog), with icon and description. The majority of the packages are installed by being dependency of other softwares or by using, in Terminal as root :
# apt-get update
# apt-get install <package-name>
Or Terminal as user or root, to search for packages :
$ apt-cache search <regex-pattern>
and know more information about the package :
$ apt-get show <package-name>
Some of the packages are maintained (i.e., ported to Harmattan) by me :
- easy-chroot - Easy Chroot package for MeeGo Harmattan;
- easy-deb-chroot, easy-deb-chroot-openmode - Easy Debian for MeeGo Harmattan : now with translucent VKB on PR1.3 !;
- ipython* and dependencies libpgm, libjs-jquery, libjs-mathjax, libjs-underscore, libzmq*, python-tornado, python-zmq - IPython (Notebook, QtConsole) 0.13.2 for MeeGo Harmattan;
- python-matplotlib* - MatPlotLib - 2D & 3D plots for MeeGo Harmattan;
- python-numpy* - NumPy 1.9.0 for MeeGo Harmattan;
- python-scipy* - SciPy 0.14.0 for MeeGo Harmattan;
- python-sympy* - SymPy (Computer Algebra System) for Maemo 4 & 5 & 6;
- python-uncertainties - (Calculation with) Uncertainties for Maemo 4 & 5 & 6;
- python-decorator 3.4.0 in OpenRepos.net;
- python-pyparsing 1.5.6 in OpenRepos.net;
- python-six 1.8.0 in OpenRepos.net;
- python-tz 2012c in OpenRepos.net;
- cython 0.19.1 in OpenRepos.net;
- SuiteSparse 3.4.0 in OpenRepos.net;
Other packages were just (compiled &) packaged by me (from Python Harmattan project at gitorious) :
- pychecker, python-pexpect, python-twisted, python-zope.interface.
By the way, the majority of the above packages were compiled & packaged using a Nokia N9 with Harmattan SDK chroot, see the topic "Compiling & packaging on MeeGo Harmattan device", item "2) Harmattan SDK on device - use Easy Chroot with a ready-to-use Harmattan SDK image".
More Python packages are listed in the Python Harmattan Wiki. See also OpenRepos.net.
Python, C/C++, Qt and CAS developer. For Maemo/MeeGo/Sailfish :
Integral, Derivative, Limit - calculating mathematical integrals, derivatives and limits. SymPy - Computer Algebra System.
MatPlotLib - 2D & 3D plots in Python. IPython - Python interactive shell.
-- My blog about mobile & scientific computing ---
Sailfish : Sony Xperia X, Gemini, Jolla, Jolla C, Jolla Tablet, Nexus 4. Nokia N9, N900, N810.
Last edited by rcolistete; 2014-11-03 at 02:58. Reason: Added python-six 1.8.0, MatPlotLib 1.3.1, NumPy 1.9.1