Trac is being migrated to new services! Issues can be found in our new YouTrack instance and WIKI pages can be found on our website.

Changes between Version 6 and Version 7 of mmcco


Ignore:
Timestamp:
Jun 9, 2015, 2:52:37 AM (9 years ago)
Author:
mmcco
Comment:

add Ubuntu and libnice

Legend:

Unmodified
Added
Removed
Modified
  • mmcco

    v6 v7  
    1818Pidgin 3.0 has many dependencies, including some new ones and some that are a little tricky to get set up properly. Don't take this as gospel - it's simply what I've done to make the builds work reliably.
    1919
    20 I've been doing my dev work on Ubuntu 15.04 (the most recent release at the moment). I install all manually compiled packages into the prefix `$HOME/env/` to keep `/usr/` clean and Ubuntu-specific. I strongly recommend this - it makes it easier to specify which version of a library should be used, and it prevents linker-related headaches and system reinstalls when you start getting library-related errors. I've added `$HOME/env/` to the following environment variables to make it fully usable:
     20I've been doing my dev work on Ubuntu 15.04 (the most recent release at the moment). Because of that, much of the information below is OS-specific. However, the dependencies' Debian and Ubuntu packages are often very similar or even identical, and the two OSs make up a large share of our user base. Obviously, compatible versions of all dependencies are going to have to be available in the Debian and Ubuntu repositories before 3.0 can be effectively shipped.
     21
     22I install all manually compiled packages into the prefix `$HOME/env/` to keep `/usr/` clean and Ubuntu-specific. I strongly recommend this - it makes it easier to specify which version of a library should be used, and it prevents linker-related headaches and system reinstalls when you start getting library-related errors. I've added `$HOME/env/` to the following environment variables to make it fully usable:
    2123
    2224* `PATH`
     
    3335
    3436GPlugin is new, and isn't yet included in Debian or Ubuntu's package repos. You therefore have to build from source. Additionally, I wasn't able to find which (if any) environment variable determines the search path for `.gir` files. I therefore grudgingly installed it without my build environment prefix. I've since been told that such an environment variable does exist, though - I'll share it here once I find it.
     37
     38=== libnice ===
     39
     40[http://wiki.freedesktop.org/nice/ libnice] is a library implementing ICE and STUN which is used by the voice/video stack.
     41
     42It's Ubuntu package is derived from the Debian package, which is maintained by the [https://wiki.debian.org/Teams/DebianTelepathyMaintainers Debian Telepathy Maintainers]. This package is currently at version 0.1.7-1 in the repo and 0.1.4-1 in Ubuntu 15.04. The latest libnice release is 0.1.13, and we need at least 0.1.8 for the latest version of Farstream. 0.13.0 builds and tests successfully on Ubuntu 15.04, so I'm working on an update to submit.
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!