<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://cblfs.nicewhileitlasted.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=217.87.3.44</id>
	<title>CBLFS - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://cblfs.nicewhileitlasted.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=217.87.3.44"/>
	<link rel="alternate" type="text/html" href="https://cblfs.nicewhileitlasted.com/Special:Contributions/217.87.3.44"/>
	<updated>2026-05-21T16:10:52Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>?title=Libquicktime&amp;diff=8394</id>
		<title>Libquicktime</title>
		<link rel="alternate" type="text/html" href="?title=Libquicktime&amp;diff=8394"/>
		<updated>2007-03-24T12:52:38Z</updated>

		<summary type="html">&lt;p&gt;217.87.3.44: /* 32Bit */  added --x-libraries Flag&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;text-align: left; background-color: AliceBlue;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Download Source:&lt;br /&gt;
| http://prdownloads.sourceforge.net/libquicktime/libquicktime-{{Libquicktime-Version}}.tar.gz&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Introduction to Libquicktime ==&lt;br /&gt;
&lt;br /&gt;
The Libquicktime package contains the Libquicktime library, various plugins and codecs, along with graphical and command line utilities used for encoding and decoding Quicktime files. This is useful for reading and writing files in the Quicktime format. The goal of the project is to enhance, while providing compatibility with, the Quicktime 4 Linux library.&lt;br /&gt;
&lt;br /&gt;
== Dependencies ==&lt;br /&gt;
&lt;br /&gt;
=== Optional ===&lt;br /&gt;
* [[pkg-config]]&lt;br /&gt;
* [[libpng]]&lt;br /&gt;
* [[libjpeg]]&lt;br /&gt;
* [[X Window System]]&lt;br /&gt;
* [[Gtk2]]&lt;br /&gt;
* [[ALSA]]&lt;br /&gt;
* [[libvorbis]]&lt;br /&gt;
* [[LAME]]&lt;br /&gt;
* [[libdv]]&lt;br /&gt;
* [[FFmpeg]] (checked out from svn)&lt;br /&gt;
* [[x264]]&lt;br /&gt;
* [[FAAC]]&lt;br /&gt;
* [[FAAD2]]&lt;br /&gt;
&lt;br /&gt;
== Non-Multilib ==&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 ./configure --prefix=/usr &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make install &amp;amp;&amp;amp;&lt;br /&gt;
 install -v -m755 -d /usr/share/doc/libquicktime-{{Libquicktime-Version}}/api &amp;amp;&amp;amp;&lt;br /&gt;
 install -v -m644 README doc/{*.html,mainpage.incl} \&lt;br /&gt;
     /usr/share/doc/libquicktime-{{Libquicktime-Version}}&lt;br /&gt;
&lt;br /&gt;
== Multilib ==&lt;br /&gt;
&lt;br /&gt;
=== 32Bit ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILD32}&amp;quot; USE_ARCH=32 PKG_CONFIG_PATH=${PKG_CONFIG_PATH32} \&lt;br /&gt;
 ./configure --prefix=/usr --x-libraries=${XORG_PREFIX}/lib &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make install &amp;amp;&amp;amp;&lt;br /&gt;
 mv -v /usr/bin/lqt-config{,-32}&lt;br /&gt;
&lt;br /&gt;
=== N32 ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILDN32}&amp;quot; USE_ARCH=n32 PKG_CONFIG_PATH=${PKG_CONFIG_PATHN32} \&lt;br /&gt;
 ./configure --prefix=/usr --libdir=/usr/lib32 \&lt;br /&gt;
     --with-vorbis-libraries=/usr/lib32 &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make install &amp;amp;&amp;amp;&lt;br /&gt;
 mv -v /usr/bin/lqt-config{,-n32}&lt;br /&gt;
&lt;br /&gt;
=== 64Bit ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILD64}&amp;quot; USE_ARCH=64 PKG_CONFIG_PATH=${PKG_CONFIG_PATH64} \&lt;br /&gt;
 ./configure --prefix=/usr --libdir=/usr/lib64 \&lt;br /&gt;
     --with-vorbis-libraries=/usr/lib64 &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make install &amp;amp;&amp;amp;&lt;br /&gt;
 install -v -m755 -d /usr/share/doc/libquicktime-{{Libquicktime-Version}}/api &amp;amp;&amp;amp;&lt;br /&gt;
 install -v -m644 README doc/{*.html,mainpage.incl} \&lt;br /&gt;
     /usr/share/doc/libquicktime-{{Libquicktime-Version}} &amp;amp;&amp;amp;&lt;br /&gt;
 mv -v /usr/bin/lqt-config{,-64} &amp;amp;&amp;amp;&lt;br /&gt;
 ln -sfv /usr/bin/multiarch_wrapper /usr/bin/lqt-config&lt;br /&gt;
&lt;br /&gt;
== Contents ==&lt;br /&gt;
&lt;br /&gt;
Installed Programs: libquicktime_config, lqt-config, lqt_transcode, lqtplay, qtdechunk, qtdump, qtinfo, qtrechunk, qtstreamize and qtyuv4toyuv&lt;br /&gt;
&lt;br /&gt;
Installed Libraries: libquicktime.so and several plugin codec libraries&lt;br /&gt;
&lt;br /&gt;
Installed Directories: /usr/include/lqt, /usr/lib/libquicktime and /usr/share/doc/libquicktime-{{Libquicktime-Version}}&lt;br /&gt;
&lt;br /&gt;
=== Short Descriptions ===&lt;br /&gt;
&lt;br /&gt;
libquicktime_config: is a graphical front end to examine and configure the available libquicktime audio and video codecs.&lt;br /&gt;
&lt;br /&gt;
lqt-config: is a simple program used to query the libquicktime installation settings and plugin information.&lt;br /&gt;
&lt;br /&gt;
lqt_transcode: is a command-line program used to encode video and/or audio files from one format to another.&lt;br /&gt;
&lt;br /&gt;
lqtplay: is a simple Quicktime movie player for X11.&lt;br /&gt;
&lt;br /&gt;
qtdechunk: can take movies containing rgb frames and write them out as ppm images.&lt;br /&gt;
&lt;br /&gt;
qtrechunk: concatenates input frames into a Quicktime movie.&lt;br /&gt;
&lt;br /&gt;
qtyuv4toyuv: is used to write a YUV4 encoded movie as a planar YUV 4:2:0 file.&lt;br /&gt;
&lt;br /&gt;
libquicktime.so: is a library for reading and writing Quicktime files. It provides convenient access to Quicktime files with a variety of supported codecs. The library contains new functions integrated with all the original Quicktime 4 Linux library functions used to encode and decode Quicktime files.&lt;/div&gt;</summary>
		<author><name>217.87.3.44</name></author>
	</entry>
	<entry>
		<id>?title=Pango&amp;diff=8393</id>
		<title>Pango</title>
		<link rel="alternate" type="text/html" href="?title=Pango&amp;diff=8393"/>
		<updated>2007-03-24T11:38:05Z</updated>

		<summary type="html">&lt;p&gt;217.87.3.44: /* 32Bit */  added --x-libraries Flag&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;text-align: left; background-color: AliceBlue;&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!Download Source:&lt;br /&gt;
| http://ftp.acc.umu.se/pub/gnome/sources/pango/{{Pango-Version2}}/pango-{{Pango-Version}}.tar.bz2&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!Required Patch (For Multilib):&lt;br /&gt;
| http://svn.cross-lfs.org/svn/repos/patches/pango/pango-{{Pango-Version}}-multilib-1.patch&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Introduction Pango ==&lt;br /&gt;
&lt;br /&gt;
Pango is a library for laying out and rendering of text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed, though most of the work on Pango so far has been done in the context of the GTK+ widget toolkit. Pango forms the core of text and font handling for [[Gtk2]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Project Home Page&#039;&#039;&#039;: http://www.pango.org/&lt;br /&gt;
&lt;br /&gt;
== Dependencies ==&lt;br /&gt;
&lt;br /&gt;
=== Required ===&lt;br /&gt;
* [[Glib2]]&lt;br /&gt;
* [[cairo]]&lt;br /&gt;
* [[X Window System]]&lt;br /&gt;
* [[FontConfig]]&lt;br /&gt;
=== Optional ===&lt;br /&gt;
* [[Gtk-Doc]]&lt;br /&gt;
&lt;br /&gt;
== Non-Multilib ==&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 ./configure --prefix=/usr --sysconfdir=/etc &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
== Multilib ==&lt;br /&gt;
&lt;br /&gt;
=== 32Bit ===&lt;br /&gt;
&lt;br /&gt;
The following commands make pango put it&#039;s configuration information in /etc/pango-32:&lt;br /&gt;
&lt;br /&gt;
 patch -Np1 -i ../pango-{{Pango-Version}}-multilib-1.patch&lt;br /&gt;
 sed -i &amp;quot;s/BUILDENV/32/&amp;quot; pango/pango-utils.c \&lt;br /&gt;
     modules/Makefile.am modules/Makefile.in \&lt;br /&gt;
     pango/Makefile.am pango/Makefile.in&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILD32}&amp;quot; USE_ARCH=32 \&lt;br /&gt;
 PKG_CONFIG_PATH=&amp;quot;${PKG_CONFIG_PATH32}&amp;quot; \&lt;br /&gt;
 ./configure --prefix=/usr --sysconfdir=/etc --x-libraries=${XORG_PREFIX)/lib &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make install &amp;amp;&amp;amp;&lt;br /&gt;
 mv -v /usr/bin/pango-querymodules{,-32}&lt;br /&gt;
&lt;br /&gt;
=== N32 ===&lt;br /&gt;
&lt;br /&gt;
The following commands make pango put it&#039;s configuration information in /etc/pango-n32:&lt;br /&gt;
&lt;br /&gt;
 patch -Np1 -i ../pango-{{Pango-Version}}-multilib-1.patch&lt;br /&gt;
 sed -i &amp;quot;s/BUILDENV/n32/&amp;quot; pango/pango-utils.c \&lt;br /&gt;
     modules/Makefile.am modules/Makefile.in \&lt;br /&gt;
     pango/Makefile.am pango/Makefile.in&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILDN32}&amp;quot; USE_ARCH=n32 \&lt;br /&gt;
 PKG_CONFIG_PATH=&amp;quot;${PKG_CONFIG_PATHN32}&amp;quot; \&lt;br /&gt;
 ./configure --prefix=/usr --sysconfdir=/etc \&lt;br /&gt;
     --libdir=/usr/lib32 &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make install &amp;amp;&amp;amp;&lt;br /&gt;
 mv -v /usr/bin/pango-querymodules{,-n32}&lt;br /&gt;
&lt;br /&gt;
=== 64Bit ===&lt;br /&gt;
&lt;br /&gt;
The following commands make pango put it&#039;s configuration information in /etc/pango-64:&lt;br /&gt;
&lt;br /&gt;
 patch -Np1 -i ../pango-{{Pango-Version}}-multilib-1.patch&lt;br /&gt;
 sed -i &amp;quot;s/BUILDENV/64/&amp;quot; pango/pango-utils.c \&lt;br /&gt;
     modules/Makefile.am modules/Makefile.in \&lt;br /&gt;
     pango/Makefile.am pango/Makefile.in&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILD64}&amp;quot; USE_ARCH=64 \&lt;br /&gt;
 PKG_CONFIG_PATH=&amp;quot;${PKG_CONFIG_PATH64}&amp;quot; \&lt;br /&gt;
 ./configure --prefix=/usr --sysconfdir=/etc \&lt;br /&gt;
     --libdir=/usr/lib64 &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make install &amp;amp;&amp;amp;&lt;br /&gt;
 mv -v /usr/bin/pango-querymodules{,-64} &amp;amp;&amp;amp;&lt;br /&gt;
 ln -sfv multiarch_wrapper /usr/bin/pango-querymodules&lt;br /&gt;
&lt;br /&gt;
= Contents =&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! Installed Programs:&lt;br /&gt;
| pango-view, pango-querymodules&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! Installed Libraries:&lt;br /&gt;
| libpango-1.0.{so,la}, libpangox-1.0.{so,la}, libpangoft2-1.0.{so,la}, libpangoxft-1.0.{so,la} libpangocairo-1.0.{so,la} pango-basic-x.{so,la}, pango-basic-fc.{so,la}&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! Installed Directory:&lt;br /&gt;
| /usr/include/pango-1.0, /usr/include/pango-1.0/pango, /etc/pango-64, /usr/lib/pango/1.6.0/modules, /usr/lib64/pango/1.6.0/modules&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>217.87.3.44</name></author>
	</entry>
</feed>