phorum@code.campware.org wrote on 02/12/2007 05:45 AM:
> Author: Satty
> Link: http://code.campware.org/phorum/read.php?20,5260,5262#msg-5262
> --------------------------------------------------------------------------------
>
> Ferenc Gerlits Wrote:
>
>> Hi Satty,
>>
>> Yes, unfortunately, Campcaster 1.1.1-2 depends on
>> libpango1.0-0 version
>> 1.12.3 or higher; Ubuntu 6.06 comes with 1.12.2.
>> You can download the
>> newer version from here:
>>
>> I think, but I'm not absolutely sure, that this is
>> the only extra
>> package you need.
>
> Well I downloaded the package you linked me to, but when I went to install it, I had yet another unresolved dependancy: libpango-common. So I downloaded that, but it claims to need libpango before it will install! So they seem to be dependant on each other, and neither will install! :-/
>
> Any other suggestions, or am I going to be forced to get it connected to the web somehow...
>
> Thanks again!
You need to install libpango1.0-0 and libpango1.0-common at the same
time, like this:
dpkg -i libpango1.0-0_1.12.3-0ubuntu3_i386.deb \
libpango1.0-common_1.12.3-0ubuntu3_i386.deb
But downloading and manually installing all the dependencies is not
going to be fun.
The easiest solution would be if you could connect the computer
temporarily to the internet; then you could enable the online Dapper
repositories (including dapper-updates), add the Campware repository
(here is how: http://tinyurl.com/234y7n), and then just do
sudo apt-get install campcaster-studio
(or use Synaptic).