![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
#1 | |
|
A Carafe of Ubuntu
![]() Join Date: Feb 2005
Location: Chile
Beans: 104
|
aMSN 0.95 (+Anti-aliasing+Skins+Plugins) without compiling
NOTE: This guide is for Breezy only! For Dapper, follow this guide instead.
I have created debian packages for aMSN 0.95 (final), Tcl/Tk 8.5a3, based on the packages for previous versions. This will let you install the most recent aMSN (as of the date of this thread) in breezy in a breeze.
I have only built i386 packages. For other architectures, you'll need (yup) to compile from sources. Hopefully, as everything is already debianized, that ain't that hard either (read the ''Building from Sources" below). If you build for other architectures, be sure to post the links here when possible, to add them to this post. A last note: Some of these packages are hosted on my home PC, which is only online for a few hours a day with a slow net connection. So, if you're unable to download them, try again after a few hours. Contents 1. Install Tcl/Tk, aMSN 2. Customization Tips 2.1 Sound3. Video/Audio Conference Support (Optional) 4. Other packages 4.1 Dev. files: tcl8.5-dev, tk8.5-dev5. Building from Sources You will get a fully functional aMSN installation just by following the steps at 1. Now, to the guide itself: 1. Install Tcl/Tk, aMSN Although there is no need for compiling, you must still download and install the packages. So, open a terminal window an type: Code:
sudo apt-get install imlib11 sox libpng12-0 docker tcltls After the packages are installed, type the following: Code:
wget http://www.doeweling.com/files/ubuntu/amsn/tcl8.5_8.5.0-1~neto3_i386.deb wget http://www.doeweling.com/files/ubuntu/amsn/tk8.5_8.5.0-1~neto3_i386.deb wget http://www.doeweling.com/files/ubuntu/amsn/amsn_0.95-1~neto1_i386.deb Code:
sudo dpkg -i tcl8.5_8.5.0-1~neto3_i386.deb tk8.5_8.5.0-1~neto3_i386.deb amsn_0.95-1~neto1_i386.deb Code:
cd /usr/lib sudo ln -sf libtk8.5.so.0 libtk8.5.so sudo ln -sf libtcl8.5.so.0 libtcl8.5.so 2. Customization Tips 2.1 Sound
2.2 Anti-aliased Fonts If you followed the installation steps above, anti-aliased fonts work out of the box. Just go to Fonts->Preferences->Appearance, click on Change Fonts, and select a nice font/font size. 2.3 Extra Skins and Plugins Several skins and plugins are already packaged for Ubuntu, and are just a few miles away (considering where I'm located Code:
wget http://www.doeweling.com/files/ubuntu/amsn/amsn-plugins_0.95-1~neto1_i386.deb wget http://www.doeweling.com/files/ubuntu/amsn/amsn-skins_0.95-1~neto1_i386.deb Code:
sudo dpkg -i amsn-plugins_0.95-1~neto1_i386.deb amsn-skins_0.95-1~neto1_i386.deb Some notes on the plugins:
3. Video/Audio Conference Support (Optional) This aMSN version has built-in webcam support, so if your webcam works in programs like GnomeMeeting, you are ready to use it in aMSN. But MSN has also a Video/Audio Conference feature, which is not enabled in aMSN by default,as it will be implement using the libraries from the Farsight Project in the future. Anyway, you can still enable Video/Audio Conference in aMSN (at your own risk) using the linphone-im libraries I compiled. To do so, you will need to uninstall Linphone if you have it installed, as these libraries replace the Linphone libs: Code:
sudo apt-get remove linphone liblinphone1 libortp0 Code:
sudo apt-get install libosip0 Code:
wget http://netosoft.no-ip.org/Ubuntu/breezy/amsn/linphone-im_0.12.1-1~neto2_i386.deb Code:
sudo dpkg -i linphone-im_0.12.1-1~neto2_i386.deb Quote:
Code:
sudo apt-get remove linphone-im 4. Other packages 4.1 Dev. files: tcl8.5-dev, tk8.5-dev In case you need other packages, like tcl8.5-dev or tk8.5-dev, you can download them from http://netosoft.no-ip.org/Ubuntu/breezy/tcl-tk/ For example, for tcl8.5-dev, you can type the following commands: Code:
wget http://netosoft.no-ip.org/Ubuntu/breezy/tcl-tk/tcl8.5-dev_8.5.0-1~neto3_i386.deb sudo dpkg -i tcl8.5-dev_8.5.0-1~neto3_i386.deb Now and then, I will build packages from the aMSN CVS tree (it won't happen frequently though). You can get the packages with: Code:
wget http://netosoft.no-ip.org/Ubuntu/breezy/amsn/amsn_0.95+cvs20060408-1~neto1_i386.deb wget http://netosoft.no-ip.org/Ubuntu/breezy/amsn/amsn-plugins_0.95+cvs20060325-1~neto1_i386.deb Code:
sudo apt-get install amsn_0.95+cvs20060408-1~neto1_i386.deb amsn-plugins_0.95+cvs20060325-1~neto1_i386.deb 5. Building from Sources What a lengthy guide! Finally I reach the last part. If for some reason you need to re-compile any of this packages, you can download the sources from http://netosoft.no-ip.org/Ubuntu/breezy-sources/. The sources are in the tcl-tk and amsn subfolders, and have the debian naming scheme. To compile a source file:
Finally, I can't end up this guide without showing how it looks like Last edited by NeTo; September 28th, 2006 at 02:18 AM.. |
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|