diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 117b1d7fbb..0b81d94123 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -47,6 +47,10 @@ August 31st, 2016 + + [bdubbs] - Update to mplayer-1.3.0. Fixes + #8222. + [bdubbs] - Update to unrar-5.4.5. Fixes #7830. diff --git a/multimedia/videoutils/mplayer.xml b/multimedia/videoutils/mplayer.xml index c2fdada20a..b84ebda66d 100644 --- a/multimedia/videoutils/mplayer.xml +++ b/multimedia/videoutils/mplayer.xml @@ -4,14 +4,14 @@ %general-entities; - - - - - - - + + + + + + + @@ -46,7 +46,7 @@ installed. - &lfs79_checked; + &lfs7a_checked; Package Information @@ -95,22 +95,6 @@ both should be obtained at the same date. Additional Downloads - - Skins @@ -158,7 +142,7 @@ Recommended and - + Optional Input Drivers and Libraries @@ -283,9 +267,7 @@ commands: -sed -i 's:libsmbclient.h:samba-4.0/&:' configure stream/stream_smb.c && - -./configure --prefix=/usr \ +./configure --prefix=/usr \ --confdir=/etc/mplayer \ --enable-dynamic-plugins \ --enable-menu \ @@ -365,11 +347,6 @@ ln -sfvn Clearlooks /usr/share/mplayer/skins/default Command Explanations - - sed -i 's:libsmbclient.h:samba-4.0 ...: Include - support for Samba 4. - - --enable-gui: This option builds the GUI interface into mplayer. @@ -446,6 +423,10 @@ ln -sfvn Clearlooks /usr/share/mplayer/skins/default ~/.mplayer/* + To play a DVD, it may be useful to ensure a /dev/dvd + device is created. You may need to set this up as described in + . + ~/.mplayer/* diff --git a/packages.ent b/packages.ent index 4491b878f2..64537aa2eb 100644 --- a/packages.ent +++ b/packages.ent @@ -786,7 +786,7 @@ - + diff --git a/postlfs/config/devices.xml b/postlfs/config/devices.xml index 619d6c9b00..86173bb5f3 100644 --- a/postlfs/config/devices.xml +++ b/postlfs/config/devices.xml @@ -175,4 +175,18 @@ umount /mnt + + Devices for DVD Drives + + If the initial boot process doe not set up the + /dev/dvd device properly, it can + be installed using the following modification to the default udev rules. + As the root user, run: + +sed '1d;/SYMLINK.*cdrom/ a\ +KERNEL=="sr0", ENV{ID_CDROM_DVD}=="1", SYMLINK+="dvd", OPTIONS+="link_priority=-100"' \ +/lib/udev/rules.d/60-cdrom_id.rules > /etc/udev/rules.d/60-cdrom_id.rules + + + diff --git a/x/installing/x7driver.xml b/x/installing/x7driver.xml index f78bea483b..7d146febef 100644 --- a/x/installing/x7driver.xml +++ b/x/installing/x7driver.xml @@ -144,6 +144,11 @@ + + + + +