mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Update to mlt-6.6.0 and change the URL to point to GitHub
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19883 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
d729b7b15a
commit
f5e6241977
@ -44,6 +44,11 @@
|
||||
<listitem>
|
||||
<para>February 26th, 2018</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[pierre] - Update to mlt-6.6.0 (and change the source URL
|
||||
to point to GitHub. Fixes
|
||||
<ulink url="&blfs-ticket-root;10423">#10423</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to gvfs-1.34.2. Fixes
|
||||
<ulink url="&blfs-ticket-root;10350">#10350</ulink>.</para>
|
||||
|
@ -4,11 +4,11 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY mlt-download-http "&sourceforge-dl;/mlt/mlt-&mlt-version;.tar.gz">
|
||||
<!ENTITY mlt-download-http "https://github.com/mltframework/mlt/releases/download/v&mlt-version;/mlt-&mlt-version;.tar.gz">
|
||||
<!ENTITY mlt-download-ftp " ">
|
||||
<!ENTITY mlt-md5sum "bfa7b4009be616d6f858393a88fbbb32">
|
||||
<!ENTITY mlt-md5sum "f745ff2d5dc9d8f711ba5fac9957691c">
|
||||
<!ENTITY mlt-size "1.3 MB">
|
||||
<!ENTITY mlt-buildsize "64 MB">
|
||||
<!ENTITY mlt-buildsize "110 MB">
|
||||
<!ENTITY mlt-time "0.4 SBU">
|
||||
]>
|
||||
|
||||
@ -92,9 +92,7 @@
|
||||
<para>Install <application>MLT</application> by running the
|
||||
following commands:</para>
|
||||
|
||||
<screen><userinput>sed -i 's/xlocale.h/locale.h/' src/framework/mlt_property.h &&
|
||||
|
||||
./configure --prefix=/usr \
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--enable-gpl \
|
||||
--enable-gpl3 \
|
||||
--enable-opengl \
|
||||
|
@ -808,7 +808,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY libtheora-version "1.1.1">
|
||||
<!ENTITY libvorbis-version "1.3.5">
|
||||
<!ENTITY libvpx-version "1.7.0">
|
||||
<!ENTITY mlt-version "6.4.1">
|
||||
<!ENTITY mlt-version "6.6.0">
|
||||
<!ENTITY opal-version "3.10.10">
|
||||
<!ENTITY opus-version "1.2.1">
|
||||
<!ENTITY pulseaudio-major-version "11.1">
|
||||
|
Loading…
Reference in New Issue
Block a user