<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://cblfs.clfs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dfrizel</id>
	<title>CBLFS - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://cblfs.clfs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dfrizel"/>
	<link rel="alternate" type="text/html" href="https://cblfs.clfs.org/Special:Contributions/Dfrizel"/>
	<updated>2026-04-11T06:42:49Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>?title=Schroedinger&amp;diff=21284</id>
		<title>Schroedinger</title>
		<link rel="alternate" type="text/html" href="?title=Schroedinger&amp;diff=21284"/>
		<updated>2012-01-29T13:49:53Z</updated>

		<summary type="html">&lt;p&gt;Dfrizel: .pc -File needs to be installed in /usr/lib64/pkgconfig therefor libdir is needed ! /* 64Bit */&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://diracvideo.org/download/schroedinger/schroedinger-1.0.10.tar.gz&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{{Package-Introduction|Dirac is an advanced royalty-free video compression format designed for a wide range of uses, from delivering low-resolution web content to broadcasting HD and beyond, to near-lossless studio editing.|http://www.diracvideo.org/}}&lt;br /&gt;
&lt;br /&gt;
== Dependencies ==&lt;br /&gt;
== Required ==&lt;br /&gt;
* [[liboil]]&lt;br /&gt;
* [http://code.entropywave.com/projects/orc/ Orc - The Oil Runtime Compiler]&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  &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; CXX=&amp;quot;g++ ${BUILD32}&amp;quot; \&lt;br /&gt;
 PKG_CONFIG_PATH=&amp;quot;${PKG_CONFIG_PATH32}&amp;quot; USE_ARCH=32 \&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  &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; CXX=&amp;quot;g++ ${BUILDN32}&amp;quot; \&lt;br /&gt;
 PKG_CONFIG_PATH=&amp;quot;${PKG_CONFIG_PATHN32}&amp;quot; USE_ARCH=n32 \&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 &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; CXX=&amp;quot;g++ ${BUILD64}&amp;quot; \&lt;br /&gt;
 PKG_CONFIG_PATH=&amp;quot;${PKG_CONFIG_PATH64}&amp;quot; USE_ARCH=64 \&lt;br /&gt;
 ./configure --prefix=/usr --libdir=/usr/lib64 &amp;amp;&amp;amp;&lt;br /&gt;
     &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;
[[Category:Media Libraries]]&lt;/div&gt;</summary>
		<author><name>Dfrizel</name></author>
	</entry>
	<entry>
		<id>?title=Berkeley_DB&amp;diff=21271</id>
		<title>Berkeley DB</title>
		<link rel="alternate" type="text/html" href="?title=Berkeley_DB&amp;diff=21271"/>
		<updated>2012-01-15T22:21:57Z</updated>

		<summary type="html">&lt;p&gt;Dfrizel: Berkley DB does not ship with RPC anymore -- (Configure Info)&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://download.oracle.com/berkeley-db/db-{{Berkeley DB-Version}}.tar.gz&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{{Package-Introduction|The Berkeley DB package contains programs and utilities used by many other applications for database related functions.|http://www.oracle.com/technology/products/berkeley-db/index.html}}&lt;br /&gt;
&lt;br /&gt;
== Dependencies ==&lt;br /&gt;
&lt;br /&gt;
=== Optional ===&lt;br /&gt;
* [[TCL]]&lt;br /&gt;
* [[JDK]]&lt;br /&gt;
* [[Sharutils]]&lt;br /&gt;
&lt;br /&gt;
== Additional Configuration Options ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;--enable-java&#039;&#039;: Enables the building of the Berkeley DB Java API ([[JDK]]).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;--enable-pthread_api&#039;&#039;: Enables the POSIX thread library.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;--enable-tcl&#039;&#039;: Enables the bulding of the Berkeley DB [[TCL]] API. You will need the &#039;&#039;--with-tcl=DIR&#039;&#039; flag if you use this one.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;--enable-test&#039;&#039;: Enables the building of the test suite. The Berkeley DB [[TCL]] API must be built to run the test suite.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;--with-tcl=DIR&#039;&#039;: This flag tells configure where [[TCL]]&#039;s &#039;&#039;&#039;tclConfig.sh&#039;&#039;&#039; is located. The default is &#039;&#039;&#039;/usr/local/lib&#039;&#039;&#039;, so if you want to enable [[TCL]] support in Berkeley DB, you will need to use this flag. &#039;&#039;&#039;tclConfig.sh&#039;&#039;&#039; will be in &#039;&#039;&#039;/usr/lib&#039;&#039;&#039;, &#039;&#039;&#039;/usr/lib32&#039;&#039;&#039;, or &#039;&#039;&#039;/usr/lib64&#039;&#039;&#039; - depending on which architecture you&#039;re building for.&lt;br /&gt;
&lt;br /&gt;
== Test Suite Notes ==&lt;br /&gt;
&lt;br /&gt;
Berkeley DB has a &#039;&#039;very&#039;&#039; extensive test suite. It will take hours - possibly half the day - to run. In addition, it&#039;s pretty much a guarantee that you&#039;ll have at least a few errors. So, think twice - perhaps even three or four times - before running it.&lt;br /&gt;
&lt;br /&gt;
If you decide that you actually want to run the test suite, then you must have [[TCL]] installed and pass the following flags to configure:&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;--enable-tcl&#039;&#039;&lt;br /&gt;
 &#039;&#039;--with-tcl=DIR&#039;&#039;&lt;br /&gt;
 &#039;&#039;--enable-test&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
After running make, you will run:&lt;br /&gt;
&lt;br /&gt;
 tclsh&lt;br /&gt;
&lt;br /&gt;
This opens up the [[TCL]] shell from where you will run the test suite:&lt;br /&gt;
&lt;br /&gt;
 source ../test/test.tcl&lt;br /&gt;
 run_parallel 5 run_std&lt;br /&gt;
 exit&lt;br /&gt;
&lt;br /&gt;
So, after the &#039;&#039;&#039;run_parallel 5 run_std&#039;&#039;&#039; command you can run off to watch the entire Lord of the Rings or something. When you get back, you&#039;re going to have to build Berkeley DB again. This is because it is not recommended to use Berkeley DB configured with &#039;&#039;--enable-test&#039;&#039; on a production system.&lt;br /&gt;
&lt;br /&gt;
So run &#039;&#039;&#039;make realclean&#039;&#039;&#039; and then run configure without the &#039;&#039;--enable-test&#039;&#039; flag. You can keep the [[TCL]]-related flags if you want to because [[TCL]] support in Berkeley DB can still be useful, but we don&#039;t want the test suite enabled. After that of course, you continue with building and installing Berkeley DB as normal.&lt;br /&gt;
&lt;br /&gt;
== Non-Multilib ==&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 cd build_unix &amp;amp;&amp;amp;&lt;br /&gt;
 ../dist/configure --prefix=/usr \&lt;br /&gt;
     --enable-compat185 --enable-cxx &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make docdir=/usr/share/doc/db-{{Berkeley DB-Version}} install &amp;amp;&amp;amp;&lt;br /&gt;
 chown -v root:root /usr/bin/db_* /usr/lib/libdb* /usr/include/db* &amp;amp;&amp;amp;&lt;br /&gt;
 chown -v root:root /usr/bin/berkeley_db_svc &amp;amp;&amp;amp;&lt;br /&gt;
 chown -v -R root:root /usr/share/doc/db-{{Berkeley DB-Version}}&lt;br /&gt;
&lt;br /&gt;
=== Command Explanations ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;--enable-compat185&#039;&#039;: This flag makes it so that you can compile or load Berkeley DB 1.85 applications against this release of the Berkeley DB library.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;--enable-cxx&#039;&#039;: Enables the building of the Berkeley DB C++ API.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;--enable-rpc&#039;&#039;: Enables the building of the Berkeley DB RPC client code and server utility.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;docdir=/usr/share/doc/db-{{Berkeley DB-Version}}&#039;&#039;: This tells make to install the documentation in &#039;&#039;&#039;/usr/share/doc&#039;&#039;&#039; instead of the default &#039;&#039;&#039;/usr/docs&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;chown -v root:root...&#039;&#039;&#039;: The makefile uses &#039;&#039;&#039;cp -p&#039;&#039;&#039; to install files. As such, the files are owned by the user that built them. So, unless you want that to be the case (as in the [http://www.linuxfromscratch.org/hints/downloads/files/more_control_and_pkg_man.txt package user package management system]) you&#039;re going to want to chown them to root.&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;
 cd build_unix &amp;amp;&amp;amp;&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILD32}&amp;quot; CXX=&amp;quot;g++ ${BUILD32}&amp;quot; ../dist/configure --prefix=/usr \&lt;br /&gt;
     --enable-compat185 --enable-cxx &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make docdir=/usr/share/doc/db-{{Berkeley DB-Version}} install &amp;amp;&amp;amp;&lt;br /&gt;
 chown -v root:root /usr/bin/db_* /usr/lib/libdb* /usr/include/db* &amp;amp;&amp;amp;&lt;br /&gt;
 chown -v root:root /usr/bin/berkeley_db_svc &amp;amp;&amp;amp;&lt;br /&gt;
 chown -Rv root:root /usr/share/doc/db-{{Berkeley DB-Version}}&lt;br /&gt;
&lt;br /&gt;
=== N32 ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 cd build_unix &amp;amp;&amp;amp;&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILDN32}&amp;quot; CXX=&amp;quot;g++ ${BUILDN32}&amp;quot; ../dist/configure --prefix=/usr \&lt;br /&gt;
     --libdir=/usr/lib32 --enable-compat185 --enable-cxx &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make docdir=/usr/share/doc/db-{{Berkeley DB-Version}} install &amp;amp;&amp;amp;&lt;br /&gt;
 chown -v root:root /usr/bin/db_* /usr/lib32/libdb* /usr/include/db* &amp;amp;&amp;amp;&lt;br /&gt;
 chown -v root:root /usr/bin/berkeley_db_svc &amp;amp;&amp;amp;&lt;br /&gt;
 chown -v -R root:root /usr/share/doc/db-{{Berkeley DB-Version}}&lt;br /&gt;
&lt;br /&gt;
=== 64Bit ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 cd build_unix &amp;amp;&amp;amp;&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILD64}&amp;quot; CXX=&amp;quot;g++ ${BUILD64}&amp;quot; ../dist/configure --prefix=/usr \&lt;br /&gt;
     --libdir=/usr/lib64 --enable-compat185 --enable-cxx &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make docdir=/usr/share/doc/db-{{Berkeley DB-Version}} install &amp;amp;&amp;amp;&lt;br /&gt;
 chown -v root:root /usr/bin/db_* /usr/lib64/libdb* /usr/include/db* &amp;amp;&amp;amp;&lt;br /&gt;
 chown -v root:root /usr/bin/berkeley_db_svc &amp;amp;&amp;amp;&lt;br /&gt;
 chown -v -R root:root /usr/share/doc/db-{{Berkeley DB-Version}}&lt;br /&gt;
&lt;br /&gt;
[[Category:General Libs]]&lt;/div&gt;</summary>
		<author><name>Dfrizel</name></author>
	</entry>
	<entry>
		<id>?title=Xorg7/MesaLib&amp;diff=21263</id>
		<title>Xorg7/MesaLib</title>
		<link rel="alternate" type="text/html" href="?title=Xorg7/MesaLib&amp;diff=21263"/>
		<updated>2012-01-10T22:42:32Z</updated>

		<summary type="html">&lt;p&gt;Dfrizel: /* 64Bit */ Mesa Demos&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;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| ftp://ftp.freedesktop.org/pub/mesa/7.9/MesaLib-{{Mesa-Version}}.tar.gz&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| ftp://ftp.freedesktop.org/pub/mesa/7.9/MesaGLUT-{{Mesa-Version}}.tar.bz2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Back to [[Xorg7/libdrm|libdrm]]&lt;br /&gt;
&lt;br /&gt;
== Introduction to Mesa ==&lt;br /&gt;
&lt;br /&gt;
Mesa is an OpenGL compatible 3D library.  Three packages are available.&lt;br /&gt;
&lt;br /&gt;
* MesaLib - the main Mesa library source code, drivers and documentation.&lt;br /&gt;
* MesaGLUT - provides a working libglut.&lt;br /&gt;
&lt;br /&gt;
You&#039;ll often only need the first package.  However, there are a few packages that can use a GLUT library (such as [[LibTIFF]]), so you may wish to install MesaGLUT as well. If you choose to install MesaGLUT, extract all two tarballs from the same toplevel directory. All two will extract to the Mesa-{{Mesa-Version}} directory.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Homepage:&amp;lt;/b&amp;gt; http://www.mesa3d.org/&lt;br /&gt;
&lt;br /&gt;
== Dependencies ==&lt;br /&gt;
&lt;br /&gt;
=== Required ===&lt;br /&gt;
* Xorg [[Xorg7/Protocol_Headers|Protocol Headers]] glproto &amp;gt;=1.4.5&lt;br /&gt;
* Xorg [[Xorg7/Libraries|Libraries]] (including the Xdamage protocol)&lt;br /&gt;
* Xorg [[Xorg7/Utilities|Utilities]]&lt;br /&gt;
* [[Xorg7/libdrm|libdrm]]&lt;br /&gt;
* [[talloc]]&lt;br /&gt;
&lt;br /&gt;
=== Optional ===&lt;br /&gt;
* [[SELinux]]&lt;br /&gt;
* [[XCB]]&lt;br /&gt;
&lt;br /&gt;
== Configuration Information ==&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;--enable-xcb:&#039;&#039; enables the use of the optional dependency XCB.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Non-Multilib ==&lt;br /&gt;
&lt;br /&gt;
Configure the package:&lt;br /&gt;
&lt;br /&gt;
 ./configure $XORG_CONFIG&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&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 == &amp;quot;&amp;quot;NEEDS UPDATING&amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== 32Bit ===&lt;br /&gt;
&lt;br /&gt;
The Mesa source is needed to build [[Xorg7/Xserver]], save the Mesa source tree for use with the build.&lt;br /&gt;
&lt;br /&gt;
 mv Mesa-{{Mesa-Version}}{,-32} &amp;amp;&amp;amp;&lt;br /&gt;
 cd Mesa-{{Mesa-Version}}-32&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 PKG_CONFIG_PATH=&amp;quot;${PKG_CONFIG_PATH32}&amp;quot; \&lt;br /&gt;
     ./configure $XORG_CONFIG32 --enable-32-bit &amp;amp;&amp;amp; \&lt;br /&gt;
 PKG_CONFIG_PATH=&amp;quot;${PKG_CONFIG_PATH32}&amp;quot; \&lt;br /&gt;
     make CC=&amp;quot;gcc ${BUILD32} -I$XORG_PREFIX/include&amp;quot; \&lt;br /&gt;
     CXX=&amp;quot;g++ ${BUILD32} -I$XORG_PREFIX/include&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
Install the package:&lt;br /&gt;
&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
=== N32 ===&lt;br /&gt;
&lt;br /&gt;
The Mesa source is needed to build [[Xorg7/Xserver]], save the Mesa source tree for use with the build.&lt;br /&gt;
&lt;br /&gt;
 mv Mesa-{{Mesa-Version}}{,-n32} &amp;amp;&amp;amp;&lt;br /&gt;
 cd Mesa-{{Mesa-Version}}-n32&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 PKG_CONFIG_PATH=&amp;quot;${PKG_CONFIG_PATHN32}&amp;quot; \&lt;br /&gt;
     ./configure $XORG_CONFIGN32 --enable-32-bit &amp;amp;&amp;amp; \&lt;br /&gt;
 PKG_CONFIG_PATH=&amp;quot;${PKG_CONFIG_PATHN32}&amp;quot; \&lt;br /&gt;
     make CC=&amp;quot;gcc ${BUILDN32} -I$XORG_PREFIX/include&amp;quot; \&lt;br /&gt;
     CXX=&amp;quot;g++ ${BUILDN32} -I$XORG_PREFIX/include&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
Install the package:&lt;br /&gt;
&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
=== 64Bit ===&lt;br /&gt;
&lt;br /&gt;
The Mesa source is needed to build [[Xorg7/Xserver]], save the Mesa source tree for use with the build.&lt;br /&gt;
&lt;br /&gt;
 mv Mesa-{{Mesa-Version}}{,-64} &amp;amp;&amp;amp;&lt;br /&gt;
 cd Mesa-{{Mesa-Version}}-64&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 PKG_CONFIG_PATH=&amp;quot;${PKG_CONFIG_PATH64}&amp;quot; \&lt;br /&gt;
     ./configure $XORG_CONFIG64 --enable-64-bit &amp;amp;&amp;amp; \&lt;br /&gt;
 PKG_CONFIG_PATH=&amp;quot;${PKG_CONFIG_PATH64}&amp;quot; \&lt;br /&gt;
     make CC=&amp;quot;gcc ${BUILD64} -I$XORG_PREFIX/include&amp;quot; \&lt;br /&gt;
     CXX=&amp;quot;g++ ${BUILD64} -I$XORG_PREFIX/include&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Install the package:&lt;br /&gt;
&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
== For older Mesa Packages only ==&lt;br /&gt;
The Mesa Demos are in an own package now - needs to be configured and made seperately&lt;br /&gt;
&lt;br /&gt;
If you would like to build and install glxinfo and glxgears execute the following command:&lt;br /&gt;
&lt;br /&gt;
 PKG_CONFIG_PATH=&amp;quot;${PKG_CONFIG_PATH64}&amp;quot; \&lt;br /&gt;
 make CC=&amp;quot;gcc ${BUILD64}&amp;quot; -C progs/xdemos glxinfo glxgears &amp;amp;&amp;amp;&lt;br /&gt;
 install -m755 -v progs/xdemos/{glxinfo,glxgears} /usr/bin&lt;br /&gt;
&lt;br /&gt;
Forward to [[Xorg7/xbitmaps|xbitmaps]]&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 Directories:&lt;br /&gt;
|/usr/include/GLES&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!Installed Programs:&lt;br /&gt;
|None&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!Installed Libraries:&lt;br /&gt;
|libGL.so, libGLU.so, libGLw.so, libOSMesa.so, libglut.so&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Short Description ===&lt;/div&gt;</summary>
		<author><name>Dfrizel</name></author>
	</entry>
	<entry>
		<id>?title=Libatomic_ops&amp;diff=21260</id>
		<title>Libatomic ops</title>
		<link rel="alternate" type="text/html" href="?title=Libatomic_ops&amp;diff=21260"/>
		<updated>2012-01-09T00:34:21Z</updated>

		<summary type="html">&lt;p&gt;Dfrizel: General Libs should be valid for this library&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://www.hpl.hp.com/research/linux/atomic_ops/download/libatomic_ops-1.2.tar.gz&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{{Package-Introduction|Provides implementations for atomic memory update operations on a number of architectures. This allows direct use of these in reasonably portable code.|http://www.hpl.hp.com/research/linux/atomic_ops}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Non-Multilib ==&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 Please Contribute&lt;br /&gt;
&lt;br /&gt;
Install the package:&lt;br /&gt;
&lt;br /&gt;
 Please Contribute&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; PKG_CONFIG_PATH=&amp;quot;${PKG_CONFIG_PATH32}&amp;quot; \&lt;br /&gt;
     ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var &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;
=== N32 ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
  Please Contribute&lt;br /&gt;
&lt;br /&gt;
Install the package:&lt;br /&gt;
&lt;br /&gt;
  Please Contribute&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; PKG_CONFIG_PATH=&amp;quot;${PKG_CONFIG_PATH64}&amp;quot; \&lt;br /&gt;
     ./configure --prefix=/usr --libdir=/usr/lib64 --sysconfdir=/etc \&lt;br /&gt;
     --localstatedir=/var &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;
== 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 Directories:&lt;br /&gt;
|/usr/lib&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!Installed Libraries:&lt;br /&gt;
|libatomic_ops.a, libatomic_ops_gpl.a&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Short Descriptions ===&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;
!libatomic_ops.a&lt;br /&gt;
|Please contribute description for this library&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!libatomic_ops_gpl.a&lt;br /&gt;
|Please contribute description for this library&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:General Libs]]&lt;/div&gt;</summary>
		<author><name>Dfrizel</name></author>
	</entry>
	<entry>
		<id>?title=PCI_Utilities&amp;diff=21258</id>
		<title>PCI Utilities</title>
		<link rel="alternate" type="text/html" href="?title=PCI_Utilities&amp;diff=21258"/>
		<updated>2012-01-08T19:32:19Z</updated>

		<summary type="html">&lt;p&gt;Dfrizel: &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;
| ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/pciutils-{{PCI Utilities-Version}}.tar.gz&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{{Package-Introduction|PCI Utilities are various utilities that allow inspection and setting of devices connected to the PCI bus.}}&lt;br /&gt;
&lt;br /&gt;
== Dependencies ==&lt;br /&gt;
&lt;br /&gt;
=== Required ===&lt;br /&gt;
* [[wget]] or [[curl]] for update-pciids&lt;br /&gt;
* [[which]] for update-pciids&lt;br /&gt;
&lt;br /&gt;
=== Optional ===&lt;br /&gt;
* [[pkg-config]]&lt;br /&gt;
&lt;br /&gt;
== Non-Multilib ==&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 make PREFIX=/usr CC=&amp;quot;gcc -fPIC&amp;quot; ZLIB=no SHARED=yes&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make PREFIX=/usr SHARED=yes install&lt;br /&gt;
&lt;br /&gt;
Some packages require the PCI static library. To install the library and headers, issue the following command:&lt;br /&gt;
&lt;br /&gt;
 make PREFIX=/usr SHARED=yes install-lib&lt;br /&gt;
&lt;br /&gt;
=== Command Explanations ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ZLIB=no&#039;&#039;&#039;: This will make the &#039;&#039;&#039;pci.ids&#039;&#039;&#039; file usable for anything that expects an uncompressed version of the &#039;&#039;&#039;pci.ids&#039;&#039;&#039; file. Without this command the file would be called &#039;&#039;&#039;pci.ids.gz&#039;&#039;&#039;, which is not compatbile with some programs. Compression of &#039;&#039;&#039;pci.ids&#039;&#039;&#039; was added with the 2.2.4 release.&lt;br /&gt;
If compressed support is enabled by &#039;&#039;&#039;ZLIB=yes&#039;&#039;&#039;, pciutils will use pci.ids.gz in preference to pci.ids, even if the&lt;br /&gt;
pci.ids file is newer. If the pci.ids.gz file is missing, it will use pci.ids instead.&lt;br /&gt;
You can turn on compression support and uncompress &#039;&#039;&#039;pci.ids.gz&#039;&#039;&#039; to &#039;&#039;&#039;pci.ids&#039;&#039;&#039; after every update manually.&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;
 make PREFIX=/usr CC=&amp;quot;gcc ${BUILD32} -fPIC&amp;quot; ZLIB=no SHARED=yes&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make PREFIX=/usr SHARED=yes install&lt;br /&gt;
&lt;br /&gt;
Some packages require the PCI static library. To install the library and headers, issue the following commands:&lt;br /&gt;
&lt;br /&gt;
 make PREFIX=/usr SHARED=yes install-lib&lt;br /&gt;
&lt;br /&gt;
=== N32 ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 make PREFIX=/usr LIBDIR=/usr/lib32 CC=&amp;quot;gcc ${BUILDN32} -fPIC&amp;quot; ZLIB=no SHARED=yes&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make PREFIX=/usr LIBDIR=/usr/lib32 SHARED=yes install&lt;br /&gt;
&lt;br /&gt;
Some packages require the PCI static library. To install the library and headers, issue the following command:&lt;br /&gt;
&lt;br /&gt;
 make PREFIX=/usr LIBDIR=/usr/lib32 SHARED=yes install-lib&lt;br /&gt;
&lt;br /&gt;
=== 64Bit ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 make PREFIX=/usr LIBDIR=/usr/lib64 CC=&amp;quot;gcc ${BUILD64} -fPIC&amp;quot; ZLIB=no SHARED=yes&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make PREFIX=/usr LIBDIR=/usr/lib64 SHARED=yes install&lt;br /&gt;
&lt;br /&gt;
Some packages require the PCI static library. To install the library and headers, issue the following command:&lt;br /&gt;
&lt;br /&gt;
 make PREFIX=/usr LIBDIR=/usr/lib64 SHARED=yes install-lib&lt;br /&gt;
&lt;br /&gt;
== Configuring ==&lt;br /&gt;
&lt;br /&gt;
=== pci.ids ===&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;pci.ids&#039;&#039;&#039; data file is constantly being updated. To get a current version of this file run &#039;&#039;&#039;update-pciids&#039;&#039;&#039;. This program requires [[Which]] to find [[Curl]], [[Wget]], or [[Lynx]] which is used to download the most current file.&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;
| lspci, setpci and update-pciids&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! Installed Libraries:&lt;br /&gt;
| libpci.a&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! Installed Directories:&lt;br /&gt;
| /usr/include/pci&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Short Descriptions ===&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;
! lspci&lt;br /&gt;
| is a utility for displaying information about all PCI buses in the system and all devices connected to them.&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! setpci&lt;br /&gt;
| is a utility for querying and configuring PCI devices. &lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! update-pciids&lt;br /&gt;
| fetches the current version of the PCI ID list. Requires [[Curl]], [[Wget]] or [[Lynx]].&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! libpci.a&lt;br /&gt;
| is the static library that allows applications to access the PCI subsystem.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:General Utilities]]&lt;/div&gt;</summary>
		<author><name>Dfrizel</name></author>
	</entry>
	<entry>
		<id>?title=PCI_Utilities&amp;diff=21257</id>
		<title>PCI Utilities</title>
		<link rel="alternate" type="text/html" href="?title=PCI_Utilities&amp;diff=21257"/>
		<updated>2012-01-08T19:29:38Z</updated>

		<summary type="html">&lt;p&gt;Dfrizel: correct URL - kernel.org does not host pci-utils at the moment&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;
| ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/pciutils-{{PCI Utilities-Version}}.tar.bz2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{{Package-Introduction|PCI Utilities are various utilities that allow inspection and setting of devices connected to the PCI bus.}}&lt;br /&gt;
&lt;br /&gt;
== Dependencies ==&lt;br /&gt;
&lt;br /&gt;
=== Required ===&lt;br /&gt;
* [[wget]] or [[curl]] for update-pciids&lt;br /&gt;
* [[which]] for update-pciids&lt;br /&gt;
&lt;br /&gt;
=== Optional ===&lt;br /&gt;
* [[pkg-config]]&lt;br /&gt;
&lt;br /&gt;
== Non-Multilib ==&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 make PREFIX=/usr CC=&amp;quot;gcc -fPIC&amp;quot; ZLIB=no SHARED=yes&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make PREFIX=/usr SHARED=yes install&lt;br /&gt;
&lt;br /&gt;
Some packages require the PCI static library. To install the library and headers, issue the following command:&lt;br /&gt;
&lt;br /&gt;
 make PREFIX=/usr SHARED=yes install-lib&lt;br /&gt;
&lt;br /&gt;
=== Command Explanations ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ZLIB=no&#039;&#039;&#039;: This will make the &#039;&#039;&#039;pci.ids&#039;&#039;&#039; file usable for anything that expects an uncompressed version of the &#039;&#039;&#039;pci.ids&#039;&#039;&#039; file. Without this command the file would be called &#039;&#039;&#039;pci.ids.gz&#039;&#039;&#039;, which is not compatbile with some programs. Compression of &#039;&#039;&#039;pci.ids&#039;&#039;&#039; was added with the 2.2.4 release.&lt;br /&gt;
If compressed support is enabled by &#039;&#039;&#039;ZLIB=yes&#039;&#039;&#039;, pciutils will use pci.ids.gz in preference to pci.ids, even if the&lt;br /&gt;
pci.ids file is newer. If the pci.ids.gz file is missing, it will use pci.ids instead.&lt;br /&gt;
You can turn on compression support and uncompress &#039;&#039;&#039;pci.ids.gz&#039;&#039;&#039; to &#039;&#039;&#039;pci.ids&#039;&#039;&#039; after every update manually.&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;
 make PREFIX=/usr CC=&amp;quot;gcc ${BUILD32} -fPIC&amp;quot; ZLIB=no SHARED=yes&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make PREFIX=/usr SHARED=yes install&lt;br /&gt;
&lt;br /&gt;
Some packages require the PCI static library. To install the library and headers, issue the following commands:&lt;br /&gt;
&lt;br /&gt;
 make PREFIX=/usr SHARED=yes install-lib&lt;br /&gt;
&lt;br /&gt;
=== N32 ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 make PREFIX=/usr LIBDIR=/usr/lib32 CC=&amp;quot;gcc ${BUILDN32} -fPIC&amp;quot; ZLIB=no SHARED=yes&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make PREFIX=/usr LIBDIR=/usr/lib32 SHARED=yes install&lt;br /&gt;
&lt;br /&gt;
Some packages require the PCI static library. To install the library and headers, issue the following command:&lt;br /&gt;
&lt;br /&gt;
 make PREFIX=/usr LIBDIR=/usr/lib32 SHARED=yes install-lib&lt;br /&gt;
&lt;br /&gt;
=== 64Bit ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 make PREFIX=/usr LIBDIR=/usr/lib64 CC=&amp;quot;gcc ${BUILD64} -fPIC&amp;quot; ZLIB=no SHARED=yes&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make PREFIX=/usr LIBDIR=/usr/lib64 SHARED=yes install&lt;br /&gt;
&lt;br /&gt;
Some packages require the PCI static library. To install the library and headers, issue the following command:&lt;br /&gt;
&lt;br /&gt;
 make PREFIX=/usr LIBDIR=/usr/lib64 SHARED=yes install-lib&lt;br /&gt;
&lt;br /&gt;
== Configuring ==&lt;br /&gt;
&lt;br /&gt;
=== pci.ids ===&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;pci.ids&#039;&#039;&#039; data file is constantly being updated. To get a current version of this file run &#039;&#039;&#039;update-pciids&#039;&#039;&#039;. This program requires [[Which]] to find [[Curl]], [[Wget]], or [[Lynx]] which is used to download the most current file.&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;
| lspci, setpci and update-pciids&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! Installed Libraries:&lt;br /&gt;
| libpci.a&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! Installed Directories:&lt;br /&gt;
| /usr/include/pci&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Short Descriptions ===&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;
! lspci&lt;br /&gt;
| is a utility for displaying information about all PCI buses in the system and all devices connected to them.&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! setpci&lt;br /&gt;
| is a utility for querying and configuring PCI devices. &lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! update-pciids&lt;br /&gt;
| fetches the current version of the PCI ID list. Requires [[Curl]], [[Wget]] or [[Lynx]].&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! libpci.a&lt;br /&gt;
| is the static library that allows applications to access the PCI subsystem.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:General Utilities]]&lt;/div&gt;</summary>
		<author><name>Dfrizel</name></author>
	</entry>
	<entry>
		<id>?title=SDL_gfx&amp;diff=21254</id>
		<title>SDL gfx</title>
		<link rel="alternate" type="text/html" href="?title=SDL_gfx&amp;diff=21254"/>
		<updated>2012-01-02T16:19:21Z</updated>

		<summary type="html">&lt;p&gt;Dfrizel: MMX for x86 and x86_64&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://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-{{SDL_gfx-Version}}.tar.gz&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{{Blank-Package-Introduction}}&lt;br /&gt;
&lt;br /&gt;
== Dependencies ==&lt;br /&gt;
&lt;br /&gt;
=== Required ===&lt;br /&gt;
* [[SDL]]&lt;br /&gt;
* [[X Window System]]&lt;br /&gt;
&lt;br /&gt;
== Build Options ==&lt;br /&gt;
&lt;br /&gt;
On x86 and x86_64-32 builds the --disable-mmx flag can be removed&lt;br /&gt;
(for 64bit builds it is required)&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 --disable-mmx &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;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILD32}&amp;quot; USE_ARCH=32 \&lt;br /&gt;
 ./configure --prefix=/usr --disable-mmx &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;
=== 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 \&lt;br /&gt;
 ./configure --prefix=/usr --disable-mmx \&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&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 \&lt;br /&gt;
 ./configure --prefix=/usr --disable-mmx \&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&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;
| None&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! Installed Libraries:&lt;br /&gt;
| libSDL_gfx.{a,la,so}&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! Installed Directories:&lt;br /&gt;
| /usr/include/SDL&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Media Libraries]]&lt;/div&gt;</summary>
		<author><name>Dfrizel</name></author>
	</entry>
	<entry>
		<id>?title=Rpm2targz&amp;diff=21246</id>
		<title>Rpm2targz</title>
		<link rel="alternate" type="text/html" href="?title=Rpm2targz&amp;diff=21246"/>
		<updated>2011-12-29T00:00:11Z</updated>

		<summary type="html">&lt;p&gt;Dfrizel: /* Requirements */&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://gentoo.osuosl.org/distfiles/rpm2targz-{{Rpm2targz-Version}}.tar.lzma&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{{Package-Introduction|Converts a .rpm file to a .tar.gz archive|http://www.slackware.com/config/packages.php}}&lt;br /&gt;
&lt;br /&gt;
{{Note|This is Gentoos&#039;s rpm2targz patched to add bzip2 support, support for other than bash, secure tempfile, non-GNU portability, and causes rpm2targz to extract to current directory.}}&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
Either [[XZ-Utils]] (prefered) or [[LZMA-Utils]] to unpack the tarball.&lt;br /&gt;
&lt;br /&gt;
[[Cpio]] (runtime requirement)&lt;br /&gt;
&lt;br /&gt;
== Non-Multilib ==&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&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;
&amp;lt;b&amp;gt;This package does not provide any libraries so only one installation is required.&amp;lt;/b&amp;gt;&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;${BUILD32}&amp;quot; make&lt;br /&gt;
&lt;br /&gt;
Install the package:&lt;br /&gt;
&lt;br /&gt;
 make install&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;${BUILDN32}&amp;quot; make&lt;br /&gt;
&lt;br /&gt;
Install the package:&lt;br /&gt;
&lt;br /&gt;
 make install&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;${BUILD64}&amp;quot; make&lt;br /&gt;
&lt;br /&gt;
Install the package:&lt;br /&gt;
&lt;br /&gt;
 make install&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 Directories:&lt;br /&gt;
|None&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!Installed Programs:&lt;br /&gt;
|rpm2targz, rpmoffset&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!Installed Libraries:&lt;br /&gt;
|None&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Short Descriptions ===&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;
!&lt;br /&gt;
|&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!&lt;br /&gt;
|&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:General Utilities]]&lt;br /&gt;
[http://www.example.com link title]&lt;/div&gt;</summary>
		<author><name>Dfrizel</name></author>
	</entry>
	<entry>
		<id>?title=Xorg7/Config&amp;diff=21244</id>
		<title>Xorg7/Config</title>
		<link rel="alternate" type="text/html" href="?title=Xorg7/Config&amp;diff=21244"/>
		<updated>2011-12-27T23:51:07Z</updated>

		<summary type="html">&lt;p&gt;Dfrizel: Add Link for pango fonts&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Configuring the X Window System=&lt;br /&gt;
&lt;br /&gt;
==FHS Symlinks==&lt;br /&gt;
&lt;br /&gt;
If you installed an [[X Window System]] into a prefix other than /usr and you wish to be [http://www.pathname.com/fhs FHS compliant], it is necessary to create some symbolic links.&lt;br /&gt;
&lt;br /&gt;
  ln -sv ${XORG_PREFIX}/bin /usr/bin/X11&lt;br /&gt;
  ln -sv ${XORG_PREFIX}/include/X11 /usr/include/X11&lt;br /&gt;
&lt;br /&gt;
===Non-Multilib===&lt;br /&gt;
&lt;br /&gt;
  ln -sv ${XORG_PREFIX}/lib/X11 /usr/lib/X11&lt;br /&gt;
&lt;br /&gt;
===Multilib===&lt;br /&gt;
&lt;br /&gt;
  ln -sv ${XORG_PREFIX}/lib/X11 /usr/lib/X11&lt;br /&gt;
  ln -sv ${XORG_PREFIX}/lib32/X11 /usr/lib32/X11&lt;br /&gt;
  ln -sv ${XORG_PREFIX}/lib64/X11 /usr/lib64/X11&lt;br /&gt;
&lt;br /&gt;
==Creating /etc/X11/xorg.conf==&lt;br /&gt;
&lt;br /&gt;
Now, as the &#039;&#039;root&#039;&#039; user, create a basic X Window System Configuration file.&lt;br /&gt;
&lt;br /&gt;
  cd ~ &amp;amp;&amp;amp;&lt;br /&gt;
  Xorg -configure&lt;br /&gt;
&lt;br /&gt;
This will create a configuration file in &#039;&#039;root&#039;&#039;&#039;s home directory called xorg.conf.new.  You may edit this file to provide specific settings for your system.  Some things that are commonly edited.&lt;br /&gt;
&lt;br /&gt;
*In Section &amp;quot;Files&amp;quot;. Change the order of the font paths searched or remove some font directories completely (of course why did you install them if you weren&#039;t going to use them?).&lt;br /&gt;
&lt;br /&gt;
*In Section &amp;quot;Module&amp;quot;. If you are going to install nVidia drivers, remove the &amp;quot;Load dri&amp;quot; line.&lt;br /&gt;
&lt;br /&gt;
*In Section &amp;quot;Device&amp;quot;. You may want to set some of the options available for your selected video driver.  If you have an nVidia chip, whether using the &amp;quot;nv&amp;quot; or the &amp;quot;nvidia&amp;quot; driver, you may need to edit this section to resolve [https://bugs.freedesktop.org/show_bug.cgi?id=3009 Xorg bug 3009] involving a missing mouse pointer.  Add this line to Section &amp;quot;Device&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
       Option      &amp;quot;HWCursor&amp;quot; &amp;quot;off&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*Xorg-7.3: If you have an Intel chip, the driver auto-detects all device information necessary to initialize the card.  The only lines you should need in the &amp;quot;Device&amp;quot; section of your xorg.conf file are:&lt;br /&gt;
&lt;br /&gt;
       Section &amp;quot;Device&amp;quot;&lt;br /&gt;
           Identifier &amp;quot;intel&amp;quot;&lt;br /&gt;
           Driver     &amp;quot;intel&amp;quot;&lt;br /&gt;
       EndSection&lt;br /&gt;
&lt;br /&gt;
Please refer to the intel(4) manual page for information on configuration&lt;br /&gt;
options.&lt;br /&gt;
&lt;br /&gt;
*In Section &amp;quot;Screen&amp;quot;. Add a DefaultDepth statement and in the SubSection for your default depth, add a modes line.&lt;br /&gt;
&lt;br /&gt;
Test the system with&lt;br /&gt;
&lt;br /&gt;
  X -config ~/xorg.conf.new&lt;br /&gt;
&lt;br /&gt;
You will only see a &#039;grey&#039; background with black &#039;&#039;&#039;X&#039;&#039;&#039; cursor, but this indicates the X server is working.  Exit with &#039;&#039;&#039;Control+Alt+Backspace&#039;&#039;&#039;. If the system does not work, take a look at /var/log/Xorg.0.log to see what went wrong.&lt;br /&gt;
&lt;br /&gt;
As the &#039;&#039;root&#039;&#039; user, create the configuration directory and move the configuration file to the new directory:&lt;br /&gt;
&lt;br /&gt;
  install -v -m755 -D ~/xorg.conf.new /etc/X11/xorg.conf&lt;br /&gt;
&lt;br /&gt;
==PANGO SYMLINK==&lt;br /&gt;
&lt;br /&gt;
if you intend to use Gnome, this symlink helps to render the fonts correctly. (Pango needs the fonts in /usr/share/fonts)&lt;br /&gt;
  ln -sv ${XORG_PREFIX}/share/fonts /usr/share/&lt;/div&gt;</summary>
		<author><name>Dfrizel</name></author>
	</entry>
	<entry>
		<id>?title=Template:LibGCrypt-Version&amp;diff=21235</id>
		<title>Template:LibGCrypt-Version</title>
		<link rel="alternate" type="text/html" href="?title=Template:LibGCrypt-Version&amp;diff=21235"/>
		<updated>2011-12-09T20:47:27Z</updated>

		<summary type="html">&lt;p&gt;Dfrizel: Update since did not compile with libgpg-error version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;1.5.0&lt;/div&gt;</summary>
		<author><name>Dfrizel</name></author>
	</entry>
</feed>