Changeset ae96c4b


Ignore:
Timestamp:
07/14/2013 10:46:33 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
93b8ab7a
Parents:
17273d0
Message:

Bye bye dbus bindings. GStreamer updates.

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

Files:
1 added
11 edited
1 moved

Legend:

Unmodified
Added
Removed
  • archive/dbus-bindings.xml

    r17273d0 rae96c4b  
    1212  <!ENTITY dbus-glib-time          "0.1 SBU">
    1313
    14   <!ENTITY dbus-python-download-http "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-&dbus-python-version;.tar.gz">
    15   <!ENTITY dbus-python-download-ftp  " ">
    16   <!ENTITY dbus-python-md5sum        "742c7432ad0f7c3f98291d58fa2e35dc">
    17   <!ENTITY dbus-python-size          "583 KB">
    18   <!ENTITY dbus-python-buildsize     "5.7 MB">
    19   <!ENTITY dbus-python-time          "0.2 SBU">
    20 
    21   <!-- All the other bindings info should be here as well -->
    2214]>
    2315
     
    5547      <listitem>
    5648        <para><xref linkend="dbus-glib"/></para>
    57       </listitem>
    58       <listitem>
    59         <para><xref linkend="dbus-python"/></para>
    6049      </listitem>
    6150    </itemizedlist>
     
    227216  </sect2>
    228217
    229   <!-- Begin D-Bus Python Bindings -->
    230   <sect2 id="dbus-python" xreflabel="D-Bus Python Bindings-&dbus-python-version;">
    231     <title>D-Bus Python Bindings</title>
    232 
    233     <indexterm zone="dbus-python">
    234       <primary sortas="a-dbus-python">D-Bus Python Bindings</primary>
    235     </indexterm>
    236 
    237     <sect3 role="package">
    238       <title>Introduction to D-Bus Python Bindings</title>
    239 
    240       &lfs73_checked;
    241 
    242       <bridgehead renderas="sect4">Package Information</bridgehead>
    243       <itemizedlist spacing="compact">
    244         <listitem>
    245           <para>Download (HTTP): <ulink url="&dbus-python-download-http;"/></para>
    246         </listitem>
    247         <listitem>
    248           <para>Download (FTP): <ulink url="&dbus-python-download-ftp;"/></para>
    249         </listitem>
    250         <listitem>
    251           <para>Download MD5 sum: &dbus-python-md5sum;</para>
    252         </listitem>
    253         <listitem>
    254           <para>Download size: &dbus-python-size;</para>
    255         </listitem>
    256         <listitem>
    257           <para>Estimated disk space required: &dbus-python-buildsize;</para>
    258         </listitem>
    259         <listitem>
    260           <para>Estimated build time: &dbus-python-time;</para>
    261         </listitem>
    262       </itemizedlist>
    263 
    264       <bridgehead renderas="sect4">D-Bus Python Dependencies</bridgehead>
    265 
    266       <bridgehead renderas="sect5">Required</bridgehead>
    267       <para role="required">
    268         <xref linkend="python2"/> and
    269         <xref linkend="dbus-glib"/>
    270       </para>
    271 
    272       <bridgehead renderas="sect5">Optional</bridgehead>
    273       <para role="optional">
    274         <xref linkend="pygobject2"/> (required to run the test suite)
    275       </para>
    276 
    277       <bridgehead renderas="sect5">Optional
    278       (Required to build the API and HTML Documentation)</bridgehead>
    279       <para role="optional">
    280         <ulink url="http://epydoc.sourceforge.net/">Epydoc</ulink> and
    281         <ulink url="http://docutils.sourceforge.net/">Docutils</ulink>
    282       </para>
    283 
    284       <para condition="html" role="usernotes">User Notes:
    285       <ulink url="&blfs-wiki;/dbus-python"/></para>
    286 
    287     </sect3>
    288 
    289     <sect3 role="installation">
    290       <title>Installation of D-Bus Python Bindings</title>
    291 
    292       <para>Install <application>D-Bus Python Bindings</application> by
    293       running the following commands:</para>
    294 
    295 <screen><userinput>./configure --prefix=/usr \
    296             --docdir=/usr/share/doc/dbus-python-&dbus-python-version; &amp;&amp;
    297 make</userinput></screen>
    298 
    299       <para>To test the results, issue: <command>make check</command>. Note you
    300       must have <application>PyGObject</application> installed.</para>
    301 
    302       <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    303 
    304 <screen role="root"><userinput>make install</userinput></screen>
    305 
    306       <para>If you built the API documentation, install it by issuing the
    307       following commands as the <systemitem class="username">root</systemitem>
    308       user:</para>
    309 
    310 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/dbus-python-&dbus-python-version;/api &amp;&amp;
    311 install -v -m644    api/* \
    312                     /usr/share/doc/dbus-python-&dbus-python-version;/api</userinput></screen>
    313 
    314     </sect3>
    315 
    316     <sect3 role="content">
    317       <title>Contents</title>
    318 
    319       <segmentedlist>
    320         <segtitle>Installed Programs</segtitle>
    321         <segtitle>Installed Libraries</segtitle>
    322         <segtitle>Installed Directories</segtitle>
    323 
    324         <seglistitem>
    325           <seg>none</seg>
    326           <seg><application>Python</application>
    327           <application>D-Bus</application> modules</seg>
    328           <seg>/usr/lib/python&python2-majorver;/site-packages/dbus and
    329           /usr/share/doc/dbus-python-&dbus-python-version;</seg>
    330         </seglistitem>
    331       </segmentedlist>
    332 
    333     </sect3>
    334 
    335   </sect2>
    336 
    337218</sect1>
  • general.ent

    r17273d0 rae96c4b  
    210210<!ENTITY boost-dl-version             "&boost-major;_&boost-minor;_&boost-patch;">
    211211
     212<!ENTITY dbus-glib-version            "0.100.2">
    212213<!ENTITY enchant-version              "1.6.0">
    213214<!ENTITY exempi-version               "2.2.1">
     
    335336<!ENTITY cpio-version                 "2.11">
    336337<!ENTITY dbus-version                 "1.6.12">   <!-- Even minors only -->
    337 <!ENTITY dbus-glib-version            "0.100.2">
    338 <!ENTITY dbus-python-version          "1.1.1">
    339338<!ENTITY eject-version                "2.1.5">
    340339<!ENTITY fcron-version                "3.1.2">
     
    423422
    424423<!-- Python module versions used in the Python Modules instructions -->
     424<!ENTITY dbus-python-version          "1.2.0">
    425425<!ENTITY notify-python-version        "0.1.1">
    426426<!ENTITY pyxml-version                "0.8.4">
     
    770770<!ENTITY gst-plugins-ugly-version     "0.10.19">
    771771<!ENTITY gst-ffmpeg-version           "0.10.13">
    772 <!ENTITY gstreamer10-version          "1.0.7">  <!-- Even minors only -->
    773 <!ENTITY gst10-plugins-base-version   "1.0.7">  <!-- Even minors only -->
    774 <!ENTITY gst10-plugins-good-version   "1.0.7">  <!-- Even minors only -->
    775 <!ENTITY gst10-plugins-bad-version    "1.0.7">  <!-- Even minors only -->
    776 <!ENTITY gst10-plugins-ugly-version   "1.0.7">  <!-- Even minors only -->
    777 <!ENTITY gst10-libav-version          "1.0.7">  <!-- Even minors only -->
     772<!ENTITY gstreamer10-version          "1.0.8">  <!-- Even minors only -->
     773<!ENTITY gst10-plugins-base-version   "1.0.8">  <!-- Even minors only -->
     774<!ENTITY gst10-plugins-good-version   "1.0.8">  <!-- Even minors only -->
     775<!ENTITY gst10-plugins-bad-version    "1.0.8">  <!-- Even minors only -->
     776<!ENTITY gst10-plugins-ugly-version   "1.0.8">  <!-- Even minors only -->
     777<!ENTITY gst10-libav-version          "1.0.8">  <!-- Even minors only -->
    778778<!ENTITY liba52-version               "0.7.4">
    779779<!ENTITY libao-version                "1.1.0">
  • general/genlib/genlib.xml

    r17273d0 rae96c4b  
    4747  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="aspell.xml"/>
    4848  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="boost.xml"/>
     49  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dbus-glib.xml"/>
    4950  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="enchant.xml"/>
    5051  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="exempi.xml"/>
  • general/prog/python-modules.xml

    r17273d0 rae96c4b  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
     6
     7  <!ENTITY dbus-python-download-http "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-&dbus-python-version;.tar.gz">
     8  <!ENTITY dbus-python-download-ftp  " ">
     9  <!ENTITY dbus-python-md5sum        "b09cd2d1a057cc432ce944de3fc06bf7">
     10  <!ENTITY dbus-python-size          "592 KB">
     11  <!ENTITY dbus-python-buildsize     "11 MB">
     12  <!ENTITY dbus-python-time          "0.3 SBU">
    613
    714  <!ENTITY notify-python-download-http
     
    100107
    101108    <itemizedlist spacing="compact">
     109      <listitem>
     110        <para>
     111          <xref linkend="dbus-python"/>
     112        </para>
     113      </listitem>
    102114      <listitem>
    103115        <para>
     
    143155  </sect2>
    144156
     157  <!-- Begin D-Bus Python -->
     158  <sect2 id="dbus-python" xreflabel="D-Bus Python-&dbus-python-version;">
     159    <title>D-Bus Python</title>
     160
     161    <indexterm zone="dbus-python">
     162      <primary sortas="a-dbus-python">dbus-python</primary>
     163    </indexterm>
     164
     165    <sect3 role="package">
     166      <title>Introduction to D-Bus Python Module</title>
     167
     168      <para>
     169        <application>D-Bus Python</application> provides
     170        <application>Python</application> bindings to the
     171        <application>D-Bus</application>.
     172      </para>
     173
     174      &lfs73_checked;
     175
     176      <bridgehead renderas="sect4">Package Information</bridgehead>
     177      <itemizedlist spacing="compact">
     178        <listitem>
     179          <para>
     180            Download (HTTP): <ulink url="&dbus-python-download-http;"/>
     181          </para>
     182        </listitem>
     183        <listitem>
     184          <para>
     185            Download (FTP): <ulink url="&dbus-python-download-ftp;"/>
     186          </para>
     187        </listitem>
     188        <listitem>
     189          <para>
     190            Download MD5 sum: &dbus-python-md5sum;
     191          </para>
     192        </listitem>
     193        <listitem>
     194          <para>
     195            Download size: &dbus-python-size;
     196          </para>
     197        </listitem>
     198        <listitem>
     199          <para>
     200            Estimated disk space required: &dbus-python-buildsize;
     201          </para>
     202        </listitem>
     203        <listitem>
     204          <para>
     205            Estimated build time: &dbus-python-time;
     206          </para>
     207        </listitem>
     208      </itemizedlist>
     209
     210      <bridgehead renderas="sect4">D-Bus Python Dependencies</bridgehead>
     211
     212      <bridgehead renderas="sect5">Required</bridgehead>
     213      <para role="required">
     214        <xref linkend="dbus-glib"/> and
     215        <xref linkend="python2"/> and/or
     216        <xref linkend="python3"/>
     217      </para>
     218
     219      <bridgehead renderas="sect5">
     220       Optional (Required to build the API and HTML Documentation)
     221      </bridgehead>
     222      <para role="optional">
     223        <ulink url="http://epydoc.sourceforge.net/">Epydoc</ulink> and
     224        <ulink url="http://docutils.sourceforge.net/">Docutils</ulink>
     225      </para>
     226
     227      <para condition="html" role="usernotes">User Notes:
     228        <ulink url="&blfs-wiki;/dbus-python"/>
     229      </para>
     230    </sect3>
     231
     232    <sect3 role="installation">
     233      <title>Installation of D-Bus Python</title>
     234
     235      <note>
     236        <para>
     237          Both <application>Python 2</application> and
     238          <application>Python 3</application> modules can
     239          be built and installed without any conflicts.
     240        </para>
     241      </note>
     242
     243      <para>
     244        To build <application>D-Bus Python</application> as the
     245        <application>Python 2</application> module, run the
     246        following commands:
     247      </para>
     248
     249<screen><userinput>mkdir python2 &amp;&amp;
     250pushd python2 &amp;&amp;
     251PYTHON=/usr/bin/python     \
     252../configure --prefix=/usr \
     253             --docdir=/usr/share/doc/dbus-python-&dbus-python-version; &amp;&amp;
     254make &amp;&amp;
     255popd</userinput></screen>
     256
     257      <para>
     258        To test the results, issue: <command>make -C python2 check</command>.
     259      </para>
     260
     261      <para>
     262        To build <application>D-Bus Python</application> as the
     263        <application>Python 3</application> module, run the
     264        following commands:
     265      </para>
     266
     267<screen><userinput>mkdir python3 &amp;&amp;
     268pushd python3 &amp;&amp;
     269PYTHON=/usr/bin/python3    \
     270../configure --prefix=/usr \
     271             --docdir=/usr/share/doc/dbus-python-&dbus-python-version; &amp;&amp;
     272make &amp;&amp;
     273popd</userinput></screen>
     274
     275      <para>
     276        To test the results, issue: <command>make -C python3 check</command>.
     277      </para>
     278
     279      <para>
     280        To install the <application>Python 2</application> module,
     281        run the following command as the
     282        <systemitem class="username">root</systemitem> user:
     283      </para>
     284
     285<screen role="root"><userinput>make -C python2 install</userinput></screen>
     286
     287      <para>
     288        To install the <application>Python 3</application> module,
     289        run the following command as the
     290        <systemitem class="username">root</systemitem> user:
     291      </para>
     292
     293<screen role="root"><userinput>make -C python3 install</userinput></screen>
     294
     295    </sect3>
     296
     297    <sect3 role="content">
     298      <title>Contents</title>
     299
     300      <segmentedlist>
     301        <segtitle>Installed Programs</segtitle>
     302        <segtitle>Installed Libraries</segtitle>
     303        <segtitle>Installed Directories</segtitle>
     304
     305        <seglistitem>
     306          <seg>
     307            None
     308          </seg>
     309          <seg>
     310            None
     311          </seg>
     312          <seg>
     313            /usr/share/doc/dbus-python-&dbus-python-version; and
     314            /usr/lib/python&python2-majorver;/site-packages/dbus and/or
     315            /usr/lib/python&python3-majorver;/site-packages/dbus
     316          </seg>
     317        </seglistitem>
     318      </segmentedlist>
     319
     320    </sect3>
     321
     322  </sect2>
     323  <!-- End D-Bus Python -->
     324
    145325  <!-- Begin Notify Python -->
    146326  <sect2 id="notify-python" xreflabel="Notify Python-&notify-python-version;">
  • general/sysutils/sysutils.xml

    r17273d0 rae96c4b  
    2828  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cpio.xml"/>
    2929  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dbus.xml"/>
    30   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dbus-bindings.xml"/>
    3130  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="eject.xml"/>
    3231  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="fcron.xml"/>
  • introduction/welcome/changelog.xml

    r17273d0 rae96c4b  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[krejzi] - D-Bus Python 1.2.0.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[krejzi] - GStreamer 1.0.8.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[krejzi] - GStreamer Base Plugins 1.0.8.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[krejzi] - GStreamer Good Plugins 1.0.8.</para>
     60        </listitem>
     61        <listitem>
     62          <para>[krejzi] - GStreamer Bad Plugins 1.0.8.</para>
     63        </listitem>
     64        <listitem>
     65          <para>[krejzi] - GStreamer Ugly Plugins 1.0.8.</para>
     66        </listitem>
     67        <listitem>
     68          <para>[krejzi] - GStreamer Libav 1.0.8.</para>
     69        </listitem>
     70        <listitem>
    5071          <para>[bdubbs] - Update to qpdf-5.0.0.</para>
    5172        </listitem>
  • multimedia/libdriv/gst10-libav.xml

    r17273d0 rae96c4b  
    77  <!ENTITY gst10-libav-download-http "&gstreamer-dl;/gst-libav/gst-libav-&gst10-libav-version;.tar.xz">
    88  <!ENTITY gst10-libav-download-ftp  " ">
    9   <!ENTITY gst10-libav-md5sum        "68e1eb18a58907e21b81d26ce7db056a">
     9  <!ENTITY gst10-libav-md5sum        "7c2e8db039efa1880a61a6982a6909d7">
    1010  <!ENTITY gst10-libav-size          "4.1 MB">
    1111  <!ENTITY gst10-libav-buildsize     "320 MB">
    12   <!ENTITY gst10-libav-time          "3.0 SBU">
     12  <!ENTITY gst10-libav-time          "3.5 SBU">
    1313]>
    1414
  • multimedia/libdriv/gst10-plugins-bad.xml

    r17273d0 rae96c4b  
    55  %general-entities;
    66
    7   <!ENTITY gst10-plugins-bad-download-http "&gstreamer-dl;/gst-plugins-bad/gst-plugins-bad-&gst10-plugins-bad-version;.tar.xz">
     7  <!ENTITY gst10-plugins-bad-download-http
     8           "&gstreamer-dl;/gst-plugins-bad/gst-plugins-bad-&gst10-plugins-bad-version;.tar.xz">
    89  <!ENTITY gst10-plugins-bad-download-ftp  " ">
    9   <!ENTITY gst10-plugins-bad-md5sum        "d1493d1219b836a8cbf54f4fba962420">
    10   <!ENTITY gst10-plugins-bad-size          "3.0 MB">
     10  <!ENTITY gst10-plugins-bad-md5sum        "a2fdf125ee2ae46047dcbcfc305949ee">
     11  <!ENTITY gst10-plugins-bad-size          "3.1 MB">
    1112  <!ENTITY gst10-plugins-bad-buildsize     "110 MB">
    1213  <!ENTITY gst10-plugins-bad-time          "0.8 SBU">
     
    189190        </seg>
    190191        <seg>
    191           /usr/include/gstreamer-1.0/gst/basecamerabinsrc,
    192           /usr/include/gstreamer-1.0/gst/codecparsers,
    193           /usr/include/gstreamer-1.0/gst/interfaces,
    194           /usr/include/gstreamer-1.0/gst/signalprocessor,
    195           /usr/include/gstreamer-1.0/gst/video,
     192          /usr/include/gstreamer-1.0/gst/{basecamerabinsrc,codecparsers},
     193          /usr/include/gstreamer-1.0/gst/{interfaces,signalprocessor,video},
    196194          /usr/share/gstreamer-1.0/presets and
    197195          /usr/share/gtk-doc/html/gst-plugins-bad-libs-1.0
  • multimedia/libdriv/gst10-plugins-base.xml

    r17273d0 rae96c4b  
    55  %general-entities;
    66
    7   <!ENTITY gst10-plugins-base-download-http "&gstreamer-dl;/gst-plugins-base/gst-plugins-base-&gst10-plugins-base-version;.tar.xz">
     7  <!ENTITY gst10-plugins-base-download-http
     8           "&gstreamer-dl;/gst-plugins-base/gst-plugins-base-&gst10-plugins-base-version;.tar.xz">
    89  <!ENTITY gst10-plugins-base-download-ftp  " ">
    9   <!ENTITY gst10-plugins-base-md5sum        "b5b43cfbf82b413ce2e07a190d87e68f">
     10  <!ENTITY gst10-plugins-base-md5sum        "c8b36678186e7d4fb1e6395ffcd1abb1">
    1011  <!ENTITY gst10-plugins-base-size          "2.3 MB">
    1112  <!ENTITY gst10-plugins-base-buildsize     "120 MB">
     
    155156        </seg>
    156157        <seg>
    157           /usr/include/gstreamer-1.0/gst/app,
    158           /usr/include/gstreamer-1.0/gst/audio,
    159           /usr/include/gstreamer-1.0/gst/fft,
    160           /usr/include/gstreamer-1.0/gst/pbutils,
    161           /usr/include/gstreamer-1.0/gst/riff,
    162           /usr/include/gstreamer-1.0/gst/rtp,
    163           /usr/include/gstreamer-1.0/gst/rtsp,
    164           /usr/include/gstreamer-1.0/gst/sdp,
    165           /usr/include/gstreamer-1.0/gst/tag,
    166           /usr/include/gstreamer-1.0/gst/video,
    167           /usr/share/gst-plugins-base/1.0,
    168           /usr/share/gtk-doc/html/gst-plugins-base-libs-1.0 and
    169           /usr/share/gtk-doc/html/gst-plugins-base-plugins-1.0
     158          /usr/include/gstreamer-1.0/gst/{app,audio,fft,pbutils},
     159          /usr/include/gstreamer-1.0/gst/{riff,rtp,rtsp,sdp,tag,video}
     160          /usr/share/gst-plugins-base/1.0 and
     161          /usr/share/gtk-doc/html/gst-plugins-base-{libs,plugins}-1.0
    170162        </seg>
    171163      </seglistitem>
  • multimedia/libdriv/gst10-plugins-good.xml

    r17273d0 rae96c4b  
    55  %general-entities;
    66
    7   <!ENTITY gst10-plugins-good-download-http "&gstreamer-dl;/gst-plugins-good/gst-plugins-good-&gst10-plugins-good-version;.tar.xz">
     7  <!ENTITY gst10-plugins-good-download-http
     8           "&gstreamer-dl;/gst-plugins-good/gst-plugins-good-&gst10-plugins-good-version;.tar.xz">
    89  <!ENTITY gst10-plugins-good-download-ftp  " ">
    9   <!ENTITY gst10-plugins-good-md5sum        "e4b1c825475a9b478fe29e8e9f34516f">
    10   <!ENTITY gst10-plugins-good-size          "2.6 MB">
     10  <!ENTITY gst10-plugins-good-md5sum        "4969826043bbd3f76e4a0d49ea475736">
     11  <!ENTITY gst10-plugins-good-size          "2.7 MB">
    1112  <!ENTITY gst10-plugins-good-buildsize     "120 MB">
    1213  <!ENTITY gst10-plugins-good-time          "1.2 SBU">
  • multimedia/libdriv/gst10-plugins-ugly.xml

    r17273d0 rae96c4b  
    55  %general-entities;
    66
    7   <!ENTITY gst10-plugins-ugly-download-http "&gstreamer-dl;/gst-plugins-ugly/gst-plugins-ugly-&gst10-plugins-ugly-version;.tar.xz">
     7  <!ENTITY gst10-plugins-ugly-download-http
     8           "&gstreamer-dl;/gst-plugins-ugly/gst-plugins-ugly-&gst10-plugins-ugly-version;.tar.xz">
    89  <!ENTITY gst10-plugins-ugly-download-ftp  " ">
    9   <!ENTITY gst10-plugins-ugly-md5sum        "8754edf6c3be235f232fb75ad11708bb">
     10  <!ENTITY gst10-plugins-ugly-md5sum        "67fd24035eccee556ed9e89d75447d94">
    1011  <!ENTITY gst10-plugins-ugly-size          "808 KB">
    1112  <!ENTITY gst10-plugins-ugly-buildsize     "20 MB">
  • multimedia/libdriv/gstreamer10.xml

    r17273d0 rae96c4b  
    77  <!ENTITY gstreamer10-download-http "&gstreamer-dl;/gstreamer/gstreamer-&gstreamer10-version;.tar.xz">
    88  <!ENTITY gstreamer10-download-ftp  " ">
    9   <!ENTITY gstreamer10-md5sum        "8f6066a37c71a0d0ff5fe5f7687fea12">
     9  <!ENTITY gstreamer10-md5sum        "fb0c73470e8dd5dab01e5e9e62db9db9">
    1010  <!ENTITY gstreamer10-size          "3.0 MB">
    1111  <!ENTITY gstreamer10-buildsize     "90 MB">
     
    146146          /usr/include/gstreamer-1.0,
    147147          /usr/lib/gstreamer-1.0,
    148           /usr/share/gtk-doc/html/gstreamer-1.0,
    149           /usr/share/gtk-doc/html/gstreamer-libs-1.0 and
    150           /usr/share/gtk-doc/html/gstreamer-plugins-1.0
     148          /usr/share/gtk-doc/html/gstreamer-1.0 and
     149          /usr/share/gtk-doc/html/gstreamer-{libs,plugins}-1.0
    151150        </seg>
    152151      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.