mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 07:17:15 +08:00
Update to libdvdread-5.0.1.
Update to libdvdnav-5.0.2. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15402 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
17f36b03a9
commit
2eef5f8319
@ -47,6 +47,14 @@
|
||||
<listitem>
|
||||
<para>January 27th, 2015</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[fernando] - Update to libdvdnav-5.0.2. Fixes
|
||||
<ulink url="&blfs-ticket-root;6079">#6079</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[fernando] - Update to libdvdread-5.0.1. Fixes
|
||||
<ulink url="&blfs-ticket-root;6080">#6080</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[fernando] - Update to OpenSSL-1.0.2. Fixes
|
||||
<ulink url="&blfs-ticket-root;6063">#6063</ulink>.</para>
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY libdvdnav-download-http "http://download.videolan.org/videolan/libdvdnav/&libdvdnav-version;/libdvdnav-&libdvdnav-version;.tar.bz2">
|
||||
<!ENTITY libdvdnav-download-ftp " ">
|
||||
<!ENTITY libdvdnav-md5sum "81e30fb57eaf9f61aa6513a7bd85bd74">
|
||||
<!ENTITY libdvdnav-size "348 KB">
|
||||
<!ENTITY libdvdnav-buildsize "7.2 MB">
|
||||
<!ENTITY libdvdnav-md5sum "d8d6c01a8273d842965bd907ebddcc5d">
|
||||
<!ENTITY libdvdnav-size "364 KB">
|
||||
<!ENTITY libdvdnav-buildsize "3.9 MB">
|
||||
<!ENTITY libdvdnav-time "less than 0.1 SBU">
|
||||
]>
|
||||
|
||||
@ -72,7 +72,9 @@
|
||||
<para>Install <application>libdvdnav</application> by running the
|
||||
following commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr --docdir=/usr/share/doc/libdvdnav-&libdvdnav-version; &&
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--disable-static \
|
||||
--docdir=/usr/share/doc/libdvdnav-&libdvdnav-version; &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
@ -83,18 +85,29 @@ make</userinput></screen>
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/static-libraries.xml"/>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Library</segtitle>
|
||||
<segtitle>Installed Directory</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>dvdnav-config</seg>
|
||||
<seg>libdvdnav.so and libdvdnavmini.so</seg>
|
||||
<seg>/usr/include/dvdnav</seg>
|
||||
<seg>None</seg>
|
||||
<seg>libdvdnav.so</seg>
|
||||
<seg>
|
||||
/usr/include/dvdnav and
|
||||
/usr/share/doc/libdvdnav-&libdvdnav-version;
|
||||
</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
@ -112,16 +125,6 @@ make</userinput></screen>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libdvdnavmini-lib">
|
||||
<term><filename class="libraryfile">libdvdnavmini.so</filename></term>
|
||||
<listitem>
|
||||
<para>DVD navigation mini library.</para>
|
||||
<indexterm zone="libdvdnav libdvdnavmini-lib">
|
||||
<primary sortas="c-libdvdnavmini">libdvdnavmini.so</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY libdvdread-download-http "http://download.videolan.org/videolan/libdvdread/&libdvdread-version;/libdvdread-&libdvdread-version;.tar.bz2">
|
||||
<!ENTITY libdvdread-download-ftp " ">
|
||||
<!ENTITY libdvdread-md5sum "20b964a3fb290b8df45c6b25d37411de">
|
||||
<!ENTITY libdvdread-size "372 KB">
|
||||
<!ENTITY libdvdread-buildsize "4.9 MB">
|
||||
<!ENTITY libdvdread-md5sum "3f53306d459265b3710585670f27ab0e">
|
||||
<!ENTITY libdvdread-size "384 KB">
|
||||
<!ENTITY libdvdread-buildsize "3.9 MB">
|
||||
<!ENTITY libdvdread-time "less than 0.1 SBU">
|
||||
]>
|
||||
|
||||
@ -79,18 +79,28 @@ make</userinput></screen>
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/static-libraries.xml"/>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Library</segtitle>
|
||||
<segtitle>Installed Directory</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>dvdread-config</seg>
|
||||
<seg>None</seg>
|
||||
<seg>libdvdread.so</seg>
|
||||
<seg>/usr/include/dvdread</seg>
|
||||
<seg>
|
||||
/usr/include/dvdread and
|
||||
/usr/share/doc/libdvdread-&libdvdread-version;</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
|
@ -648,8 +648,8 @@
|
||||
<!ENTITY libcanberra-version "0.30">
|
||||
<!ENTITY libdiscid-version "0.6.1">
|
||||
<!ENTITY libdvdcss-version "1.3.0">
|
||||
<!ENTITY libdvdread-version "5.0.0">
|
||||
<!ENTITY libdvdnav-version "5.0.1">
|
||||
<!ENTITY libdvdread-version "5.0.1">
|
||||
<!ENTITY libdvdnav-version "5.0.2">
|
||||
<!ENTITY libdv-version "1.0.0">
|
||||
<!ENTITY libmad-version "0.15.1b">
|
||||
<!ENTITY libmpeg2-version "0.5.1">
|
||||
|
Loading…
Reference in New Issue
Block a user