Install sopcast on Ubuntu 14.10 Utopic Unicorn – manual installation

sopcast logo

To install sopcast 3.2.6 for linux  in Ubuntu 14.04, using manual installation, we can use files listed on this page http://sopcast.com/download/linux.html

 

sopcast-ubuntu-14-10

sopcast ubuntu 14.10

 

Install sopcast 32 and 64 bit  OS in Ubuntu 14.10

1)  Install sp-auth

:~$ wget http://download.sopcast.com/download/sp-auth.tgz  
:~$ tar -zxvf sp-auth.tgz sudo  
:~$ cp ./sp-auth/sp-sc-auth /usr/bin/sp-sc sudo 
:~$ cp ./sp-auth/sp-sc-auth /usr/local/bin/sp-sc

2) Check sp-sc

:~$ sp-sc
sp-sc: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

3)  libstdc++5 is missing so download and use it :

:~$ wget http://www.sopcast.com/download/libstdcpp5.tgz  
:~$ tar -zxvf libstdcpp5.tgz sudo  
:~$ sudo cp -a ./usr/lib/libstdc++.so.5* /usr/lib/

it possibile to check the presence of libstdc ++5 with dpkg, too.

:-$ dpkg -l | grep libstdc++5
ii libstdc++5:i386 1:3.3.6-25ubuntu1 The GNU Standard C++ Library v3

retest sp-sc 

:-$ sp-sc
SC Version: 3.2.6 Build time: 2009-11-09 15:09
Usage:
./sp-sc [-TpI] [-b ipaddr] [-u username:password] [-n out:total] <sop://url> <localport> <playerport>

4)  Install gettext
It is possibile check if gettext is installed with dpkg

:-$ dpkg -l | grep "gettext "
ii  gettext                               0.18.1.1-10ubuntu3                  amd64        GNU Internationalization utilities

If it isn’t installed  you can Install gettext with :

:-$ sudo apt-get install gettext

5) Now we download, extract and compile sopcast-player

:-$ wget http://sopcast-player.googlecode.com/files/sopcast-player-0.8.5.tar.gz

:-$ tar cd sopcast-player-zxvf sopcast-player-0.8.5.tar.gz
:-$ cd sopcast-player/

5) Check if library python gtk.glade is installed with dpkg

:-$ sudo dpkg -l | grep glade
ii  python-glade2                             2.24.0-3ubuntu1                         amd64        GTK+ bindings: Glade support

If it is not.  Install using

sudo apt-get install python-glade2

Compile and  install

make
sudo make install

using checkinstall

make 
sudo checkinstall

 

We start the program from the menu “Sound & Video” or with the command from the terminal

 sopcast-player

When you fist start sopcast click to retrive channels the button unlighted in red in next image

sopcast player first start ubuntu 13.10

sopcast player first start ubuntu 14.04

Resources:

Install sopcast on Ubuntu 14.04 – manual installation in Trusty Tahr

sopcast logo

To install sopcast 3.2.6 for linux  in Ubuntu 14.04, using manual installation, we can use files listed on this page http://sopcast.com/download/linux.html

 

sopcast player ubuntu 14.04

sopcast player ubuntu 14.04

Install sopcast 32 and 64 bit  OS in Ubuntu 14.04

1)  Install sp-auth

wget http://download.easetuner.com/download/sp-auth.tgz
tar -zxvf sp-auth.tgz
sudo cp ./sp-auth/sp-sc-auth /usr/bin/sp-sc
sudo cp ./sp-auth/sp-sc-auth /usr/local/bin/sp-sc

2) Check sp-sc

maurizio@ubu1404m:~$ sp-sc
sp-sc: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

3)  libstdc++5 is missing so download and use it :

wget http://www.sopcast.com/download/libstdcpp5.tgz
tar -zxvf libstdcpp5.tgz
sudo cp -a ./usr/lib/libstdc++.so.5* /usr/lib/

it possibile to check the presence of libstdc + +5 with dpkg, too.

$ dpkg -l | grep libstdc++5
ii libstdc++5:i386 1:3.3.6-25ubuntu1 The GNU Standard C++ Library v3

retest sp-sc 

sp-sc
SC Version: 3.2.6 Build time: 2009-11-09 15:09
Usage:
./sp-sc [-TpI] [-b ipaddr] [-u username:password] [-n out:total] <sop://url> <localport> <playerport>

4)  Install gettext
It is possibile check if gettext is installed with dpkg

# dpkg -l | grep "gettext "
ii  gettext                               0.18.1.1-10ubuntu3                  amd64        GNU Internationalization utilities

If it isn’t installed  you can Install gettext with :

# sudo apt-get install gettext

5) Now we download, extract and compile sopcast-player

wget http://sopcast-player.googlecode.com/files/sopcast-player-0.8.5.tar.gz
tar -zxvf sopcast-player-0.8.5.tar.gz
cd sopcast-player/

Compile and  install

make
sudo make install

using checkinstall

make 
sudo checkinstall

 

We start the program from the menu “Sound & Video” or with the command from the terminal

 sopcast-player

When you fist start sopcast click to retrive channels the button unlighted in red in next image

sopcast player first start ubuntu 13.10

sopcast player first start ubuntu 14.04

Resources:

Install sopcast on Ubuntu 13.10 – manual installation in Saucy Salamander

sopcast logo

The main change in the  manual installation of sopcast in ubuntu 13.10 compared to previous versions of ubuntu concerns the 64-bit version.  In Ubuntu 13.10 64 bit  it isn’t necessary to install ia32-libs ( there isn’t ia32-libs in Ubuntu 13.10 )

To install sopcast 3.2.6 for linux  in Ubuntu 13.10, using manual installation, we can use files listed on this page http://sopcast.com/download/linux.html

sopcast-player ubuntu 13.10

sopcast-player ubuntu 13.10

Install sopcast 32 and 64 bit  OS

1)  Install sp-auth

wget http://download.easetuner.com/download/sp-auth.tgz
tar -zxvf sp-auth.tgz
sudo cp ./sp-auth/sp-sc-auth /usr/bin/sp-sc
sudo cp ./sp-auth/sp-sc-auth /usr/local/bin/sp-sc

2) Check sp-sc

maurizio@U1310tst:~$ sp-sc
sp-sc: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

3)  libstdc++5 is missing so download and use it :

wget http://www.sopcast.com/download/libstdcpp5.tgz
tar -zxvf libstdcpp5.tgz
sudo cp -a ./usr/lib/libstdc++.so.5* /usr/lib/

it possibile to check the presence of libstdc + +5 with dpkg, too.

$ dpkg -l | grep libstdc++5
ii libstdc++5:i386 1:3.3.6-25ubuntu1 The GNU Standard C++ Library v3

retest sp-sc 

sp-sc
SC Version: 3.2.6 Build time: 2009-11-09 15:09
Usage:
./sp-sc [-TpI] [-b ipaddr] [-u username:password] [-n out:total] <sop://url> <localport> <playerport>

4)  Install gettext
It is possibile check if gettext is installed with dpkg

# dpkg -l | grep "gettext "
ii  gettext                               0.18.1.1-10ubuntu3                  amd64        GNU Internationalization utilities

If it isn’t installed  you can Install gettext with :

# sudo apt-get install gettext

5) Now we download, extract and compile sopcast-player

wget http://sopcast-player.googlecode.com/files/sopcast-player-0.8.5.tar.gz
tar -zxvf sopcast-player-0.8.5.tar.gz
cd sopcast-player/

Compile and  install

make
sudo make install

We start the program from the menu “Sound & Video” or with the command from the terminal

 sopcast-player

When you fist start sopcast click to retrive channels the button unlighted in red in next image

sopcast player first start ubuntu 13.10

sopcast player first start ubuntu 13.10

Resources:

Install sopcast on Ubuntu 13.04 – manual installation Raring ringtail

New_icons_17 Install sopcast on Ubuntu 13.10 – manual installation in Saucy Salamander

The procedure to  install sopcast 3.26 for linux in Ubunu 13.04 Raring Ringtail, using manual installation, is the same as that used in previous version of ubuntu. In this post I reuse this approach Install sopcast on Ubuntu 12.10 – manual installation with some little changing.

To install sopcast 3.2.6 for linux  in Ubuntu 13.04 Quantal, using manual installation, we can use files listed on this pages http://sopcast.com/download/linux.html

Sopcast player

Ubuntu 64 bit

If you use a 64 bit system you have to check if  ia32 is installed.  ia32  package contains runtime libraries for the ia32/i386 architecture, configured for use on an amd64 or ia64  system running a 64-bit kernel.

sudo dpkg –list ia32-libs* | grep ii

maurizio@Lub12120:~$ sudo dpkg --list ia32-libs | grep ii
ii ia32-libs 20090808ubuntu36 amd64 ia32 shared libraries - transitional package
ist ia32-libs*

If you do not have the Compatibility Pack for the 32-bit install with

sudo apt-get install ia32-libs

Install sopcast 32 and 64 bit  OS

1)  Install sp-auth

wget http://download.easetuner.com/download/sp-auth.tgz
tar -zxvf sp-auth.tgz
sudo cp ./sp-auth/sp-sc-auth /usr/bin/sp-sc
sudo cp ./sp-auth/sp-sc-auth /usr/local/bin/sp-sc

2) Check sp-sc

maurizio@Lub12120:~$ sp-sc
SC Version: 3.2.6  Build time: 2009-11-09 15:09
Usage:
./sp-sc [-TpI] [-b ipaddr] [-u username:password] [-n out:total] <sop://url>

3) Check the presence of libstdc + +5   with   dpkg

$ dpkg -l | grep libstdc++5
ii libstdc++5:i386 1:3.3.6-25ubuntu1 The GNU Standard C++ Library v3

If libstdc++5 is missing download it here:

wget http://www.sopcast.com/download/libstdcpp5.tgz
tar -zxvf libstdcpp5.tgz
sudo cp -a ./usr/lib/libstdc++.so.5* /usr/lib/

4)  Install gettext

It is possibile check if gettext is installed with dpkg

# dpkg -l | grep "gettext "
ii  gettext                               0.18.1.1-10ubuntu3                  amd64        GNU Internationalization utilities

Install gettext with :

# sudo apt-get install gettext

5) Now we download, extract and compile sopcast-player

wget http://sopcast-player.googlecode.com/files/sopcast-player-0.8.5.tar.gz
tar -zxvf sopcast-player-0.8.5.tar.gz
cd sopcast-player/

Compile and  install

make
sudo make install

We start the program from the menu “Sound & Video” or with the command from the terminal

 sopcast-player

When you fist start sopcast click to retrive channels the button unlighted in red in next image

sopcast player first start ubuntu 13.04

sopcast player first start ubuntu 13.04

 

Note: 

Attention when start make if gettext is not installed this is  error message

:~/Downloads/sopcast-player$ make
Generating language files...
/bin/sh: 4: msgfmt: not found

Resources:

Sopcast Ubuntu 12.04 installazione manuale o via ppa

 

New_icons_17 Install sopcast on Ubuntu 13.10 – manual installation in Saucy Salamander

Install sopcast on Ubuntu 13.04 – manual installation Raring ringtail

Install sopcast on Ubuntu 12.10 – manual installation

Per installare sopcast in Ubuntu 12.04 possiamo scegliere due strade utilizzare un apposito ppa oppure procedere manualmente. Com’è ovvio la procedura ppa riporta in fondo al posto è molto più agevole :

Procedura manuale

I files per linux sono disponibili alla paginahttp://www.sopcast.org/download/linux.html

1) scaricare, estrarre, copiare e testare sp-auth.tgz

wget http://sopcast-player.googlecode.com/files/sp-auth-3.2.6.tar.gz
tar -zxvf sp-auth-3.2.6.tar.gz
sudo cp ./sp-auth/sp-sc-auth /usr/bin/sp-sc
sudo cp ./sp-auth/sp-sc-auth /usr/local/bin/sp-sc

se si utilizza un sistema a 64 bit e non si hanno i pacchetti di compatibilità per i 32 bit installarli con

sudo apt-get install ia32-libs

verifichiamo il funzionamento di sp-sc

~$ sp-sc
SC Version: 3.2.6 Build time: 2009-11-09 15:09
Usage:
./sp-sc [-TpI] [-b ipaddr] [-u username:password] [-n out:total]

Controlliamo la presenza delle libreria libstdc++5

dpkg -l | grep libstdc++5
$ dpkg -l | grep libstdc++5
ii libstdc++5:i386 1:3.3.6-25ubuntu1 The GNU Standard C++ Library v3

se assente bisogna scaricare,decomprimere e copiare

wget http://www.sopcast.com/download/libstdcpp5.tgz
tar -zxvf libstdcpp5.tgz
sudo cp -a ./usr/lib/libstdc++.so.5* /usr/lib/

Adesso scarichiamo, estraiamo e compiliamo sopcast-player

wget http://sopcast-player.googlecode.com/files/sopcast-player-0.8.5.tar.gz
tar -zxvf sopcast-player-0.8.5.tar.gz
cd sopcast-player/

compiliamo

make
sudo make install

sopcast player first start ubuntu 13.04avviamo il programma da menu oppure con il comando da terminale

$ sopcast-player

click a destra su SopCast Player Channel Guide per aggiornare la lista dei canali

Installazione via ppa

Come anticipato via ppa l’installazione è molto semplice aggiungere il repository, aggiornare la lista dei pacchetti dipsonibili e installare.

sudo add-apt-repository ppa:ferramroberto/sopcast
sudo apt-get update
sudo apt-get install sopcast-player

Rimuovere sopcast via ppa

per rimuovere il ppa di sopcast

sudo add-apt-repository  --remove   ppa:ferramroberto/sopcast
sudo apt-get update

rimuovere sopcast

sudo apt-get remove sopcast

 

Risorse: