Changeset e5e7a1d


Ignore:
Timestamp:
09/03/2015 02:50:05 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7ebae6b3
Parents:
7e39ba39
Message:
  • Update to libevdev-1.4.4.
  • Update to libvdpau-1.1.1.
  • Update to cups-2.1.0.
  • Short descriptions from Denis Mugnier.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16368 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
14 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r7e39ba39 re5e7a1d  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "02">                   <!-- Always 2 digits -->
     3<!ENTITY day          "03">                   <!-- Always 2 digits -->
    44<!ENTITY month        "09">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "September 2nd &year;">
     9<!ENTITY releasedate  "September 3rd &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r7e39ba39 re5e7a1d  
    4444
    4545-->
     46
     47      <listitem>
     48        <para>September 3rd, 2015</para>
     49        <itemizedlist>
     50          <listitem>
     51            <para>[fernando] - Short descriptions from Denis Mugnier. Fixes
     52            <ulink url="&blfs-ticket-root;6887">#6887</ulink>.</para>
     53          </listitem>
     54          <listitem>
     55            <para>[fernando] - Update to cups-2.1.0. Fixes
     56            <ulink url="&blfs-ticket-root;6881">#6881</ulink>.</para>
     57          </listitem>
     58          <listitem>
     59            <para>[fernando] - Update to libvdpau-1.1.1. Fixes
     60            <ulink url="&blfs-ticket-root;6880">#6880</ulink>.</para>
     61          </listitem>
     62          <listitem>
     63            <para>[fernando] - Update to libevdev-1.4.4. Fixes
     64            <ulink url="&blfs-ticket-root;6879">#6879</ulink>.</para>
     65          </listitem>
     66        </itemizedlist>
     67      </listitem>
    4668
    4769    <listitem>
  • multimedia/libdriv/alsa-tools.xml

    r7e39ba39 re5e7a1d  
    231231      </varlistentry>
    232232
     233      <varlistentry id="hdajackretask">
     234        <term><command>hdajackretask</command></term>
     235        <listitem>
     236          <para>
     237            is a GUI to make it easy to retask your jacks - e g, turn your Mic
     238            jack into an extra Headphone, or why not make them both line outs
     239            and connect them to your surround receiver.
     240          </para>
     241          <indexterm zone="alsa-tools hdajackretask">
     242            <primary sortas="b-hdajackretask">hdajackretask</primary>
     243          </indexterm>
     244        </listitem>
     245      </varlistentry>
     246
     247      <varlistentry id="hda-verb">
     248        <term><command>hda-verb</command></term>
     249        <listitem>
     250          <para>
     251            is a small program to send HD-audio commands to the given
     252            ALSA hwdep device on the hd-audio interface.
     253          </para>
     254          <indexterm zone="alsa-tools hda-verb">
     255            <primary sortas="b-hda-verb">hda-verb</primary>
     256          </indexterm>
     257        </listitem>
     258      </varlistentry>
     259
    233260      <varlistentry id="hdspconf">
    234261        <term><command>hdspconf</command></term>
     
    261288          <indexterm zone="alsa-tools hdspmixer">
    262289            <primary sortas="b-hdspmixer">hdspmixer</primary>
     290          </indexterm>
     291        </listitem>
     292      </varlistentry>
     293
     294      <varlistentry id="hwmixvolume">
     295        <term><command>hwmixvolume</command></term>
     296        <listitem>
     297          <para>
     298            allows you to control the volume of individual streams on sound
     299            cards that use hardware mixing
     300          </para>
     301          <indexterm zone="alsa-tools hwmixvolume">
     302            <primary sortas="b-hwmixvolume">hwmixvolume</primary>
     303          </indexterm>
     304        </listitem>
     305      </varlistentry>
     306
     307      <varlistentry id="init_audigy_progs">
     308        <term><command>init_audigy*</command></term>
     309        <listitem>
     310          <para>
     311            are tools used to initialize Creative cards.           
     312          </para>
     313          <indexterm zone="alsa-tools init_audigy_progs">
     314            <primary sortas="b-init_audigy_progs">init_audigy*</primary>
     315          </indexterm>
     316        </listitem>
     317      </varlistentry>
     318 
     319      <varlistentry id="init_live">
     320        <term><command>init_live</command></term>
     321        <listitem>
     322          <para>
     323            is a tool used to initialize Creative cards.
     324          </para>
     325          <indexterm zone="alsa-tools init_live">
     326            <primary sortas="b-init_live">init_live</primary>
    263327          </indexterm>
    264328        </listitem>
  • multimedia/libdriv/alsa-utils.xml

    r7e39ba39 re5e7a1d  
    255255      </varlistentry>
    256256
     257      <varlistentry id="alsa-info.sh">
     258        <term><command>alsa-info.sh</command></term>
     259        <listitem>
     260          <para>
     261            is used to generate a file containing detailed information
     262            about your sound hardware.
     263          </para>
     264          <indexterm zone="alsa-utils alsa-info.sh">
     265            <primary sortas="b-alsa-info.sh">alsa-info.sh</primary>
     266          </indexterm>
     267        </listitem>
     268      </varlistentry>
     269
    257270      <varlistentry id="alsactl">
    258271        <term><command>alsactl</command></term>
  • multimedia/libdriv/libcanberra.xml

    r7e39ba39 re5e7a1d  
    160160      <?dbhtml list-presentation="table"?>
    161161
     162<!--
     163      <varlistentry id="canberra-boot">
     164        <term><command>canberra-boot</command></term>
     165        <listitem>
     166          <para>
     167
     168          </para>
     169          <indexterm zone="libcanberra canberra-boot">
     170            <primary sortas="b-canberra-boot">canberra-boot</primary>
     171          </indexterm>
     172        </listitem>
     173      </varlistentry>
     174-->
     175
    162176      <varlistentry id="canberra-gtk-play">
    163177        <term><command>canberra-gtk-play</command></term>
  • multimedia/libdriv/libmpeg2.xml

    r7e39ba39 re5e7a1d  
    123123      <?dbhtml list-presentation="table"?>
    124124
     125 <!--
     126     <varlistentry id="corrupt_mpeg2">
     127        <term><command>corrupt_mpeg2</command></term>
     128        <listitem>
     129          <para>
     130
     131          </para>
     132          <indexterm zone="libmpeg2 corrupt_mpeg2">
     133            <primary sortas="b-corrupt_mpeg2">corrupt_mpeg2</primary>
     134          </indexterm>
     135        </listitem>
     136      </varlistentry>
     137-->
    125138      <varlistentry id="extract_mpeg2">
    126139        <term><command>extract_mpeg2</command></term>
  • multimedia/libdriv/libquicktime.xml

    r7e39ba39 re5e7a1d  
    217217      </varlistentry>
    218218
     219<!--
     220      <varlistentry id="lqtremux">
     221        <term><command>lqtremux</command></term>
     222        <listitem>
     223          <para>
     224
     225          </para>
     226          <indexterm zone="libquicktime lqtremux">
     227            <primary sortas="b-lqtremux">lqtremux</primary>
     228          </indexterm>
     229        </listitem>
     230      </varlistentry>
     231-->
     232
    219233      <varlistentry id="lqt_transcode">
    220234        <term><command>lqt_transcode</command></term>
     
    230244      </varlistentry>
    231245
     246     <varlistentry id="qt2text">
     247        <term><command>qt2text</command></term>
     248        <listitem>
     249          <para>
     250            is used to dump all text strings from a quicktime file.
     251          </para>
     252          <indexterm zone="libquicktime qt2text">
     253            <primary sortas="b-qt2text">qt2text</primary>
     254          </indexterm>
     255        </listitem>
     256      </varlistentry>
     257
    232258      <varlistentry id="qtdechunk">
    233259        <term><command>qtdechunk</command></term>
     
    243269      </varlistentry>
    244270
     271      <varlistentry id="qtdump">
     272        <term><command>qtdump</command></term>
     273        <listitem>
     274          <para>
     275            displays the parsed contents of the provided file.
     276          </para>
     277          <indexterm zone="libquicktime qtdump">
     278            <primary sortas="b-qtdump">qtdump</primary>
     279          </indexterm>
     280        </listitem>
     281      </varlistentry>
     282
     283      <varlistentry id="qtinfo">
     284        <term><command>qtinfo</command></term>
     285        <listitem>
     286          <para>
     287            prints various pieces of metadata parsed by the libquicktime
     288            library for the provided file
     289          </para>
     290          <indexterm zone="libquicktime qtinfo">
     291            <primary sortas="b-qtinfo">qtinfo</primary>
     292          </indexterm>
     293        </listitem>
     294      </varlistentry>
     295
    245296      <varlistentry id="qtrechunk">
    246297        <term><command>qtrechunk</command></term>
     
    251302          <indexterm zone="libquicktime qtrechunk">
    252303            <primary sortas="b-qtrechunk">qtrechunk</primary>
     304          </indexterm>
     305        </listitem>
     306      </varlistentry>
     307
     308      <varlistentry id="qtstreamize">
     309        <term><command>qtstreamize</command></term>
     310        <listitem>
     311          <para>
     312            is used to make a file streamable by placing the moov header at the
     313            beginning of the file.
     314          </para>
     315          <indexterm zone="libquicktime qtstreamize">
     316            <primary sortas="b-qtstreamize">qtstreamize</primary>
    253317          </indexterm>
    254318        </listitem>
  • multimedia/libdriv/sbc.xml

    r7e39ba39 re5e7a1d  
    144144      <?dbhtml list-presentation="table"?>
    145145       
     146      <varlistentry id="sbcdec">
     147        <term><command>sbcdec</command></term>
     148        <listitem>
     149          <para>
     150            is a SBC decoder utility.
     151          </para>
     152          <indexterm zone="sbc sbcdec">
     153            <primary sortas="b-sbcdec">sbcdec</primary>
     154          </indexterm>
     155        </listitem>
     156      </varlistentry>
     157
     158      <varlistentry id="sbcenc">
     159        <term><command>sbcenc</command></term>
     160        <listitem>
     161          <para>
     162            is a SBC encoder utility.
     163          </para>
     164          <indexterm zone="sbc sbcenc">
     165            <primary sortas="b-sbcenc">sbcenc</primary>
     166          </indexterm>
     167        </listitem>
     168      </varlistentry>
     169
     170      <varlistentry id="sbcinfo">
     171        <term><command>sbcinfo</command></term>
     172        <listitem>
     173          <para>
     174            is a subband codec (SBC) analyzer.
     175          </para>
     176          <indexterm zone="sbc sbcinfo">
     177            <primary sortas="b-sbcinfo">sbcinfo</primary>
     178          </indexterm>
     179        </listitem>
     180      </varlistentry>
     181
    146182      <varlistentry id="libsbc">
    147183        <term><filename class="libraryfile">libsbc.so</filename></term>
  • multimedia/libdriv/v4l-utils.xml

    r7e39ba39 re5e7a1d  
    133133      <seglistitem>
    134134        <seg>
    135           x18-ctl,
     135          cx18-ctl,
    136136          decode_tm6000,
    137137          dvb-fe-tool,
     
    173173      <?dbhtml list-presentation="table"?>
    174174
     175      <varlistentry id="cx18-ctl">
     176        <term><command>cx18-ctl</command></term>
     177        <listitem>
     178          <para>
     179            is a tool to handle cx18 based devices.
     180          </para>
     181          <indexterm zone="v4l-utils cx18-ctl">
     182            <primary sortas="b-cx18-ctl">cx18-ctl</primary>
     183          </indexterm>
     184        </listitem>
     185      </varlistentry>
     186
     187      <varlistentry id="decode_tm6000">
     188        <term><command>decode_tm6000</command></term>
     189        <listitem>
     190          <para>
     191            decode multiplexed format from TM5600/TM6000 USB.
     192          </para>
     193          <indexterm zone="v4l-utils decode_tm6000">
     194            <primary sortas="b-decode_tm6000">decode_tm6000</primary>
     195          </indexterm>
     196        </listitem>
     197      </varlistentry>
     198
    175199      <varlistentry id="dvb-fe-tool">
    176200        <term><command>dvb-fe-tool</command></term>
     
    238262      </varlistentry>
    239263
     264      <varlistentry id="ivtv-ctl">
     265        <term><command>ivtv-ctl</command></term>
     266        <listitem>
     267          <para>
     268            is a utility that can control many card settings, like changing
     269            the inputs from tuner to svideo or composite, setting video
     270            resolution or changing video mode (PAL, SECAM, NTSC).
     271          </para>
     272          <indexterm zone="v4l-utils ivtv-ctl">
     273            <primary sortas="b-ivtv-ctl">ivtv-ctl</primary>
     274          </indexterm>
     275        </listitem>
     276      </varlistentry>
     277
     278      <varlistentry id="media-ctl">
     279        <term><command>media-ctl</command></term>
     280        <listitem>
     281          <para>
     282            is a utility used to configure V4L2 devices.
     283          </para>
     284          <indexterm zone="v4l-utils media-ctl">
     285            <primary sortas="b-media-ctl">media-ctl</primary>
     286          </indexterm>
     287        </listitem>
     288      </varlistentry>
     289
    240290      <varlistentry id="qv4l2">
    241291        <term><command>qv4l2</command></term>
    242292        <listitem>
    243293          <para>
    244             is  used  to test video4linux capture devices.
     294            is used to test video4linux capture devices.
    245295          </para>
    246296          <indexterm zone="v4l-utils qv4l2">
     
    250300      </varlistentry>
    251301
     302      <varlistentry id="rds-ctl">
     303        <term><command>rds-ctl</command></term>
     304        <listitem>
     305          <para>
     306            is a utility for decoding raw RDS data from V4L2 Radio devices
     307            and offers simple ways to access the received RDS information.
     308          </para>
     309          <indexterm zone="v4l-utils rds-ctl">
     310            <primary sortas="b-rds-ctl">rds-ctl</primary>
     311          </indexterm>
     312        </listitem>
     313      </varlistentry>
     314
     315      <varlistentry id="v4l2-compliance">
     316        <term><command>v4l2-compliance</command></term>
     317        <listitem>
     318          <para>
     319            is a compliance test tool.
     320          </para>
     321          <indexterm zone="v4l-utils v4l2-compliance">
     322            <primary sortas="b-v4l2-compliance">v4l2-compliance</primary>
     323          </indexterm>
     324        </listitem>
     325      </varlistentry>
     326
     327      <varlistentry id="v4l2-ctl">
     328        <term><command>v4l2-ctl</command></term>
     329        <listitem>
     330          <para>
     331            is a tool to control v4l2 controls from the cmdline.
     332          </para>
     333          <indexterm zone="v4l-utils v4l2-ctl">
     334            <primary sortas="b-v4l2-ctl">v4l2-ctl</primary>
     335          </indexterm>
     336        </listitem>
     337      </varlistentry>
     338
     339      <varlistentry id="v4l2-dbg">
     340        <term><command>v4l2-dbg</command></term>
     341        <listitem>
     342          <para>
     343            is a tool to directly get and set registers of v4l2 devices.
     344          </para>
     345          <indexterm zone="v4l-utils v4l2-dbg">
     346            <primary sortas="b-v4l2-dbg">v4l2-dbg</primary>
     347          </indexterm>
     348        </listitem>
     349      </varlistentry>
     350
     351      <varlistentry id="v4l2-sysfs-path">
     352        <term><command>v4l2-sysfs-path</command></term>
     353        <listitem>
     354          <para>
     355            checks the media devices installed on a machine and the
     356            corresponding device nodes.
     357          </para>
     358          <indexterm zone="v4l-utils v4l2-sysfs-path">
     359            <primary sortas="b-v4l2-sysfs-path">v4l2-sysfs-path</primary>
     360          </indexterm>
     361        </listitem>
     362      </varlistentry>
     363
    252364    </variablelist>
    253365
  • packages.ent

    r7e39ba39 re5e7a1d  
    727727<!ENTITY libva-version                "1.6.0">
    728728<!ENTITY libva-intel-driver-version   "1.6.0">
    729 <!ENTITY libvdpau-version             "1.1">
     729<!ENTITY libvdpau-version             "1.1.1">
    730730<!ENTITY libvdpau-va-gl-version       "0.3.4">
    731731
     
    759759<!-- Part XII -->
    760760<!-- Chapter 50 -->
    761 <!ENTITY cups-version                 "2.0.4">
     761<!ENTITY cups-version                 "2.1.0">
    762762<!ENTITY cups-filters-version         "1.0.74">
    763763<!ENTITY gs-version                   "9.16">
  • postlfs/security/tripwire.xml

    r7e39ba39 re5e7a1d  
    293293      </varlistentry>
    294294
    295       <varlistentry id='tripwire-program'>
     295      <varlistentry id="tripwire-program">
    296296        <term><command>tripwire</command></term>
    297297        <listitem>
     
    303303      </varlistentry>
    304304
    305       <varlistentry id='twadmin'>
     305      <varlistentry id="twadmin">
    306306        <term><command>twadmin</command></term>
    307307        <listitem>
     
    316316      </varlistentry>
    317317
    318       <varlistentry id='twprint'>
     318      <varlistentry id="twprint">
    319319        <term><command>twprint</command></term>
    320320        <listitem>
  • pst/printing/cups.xml

    r7e39ba39 re5e7a1d  
    77  <!ENTITY cups-download-http "http://www.cups.org/software/&cups-version;/cups-&cups-version;-source.tar.bz2">
    88  <!ENTITY cups-download-ftp  " ">
    9   <!ENTITY cups-md5sum        "f5c847d9a4fac6c4c66fb0526a7afaae">
    10   <!ENTITY cups-size          "8.4 MB">
    11   <!ENTITY cups-buildsize     "99 MB (with tests)">
    12   <!ENTITY cups-time          "0.8 SBU (with tests)">
     9  <!ENTITY cups-md5sum        "c4e57a66298bfdba66bb3d5bedd317a4">
     10  <!ENTITY cups-size          "8.5 MB">
     11  <!ENTITY cups-buildsize     "115 MB (with tests)">
     12  <!ENTITY cups-time          "0.5 SBU (5.0 SBU for tests)">
    1313]>
    1414
     
    231231
    232232    <para>
    233       To test the results, issue: <command>make check</command>. An already
     233      To test the results, issue: <command>make -k check</command>. An already
    234234      active graphical session with bus address is necessary to run the tests.
     235      Some tests fail for unknown reasons.
    235236    </para>
    236237
     
    450451        </seg>
    451452        <seg>
    452           /etc/cups,
    453           /usr/{include,lib,share}/cups,
    454           /usr/share/doc/cups-&cups-version;, and
    455           /var/{cache,log,run,spool}/cups
     453          /{etc,usr/{include,lib,share},var/{cache,log,run,spool}}/cups and
     454          /usr/share/doc/cups-&cups-version;
    456455        </seg>
    457456      </seglistitem>
  • x/installing/libevdev.xml

    r7e39ba39 re5e7a1d  
    55  %general-entities;
    66
    7   <!ENTITY libevdev-version "1.4.3">
     7  <!ENTITY libevdev-version "1.4.4">
    88
    99  <!ENTITY libevdev-download-http "http://www.freedesktop.org/software/libevdev/libevdev-&libevdev-version;.tar.xz">
    1010  <!ENTITY libevdev-download-ftp  " ">
    11   <!ENTITY libevdev-md5sum        "2fc170e2d6f543ba26e7c79f95dc1935">
    12   <!ENTITY libevdev-size          "400 KB">
    13   <!ENTITY libevdev-buildsize     "8.9 MB (with tests)">
     11  <!ENTITY libevdev-md5sum        "b66443bb664cfaf2ba7b3f8c238ea951">
     12  <!ENTITY libevdev-size          "404 KB">
     13  <!ENTITY libevdev-buildsize     "9.0 MB (with tests)">
    1414  <!ENTITY libevdev-time          "0.2 SBU (with tests)">
    1515]>
     
    3434      <para>
    3535        The <application>Libevdev</application> package contains common
    36         functions for Xorg input drivers. 
     36        functions for Xorg input drivers.
    3737      </para>
    3838
  • x/installing/libvdpau.xml

    r7e39ba39 re5e7a1d  
    77  <!ENTITY libvdpau-download-http "http://people.freedesktop.org/~aplattner/vdpau/libvdpau-&libvdpau-version;.tar.bz2">
    88  <!ENTITY libvdpau-download-ftp  " ">
    9   <!ENTITY libvdpau-md5sum        "11a842df9fbaad0f5f10cf553b8d5690">
    10   <!ENTITY libvdpau-size          "414 KB">
    11   <!ENTITY libvdpau-buildsize     "3.8 MB">
    12   <!ENTITY libvdpau-time          "less than 0.1 SBU">
     9  <!ENTITY libvdpau-md5sum        "2fa0b05a4f4d06791eec83bc9c854d14">
     10  <!ENTITY libvdpau-size          "420 KB">
     11  <!ENTITY libvdpau-buildsize     "9.3 MB (with tests)">
     12  <!ENTITY libvdpau-time          "less than 0.1 SBU (with tests)">
    1313]>
    1414
     
    3333      implements the VDPAU library.
    3434    </para>
    35      
     35
    3636    <para>
    3737      VDPAU (Video Decode and Presentation API for Unix) is an open source
     
    9595    <bridgehead renderas="sect5">Required</bridgehead>
    9696    <para role="required">
    97       <xref linkend="xorg7-lib"/> 
     97      <xref linkend="xorg7-lib"/>
    9898    </para>
    9999
     
    152152        </seg>
    153153        <seg>
    154           libvdpau.so and libvdpau_trace.so
     154          libvdpau.so
    155155        </seg>
    156156        <seg>
    157           $XORG_PREFIX/include/vdpau,
    158           $XORG_PREFIX/lib/vdpau, and
     157          $XORG_PREFIX/{include,lib}/vdpau and
    159158          $XORG_PREFIX/share/doc/libvdpau-&libvdpau-version;
    160159        </seg>
Note: See TracChangeset for help on using the changeset viewer.