[www-doc] [Git][VideoLAN.org/websites][master] dvdcss: point users to distro packages since our repositories are
Konstantin Pavlov
gitlab at videolan.org
Thu Apr 11 12:10:52 CEST 2019
Konstantin Pavlov pushed to branch master at VideoLAN organization / websites
Commits:
0fc76938 by Konstantin Pavlov at 2019-04-11T10:10:26Z
dvdcss: point users to distro packages since our repositories are
outdated
- - - - -
1 changed file:
- www.videolan.org/developers/libdvdcss.php
Changes:
=====================================
www.videolan.org/developers/libdvdcss.php
=====================================
@@ -23,11 +23,10 @@
<h2>Get libdvdcss</h2>
<p>The latest version of <code>libdvdcss</code> is <b>1.4.2</b>.</p>
- <p>Our Debian/Ubuntu repository can be accessed by adding the following lines to /etc/apt/sources.list</p>
- <pre><code>deb https://download.videolan.org/pub/debian/stable/ /</code></pre>
- <pre><code>deb-src https://download.videolan.org/pub/debian/stable/ /</code></pre>
- <p>And by running</p>
- <pre><code>wget -O - https://download.videolan.org/pub/debian/videolan-apt.asc | sudo apt-key add -</code></pre>
+ <p>On Debian and Ubuntu, you can install <code>libdvdcss</code> via <code>libdvd-pkg</code> helper package:</p>
+ <pre><code>sudo apt install libdvd-pkg</code></pre>
+ <p>And by running the following command, which will download, build and install the latest libdvdcss source to your machine:</p>
+ <pre><code>sudo dpkg-reconfigure libdvd-pkg</code></pre>
<p><code>libdvdcss</code> is available through <a href="https://wiki.videolan.org/Git">Git</a> or by browsing the <a href="//download.videolan.org/pub/libdvdcss/">releases</a>.</p>
<h3>Git checkout</h3>
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/0fc76938a3026ccbacbc7fe9962ade3be010fefc
--
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/0fc76938a3026ccbacbc7fe9962ade3be010fefc
You're receiving this email because of your account on code.videolan.org.
More information about the www-doc
mailing list