[www-doc] [Git][VideoLAN.org/websites][master] 6 commits: RHL was several years back - now RHEL

Jean-Baptiste Kempf gitlab at videolan.org
Tue Aug 20 16:36:11 CEST 2019



Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites


Commits:
99414134 by Nicolas Chauvet at 2019-08-20T08:10:32Z
RHL was several years back - now RHEL

Signed-off-by: Nicolas Chauvet <kwizart at gmail.com>

- - - - -
376caa74 by Nicolas Chauvet at 2019-08-20T08:15:59Z
We provide 3.0x there for some time already

- - - - -
539bbecf by Nicolas Chauvet at 2019-08-20T08:30:16Z
Enforce using optional and extras for epel - needed for qt5-qtx11extras

- - - - -
19ec7916 by Nicolas Chauvet at 2019-08-20T08:30:16Z
Add RHEL/CentOS 8 support (SL is no more)

- - - - -
64bbec16 by Nicolas Chauvet at 2019-08-20T08:32:23Z
Fix RPM name for 6

- - - - -
e579e9f2 by Nicolas Chauvet at 2019-08-20T08:34:42Z
Enable rpmfusion-free-tainted for dvdcss

- - - - -


1 changed file:

- www.videolan.org/vlc/download-redhat.php


Changes:

=====================================
www.videolan.org/vlc/download-redhat.php
=====================================
@@ -1,5 +1,5 @@
 <?php
-   $title = "VLC media player for Red Hat Linux";
+   $title = "VLC media player for Red Hat Enterprise Linux";
    $new_design = true;
    $lang = "en";
    $menu = array( "vlc", "download" );
@@ -45,16 +45,35 @@ You can also use this repository from distribution derived from <a href="https:/
 <p>Please report "packaging bugs" on <a href="https://bugzilla.rpmfusion.org/">Bugzilla - RPM Fusion</a></p>
 
 
+<h2>RHEL/CentOS 8</h2>
+
+<p>Use <a href="https://rpmfusion.org/Configuration/">RPM Fusion</a> for EL8. Available for x86_64, aarch64 and ppc64le<br />
+<p>This repository uses <a href="https://fedoraproject.org/wiki/EPEL">EPEL</a>
+<p>The vlc-3.0x branch will be provided for EL8  (Work in Progress)<br/>
+
+Install <a href="https://download1.rpmfusion.org/free/el/rpmfusion-free-release-8.noarch.rpm">rpmfusion-free-release-8.noarch.rpm</a> for EL8.</p>
+
+<pre>
+    $> su -
+    #> yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
+    #> yum install https://download1.rpmfusion.org/free/el/rpmfusion-free-release-8.noarch.rpm
+    #> yum install vlc
+    #> yum install vlc-core (for minimal headless/server install)
+    #> yum install python-vlc (optionals)
+</pre>
+
+
 <h2>RHEL/CentOS/SL 7</h2>
 
 <p>Use <a href="https://rpmfusion.org/Configuration/">RPM Fusion</a> for EL7. Only available for x86_64.<br />
 <p>This repository uses <a href="https://fedoraproject.org/wiki/EPEL">EPEL</a>. Please verify to enable the "optionals" and "extras" channels for RHN subscriptions.<br/>
-<p>The vlc-2.2x branch is provided for EL7<br/>
+<p>The vlc-3.0x branch is provided for EL7<br/>
 
-Install <a href="https://download1.rpmfusion.org/free/el/rpmfusion-free-release-7.noarch.rpm">rpmfusion-free-release-stable.noarch.rpm</a> for EL7.</p>
+Install <a href="https://download1.rpmfusion.org/free/el/rpmfusion-free-release-7.noarch.rpm">rpmfusion-free-release-7.noarch.rpm</a> for EL7.</p>
 
 <pre>
     $> su -
+    #> subscription-manager repos --enable "rhel-*-optional-rpms" --enable "rhel-*-extras-rpms" # Only needed for RHEL
     #> yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
     #> yum install https://download1.rpmfusion.org/free/el/rpmfusion-free-release-7.noarch.rpm
     #> yum install vlc
@@ -69,7 +88,7 @@ Install <a href="https://download1.rpmfusion.org/free/el/rpmfusion-free-release-
 <p>This repository uses <a href="https://fedoraproject.org/wiki/EPEL">EPEL</a>. Please verify to enable the "optionals" channel for RHN subscriptions.<br/>
 <p>The vlc-2.0x branch is provided for EL6<br/>
 
-Install <a href="https://download1.rpmfusion.org/free/el/rpmfusion-free-release-6.noarch.rpm">rpmfusion-free-release-stable.noarch.rpm</a> for EL6.</p>
+Install <a href="https://download1.rpmfusion.org/free/el/rpmfusion-free-release-6.noarch.rpm">rpmfusion-free-release-6.noarch.rpm</a> for EL6.</p>
 
 <pre>
     $> su -
@@ -85,6 +104,13 @@ Install <a href="https://download1.rpmfusion.org/free/el/rpmfusion-free-release-
 
 To play DVD, you need to install the libdvdcss package.</p>
 
+This can be done using the RPM Fusion free tainted repository:</p>
+<pre>
+    $> su -
+    #> yum install rpmfusion-free-release-tainted
+    #> yum install libdvdcss
+</pre>
+
 <?php panel_end(); ?>
 
 <br />



View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/compare/a53fe460b3d323217c55fb25ea599ffe27af499e...e579e9f243c5a2fb05f9ce5c0d39908e0d2c7ba5

-- 
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/compare/a53fe460b3d323217c55fb25ea599ffe27af499e...e579e9f243c5a2fb05f9ce5c0d39908e0d2c7ba5
You're receiving this email because of your account on code.videolan.org.




More information about the www-doc mailing list