Changeset 2adbd3da
- Timestamp:
- 11/02/2014 08:34:44 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 7b1b9d72
- Parents:
- a6e00f8
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
ra6e00f8 r2adbd3da 49 49 <itemizedlist> 50 50 <listitem> 51 <para>[fernando] - Update to ffmpeg-2.4.3. Fixes 52 <ulink url="&blfs-ticket-root;5760">#5760</ulink>.</para> 53 </listitem> 54 <listitem> 51 55 <para>[fernando] - Update to mercurial-3.2. Fixes 52 56 <ulink url="&blfs-ticket-root;5759">#5759</ulink>.</para> -
multimedia/videoutils/ffmpeg.xml
ra6e00f8 r2adbd3da 7 7 <!ENTITY ffmpeg-download-http "http://ffmpeg.org/releases/ffmpeg-&ffmpeg-version;.tar.bz2"> 8 8 <!ENTITY ffmpeg-download-ftp " "> 9 <!ENTITY ffmpeg-md5sum " 9e6163b09b7b9331b834d80874c2c0ff">9 <!ENTITY ffmpeg-md5sum "8da635baff57d7ab704b1daca5a99b47"> 10 10 <!ENTITY ffmpeg-size "7.1 MB"> 11 <!ENTITY ffmpeg-buildsize "130 MB (additional 866 MB for docs and 1902MB to run the FATE tests)">12 <!ENTITY ffmpeg-time "3. 5 SBU (additional 1.1 SBU for docs and 4.8SBU to run the FATE tests, after sample files are downloaded)">11 <!ENTITY ffmpeg-buildsize "130 MB (additional 1737 MB for docs and 1908 MB to run the FATE tests)"> 12 <!ENTITY ffmpeg-time "3.8 SBU (additional 2.8 SBU for docs and 6.0 SBU to run the FATE tests, after sample files are downloaded)"> 13 13 ]> 14 14 … … 255 255 installed and follow the instructions for the <ulink 256 256 url="http://www.ffmpeg.org/fate.html"> FFmpeg Automated Testing 257 Environment</ulink> (FATE). First, about 8 79MB of sample files used to257 Environment</ulink> (FATE). First, about 882 MB of sample files used to 258 258 run FATE are downloaded with the command: 259 259 </para> … … 263 263 <para> 264 264 The <filename class="directory">fate-suite</filename> directory is 265 created and the files are downloaded there. That command actually runs 266 <command>rsync -vrltLW --timeout=60 --contimeout=60 267 rsync://fate-suite.ffmpeg.org/fate-suite/ fate-suite/</command> command, 268 thus you may want to compress and keep this directory for testing again, 269 in another system, or when a new version of ffmpeg is launched. Then, you 270 unpack the sample files in the source directory, and run, again, the 271 <command>make</command> command above, to sync with the repository. Now, 272 the download size and time are drastically reduced. Estimated values in 273 "Package Information" do not include the download SBU. Next, FATE is 274 executed, with the commands (you obtain a number of tests greater than 275 2000): 265 created and the files are downloaded there. That command actually runs an 266 rsync command, to obtain the sample files. You may want to compress and 267 keep this directory for testing again, in another system, or when a new 268 version of ffmpeg is launched. Then, you unpack the sample files in the 269 source directory, and run, again, the <command>make fate-rsync 270 ...</command> command above, to sync with the repository. Now, the 271 download size and time are drastically reduced. Estimated values in 272 "Package Information" do not include the download SBU. Some samples may 273 have been removed, in the new version, so, in order to be sure local and 274 server fate samples are identical, when you use previous samples, run the 275 following command: 276 </para> 277 278 <screen><userinput><command>rsync -vrltLW --delete --timeout=60 --contimeout=60 \ 279 rsync://fate-suite.ffmpeg.org/fate-suite/ fate-suite/</command></userinput></screen> 280 281 <para> 282 Next, FATE is executed, with the commands (you obtain a number of tests 283 larger than 2000): 276 284 </para> 277 285 -
packages.ent
ra6e00f8 r2adbd3da 690 690 691 691 <!-- Chapter 40 --> 692 <!ENTITY ffmpeg-version "2.4. 2">692 <!ENTITY ffmpeg-version "2.4.3"> 693 693 <!ENTITY mplayer-version "1.1.1"> 694 694 <!ENTITY xine-ui-version "0.99.9">
Note:
See TracChangeset
for help on using the changeset viewer.