Dimensione: 242
Commento:
|
Dimensione: 7562
Commento:
|
Le cancellazioni sono segnalate in questo modo. | Le aggiunte sono segnalate in questo modo. |
Linea 1: | Linea 1: |
## page was renamed from NaldiniPaoloProve | |
Linea 4: | Linea 5: |
= MEDIBUNTU = = Disclaimer = Leggi di Patent e copyright operano diversamente a secondo del paese in cui siete. Please obtain legal advice if you are unsure whether a particular patent or restriction applies to a media format you wish to use in your country. See Ubuntu's [http://www.ubuntu.com/ubuntu/philosophy Free Software Philosophy] and the FreeFormats page for a more comprehensive discussion of these issues. = Installazione Singoli Pacchetti = La maggior parte degli utenti di Ubuntu richiederanno soltanto alcuni pacchetti dal repository di Medibuntu . I pacchetti più conosciuti sono '''libdvdcss2''' per far funzionare i DVD e pacchetti con i codec non nativi (w32codecs, w64codecs, ppc-codecs) per i formati multimediali non nativi. Per installare i singoli pacchetti, seguire i punti qui sotto. * Con un browser web, andare in http://medibuntu.sos-sts.com/repo/pool/. * Scegliere la directory relativa alla distribuzione che si usa. * Fare clic o su "libero" o "non libero" in base a dove è localizzato il pacchetto che si vuole installare. * Entrare nella directory relativa all'architettura che si sta utilizzando. * Salvare il pacchetto che si intende installare nella propria directory personale sul vostro hard disk. * Fare clic con il tasto destro sul pacchetto che avete appena scaricato. * Selezionare Pacchetto Menu di Ubuntu. * Scegliere Installare Pacchetto. '''NOTE:''' Qualche volta mentre si guardano i repository, apparirà il messaggio "forbidden page". Questo accade spesso e in periodo casuali ma basta aspetare 10 secondi. Continuare ad aggiornare la pagina fino a che non si riesce a vederne il contenuto. ''(Questo problema è stato ripostato, ci stiamo lavorando, guardare [https://bugs.launchpad.net/medibuntu/+bug/104425 Bug #104425])'' = Free and Non-free Components = Medibuntu ha due componenti relativi al repository. Sono rispettivamente ''liberi'' e ''non liberi''. I componenti liberi hanno i pacchetti del software che sono stati sviluppati liberamente e/o sono distribuiti con una licensa open source come la GPL (GNU Public License). I componenti non liberi contengono software i cui codici sorgenti non sono resi disponibili liberamente e/o sono distribuiti con una licensa che limita la distribuzione del software. I programmi open non sono distribuiti nei repository di Ubuntu a causa di aspetti legali con quel particolare programma in determinati paesi. Alcuni programmi come Amarok e Kaffeine sono distribuiti tramite i '''main repository''' di Ubuntu ma con determinate funzionalità tolte, ancora a causa di questioni legali. Medibuntu distribuisce questi tipi di pacchetti con tutte le loro funzionalità. I programmi closed non sono distribuiti nei "main repository" Ubuntu a causa della licenza con cui vengono rilasciati questi pacchetti che limitano la loro distribuzione. I programmi closed solitamente non sono necessari per uso generale poichè ci sono programmi alternativi con licensa open source. Alcuni programmi, come Google Earth e Adobe Acroreader, sono disponibili direttamente dal sito Web dell'azienda che possiede i loro diritti. Poichè i pacchetti closed non sono solitamente necessari, le istruzioni presenti nella sezione successiva includeranno il procedimento per escludere l'acquisizione delle informazioni di pacchetti closed nei repository di Medibuntu. = Playing Encrypted DVDs = To play encrypted DVDs, the libdvdcss package is essential. libdvdcss is a simple library designed for accessing DVDs like a block device without having to bother about the decryption. Some more information about this package can be found at http://www.videolan.org/developers/libdvdcss.html. Below are the instructions for installing the packages using the command line. For other methods, please refer to [:InstallingSoftware:Installing Software]. If your wish to install just libdvdcss2, you can first download the individual package and then install the package. * '''i386''' {{{ wget http://medibuntu.sos-sts.com/repo/pool/feisty/free/i386/libdvdcss2_1.2.9-2medibuntu2+build1_i386.deb sudo dpkg -i libdvdcss2_1.2.9-2medibuntu2+build1_i386.deb }}} * '''amd64''' {{{ wget http://medibuntu.sos-sts.com/repo/pool/feisty/free/amd64/libdvdcss2_1.2.9-2medibuntu2+build1_amd64.deb sudo dpkg -i libdvdcss2_1.2.9-2medibuntu2+build1_amd64.deb }}} * '''powerpc''' {{{ wget http://medibuntu.sos-sts.com/repo/pool/feisty/free/powerpc/libdvdcss2_1.2.9-2medibuntu2+build1_powerpc.deb sudo dpkg -i libdvdcss2_1.2.9-2medibuntu2+build1_powerpc.deb }}} If you have added the entire Medibuntu repository, install the package using APT. {{{ sudo apt-get install libdvdcss2 }}} = Playing Non-Native Media Formats = There are a few formats such as certain Windows formats, Real, and Apple Quicktime which do not have native codecs under Linux. To work around this issue, external binary codecs are used instead to play these formats. [http://www.mplayerhq.hu/ MPlayer] and [http://xinehq.de/ xine] use such external codecs and these codecs are stored in the MPlayer website in their codecs directory located at http://www.mplayerhq.hu/MPlayer/releases/codecs/. Medibuntu distributes a package which contains these codecs. The codecs are under the non-free component of the repository. If you followed the directions above to exclude the non-free component, follow the steps again to add the Medibuntu repository to your system's list of APT repositories and skip the step to exclude the non-free component. Below are the instructions for installing the packages using the command line. For other methods, please refer to [:InstallingSoftware:Installing Software]. If you wish to install just the individual external codecs package, you can first download the individual package and then install the package. * For '''i386''', the package is called '''w32codecs'''. {{{ wget http://medibuntu.sos-sts.com/repo/pool/feisty/non-free/i386/w32codecs_20061022-0medibuntu1+build1_i386.deb sudo dpkg -i w32codecs_20061022-0medibuntu1+build1_i386.deb }}} * For '''amd64''', the package is called '''w64codecs'''. {{{ wget http://medibuntu.sos-sts.com/repo/pool/feisty/non-free/amd64/w64codecs_20061203-0medibuntu1_amd64.deb sudo dpkg -i w64codecs_20061203-0medibuntu1_amd64.deb }}} * For '''ppc''', the package is called '''ppc-codecs'''. {{{ wget http://medibuntu.sos-sts.com/repo/pool/feisty/non-free/powerpc/ppc-codecs_20061022-0medibuntu2_powerpc.deb sudo dpkg -i ppc-codecs_20061022-0medibuntu2_powerpc.deb }}} If you have added the entire Medibuntu repository, install the package using APT. * For '''i386''', the package is called '''w32codecs'''. {{{ sudo apt-get install w32codecs }}} * For '''amd64''', the package is called '''w64codecs'''. {{{ sudo apt-get install w64codecs }}} * For '''ppc''', the package is called '''ppc-codecs'''. {{{ sudo apt-get install ppc-codecs }}} * '''NOTE''': This ppc-codecs package is currently only available for edgy and feisty. These codecs are also available from [http://www.mplayerhq.hu/ MPlayer] and can be downloaded directly from http://www.mplayerhq.hu/MPlayer/releases/codecs/all-ppc-20061022.tar.bz2. |
ATTENZIONE: Questa è una pagina di prove, non si assicurano funzionamenti corretti delle guide |
MEDIBUNTU
Disclaimer
Leggi di Patent e copyright operano diversamente a secondo del paese in cui siete. Please obtain legal advice if you are unsure whether a particular patent or restriction applies to a media format you wish to use in your country.
See Ubuntu's [http://www.ubuntu.com/ubuntu/philosophy Free Software Philosophy] and the FreeFormats page for a more comprehensive discussion of these issues.
Installazione Singoli Pacchetti
La maggior parte degli utenti di Ubuntu richiederanno soltanto alcuni pacchetti dal repository di Medibuntu . I pacchetti più conosciuti sono libdvdcss2 per far funzionare i DVD e pacchetti con i codec non nativi (w32codecs, w64codecs, ppc-codecs) per i formati multimediali non nativi. Per installare i singoli pacchetti, seguire i punti qui sotto.
Con un browser web, andare in http://medibuntu.sos-sts.com/repo/pool/.
- Scegliere la directory relativa alla distribuzione che si usa.
- Fare clic o su "libero" o "non libero" in base a dove è localizzato il pacchetto che si vuole installare.
- Entrare nella directory relativa all'architettura che si sta utilizzando.
- Salvare il pacchetto che si intende installare nella propria directory personale sul vostro hard disk.
- Fare clic con il tasto destro sul pacchetto che avete appena scaricato.
- Selezionare Pacchetto Menu di Ubuntu.
- Scegliere Installare Pacchetto.
NOTE: Qualche volta mentre si guardano i repository, apparirà il messaggio "forbidden page". Questo accade spesso e in periodo casuali ma basta aspetare 10 secondi. Continuare ad aggiornare la pagina fino a che non si riesce a vederne il contenuto. (Questo problema è stato ripostato, ci stiamo lavorando, guardare [https://bugs.launchpad.net/medibuntu/+bug/104425 Bug #104425])
Free and Non-free Components
Medibuntu ha due componenti relativi al repository. Sono rispettivamente liberi e non liberi. I componenti liberi hanno i pacchetti del software che sono stati sviluppati liberamente e/o sono distribuiti con una licensa open source come la GPL (GNU Public License). I componenti non liberi contengono software i cui codici sorgenti non sono resi disponibili liberamente e/o sono distribuiti con una licensa che limita la distribuzione del software.
I programmi open non sono distribuiti nei repository di Ubuntu a causa di aspetti legali con quel particolare programma in determinati paesi. Alcuni programmi come Amarok e Kaffeine sono distribuiti tramite i main repository di Ubuntu ma con determinate funzionalità tolte, ancora a causa di questioni legali. Medibuntu distribuisce questi tipi di pacchetti con tutte le loro funzionalità.
I programmi closed non sono distribuiti nei "main repository" Ubuntu a causa della licenza con cui vengono rilasciati questi pacchetti che limitano la loro distribuzione. I programmi closed solitamente non sono necessari per uso generale poichè ci sono programmi alternativi con licensa open source. Alcuni programmi, come Google Earth e Adobe Acroreader, sono disponibili direttamente dal sito Web dell'azienda che possiede i loro diritti.
Poichè i pacchetti closed non sono solitamente necessari, le istruzioni presenti nella sezione successiva includeranno il procedimento per escludere l'acquisizione delle informazioni di pacchetti closed nei repository di Medibuntu.
Playing Encrypted DVDs
To play encrypted DVDs, the libdvdcss package is essential. libdvdcss is a simple library designed for accessing DVDs like a block device without having to bother about the decryption. Some more information about this package can be found at http://www.videolan.org/developers/libdvdcss.html.
Below are the instructions for installing the packages using the command line. For other methods, please refer to [:InstallingSoftware:Installing Software].
If your wish to install just libdvdcss2, you can first download the individual package and then install the package.
i386
wget http://medibuntu.sos-sts.com/repo/pool/feisty/free/i386/libdvdcss2_1.2.9-2medibuntu2+build1_i386.deb sudo dpkg -i libdvdcss2_1.2.9-2medibuntu2+build1_i386.deb
amd64
wget http://medibuntu.sos-sts.com/repo/pool/feisty/free/amd64/libdvdcss2_1.2.9-2medibuntu2+build1_amd64.deb sudo dpkg -i libdvdcss2_1.2.9-2medibuntu2+build1_amd64.deb
powerpc
wget http://medibuntu.sos-sts.com/repo/pool/feisty/free/powerpc/libdvdcss2_1.2.9-2medibuntu2+build1_powerpc.deb sudo dpkg -i libdvdcss2_1.2.9-2medibuntu2+build1_powerpc.deb
If you have added the entire Medibuntu repository, install the package using APT.
sudo apt-get install libdvdcss2
Playing Non-Native Media Formats
There are a few formats such as certain Windows formats, Real, and Apple Quicktime which do not have native codecs under Linux. To work around this issue, external binary codecs are used instead to play these formats. [http://www.mplayerhq.hu/ MPlayer] and [http://xinehq.de/ xine] use such external codecs and these codecs are stored in the MPlayer website in their codecs directory located at http://www.mplayerhq.hu/MPlayer/releases/codecs/.
Medibuntu distributes a package which contains these codecs. The codecs are under the non-free component of the repository. If you followed the directions above to exclude the non-free component, follow the steps again to add the Medibuntu repository to your system's list of APT repositories and skip the step to exclude the non-free component.
Below are the instructions for installing the packages using the command line. For other methods, please refer to [:InstallingSoftware:Installing Software].
If you wish to install just the individual external codecs package, you can first download the individual package and then install the package.
For i386, the package is called w32codecs.
wget http://medibuntu.sos-sts.com/repo/pool/feisty/non-free/i386/w32codecs_20061022-0medibuntu1+build1_i386.deb sudo dpkg -i w32codecs_20061022-0medibuntu1+build1_i386.deb
For amd64, the package is called w64codecs.
wget http://medibuntu.sos-sts.com/repo/pool/feisty/non-free/amd64/w64codecs_20061203-0medibuntu1_amd64.deb sudo dpkg -i w64codecs_20061203-0medibuntu1_amd64.deb
For ppc, the package is called ppc-codecs.
wget http://medibuntu.sos-sts.com/repo/pool/feisty/non-free/powerpc/ppc-codecs_20061022-0medibuntu2_powerpc.deb sudo dpkg -i ppc-codecs_20061022-0medibuntu2_powerpc.deb
If you have added the entire Medibuntu repository, install the package using APT.
For i386, the package is called w32codecs.
sudo apt-get install w32codecs
For amd64, the package is called w64codecs.
sudo apt-get install w64codecs
For ppc, the package is called ppc-codecs.
sudo apt-get install ppc-codecs
NOTE: This ppc-codecs package is currently only available for edgy and feisty. These codecs are also available from [http://www.mplayerhq.hu/ MPlayer] and can be downloaded directly from http://www.mplayerhq.hu/MPlayer/releases/codecs/all-ppc-20061022.tar.bz2.