Difference between revisions of "More Packages - Debian"

From TV-Browser Wiki
Jump to: navigation, search
(translated from german)
 
m (Links: removed geole link)
 
(6 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
This package installs TV-Browser for multi-user-systems and uses the Java-runtimes of Sun. These runtimes will be installed automatically by the packaging system.
 
This package installs TV-Browser for multi-user-systems and uses the Java-runtimes of Sun. These runtimes will be installed automatically by the packaging system.
  
= Brief instruction =
+
= Available Versions =
 
 
Open a console and type:
 
sudo "wget -O /etc/apt/sources.list.d/zaubberer.list <nowiki>http://debian.zaubberer.net/zaubberer.list</nowiki>"
 
sudo apt-get update
 
sudo apt-get install zaubberer-keyring tvbrowser
 
done!
 
 
 
Start TV-Browser via the startmenu (KDE --> Multimedia --> TV-Browser) or via "tvbrowser" in the console.
 
 
 
= Available Versiones =
 
  
 
{| class="wikitable"
 
{| class="wikitable"
! Name !! source !! binary
+
! Distribution !! TVB-Version !! Repository
 +
|-
 +
| Debian (Sid) || 2.7.4 || <nowiki>deb http://debian.zaubberer.net/debian sid main contrib non-free</nowiki>
 
|-
 
|-
| zaubberer || 2.6.3 || 2.6.3
+
| Ubuntu (Karmic) || 2.7.4 || <nowiki>deb http://ppa.launchpad.net/phobie/ppa/ubuntu karmic main</nowiki>
 
|-
 
|-
| geole || 2.6.0 || 2.6.0
+
| Ubuntu (Karmic) || 2.7.4 || <nowiki>deb http://ppa.launchpad.net/blueyed/ppa/ubuntu karmic main</nowiki>
 +
|-
 +
| Ubuntu (Jaunty) || 2.7.4 || <nowiki>deb http://ppa.launchpad.net/blueyed/ppa/ubuntu jaunty main</nowiki>
 +
|-
 +
| Ubuntu (Intrepid) || 2.7.4 || <nowiki>deb http://ppa.launchpad.net/blueyed/ppa/ubuntu intrepid main</nowiki>
 +
|-
 +
| Ubuntu (Hardy) || 2.7.4 || <nowiki>deb http://ppa.launchpad.net/blueyed/ppa/ubuntu hardy main</nowiki>
 
|}
 
|}
  
Line 26: Line 24:
 
Packages build under Debian should run seemless under Ubuntu and other DPKG-based distributions.<br>
 
Packages build under Debian should run seemless under Ubuntu and other DPKG-based distributions.<br>
 
(Theoretically there could be dependency problems)
 
(Theoretically there could be dependency problems)
 +
 +
= Brief instruction for phobies Personal Package Archive on Launchpad =
 +
 +
sudo echo \"<nowiki>deb http://ppa.launchpad.net/phobie/ubuntu intrepid main</nowiki>\" >  /etc/apt/sources.list.d/ppa-phobie.list
 +
sudo apt-get update
 +
sudo apt-get install tvbrowser
 +
 +
= Brief instruction for zaubberer.net =
 +
 +
Open a console and type:
 +
sudo "wget -O /etc/apt/sources.list.d/zaubberer.list <nowiki>http://debian.zaubberer.net/zaubberer.list</nowiki>"
 +
sudo apt-get update
 +
sudo apt-get install zaubberer-keyring tvbrowser
 +
done!
 +
 +
Start TV-Browser via the startmenu (KDE --> Multimedia --> TV-Browser) or via "tvbrowser" in the console.
  
 
= APT-sources =
 
= APT-sources =
Line 35: Line 49:
 
On Debian you cann add the zaubberer sources with:
 
On Debian you cann add the zaubberer sources with:
 
  sudo "wget -O /etc/apt/sources.list.d/zaubberer.list <nowiki>http://debian.zaubberer.net/zaubberer.list</nowiki>"
 
  sudo "wget -O /etc/apt/sources.list.d/zaubberer.list <nowiki>http://debian.zaubberer.net/zaubberer.list</nowiki>"
geole debian sources:
 
sudo "echo \"deb <nowiki>http://debian.geole.info/</nowiki> etch main contrib non-free\" > /etc/apt/sources.list.d/geole.list"
 
geole ubuntu sources:
 
sudo "echo \"deb <nowiki>http://ubuntu.geole.info/</nowiki> gutsy universe multiverse\" > /etc/apt/sources.list.d/geole.list"
 
  
 
If you do not use "sudo" replace "sudo" with "su -c" or become root.
 
If you do not use "sudo" replace "sudo" with "su -c" or become root.
Line 53: Line 63:
 
Install the keyring with
 
Install the keyring with
 
  sudo apt-get install zaubberer-keyring
 
  sudo apt-get install zaubberer-keyring
resp.
 
sudo apt-get install geole-keyring
 
  
 
See the post of Georg on [http://forum.ubuntuusers.de/topic/40359/ forum.ubuntuusers.de] (german)
 
See the post of Georg on [http://forum.ubuntuusers.de/topic/40359/ forum.ubuntuusers.de] (german)
Line 72: Line 80:
 
If the precompiled packages do not work on you system or if you are paranoid, you should compile for yourself.
 
If the precompiled packages do not work on you system or if you are paranoid, you should compile for yourself.
  
Download the original sourcecode
+
Download all needed files
  wget http://dfn.dl.sourceforge.net/sourceforge/tvbrowser/tvbrowser-2.6.3.tar.gz
+
dget http://debian.zaubberer.net/debian/pool/sid/main/tvbrowser/tvbrowser_2.7.4-0px1.dsc
Rename
+
 
  mv tvbrowser-2.6.3.tar.gz tvbrowser_2.6.3.orig.tar.gz
+
Or download the original sourcecode separately
Download .diff.gz and .dsc files
+
  wget http://prdownloads.sourceforge.net/tvbrowser/tvbrowser-2.7.4-src.zip?download
wget http://debian.zaubberer.net/repos/pool/tvbrowser/tvbrowser_2.6.3-0zaubberer1.diff.gz
+
Repack
  wget http://debian.zaubberer.net/repos/pool/tvbrowser/tvbrowser_2.6.3-0zaubberer1.dsc
+
  unzip -d tvbrowser-2.7.4 tvbrowser-2.7.4-src.zip
 +
tar -zcvf tvbrowser_2.7.4.orig.tar.gz tvbrowser-2.7.4
 +
  rm -rf tvbrowser-2.7.4
  
For the paranoids: Check the .diff.gz for evil commands like "rm -rf /x" enthält.
+
For the paranoids: Check the .diff.gz for evil commands like "rm -rf /x".
  
 
Unpack the files
 
Unpack the files
  dpkg-source -x tvbrowser_2.6.3-0zaubberer1.dsc
+
  dpkg-source -x tvbrowser_2.7.4-0px1.dsc
 
Change to the working dir
 
Change to the working dir
  cd tvbrowser-2.6.3
+
  cd tvbrowser-2.7.4
  
 
If needed, modify the package.
 
If needed, modify the package.
Line 95: Line 105:
 
If the build succeeds you can install you package by hand
 
If the build succeeds you can install you package by hand
 
  cd ..
 
  cd ..
  sudo dpkg -i tvbrowser_2.6.3-0zaubberer1_all.deb
+
  sudo dpkg -i tvbrowser_2.7.4-0px1_all.deb
  
 
= Security =
 
= Security =
Line 108: Line 118:
 
= Links =
 
= Links =
  
* [http://debian.zaubberer.net/ zaubberer]
+
* [https://launchpad.net/~phobie/+archive phobies Launchpad PPA]
* [http://www.geole.info/ geole]
+
* [http://debian.zaubberer.net/ phobies repository on zaubberer]
  
 
[[de:Weitere_Pakete_-_Debian]]
 
[[de:Weitere_Pakete_-_Debian]]
  
 
[[category:Installation]]
 
[[category:Installation]]

Latest revision as of 12:41, 23 December 2009

Introduction

This package installs TV-Browser for multi-user-systems and uses the Java-runtimes of Sun. These runtimes will be installed automatically by the packaging system.

Available Versions

Distribution TVB-Version Repository
Debian (Sid) 2.7.4 deb http://debian.zaubberer.net/debian sid main contrib non-free
Ubuntu (Karmic) 2.7.4 deb http://ppa.launchpad.net/phobie/ppa/ubuntu karmic main
Ubuntu (Karmic) 2.7.4 deb http://ppa.launchpad.net/blueyed/ppa/ubuntu karmic main
Ubuntu (Jaunty) 2.7.4 deb http://ppa.launchpad.net/blueyed/ppa/ubuntu jaunty main
Ubuntu (Intrepid) 2.7.4 deb http://ppa.launchpad.net/blueyed/ppa/ubuntu intrepid main
Ubuntu (Hardy) 2.7.4 deb http://ppa.launchpad.net/blueyed/ppa/ubuntu hardy main

TV-Browser is a Java-Application and therefore binary packages can be used on any arhcitecture (i386, amd64, ppc, ...)
Packages build under Debian should run seemless under Ubuntu and other DPKG-based distributions.
(Theoretically there could be dependency problems)

Brief instruction for phobies Personal Package Archive on Launchpad

sudo echo \"deb http://ppa.launchpad.net/phobie/ubuntu intrepid main\" >  /etc/apt/sources.list.d/ppa-phobie.list
sudo apt-get update
sudo apt-get install tvbrowser

Brief instruction for zaubberer.net

Open a console and type:

sudo "wget -O /etc/apt/sources.list.d/zaubberer.list http://debian.zaubberer.net/zaubberer.list"
sudo apt-get update
sudo apt-get install zaubberer-keyring tvbrowser

done!

Start TV-Browser via the startmenu (KDE --> Multimedia --> TV-Browser) or via "tvbrowser" in the console.

APT-sources

On DPKG-based distributions you can download packages seperately and install them with:

dpkg -i packagename.deb

But it is better to add downloadsources to the APT-sources and use APT-tools (apt-get, aptitude, synaptic, usw.) to install software.

On Debian you cann add the zaubberer sources with:

sudo "wget -O /etc/apt/sources.list.d/zaubberer.list http://debian.zaubberer.net/zaubberer.list"

If you do not use "sudo" replace "sudo" with "su -c" or become root.

It should make no difference if you chose Debian or Ubuntu.

Signatures

DPKG-packages are digitaly signed. This ensures than packages can not be modified by third parties. To check signatures you need the public key of the signer. The keys of your distribution are preinstalled (i.e. debian-archive-keyring). For alien repositories like zaubberer you need the public key of the corresponding repository.

Update your packagelist with:

sudo apt-get update

Install the keyring with

sudo apt-get install zaubberer-keyring

See the post of Georg on forum.ubuntuusers.de (german)

Binary packages

Update your packagelist with:

sudo apt-get update

Install TV-Browser with:

sudo apt-get install tvbrowser

You can also install TV-Browser with the packaging tool of your choice by searching for "tvbrowser".

Compile for yourself

If the precompiled packages do not work on you system or if you are paranoid, you should compile for yourself.

Download all needed files

dget http://debian.zaubberer.net/debian/pool/sid/main/tvbrowser/tvbrowser_2.7.4-0px1.dsc

Or download the original sourcecode separately

wget http://prdownloads.sourceforge.net/tvbrowser/tvbrowser-2.7.4-src.zip?download

Repack

unzip -d tvbrowser-2.7.4 tvbrowser-2.7.4-src.zip
tar -zcvf tvbrowser_2.7.4.orig.tar.gz tvbrowser-2.7.4
rm -rf tvbrowser-2.7.4

For the paranoids: Check the .diff.gz for evil commands like "rm -rf /x".

Unpack the files

dpkg-source -x tvbrowser_2.7.4-0px1.dsc

Change to the working dir

cd tvbrowser-2.7.4

If needed, modify the package. I.e. add more dependencies to the debian/control file...

Build the package

dpkg-buildpackage -rfakeroot -us -uc

If the build succeeds you can install you package by hand

cd ..
sudo dpkg -i tvbrowser_2.7.4-0px1_all.deb

Security

If you get a signature warning, do not install the package!
It's an error or the repository has been compromised.
I f you are in two minds contact the owner of the repository.

  • .deb are as dangerous as *.exe!

Every setup can delete your whole harddisk!

Links