Changeset 3332aad for multimedia


Ignore:
Timestamp:
01/25/2004 07:03:57 AM (20 years ago)
Author:
Tushar Teredesai <tushar@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6ec4537
Parents:
632f5f8d
Message:

Multiple package updates, see resolved bugs

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

Location:
multimedia
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • multimedia/audioutils/lame/lame-desc.xml

    r632f5f8d r3332aad  
    1313</para></sect3>
    1414
     15<sect3><title>mp3rtp</title>
     16<para>Encode to mp3 with RTP streaming of the output.</para></sect3>
     17
    1518<sect3><title>libmp3lame libraries</title>
    1619<para><filename class="libraryfile">libmp3lame</filename> libraries provide the functions necessary
  • multimedia/audioutils/lame/lame-exp.xml

    r632f5f8d r3332aad  
    55directs configure to <filename>gtk-config</filename>.</para>
    66
     7<para><parameter>--enable-nasm</parameter>: Enables use of nasm.</para>
    78
    89</sect2>
  • multimedia/audioutils/lame/lame-inst.xml

    r632f5f8d r3332aad  
    55</para>
    66
    7 <screen><userinput><command>./configure --prefix=/usr --mandir=/usr/share/man --with-gtk-prefix=/usr &amp;&amp;
     7<screen><userinput><command>./configure --prefix=/usr --mandir=/usr/share/man --enable-mp3rtp &amp;&amp;
    88make &amp;&amp;
    99make install</command></userinput></screen>
  • multimedia/audioutils/lame/lame.ent

    r632f5f8d r3332aad  
    44<!ENTITY lame-exp SYSTEM "lame-exp.xml">
    55<!ENTITY lame-desc SYSTEM "lame-desc.xml">
    6 <!ENTITY lame-version "3.93.1">
     6<!ENTITY lame-version "3.95.1">
    77<!ENTITY lame-download-http "http://telia.dl.sourceforge.net/sourceforge/lame/lame-&lame-version;.tar.gz">
    88<!ENTITY lame-download-ftp "ftp://ftp.yars.free.net/pub/software/unix/util/mpeg/lame-&lame-version;.tar.gz">
  • multimedia/libdriv/libdv/libdv-inst.xml

    r632f5f8d r3332aad  
    99make install</command></userinput></screen>
    1010
     11<note><para>The configure check for gtk is broken. If gtk is not
     12installed also pass --without-gtk to the configure script.</para></note>
     13
    1114</sect2>
  • multimedia/libdriv/libdv/libdv.ent

    r632f5f8d r3332aad  
    33<!ENTITY libdv-inst SYSTEM "libdv-inst.xml">
    44<!ENTITY libdv-desc SYSTEM "libdv-desc.xml">
    5 <!ENTITY libdv-version "0.99">
     5<!ENTITY libdv-version "0.101">
    66<!ENTITY libdv-download-http "http://flow.dl.sourceforge.net/sourceforge/libdv/libdv-&libdv-version;.tar.gz">
    77<!ENTITY libdv-download-ftp "">
Note: See TracChangeset for help on using the changeset viewer.