[debian-edu-commits] [Debian Wiki] Update of "DebianEdu/Documentation/Stretch/HowTo/Desktop" by WolfgangSchweer

Debian Wiki wiki at debian.org
Sun Feb 19 12:20:36 UTC 2017


Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.

The "DebianEdu/Documentation/Stretch/HowTo/Desktop" page has been changed by WolfgangSchweer:
https://wiki.debian.org/DebianEdu/Documentation/Stretch/HowTo/Desktop?action=diff&rev1=9&rev2=10

Comment:
remove FIXME, add howto for building libdvdcss locally.

  
  == Playing DVDs ==
  
+ libdvdcss is needed for playing most commercial DVDs. For legal reasons it's not included in Debian (Edu).  If you are legally allowed to use it, you can build your own local packages using the {{{libdvd-pkg}}} Debian package; make sure {{{contrib}}} is enabled in {{{/etc/apt/sources.list}}}. 
- FIXME: this has changed in 2016… there is the libdvd-pkg package in contrib now (also in jessie-backports) which can be used to build libdvdcss and which makes adding the debian multimedia apt repository moot. Someone should describe here how to use it…
- 
- libdvdcss is needed for playing most commercial DVDs. For legal reasons it's not included in Debian (Edu).  If you are legally allowed to use it, you can use the packages from deb-multimedia.org. Add the multimedia repository (as described in the following section) and install the required libraries:
  
  {{{
- apt-get install libdvdcss2 w32codecs
+ apt update
+ apt install libdvd-pkg
  }}}
- == Using the multimedia repository ==
- To use www.deb-multimedia.org do the following:
  
+ Answer the debconf questions, then run {{{dpkg-reconfigure libdvd-pkg}}}.
+ 
- {{{
- # install the debian-keyring securely:
- apt-get install debian-keyring
- # fetch the deb-multimedia key insecurely:
- gpg --keyserver pgpkeys.pca.dfn.de --recv-keys 07DC563D1F41B907
- # check securely if the key is correct and add it to the keyring used by APT if it is:
- gpg --keyring /usr/share/keyrings/debian-keyring.gpg --check-sigs  07DC563D1F41B907 && gpg --export 07DC563D1F41B907 | apt-key add -
- # add repository to sources.list - please check the homepages for mirrors!
- echo "deb http://deb-multimedia.org stretch main" >> /etc/apt/sources.list
- # update the list of available packages:
- apt-get update
- }}}
  
  == Handwriting fonts ==
  



More information about the debian-edu-commits mailing list