Changeset 86010b1
- Timestamp:
- 11/26/2015 06:32:28 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- e477680
- Parents:
- 52935b7
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r52935b7 r86010b1 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 5"> <!-- Always 2 digits -->3 <!ENTITY day "26"> <!-- Always 2 digits --> 4 4 <!ENTITY month "11"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2015"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "November 2 5th &year;">9 <!ENTITY releasedate "November 26th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r52935b7 r86010b1 44 44 45 45 --> 46 47 <listitem> 48 <para>November 26th, 2015</para> 49 <itemizedlist> 50 <listitem> 51 <para>[fernando] - Update to mplayer-SVN-r37561. Fixes 52 <ulink url="&blfs-ticket-root;6916">#6916</ulink>.</para> 53 </listitem> 54 <listitem> 55 <para>[fernando] - Update to opus-1.1.1. Fixes 56 <ulink url="&blfs-ticket-root;7173">#7173</ulink>.</para> 57 </listitem> 58 </itemizedlist> 59 </listitem> 46 60 47 61 <listitem> -
multimedia/libdriv/opus.xml
r52935b7 r86010b1 7 7 <!ENTITY opus-download-http "http://downloads.xiph.org/releases/opus/opus-&opus-version;.tar.gz"> 8 8 <!ENTITY opus-download-ftp " "> 9 <!ENTITY opus-md5sum "c 5a8cf7c0b066759542bc4ca46817ac6">10 <!ENTITY opus-size " 831KB">11 <!ENTITY opus-buildsize " 16 MB">12 <!ENTITY opus-time "0. 2 SBU (additional 0.5 SBU fortests)">9 <!ENTITY opus-md5sum "cfb354d4c65217ca32a762f8ab15f2ac"> 10 <!ENTITY opus-size "936 KB"> 11 <!ENTITY opus-buildsize "21 MB (with tests)"> 12 <!ENTITY opus-time "0.5 SBU (with tests)"> 13 13 ]> 14 14 … … 74 74 </itemizedlist> 75 75 76 <bridgehead renderas="sect4">Optional</bridgehead> 77 <para role="optional"> 78 <xref linkend="doxygen"/> and 79 <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>) 80 </para> 81 76 82 <para condition="html" role="usernotes">User Notes: 77 83 <ulink url='&blfs-wiki;/Opus'/> … … 88 94 </para> 89 95 90 <screen><userinput>./configure --prefix=/usr --disable-static && 96 <screen><userinput>./configure --prefix=/usr \ 97 --disable-static \ 98 --docdir=/usr/share/doc/opus-&opus-version; && 91 99 make</userinput></screen> 92 100 -
multimedia/videoutils/mplayer.xml
r52935b7 r86010b1 9 9 <!ENTITY mplayer-download-http "&sources-anduin-http;/other/mplayer-&mplayer-version;.tar.xz"> 10 10 <!ENTITY mplayer-download-ftp " "> 11 <!ENTITY mplayer-md5sum " db598c845fcc12c917c4cca0d76276e7">11 <!ENTITY mplayer-md5sum "7ba997a2fba68891254ac59fc1e2b687"> 12 12 <!ENTITY mplayer-size "18 MB"> 13 <!ENTITY mplayer-buildsize "26 3MB<!-- (120 MB using system-installed FFMpeg)-->">14 <!ENTITY mplayer-time "3. 5SBU<!-- (1.5 SBU using system-installed FFMpeg)-->">13 <!ENTITY mplayer-buildsize "267 MB<!-- (120 MB using system-installed FFMpeg)-->"> 14 <!ENTITY mplayer-time "3.7 SBU<!-- (1.5 SBU using system-installed FFMpeg)-->"> 15 15 16 16 <!ENTITY mplayer-skin "Clearlooks-1.7"> -
packages.ent
r52935b7 r86010b1 716 716 <!ENTITY mlt-version "0.9.8"> 717 717 <!ENTITY opal-version "3.10.10"> 718 <!ENTITY opus-version "1.1 ">718 <!ENTITY opus-version "1.1.1"> 719 719 <!ENTITY pulseaudio-major-version "7.1"> 720 720 <!ENTITY pulseaudio-version "&pulseaudio-major-version;"> … … 749 749 <!-- Chapter 48 --> 750 750 <!ENTITY ffmpeg-version "2.8.2"> 751 <!ENTITY mplayer-version "SVN-r375 20">751 <!ENTITY mplayer-version "SVN-r37561"> 752 752 <!ENTITY xine-ui-version "0.99.9"> 753 753 <!ENTITY transcode-version "1.1.7">
Note:
See TracChangeset
for help on using the changeset viewer.