2011-03-03 15:00:39 +00:00
|
|
|
# Template file for 'papyon'
|
|
|
|
pkgname=papyon
|
2012-03-27 15:16:08 +00:00
|
|
|
version=0.5.6
|
2011-03-03 15:00:39 +00:00
|
|
|
distfiles="http://www.freedesktop.org/software/papyon/releases/papyon-${version}.tar.gz"
|
|
|
|
build_style=python-module
|
|
|
|
short_desc="MSN library purely written in Python"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-03-27 15:16:08 +00:00
|
|
|
checksum=85ce086ad8c0a47609d908325008c27f4fc1d88b9e9f30ed6586bf943bc828ec
|
2011-03-03 15:00:39 +00:00
|
|
|
long_desc="
|
|
|
|
Features
|
|
|
|
- MSNP15
|
|
|
|
- Best MSNP2P implementation : avatars and custom emoticons
|
|
|
|
- Yahoo messenger contacts support : chat and presence
|
|
|
|
- Live Address Book support : full contact and group management
|
|
|
|
- Server side contacts aliasing
|
|
|
|
- Offline messages support
|
|
|
|
- MSN Spaces
|
|
|
|
- Content Roaming support : avatar, display name and personal message storage
|
|
|
|
- Full support for HTTP and HTTPS proxies
|
|
|
|
- Support HTTP Polling transport
|
|
|
|
- No threads, fully asynchronous
|
|
|
|
- Caching system (only used for storing the SSO tickets for now, but will be
|
|
|
|
used to support deltas in the AddressBook later)
|
|
|
|
- Very solid and extensible architecture
|
|
|
|
- Solid networking through a new sublibrary : gnet"
|
|
|
|
|
|
|
|
noarch=yes
|
2011-10-05 14:42:03 +00:00
|
|
|
pycompile_module="$pkgname tests"
|
|
|
|
|
2011-03-03 15:00:39 +00:00
|
|
|
Add_dependency full python
|
|
|
|
Add_dependency full pygobject
|
|
|
|
Add_dependency full pyopenssl
|
|
|
|
Add_dependency full pycrypto
|
2012-01-23 08:53:06 +00:00
|
|
|
Add_dependency run gst-python
|
2012-03-27 15:16:08 +00:00
|
|
|
Add_dependency run farstream
|
|
|
|
Add_dependency build farstream-devel
|
2012-01-23 08:53:06 +00:00
|
|
|
Add_dependency build gst-python-devel
|