Changeset edb16ce
- Timestamp:
- 04/14/2021 10:47:53 PM (2 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 2b80933
- Parents:
- bbba22e
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rbbba22e redb16ce 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[renodr] - Fix the MPlayer instructions and apply several 49 minor tweaks to the page. Fixes 50 <ulink url="&blfs-ticket-root;14891">#14891</ulink>.</para> 51 </listitem> 52 <listitem> 48 53 <para>[renodr] - Update to librsvg-2.50.4 (Security Update). Fixes 49 54 <ulink url="&blfs-ticket-root;14901">#14901</ulink>.</para> -
multimedia/videoutils/mplayer.xml
rbbba22e redb16ce 13 13 14 14 <!ENTITY mplayer-skin "Clearlooks-2.0"> 15 <!ENTITY mplayer-skin-download-http "http s://www.mplayerhq.hu/MPlayer/skins/&mplayer-skin;.tar.bz2">15 <!ENTITY mplayer-skin-download-http "http://www.mplayerhq.hu/MPlayer/skins/&mplayer-skin;.tar.bz2"> 16 16 <!ENTITY mplayer-skin-download-ftp "ftp://ftp.mplayerhq.hu/MPlayer/skins/&mplayer-skin;.tar.bz2"> 17 17 <!ENTITY mplayer-skin-md5sum "c82d4dbd7f0c36dfecd63dff972807c5"> … … 163 163 <ulink url="http://jackaudio.org/">JACK</ulink>, 164 164 <ulink url="http://www.radscan.com/nas.html">NAS</ulink>, and 165 <ulink url="http ://kcat.strangesoft.net/openal-releases/">OpenAL</ulink>165 <ulink url="https://openal.org/">OpenAL</ulink> 166 166 </para> 167 167 … … 197 197 <xref linkend="xvid"/>, 198 198 <xref linkend="x264"/>, 199 <ulink url="https:// www.broadcom.com/support/crystal-hd">CrystalHD</ulink>,199 <ulink url="https://packages.debian.org/source/sid/crystalhd">CrystalHD</ulink>, 200 200 <!-- <ulink url="http://diracvideo.org/download/dirac-research/">Dirac</ulink>,--> 201 201 <ulink url="https://sourceforge.net/projects/dirac/">Dirac</ulink>, 202 202 <ulink url="http://www.quut.com/gsm/">GSM</ulink>, 203 <ulink url="http ://www.ilbcfreeware.org/">iLBC</ulink>,203 <ulink url="https://webrtc.github.io/webrtc-org/license/ilbc-freeware/">iLBC</ulink>, 204 204 <ulink url="http://www.videolan.org/developers/libdca.html">libdca</ulink>, 205 205 <ulink url="http://wiki.multimedia.cx/index.php?title=NUT">libnut</ulink>, … … 263 263 </para> 264 264 265 <screen><userinput>./configure --prefix=/usr \ 266 --confdir=/etc/mplayer \ 267 --enable-dynamic-plugins \ 268 --enable-menu \ 269 --enable-gui && 265 <screen><userinput>./configure --prefix=/usr \ 266 --confdir=/etc/mplayer \ 267 --enable-dynamic-plugins \ 268 --enable-menu \ 269 --enable-runtime-cpudetection \ 270 --enable-gui && 270 271 make</userinput></screen> 271 272 … … 353 354 on-screen display. 354 355 </para> 356 357 <para> 358 <parameter>--enable-runtime-cpudetection</parameter>: This option makes 359 MPlayer run with a generic CPU type, preventing optimizations that may 360 cause runtime problems. 361 </para> 362 355 363 <!--Currently broken 356 364 <para> … … 368 376 <option>--language-doc="<replaceable><lang></replaceable>"</option>: 369 377 This switch enables the language used for the documentation. Use 370 <command>./configure --help</command> to find out what additional 371 information. 378 <command>./configure --help</command> for more information. 372 379 </para> 373 380 … … 375 382 <option>--language-man="<replaceable><lang></replaceable>"</option>: 376 383 This switch enables the language used for the man pages. Use 377 <command>./configure --help</command> to find out what additional 378 information. 384 <command>./configure --help</command> for more information. 379 385 </para> 380 386 … … 382 388 <option>--language-msg="<replaceable><lang></replaceable>"</option>: 383 389 This switch enables the language used for the messages and the GUI. Use 384 <command>./configure --help</command> to find out what additional 385 information. 390 <command>./configure --help</command> for more information 386 391 </para> 387 392 … … 389 394 <option>--language="<replaceable><lang></replaceable>"</option>: 390 395 This switch defines the default language used. Use <command>./configure 391 --help</command> to find out what additionalinformation.396 --help</command> for more information. 392 397 </para> 393 398
Note:
See TracChangeset
for help on using the changeset viewer.