<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>208407</bug_id>
          
          <creation_ts>2008-02-01 10:37 0000</creation_ts>
          <short_desc>Need ebuilds for alternative OpenAL implementations</short_desc>
          <delta_ts>2008-11-05 23:40:02 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Ebuilds</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <keywords>EBUILD</keywords>
          <priority>P5</priority>
          <bug_severity>enhancement</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <votes>10</votes>
          <everconfirmed>1</everconfirmed>
          <reporter>chris.kcat@gmail.com</reporter>
          <assigned_to>maintainer-wanted@gentoo.org</assigned_to>
          <cc>arc@pysoy.org</cc>
    
    <cc>bundeswerner@googlemail.com</cc>
    
    <cc>chrschmitt@gmail.com</cc>
    
    <cc>devurandom@gmx.net</cc>
    
    <cc>k-r.ernst@my-mail.ch</cc>
    
    <cc>lifeissecret@gmail.com</cc>
    
    <cc>maggu2810@web.de</cc>
    
    <cc>nyhm@gentoo.org</cc>
    
    <cc>petr.pisar@atlas.cz</cc>
    
    <cc>Sergey.Belyashov@gmail.com</cc>
    
    <cc>sound@gentoo.org</cc>
    
    <cc>steffen@stollfuss.net</cc>

      

      
          <long_desc isprivate="0">
            <who>chris.kcat@gmail.com</who>
            <bug_when>2008-02-01 10:37:02 0000</bug_when>
            <thetext>Currently there are only ebuilds for the outdated, unmaintained Sample Implementation for OpenAL, the last release of which being over a year old with no new releases in sight. However, there are other, more up-to-date and better maintained implementations available.. such as OpenAL Soft &lt;http://kcat.strangesoft.net/openal.html&gt;. There is also OpenAL-ALSA &lt;http://dino.e4a.it/openal-alsa/&gt;, however I can&apos;t vouch for its current status.

Many developers are having a difficult time dealing with the latest Sample Implementation release, its bugs and inefficiency with no improvement for it in sight.. some having to ask their users to manually compile and install alternative implementations, others just living with the bugs, and others abandoning OpenAL entirely. These alternative implementations are API and ABI compatible with any app that properly follows the OpenAL spec, and I&apos;ve personally had nothing but positive results for using OpenAL Soft, in particular, as a drop-in replacement for the Sample Implementation.

Reproducible: Always

Steps to Reproduce:</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>jakub@gentoo.org</who>
            <bug_when>2008-02-01 10:42:20 0000</bug_when>
            <thetext>So write them, attach and some developer will have a look (or not, depending on time constraints and interest in such alternatives.)

&quot;I need ebuilds&quot; won&apos;t get you very far I&apos;m afraid.
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>chris.kcat@gmail.com</who>
            <bug_when>2008-02-01 15:09:26 0000</bug_when>
            <thetext>Created an attachment (id=142409)
OpenAL Soft 1.2.218 ebuild

Okay, here&apos;s an ebuild for OpenAL Soft 1.2.218. Credit goes to Jouni Kosonen for making it.

However, there are still some issues. The last SI release used libopenal.so.0, while its SVN version and OpenAL Soft use libopenal.so.1. Packages that built against the older lib will need to be rebuilt, and I don&apos;t know much about ebuilds to print a warning for users about that.

Also that current packages that use OpenAL depend on media-libs/openal, which is the SI and can&apos;t be installed with OpenAL Soft (they both use libopenal.so and AL/al.h and AL/alc.h). Something like virtual/openal is needed so a user can use the lib of their choice.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>arc@pysoy.org</who>
            <bug_when>2008-02-15 16:28:54 0000</bug_when>
            <thetext>This ebuild worked for me, and the packages I rebuilt to use it worked beautifully too.  I expect most if not all packages depending on media-libs/openal-0.0.8 could be switched to virtual/openal-1.1 with this as the preference.

OpenAL 0.0.8 lacks quite a bit and is now over 2 years since their last release (2006/02/11).  There is some progress in svn but there&apos;s no prospect for a new release anytime soon.

I volunteer to help with testing existing packages for migration to virtual/openal-1.1</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>Sergey.Belyashov@gmail.com</who>
            <bug_when>2008-02-22 21:33:55 0000</bug_when>
            <thetext>Created an attachment (id=144385)
media-libs/openal-soft-1.3.253.ebuild

current version of openal-soft

I think, that is need to rename media-libs/openal to media-libs/openal-sample, add media-libs/openal-soft, virtual/openal and possibly app-admin/eselect-openal to select profiles (such as OpenGL)</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>arc@pysoy.org</who>
            <bug_when>2008-02-23 21:20:14 0000</bug_when>
            <thetext>This also works great.  Below is the diff between the two ebuilds, it&apos;s fairly trivial.

33c33
&lt; 	!use debug || myconf=&quot;${myconf} -DCMAKE_BUILD_TYPE=Debug&quot;

---

&gt; 	use debug &amp;&amp; myconf=&quot;${myconf} -DCMAKE_BUILD_TYPE=Debug&quot;


I&apos;ll repeat that we need this.  The version of openal we have in portage right now has numerous bugs and lacks some rather basic OpenAL 1.1 extensions such device enumeration.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>devurandom@gmx.net</who>
            <bug_when>2008-02-29 20:59:58 0000</bug_when>
            <thetext>I heard rumors that OpenAL Soft will replace OpenAL SI sooner or later. So the eselect issue could solve itself in the near future.
But the Creative comes with an own implementation, too...</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>devurandom@gmx.net</who>
            <bug_when>2008-02-29 21:29:40 0000</bug_when>
            <thetext>Created an attachment (id=144969)
Slightly changed ebuild.

Slightly changed ebuild, installs as &quot;media-libs/openal&quot; so no virtual thing is required, but also is a bit cleaned up. ${PN}-${PV} in the original ebuild should be replaced by ${P}. Patch to highlight the changes follows.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>devurandom@gmx.net</who>
            <bug_when>2008-02-29 21:30:12 0000</bug_when>
            <thetext>Created an attachment (id=144970)
Diff for my &quot;slightly changed ebuild&quot;

</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>Sergey.Belyashov@gmail.com</who>
            <bug_when>2008-03-01 11:22:27 0000</bug_when>
            <thetext>(In reply to comment #7)
&gt; Created an attachment (id=144969) [edit]
&gt; Slightly changed ebuild.
&gt; 
&gt; Slightly changed ebuild, installs as &quot;media-libs/openal&quot; so no virtual thing is
&gt; required, but also is a bit cleaned up. ${PN}-${PV} in the original ebuild
&gt; should be replaced by ${P}. Patch to highlight the changes follows.
&gt; 

Try to reemerge games-action/cromium with openal-soft instead openal installed ;-)
Some programs need to be patched before using openal-soft</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>devurandom@gmx.net</who>
            <bug_when>2008-03-01 12:18:01 0000</bug_when>
            <thetext>That ebuild was more to allow for quick testing, than to be the final solution for Gentoo. ;-)
But I hope my audit of the ebuild (see the diff) was not in vain and is usefull for the final solution, too.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>chrschmitt@gmail.com</who>
            <bug_when>2008-04-07 14:36:05 0000</bug_when>
            <thetext>This is great. The new ebuild finally makes alsa sound work for games/programs that use openal (blender, flightgear, glest). Of course I had to recompile them, but now I don&apos;t need to load the oss modules any more. This is a good improvement and I hope to see this version in portage ASAP.
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>Sergey.Belyashov@gmail.com</who>
            <bug_when>2008-06-16 10:50:29 0000</bug_when>
            <thetext>Created an attachment (id=157061)
media-libs/openal-1.4.272.ebuild

Version 1.4.272</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>devurandom@gmx.net</who>
            <bug_when>2008-06-16 11:45:38 0000</bug_when>
            <thetext>Any modifications besides incrementing the version number?</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>Sergey.Belyashov@gmail.com</who>
            <bug_when>2008-06-16 17:07:18 0000</bug_when>
            <thetext>Also added support for custom CFLAGS (defined in /etc/make.conf) ;)</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>petr.pisar@atlas.cz</who>
            <bug_when>2008-06-18 20:10:07 0000</bug_when>
            <thetext>FYI: I have compiled games-sports/torcs (and media-libs/plib) against this openal-1.4.272 successfully, however performance went down drastically (in comparison to openal-0.8.2-r2 over aoss).</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>Sergey.Belyashov@gmail.com</who>
            <bug_when>2008-06-19 17:17:16 0000</bug_when>
            <thetext>(In reply to comment #15)
&gt; FYI: I have compiled games-sports/torcs (and media-libs/plib) against this
&gt; openal-1.4.272 successfully, however performance went down drastically (in
&gt; comparison to openal-0.8.2-r2 over aoss).
&gt; 

try 1.3.253</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>petr.pisar@atlas.cz</who>
            <bug_when>2008-06-19 20:00:22 0000</bug_when>
            <thetext>(In reply to comment #16)
&gt; (In reply to comment #15)
&gt; &gt; FYI: I have compiled games-sports/torcs (and media-libs/plib) against this
&gt; &gt; openal-1.4.272 successfully, however performance went down drastically (in
&gt; &gt; comparison to openal-0.8.2-r2 over aoss).
&gt; &gt; 
&gt; 
&gt; try 1.3.253
&gt; 

It&apos;s a little better (e.g. small pauses during rendering without enabled sound disappeared), however still unusable. With disabled sound it has 18 FPS, with openal-1.3.253 6 FPS and with plib over aoss about 12 FPS. FPS with openal-0.8.2-r2 over aoss is about 15.

Just for compleness the game is linked against openal and freealut which is linked against openal.

I don&apos;t know where the problem is exactly, but I think making virtual openal with few alternative implemetations would be more friendly for some user (me) :D</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>chris.kcat@gmail.com</who>
            <bug_when>2008-06-20 03:52:14 0000</bug_when>
            <thetext>(In reply to comment #17)
&gt; It&apos;s a little better (e.g. small pauses during rendering without enabled sound
&gt; disappeared), however still unusable. With disabled sound it has 18 FPS, with
&gt; openal-1.3.253 6 FPS and with plib over aoss about 12 FPS. FPS with
&gt; openal-0.8.2-r2 over aoss is about 15.

What if you use the OSS driver, or disable ALSA mmap? Some cards get really bad performance issues with mmap in ALSA if the frequency isn&apos;t set to something specific (I&apos;ve personally had this occur with mplayer on my SB Live card, but my current built-in chipset doesn&apos;t suffer from it). To use the OSS driver by default, you can add this to ~/.alsoftrc:
[general]
drivers = oss,alsa

or to disable ALSA mmap, add:
[alsa]
mmap = off</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>petr.pisar@atlas.cz</who>
            <bug_when>2008-06-20 08:28:56 0000</bug_when>
            <thetext>(In reply to comment #18)
&gt; (In reply to comment #17)
&gt; &gt; It&apos;s a little better (e.g. small pauses during rendering without enabled sound
&gt; &gt; disappeared), however still unusable. With disabled sound it has 18 FPS, with
&gt; &gt; openal-1.3.253 6 FPS and with plib over aoss about 12 FPS. FPS with
&gt; &gt; openal-0.8.2-r2 over aoss is about 15.
&gt; 
&gt; What if you use the OSS driver, or disable ALSA mmap?
&gt;
I have disabled OSS emulation in my kernel. Trying OSS backend over aoss crashes on SIGABORT (after message &quot;terminate called after throwing an instance of &apos;char const*&apos;&quot;).

&gt; Some cards get really bad
&gt; performance issues with mmap in ALSA if the frequency isn&apos;t set to something
&gt; specific (I&apos;ve personally had this occur with mplayer on my SB Live card, but
&gt; my current built-in chipset doesn&apos;t suffer from it).
&gt;
I have never encouter such a problem on any sound card. I have integrated AC97  (VT82C686). However switching off mmap in ~/.alsoftrc helped in this case. Now the performance with ALSA output is about 16--17 FPS which is really good.

Tanks o lot.
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>Sergey.Belyashov@gmail.com</who>
            <bug_when>2008-06-20 14:20:02 0000</bug_when>
            <thetext>Created an attachment (id=157743)
media-libs/openal-1.4.272.ebuild

Added information about solution of performance problems.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>bundeswerner@googlemail.com</who>
            <bug_when>2008-07-18 18:01:15 0000</bug_when>
            <thetext>The guys from Creative now only mention OpenAl Soft for Download  &lt;http://connect.creativelabs.com/openal/Downloads/Forms/AllItems.aspx&gt; on the *NIX platform. So I suppose that the here supplied ebuilds (great work, thanks!) should succeed the buggy OpenAl-SI in the portage tree.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>chrschmitt@gmail.com</who>
            <bug_when>2008-07-18 20:06:37 0000</bug_when>
            <thetext>I can only confirm this once more: This version here is much better that the one currently in Portage and it would be great to see an update in this regard.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>chris.kcat@gmail.com</who>
            <bug_when>2008-07-22 20:32:11 0000</bug_when>
            <thetext>(In reply to comment #9)
&gt; Try to reemerge games-action/cromium with openal-soft instead openal installed
&gt; ;-)
&gt; Some programs need to be patched before using openal-soft

Building Chromium should work with the GIT/SVN version of OpenAL Soft, now. Are there any other apps that fail to build or run properly? I hope to get out OpenAL Soft 1.5 some time this week.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>petr.pisar@atlas.cz</who>
            <bug_when>2008-07-23 14:24:54 0000</bug_when>
            <thetext>I have compiled and run flightgear simulator against openal soft successfully. (I&apos;m sorry about no version information, I have no access to the system now.)</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>steffen@stollfuss.net</who>
            <bug_when>2008-08-24 12:24:08 0000</bug_when>
            <thetext>Created an attachment (id=163705)
openal-1.5.304.ebuild

Simply renamed the ebuild file for a version bump

arko j0inty # openal-info
Available playback devices:
    ALSA Software on default
    ALSA Software on HDA Intel [ALC861VD Analog]
    ALSA Software on HDA Intel [Si3054 Modem]
    OSS Software
    Wave File Writer
Available capture devices:
    ALSA Capture on default
    ALSA Capture on HDA Intel [ALC861VD Analog]
    ALSA Capture on HDA Intel [Si3054 Modem]
    OSS Capture
Default device: ALSA Software on default
Default capture device: ALSA Capture on default
ALC version: 1.1
ALC extensions:
    ALC_ENUMERATE_ALL_EXT, ALC_ENUMERATION_EXT, ALC_EXT_CAPTURE, ALC_EXT_EFX
OpenAL vendor string: OpenAL Community
OpenAL renderer string: OpenAL Soft
OpenAL version string: 1.1
OpenAL extensions:
    AL_EXT_EXPONENT_DISTANCE, AL_EXT_FLOAT32, AL_EXT_IMA4,
    AL_EXT_LINEAR_DISTANCE, AL_EXT_MCFORMATS, AL_EXT_OFFSET,
    AL_LOKI_quadriphonic
arko j0inty # emerge --info
 * Overlay eclasses override eclasses from PORTDIR:
 *
 *   &apos;/usr/portage/local/layman/vmware/eclass/vmware.eclass&apos;
 *   &apos;/usr/portage/local/layman/vmware/eclass/vmware-mod.eclass&apos;
 *
 * It is best to avoid overridding eclasses from PORTDIR because it will
 * trigger invalidation of cached ebuild metadata that is distributed with
 * the portage tree. If you must override eclasses from PORTDIR then you
 * are advised to add FEATURES=&quot;metadata-transfer&quot; to /etc/make.conf and to
 * run `emerge --regen` after each time that you run `emerge --sync`. Set
 * PORTAGE_ECLASS_WARNING_ENABLE=&quot;0&quot; in /etc/make.conf if you would like to
 * disable this warning.
Portage 2.2_rc8 (default/linux/amd64/2008.0/desktop, gcc-4.3.1, glibc-2.7-r2, 2.6.26-tuxonice x86_64)
=================================================================
System uname: Linux-2.6.26-tuxonice-x86_64-Intel-R-_Core-TM-2_Duo_CPU_T7700_@_2.40GHz-with-glibc2.2.5
Timestamp of tree: Fri, 22 Aug 2008 12:18:02 +0000
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p33
dev-java/java-config: 1.3.7, 2.1.6
dev-lang/python:     2.5.2-r6
dev-util/ccache:     2.4-r7
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r2
sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.23-r3
ABI=&quot;amd64&quot;
ACCEPT_KEYWORDS=&quot;amd64&quot;
ALSA_CARDS=&quot;hda-intel intel8x0m&quot;
ALSA_PCM_PLUGINS=&quot;adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol&quot;
ANT_HOME=&quot;/usr/share/ant-core&quot;
APACHE2_MODULES=&quot;actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias&quot;
APACHE2_MPMS=&quot;prefork&quot;
ARCH=&quot;amd64&quot;
ASFLAGS_x86=&quot;--32&quot;
AUTOCLEAN=&quot;yes&quot;
CBUILD=&quot;x86_64-pc-linux-gnu&quot;
CCACHE_SIZE=&quot;2G&quot;
CDEFINE_amd64=&quot;__x86_64__&quot;
CDEFINE_x86=&quot;__i386__&quot;
CFLAGS=&quot;-mtune=core2 -march=core2 -mssse3 -O2 -pipe&quot;
CFLAGS_x86=&quot;-m32&quot;
CHOST=&quot;x86_64-pc-linux-gnu&quot;
CHOST_amd64=&quot;x86_64-pc-linux-gnu&quot;
CHOST_x86=&quot;i686-pc-linux-gnu&quot;
CLASSPATH=&quot;.&quot;
CLEAN_DELAY=&quot;5&quot;
COLORTERM=&quot;&quot;
CONFIG_PROTECT=&quot;/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config&quot;
CONFIG_PROTECT_MASK=&quot;/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d&quot;
CVS_RSH=&quot;ssh&quot;
CXXFLAGS=&quot;-mtune=core2 -march=core2 -mssse3 -O2 -pipe&quot;
DBUS_SESSION_BUS_ADDRESS=&quot;unix:abstract=/tmp/dbus-P4wRiuRgbI,guid=249bf13a50f84a1e7f05ffb748b13a77&quot;
DCCC_PATH=&quot;/usr/lib/distcc/bin&quot;
DEFAULT_ABI=&quot;amd64&quot;
DESKTOP_SESSION=&quot;default&quot;
DISPLAY=&quot;:0.0&quot;
DISTCC_LOG=&quot;/var/log/distcc-x86.log&quot;
DISTCC_VERBOSE=&quot;0&quot;
DISTDIR=&quot;/usr/portage/distfiles&quot;
DM_CONTROL=&quot;/var/run/xdmctl&quot;
EDITOR=&quot;/bin/nano&quot;
ELIBC=&quot;glibc&quot;
EMERGE_DEFAULT_OPTS=&quot;--ask --verbose --nospinner&quot;
EMERGE_WARNING_DELAY=&quot;10&quot;
FEATURES=&quot;ccache distcc distlocks metadata-transfer parallel-fetch preserve-libs sandbox sfperms strict unmerge-orphans userfetch&quot;
FETCHCOMMAND=&quot;/usr/bin/wget -t 5 -T 60 --passive-ftp -O &quot;${DISTDIR}/${FILE}&quot; &quot;${URI}&quot;&quot;
GAMES_DATADIR=&quot;/mnt/games&quot;
GAMES_DATADIR_BASE=&quot;/mnt&quot;
GAMES_PREFIX_OPT=&quot;/mnt/games&quot;
GCC_SPECS=&quot;&quot;
GDK_USE_XFT=&quot;1&quot;
GDM_LANG=&quot;de_DE.UTF-8&quot;
GENTOO_MIRRORS=&quot;ftp://pandemonium.tiscali.de/pub/gentoo/ ftp://ftp.tu-clausthal.de/pub/gentoo/&quot;
GS_LIB=&quot;/home/j0inty/.fonts&quot;
GTK2_RC_FILES=&quot;/etc/gtk-2.0/gtkrc:/home/j0inty/.gtkrc-2.0:/home/j0inty/.kde3.5/share/config/gtkrc-2.0&quot;
GTK_RC_FILES=&quot;/etc/gtk/gtkrc:/home/j0inty/.gtkrc:/home/j0inty/.kde3.5/share/config/gtkrc&quot;
HG=&quot;/usr/bin/hg&quot;
HOME=&quot;/root&quot;
INFOPATH=&quot;/usr/share/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.18/info:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.1/info&quot;
INPUT_DEVICES=&quot;mouse keyboard evdev synaptics wacom&quot;
JAVAC=&quot;/home/j0inty/.gentoo/java-config-2/current-user-vm/bin/javac&quot;
JAVA_HOME=&quot;/home/j0inty/.gentoo/java-config-2/current-user-vm&quot;
JDK_HOME=&quot;/home/j0inty/.gentoo/java-config-2/current-user-vm&quot;
KDEDIR=&quot;/usr/kde/3.5&quot;
KDEDIRS=&quot;/usr:/usr/local:/usr/kde/3.5&quot;
KDESU_LC_ALL=&quot;de_DE.UTF-8&quot;
KDESU_USER=&quot;j0inty&quot;
KDE_MULTIHEAD=&quot;false&quot;
KDE_SESSION_UID=&quot;1000&quot;
KDM_LANG=&quot;de_DE.UTF-8&quot;
KERNEL=&quot;linux&quot;
KERNEL_DIR=&quot;/usr/src/linux&quot;
KONSOLE_DCOP=&quot;DCOPRef(konsole-9980,konsole)&quot;
KONSOLE_DCOP_SESSION=&quot;DCOPRef(konsole-9980,session-3)&quot;
LANG=&quot;de_DE.UTF-8&quot;
LANGUAGE=&quot;de_DE:de:en_GB:en&quot;
LCD_DEVICES=&quot;bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text&quot;
LC_ADDRESS=&quot;de_DE.UTF-8&quot;
LC_ALL=&quot;de_DE.UTF-8&quot;
LC_COLLATE=&quot;de_DE.UTF-8&quot;
LC_CTYPE=&quot;de_DE.UTF-8&quot;
LC_IDENTIFICATION=&quot;de_DE.UTF-8&quot;
LC_MEASUREMENT=&quot;de_DE.UTF-8&quot;
LC_MESSAGES=&quot;en_US.UTF-8&quot;
LC_MONETARY=&quot;de_DE.UTF-8&quot;
LC_NAME=&quot;de_DE.UTF-8&quot;
LC_NUMERIC=&quot;de_DE.UTF-8&quot;
LC_PAPER=&quot;de_DE.UTF-8&quot;
LC_TELEPHONE=&quot;de_DE.UTF-8&quot;
LC_TIME=&quot;de_DE.UTF-8&quot;
LDFLAGS=&quot;-Wl,-O1 -Wl,-z,now -Wl,--as-needed -Wl,--sort-common&quot;
LDFLAGS_x86=&quot;-m elf_i386&quot;
LDPATH=&quot;/usr/kde/3.5/lib:/usr/kde/3.5/lib64:/usr/kde/3.5/lib32:&quot;
LESS=&quot;-R -M --shift 5&quot;
LESSOPEN=&quot;|lesspipe.sh %s&quot;
LIBDIR_amd64=&quot;lib64&quot;
LIBDIR_ppc=&quot;lib32&quot;
LIBDIR_ppc64=&quot;lib64&quot;
LIBDIR_x86=&quot;lib32&quot;
LINGUAS=&quot;de en_GB&quot;
LOGNAME=&quot;root&quot;
LS_COLORS=&quot;no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:su=37;41:sg=30;43:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.svgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.pdf=00;32:*.ps=00;32:*.txt=00;32:*.patch=00;32:*.diff=00;32:*.log=00;32:*.tex=00;32:*.doc=00;32:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:&quot;
MAKEOPTS=&quot;-j4&quot;
MANPATH=&quot;/home/j0inty/.gentoo/java-config-2/current-user-vm/man:/usr/local/share/man:/usr/share/man:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.18/man:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.1/man:/etc/java-config/system-vm/man/:/usr/lib64/php5/man/:/usr/kde/3.5/share/man:/usr/qt/3/doc/man:/opt/opera/share/man&quot;
MULTILIB_ABIS=&quot;amd64 x86&quot;
MULTILIB_STRICT_DENY=&quot;64-bit.*shared object&quot;
MULTILIB_STRICT_DIRS=&quot;/lib32 /lib /usr/lib32 /usr/lib /usr/kde/*/lib32 /usr/kde/*/lib /usr/qt/*/lib32 /usr/qt/*/lib /usr/X11R6/lib32 /usr/X11R6/lib&quot;
MULTILIB_STRICT_EXEMPT=&quot;(perl5|gcc|gcc-lib|binutils|eclipse-3|debug|portage)&quot;
OPENGL_PROFILE=&quot;nvidia&quot;
PAGER=&quot;/usr/bin/less&quot;
PATH=&quot;/sbin:/bin:/usr/sbin:/usr/bin:/usr/kde/3.5/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/i686-pc-linux-gnu/gcc-bin/4.3.1:/usr/x86_64-pc-linux-gnu/gcc-bin/4.3.1:/usr/qt/3/bin:/usr/games/bin&quot;
PKGDIR=&quot;/usr/portage/packages&quot;
PKG_CONFIG_PATH=&quot;/usr/qt/3/lib64/pkgconfig&quot;
PORTAGE_ARCHLIST=&quot;ppc s390 amd64 x86 ppc64 x86-fbsd m68k arm sparc sh mips ia64 alpha hppa sparc-fbsd&quot;
PORTAGE_BINHOST_CHUNKSIZE=&quot;3000&quot;
PORTAGE_BIN_PATH=&quot;/usr/lib64/portage/bin&quot;
PORTAGE_CONFIGROOT=&quot;/&quot;
PORTAGE_DEBUG=&quot;0&quot;
PORTAGE_DEPCACHEDIR=&quot;/var/cache/edb/dep&quot;
PORTAGE_ELOG_CLASES=&quot;warn error info log qa&quot;
PORTAGE_ELOG_CLASSES=&quot;log warn error&quot;
PORTAGE_ELOG_MAILFROM=&quot;portage@localhost&quot;
PORTAGE_ELOG_MAILSUBJECT=&quot;[portage] ebuild log for ${PACKAGE} on ${HOST}&quot;
PORTAGE_ELOG_MAILURI=&quot;root&quot;
PORTAGE_ELOG_SYSTEM=&quot;save&quot;
PORTAGE_FETCH_CHECKSUM_TRY_MIRRORS=&quot;5&quot;
PORTAGE_FETCH_RESUME_MIN_SIZE=&quot;350K&quot;
PORTAGE_GID=&quot;250&quot;
PORTAGE_INST_GID=&quot;0&quot;
PORTAGE_INST_UID=&quot;0&quot;
PORTAGE_PYM_PATH=&quot;/usr/lib64/portage/pym&quot;
PORTAGE_RSYNC_OPTS=&quot;--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages&quot;
PORTAGE_RSYNC_RETRIES=&quot;3&quot;
PORTAGE_TMPDIR=&quot;/var/tmp&quot;
PORTAGE_WORKDIR_MODE=&quot;0700&quot;
PORTDIR=&quot;/usr/portage&quot;
PORTDIR_OVERLAY=&quot;/usr/portage/local/layman/pro-audio /usr/portage/local/layman/sunrise /usr/portage/local/layman/vmware /usr/local/portage/gfxboot_overlay /usr/local/portage&quot;
PORT_LOGDIR=&quot;/home/elog&quot;
PWD=&quot;/home/j0inty&quot;
QMAKESPEC=&quot;linux-g++&quot;
QTDIR=&quot;/usr/qt/3&quot;
RESUMECOMMAND=&quot;/usr/bin/wget -c -t 5 -T 60 --passive-ftp -O &quot;${DISTDIR}/${FILE}&quot; &quot;${URI}&quot;&quot;
ROOT=&quot;/&quot;
ROOTPATH=&quot;/usr/kde/3.5/sbin:/usr/kde/3.5/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/i686-pc-linux-gnu/gcc-bin/4.3.1:/usr/x86_64-pc-linux-gnu/gcc-bin/4.3.1:/usr/qt/3/bin:/usr/games/bin&quot;
RPMDIR=&quot;/usr/portage/rpm&quot;
SESSION_MANAGER=&quot;local/arko:/tmp/.ICE-unix/9517&quot;
SHELL=&quot;/bin/bash&quot;
SHLVL=&quot;4&quot;
STAGE1_USE=&quot;multilib nptl nptlonly unicode&quot;
SUPPORT_ALSA=&quot;1&quot;
SYMLINK_LIB=&quot;yes&quot;
SYNC=&quot;rsync://rsync.europe.gentoo.org/gentoo-portage&quot;
TERM=&quot;xterm&quot;
USE=&quot;X X509 a52 aac aalib acl acpi activefilter adns adplug alsa amd64 amr amrnb amrwb apache2 arts atm audiofile avahi bash-completion berkdb bidi bluetooth branding bzip2 cairo cdda cddb cdr chardet cli cpudetection cracklib crypt css cups cvs dbus dc1394 device-mapper dhcp divx dri dts dv dvb dvd dvdr dvdread eap-tls eds emboss encode esd evo ext2 ext3 fam fat ffmpeg firefox firewire flac foomaticdb fortran gcrypt gdbm ggi gif gimpprint glitz gnutls gphoto2 gpm gstreamer gtk gtk2 hal iconv ieee1394 imagemagick ipv6 isdnlog jack java javascript jfs jpeg jpeg2k kde kerberos lame ldap libcaca libnotify libsamplerate lm_sensors log4j loop-aes lua mad matroska midi mikmod mjpeg mmx mng modplug mozdevelop mp2 mp3 mp4 mpeg mppe-mppc mtp mudflap multilib musepack mysql nat ncurses netmeeting network nfs nls nntp nptl nptlonly nsplugin ntfs nvidia ofa ogg openal opengl openmp oss pam pcre pdf perforce perl php png portaudio ppds pppd pulseaudio python qt qt3 qt3support qt4 quicktime quotas radius readline realmedia reflection reiserfs restrict-javascript rss rtsp ruby samba sasl sdl sdl-image session sid smi sndfile speex spell spl sql sqlite sse sse2 sse3 ssl ssse3 startup-notification stream subversion svcd svg swat sysfs syslog tcl tcpd theora threads tiff timidity tk tls truetype tta unicode usb v4l v4l2 vcd vim-syntax vorbis wavpack wifi wma wmf wmp x264 xcb xcomposite xforms xfs xine xinerama xml xml2 xorg xosd xprint xscreensaver xulrunner xv xvid xvmc zlib&quot; ALSA_CARDS=&quot;hda-intel intel8x0m&quot; ALSA_PCM_PLUGINS=&quot;adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol&quot; APACHE2_MODULES=&quot;actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias&quot; APACHE2_MPMS=&quot;prefork&quot; ELIBC=&quot;glibc&quot; INPUT_DEVICES=&quot;mouse keyboard evdev synaptics wacom&quot; KERNEL=&quot;linux&quot; LCD_DEVICES=&quot;bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text&quot; LINGUAS=&quot;de en_GB&quot; USERLAND=&quot;GNU&quot; VIDEO_CARDS=&quot;nvidia vesa v4l&quot;
USER=&quot;root&quot;
USERLAND=&quot;GNU&quot;
USE_EXPAND=&quot;ALSA_CARDS ALSA_PCM_PLUGINS APACHE2_MODULES APACHE2_MPMS CAMERAS CROSSCOMPILE_OPTS DVB_CARDS ELIBC FCDSL_CARDS FOO2ZJS_DEVICES FRITZCAPI_CARDS INPUT_DEVICES KERNEL LCD_DEVICES LINGUAS LIRC_DEVICES MISDN_CARDS USERLAND VIDEO_CARDS&quot;
USE_EXPAND_HIDDEN=&quot;CROSSCOMPILE_OPTS ELIBC KERNEL USERLAND&quot;
USE_ORDER=&quot;env:pkg:conf:defaults:pkginternal:env.d&quot;
VIDEO_CARDS=&quot;nvidia vesa v4l&quot;
WINDOWID=&quot;65011717&quot;
XAUTHORITY=&quot;/tmp/xauth.XXXX10Alkl&quot;
XCURSOR_THEME=&quot;default&quot;
XDG_CONFIG_DIRS=&quot;/usr/kde/3.5/etc/xdg&quot;
XDG_DATA_DIRS=&quot;/usr/share:/usr/kde/3.5/share:/usr/local/share&quot;
XDM_MANAGED=&quot;/var/run/xdmctl/xdmctl-:0,maysd,mayfn,sched,rsvd,method=classic&quot;
_=&quot;/usr/bin/emerge&quot;</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>k-r.ernst@my-mail.ch</who>
            <bug_when>2008-09-13 15:11:39 0000</bug_when>
            <thetext>Just tried this ebuild (1.5.304) in x86_64:
OpenAL builds fine. Games build fine and have sound (tested with Spring RTS).</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>billydv1@verizon.net</who>
            <bug_when>2008-10-16 00:39:38 0000</bug_when>
            <thetext>This ebuild just solved problems for me emerging several packages.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>jszwast@yahoo.com</who>
            <bug_when>2008-11-01 21:45:04 0000</bug_when>
            <thetext>This works for me, too, except scorched3d:  Scorched3d configure wants openal-config which apparently only came with openal-0.0.8.  But warzone2100, chromium, supertuxkart, and torcs all compiled fine.  I&apos;ve only tested Warzone2100 Supertuxkart ingame so far.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>yngwin@gentoo.org</who>
            <bug_when>2008-11-05 23:40:02 0000</bug_when>
            <thetext>openal-1.5.304.ebuild committed, thanks for your contributions!</thetext>
          </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>142409</attachid>
            <date>2008-02-01 15:09 0000</date>
            <desc>OpenAL Soft 1.2.218 ebuild</desc>
            <filename>openal-soft-1.2.218.ebuild</filename>
            <type>text/plain</type>
            <data encoding="base64">IyBDb3B5cmlnaHQgMTk5OS0yMDA3IEdlbnRvbyBGb3VuZGF0aW9uCiMgRGlzdHJpYnV0ZWQgdW5k
ZXIgdGhlIHRlcm1zIG9mIHRoZSBHTlUgR2VuZXJhbCBQdWJsaWMgTGljZW5zZSB2MgojICRIZWFk
ZXIkCgppbmhlcml0IGV1dGlscwoKREVTQ1JJUFRJT049Ik9wZW5BTCBTb2Z0IGlzIGEgY3Jvc3Mt
cGxhdGZvcm0gc29mdHdhcmUgaW1wbGVtZW50YXRpb24gb2YgdGhlIE9wZW5BTCAzRCBhdWRpbyBB
UEkuIFRoZSBPcGVuIEF1ZGlvIExpYnJhcnkgaXMgYW4gb3BlbiwgdmVuZG9yLW5ldXRyYWwsIGNy
b3NzLXBsYXRmb3JtIEFQSSBmb3IgaW50ZXJhY3RpdmUsIHByaW1hcmlseSBzcGF0aWFsaXplZCBh
dWRpbyIKSE9NRVBBR0U9Imh0dHA6Ly9rY2F0LnN0cmFuZ2Vzb2Z0Lm5ldC9vcGVuYWwuaHRtbCIK
U1JDX1VSST0iaHR0cDovL2tjYXQuc3RyYW5nZXNvZnQubmV0L29wZW5hbC1yZWxlYXNlcy8ke1BO
fS0ke1BWfS50YXIuYnoyIgoKTElDRU5TRT0iTEdQTC0yIgpTTE9UPSIwIgpLRVlXT1JEUz0ifmFt
ZDY0IH5pYTY0IH5wcGMgfnBwYzY0IH54ODYgfng4Ni1mYnNkIgpJVVNFPSJhbHNhIG9zcyBkZWJ1
ZyIKClJERVBFTkQ9ImFsc2E/ICggPj1tZWRpYS1saWJzL2Fsc2EtbGliLTEuMC4yICkKCSFtZWRp
YS1saWJzL29wZW5hbCIKCkRFUEVORD0iJHtSREVQRU5EfQoJPj1kZXYtdXRpbC9jbWFrZS0yLjQu
MCIKCnNyY191bnBhY2soKSB7Cgl1bnBhY2sgJHtBfQoJY2QgIiR7U30iCn0KCnNyY19jb21waWxl
KCkgewoJbG9jYWwgbXljb25mPSIiCgoJY2QgIiR7U30vQ01ha2VDb25mIgoJdXNlIGFsc2EgfHwg
bXljb25mPSIke215Y29uZn0gLURBTFNBPU9GRiIKCXVzZSBvc3MgfHwgbXljb25mPSIke215Y29u
Zn0gLURPU1M9T0ZGIgoJIXVzZSBkZWJ1ZyB8fCBteWNvbmY9IiR7bXljb25mfSAtRENNQUtFX0JV
SUxEX1RZUEU9RGVidWciCgljbWFrZSAtRENNQUtFX0lOU1RBTExfUFJFRklYPS91c3IgJHtteWNv
bmZ9IC4uICBcCgkJfHwgZGllICJjbWFrZSBmYWlsZWQiCgllbWFrZSB8fCBkaWUgImVtYWtlIGZh
aWxlZCIKCWNkICIke1N9Igp9CgpzcmNfaW5zdGFsbCgpIHsKCWNkICIke1N9L0NNYWtlQ29uZiIK
CWVtYWtlIGluc3RhbGwgREVTVERJUj0iJHtEfSIgfHwgZGllICJlbWFrZSBpbnN0YWxsIGZhaWxl
ZCIKCWNkICIke1N9IgoJZG9kb2MgYWxzb2Z0cmMuc2FtcGxlCn0K
</data>        

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>144385</attachid>
            <date>2008-02-22 21:33 0000</date>
            <desc>media-libs/openal-soft-1.3.253.ebuild</desc>
            <filename>openal-soft-1.3.253.ebuild</filename>
            <type>text/plain</type>
            <data encoding="base64">IyBDb3B5cmlnaHQgMTk5OS0yMDA3IEdlbnRvbyBGb3VuZGF0aW9uCiMgRGlzdHJpYnV0ZWQgdW5k
ZXIgdGhlIHRlcm1zIG9mIHRoZSBHTlUgR2VuZXJhbCBQdWJsaWMgTGljZW5zZSB2MgojICRIZWFk
ZXIkCgppbmhlcml0IGV1dGlscwoKREVTQ1JJUFRJT049Ik9wZW5BTCBTb2Z0IGlzIGEgY3Jvc3Mt
cGxhdGZvcm0gc29mdHdhcmUgaW1wbGVtZW50YXRpb24gb2YgdGhlIE9wZW5BTCAzRCBhdWRpbyBB
UEkuIFRoZSBPcGVuIEF1ZGlvIExpYnJhcnkgaXMgYW4gb3BlbiwgdmVuZG9yLW5ldXRyYWwsIGNy
b3NzLXBsYXRmb3JtIEFQSSBmb3IgaW50ZXJhY3RpdmUsIHByaW1hcmlseSBzcGF0aWFsaXplZCBh
dWRpbyIKSE9NRVBBR0U9Imh0dHA6Ly9rY2F0LnN0cmFuZ2Vzb2Z0Lm5ldC9vcGVuYWwuaHRtbCIK
U1JDX1VSST0iaHR0cDovL2tjYXQuc3RyYW5nZXNvZnQubmV0L29wZW5hbC1yZWxlYXNlcy8ke1BO
fS0ke1BWfS50YXIuYnoyIgoKTElDRU5TRT0iTEdQTC0yIgpTTE9UPSIwIgpLRVlXT1JEUz0ifmFt
ZDY0IH5pYTY0IH5wcGMgfnBwYzY0IH54ODYgfng4Ni1mYnNkIgpJVVNFPSJhbHNhIG9zcyBkZWJ1
ZyIKClJERVBFTkQ9ImFsc2E/ICggPj1tZWRpYS1saWJzL2Fsc2EtbGliLTEuMC4yICkKCSFtZWRp
YS1saWJzL29wZW5hbCIKCkRFUEVORD0iJHtSREVQRU5EfQoJPj1kZXYtdXRpbC9jbWFrZS0yLjQu
MCIKCnNyY191bnBhY2soKSB7Cgl1bnBhY2sgJHtBfQoJY2QgIiR7U30iCn0KCnNyY19jb21waWxl
KCkgewoJbG9jYWwgbXljb25mPSIiCgoJY2QgIiR7U30vQ01ha2VDb25mIgoJdXNlIGFsc2EgfHwg
bXljb25mPSIke215Y29uZn0gLURBTFNBPU9GRiIKCXVzZSBvc3MgfHwgbXljb25mPSIke215Y29u
Zn0gLURPU1M9T0ZGIgoJdXNlIGRlYnVnICYmIG15Y29uZj0iJHtteWNvbmZ9IC1EQ01BS0VfQlVJ
TERfVFlQRT1EZWJ1ZyIKCWNtYWtlIC1EQ01BS0VfSU5TVEFMTF9QUkVGSVg9L3VzciAke215Y29u
Zn0gLi4gIFwKCQl8fCBkaWUgImNtYWtlIGZhaWxlZCIKCWVtYWtlIHx8IGRpZSAiZW1ha2UgZmFp
bGVkIgoJY2QgIiR7U30iCn0KCnNyY19pbnN0YWxsKCkgewoJY2QgIiR7U30vQ01ha2VDb25mIgoJ
ZW1ha2UgaW5zdGFsbCBERVNURElSPSIke0R9IiB8fCBkaWUgImVtYWtlIGluc3RhbGwgZmFpbGVk
IgoJY2QgIiR7U30iCglkb2RvYyBhbHNvZnRyYy5zYW1wbGUKfQo=
</data>        

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>144969</attachid>
            <date>2008-02-29 21:29 0000</date>
            <desc>Slightly changed ebuild.</desc>
            <filename>openal-1.3.253.ebuild</filename>
            <type>text/plain</type>
            <data encoding="base64">IyBDb3B5cmlnaHQgMTk5OS0yMDA4IEdlbnRvbyBGb3VuZGF0aW9uCiMgRGlzdHJpYnV0ZWQgdW5k
ZXIgdGhlIHRlcm1zIG9mIHRoZSBHTlUgR2VuZXJhbCBQdWJsaWMgTGljZW5zZSB2MgojICRIZWFk
ZXIkCgppbmhlcml0IGV1dGlscwoKTVlfUE49b3BlbmFsLXNvZnQKCkRFU0NSSVBUSU9OPSJPcGVu
QUwgU29mdCBpcyBhIGNyb3NzLXBsYXRmb3JtIHNvZnR3YXJlIGltcGxlbWVudGF0aW9uIG9mIHRo
ZSBPcGVuQUwgM0QgYXVkaW8gQVBJLiBUaGUgT3BlbiBBdWRpbyBMaWJyYXJ5IGlzIGFuIG9wZW4s
IHZlbmRvci1uZXV0cmFsLCBjcm9zcy1wbGF0Zm9ybSBBUEkgZm9yIGludGVyYWN0aXZlLCBwcmlt
YXJpbHkgc3BhdGlhbGl6ZWQgYXVkaW8iCkhPTUVQQUdFPSJodHRwOi8va2NhdC5zdHJhbmdlc29m
dC5uZXQvb3BlbmFsLmh0bWwiClNSQ19VUkk9Imh0dHA6Ly9rY2F0LnN0cmFuZ2Vzb2Z0Lm5ldC9v
cGVuYWwtcmVsZWFzZXMvJHtNWV9QTn0tJHtQVn0udGFyLmJ6MiIKCkxJQ0VOU0U9IkxHUEwtMiIK
U0xPVD0iMCIKS0VZV09SRFM9In5hbWQ2NCB+aWE2NCB+cHBjIH5wcGM2NCB+eDg2IH54ODYtZmJz
ZCIKSVVTRT0iYWxzYSBvc3MgZGVidWciCgpSREVQRU5EPSJhbHNhPyAoID49bWVkaWEtbGlicy9h
bHNhLWxpYi0xLjAuMiApIgoKREVQRU5EPSIke1JERVBFTkR9Cgk+PWRldi11dGlsL2NtYWtlLTIu
NC4wIgoKUz0ke1dPUktESVJ9LyR7TVlfUE59LSR7UFZ9CgpzcmNfY29tcGlsZSgpIHsKCWxvY2Fs
IG15Y29uZj0iIgoKCXVzZSBhbHNhIHx8IG15Y29uZj0iJHtteWNvbmZ9IC1EQUxTQT1PRkYiCgl1
c2Ugb3NzIHx8IG15Y29uZj0iJHtteWNvbmZ9IC1ET1NTPU9GRiIKCXVzZSBkZWJ1ZyAmJiBteWNv
bmY9IiR7bXljb25mfSAtRENNQUtFX0JVSUxEX1RZUEU9RGVidWciCgoJY2QgIiR7U30vQ01ha2VD
b25mIgoKCWNtYWtlIC1EQ01BS0VfSU5TVEFMTF9QUkVGSVg9L3VzciAke215Y29uZn0gLi4gfHwg
ZGllICJjbWFrZSBmYWlsZWQiCgllbWFrZSB8fCBkaWUgImVtYWtlIGZhaWxlZCIKCgljZCAiJHtT
fSIKfQoKc3JjX2luc3RhbGwoKSB7CgljZCAiJHtTfS9DTWFrZUNvbmYiCgllbWFrZSBpbnN0YWxs
IERFU1RESVI9IiR7RH0iIHx8IGRpZSAiZW1ha2UgaW5zdGFsbCBmYWlsZWQiCgoJY2QgIiR7U30i
Cglkb2RvYyBhbHNvZnRyYy5zYW1wbGUKfQo=
</data>        

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>144970</attachid>
            <date>2008-02-29 21:30 0000</date>
            <desc>Diff for my &quot;slightly changed ebuild&quot;</desc>
            <filename>openal.ebuild.diff</filename>
            <type>text/plain</type>
            <data encoding="base64">LS0tIG9wZW5hbC1zb2Z0LTEuMy4yNTMuZWJ1aWxkCTIwMDgtMDItMjkgMjI6MDY6MDAuMDAwMDAw
MDAwICswMTAwCisrKyBvcGVuYWwtMS4zLjI1My5lYnVpbGQJMjAwOC0wMi0yOSAyMjowNToyMC4w
MDAwMDAwMDAgKzAxMDAKQEAgLTEsNDUgKzEsNDYgQEAKLSMgQ29weXJpZ2h0IDE5OTktMjAwNyBH
ZW50b28gRm91bmRhdGlvbgorIyBDb3B5cmlnaHQgMTk5OS0yMDA4IEdlbnRvbyBGb3VuZGF0aW9u
CiAjIERpc3RyaWJ1dGVkIHVuZGVyIHRoZSB0ZXJtcyBvZiB0aGUgR05VIEdlbmVyYWwgUHVibGlj
IExpY2Vuc2UgdjIKICMgJEhlYWRlciQKIAogaW5oZXJpdCBldXRpbHMKIAorTVlfUE49b3BlbmFs
LXNvZnQKKwogREVTQ1JJUFRJT049Ik9wZW5BTCBTb2Z0IGlzIGEgY3Jvc3MtcGxhdGZvcm0gc29m
dHdhcmUgaW1wbGVtZW50YXRpb24gb2YgdGhlIE9wZW5BTCAzRCBhdWRpbyBBUEkuIFRoZSBPcGVu
IEF1ZGlvIExpYnJhcnkgaXMgYW4gb3BlbiwgdmVuZG9yLW5ldXRyYWwsIGNyb3NzLXBsYXRmb3Jt
IEFQSSBmb3IgaW50ZXJhY3RpdmUsIHByaW1hcmlseSBzcGF0aWFsaXplZCBhdWRpbyIKIEhPTUVQ
QUdFPSJodHRwOi8va2NhdC5zdHJhbmdlc29mdC5uZXQvb3BlbmFsLmh0bWwiCi1TUkNfVVJJPSJo
dHRwOi8va2NhdC5zdHJhbmdlc29mdC5uZXQvb3BlbmFsLXJlbGVhc2VzLyR7UE59LSR7UFZ9LnRh
ci5iejIiCitTUkNfVVJJPSJodHRwOi8va2NhdC5zdHJhbmdlc29mdC5uZXQvb3BlbmFsLXJlbGVh
c2VzLyR7TVlfUE59LSR7UFZ9LnRhci5iejIiCiAKIExJQ0VOU0U9IkxHUEwtMiIKIFNMT1Q9IjAi
CiBLRVlXT1JEUz0ifmFtZDY0IH5pYTY0IH5wcGMgfnBwYzY0IH54ODYgfng4Ni1mYnNkIgogSVVT
RT0iYWxzYSBvc3MgZGVidWciCiAKLVJERVBFTkQ9ImFsc2E/ICggPj1tZWRpYS1saWJzL2Fsc2Et
bGliLTEuMC4yICkKLQkhbWVkaWEtbGlicy9vcGVuYWwiCitSREVQRU5EPSJhbHNhPyAoID49bWVk
aWEtbGlicy9hbHNhLWxpYi0xLjAuMiApIgogCiBERVBFTkQ9IiR7UkRFUEVORH0KIAk+PWRldi11
dGlsL2NtYWtlLTIuNC4wIgogCi1zcmNfdW5wYWNrKCkgewotCXVucGFjayAke0F9Ci0JY2QgIiR7
U30iCi19CitTPSR7V09SS0RJUn0vJHtNWV9QTn0tJHtQVn0KIAogc3JjX2NvbXBpbGUoKSB7CiAJ
bG9jYWwgbXljb25mPSIiCiAKLQljZCAiJHtTfS9DTWFrZUNvbmYiCiAJdXNlIGFsc2EgfHwgbXlj
b25mPSIke215Y29uZn0gLURBTFNBPU9GRiIKIAl1c2Ugb3NzIHx8IG15Y29uZj0iJHtteWNvbmZ9
IC1ET1NTPU9GRiIKIAl1c2UgZGVidWcgJiYgbXljb25mPSIke215Y29uZn0gLURDTUFLRV9CVUlM
RF9UWVBFPURlYnVnIgotCWNtYWtlIC1EQ01BS0VfSU5TVEFMTF9QUkVGSVg9L3VzciAke215Y29u
Zn0gLi4gIFwKLQkJfHwgZGllICJjbWFrZSBmYWlsZWQiCisKKwljZCAiJHtTfS9DTWFrZUNvbmYi
CisKKwljbWFrZSAtRENNQUtFX0lOU1RBTExfUFJFRklYPS91c3IgJHtteWNvbmZ9IC4uIHx8IGRp
ZSAiY21ha2UgZmFpbGVkIgogCWVtYWtlIHx8IGRpZSAiZW1ha2UgZmFpbGVkIgorCiAJY2QgIiR7
U30iCiB9CiAKIHNyY19pbnN0YWxsKCkgewogCWNkICIke1N9L0NNYWtlQ29uZiIKIAllbWFrZSBp
bnN0YWxsIERFU1RESVI9IiR7RH0iIHx8IGRpZSAiZW1ha2UgaW5zdGFsbCBmYWlsZWQiCisKIAlj
ZCAiJHtTfSIKIAlkb2RvYyBhbHNvZnRyYy5zYW1wbGUKIH0K
</data>        

          </attachment>
          <attachment
              isobsolete="1"
              ispatch="0"
              isprivate="0"
          >
            <attachid>157061</attachid>
            <date>2008-06-16 10:50 0000</date>
            <desc>media-libs/openal-1.4.272.ebuild</desc>
            <filename>openal-1.4.272.ebuild</filename>
            <type>text/plain</type>
            <data encoding="base64">IyBDb3B5cmlnaHQgMTk5OS0yMDA3IEdlbnRvbyBGb3VuZGF0aW9uCiMgRGlzdHJpYnV0ZWQgdW5k
ZXIgdGhlIHRlcm1zIG9mIHRoZSBHTlUgR2VuZXJhbCBQdWJsaWMgTGljZW5zZSB2MgojICRIZWFk
ZXIkCgppbmhlcml0IGV1dGlscwoKTVlfUE49Im9wZW5hbC1zb2Z0IgoKREVTQ1JJUFRJT049Ik9w
ZW5BTCBTb2Z0IGlzIGEgY3Jvc3MtcGxhdGZvcm0gc29mdHdhcmUgaW1wbGVtZW50YXRpb24gb2Yg
dGhlIE9wZW5BTCAzRCBhdWRpbyBBUEkuIFRoZSBPcGVuIEF1ZGlvIExpYnJhcnkgaXMgYW4gb3Bl
biwgdmVuZG9yLW5ldXRyYWwsIGNyb3NzLXBsYXRmb3JtIEFQSSBmb3IgaW50ZXJhY3RpdmUsIHBy
aW1hcmlseSBzcGF0aWFsaXplZCBhdWRpbyIKSE9NRVBBR0U9Imh0dHA6Ly9rY2F0LnN0cmFuZ2Vz
b2Z0Lm5ldC9vcGVuYWwuaHRtbCIKU1JDX1VSST0iaHR0cDovL2tjYXQuc3RyYW5nZXNvZnQubmV0
L29wZW5hbC1yZWxlYXNlcy8ke01ZX1BOfS0ke1BWfS50YXIuYnoyIgoKTElDRU5TRT0iTEdQTC0y
IgpTTE9UPSIwIgpLRVlXT1JEUz0ifmFtZDY0IH5pYTY0IH5wcGMgfnBwYzY0IH54ODYgfng4Ni1m
YnNkIgpJVVNFPSJhbHNhIG9zcyBkZWJ1ZyIKClJERVBFTkQ9ImFsc2E/ICggPj1tZWRpYS1saWJz
L2Fsc2EtbGliLTEuMC4yICkiCgpERVBFTkQ9IiR7UkRFUEVORH0KCT49ZGV2LXV0aWwvY21ha2Ut
Mi40LjAiCgpTPSIke1dPUktESVJ9LyR7TVlfUE59LSR7UFZ9IgoKc3JjX3VucGFjaygpIHsKCXVu
cGFjayAke0F9CgljZCAiJHtTfSIKfQoKc3JjX2NvbXBpbGUoKSB7Cglsb2NhbCBteWNvbmY9IiIK
Cgl1c2UgYWxzYSB8fCBteWNvbmY9IiR7bXljb25mfSAtREFMU0E9T0ZGIgoJdXNlIG9zcyB8fCBt
eWNvbmY9IiR7bXljb25mfSAtRE9TUz1PRkYiCgl1c2UgZGVidWcgJiYgbXljb25mPSIke215Y29u
Zn0gLURDTUFLRV9CVUlMRF9UWVBFPURlYnVnIgoJCgljZCAiJHtTfS9DTWFrZUNvbmYiCgljbWFr
ZQktRCBDTUFLRV9JTlNUQUxMX1BSRUZJWD0vdXNyIFwKCQkJLUQgQ01BS0VfQ19GTEFHUzpTVFJJ
Tkc9IiR7Q0ZMQUdTfSIgJHtteWNvbmZ9IC4uICBcCgkJCQl8fCBkaWUgImNtYWtlIGZhaWxlZCIK
CWVtYWtlIHx8IGRpZSAiZW1ha2UgZmFpbGVkIgoJY2QgIiR7U30iCn0KCnNyY19pbnN0YWxsKCkg
ewoJY2QgIiR7U30vQ01ha2VDb25mIgoJZW1ha2UgaW5zdGFsbCBERVNURElSPSIke0R9IiB8fCBk
aWUgImVtYWtlIGluc3RhbGwgZmFpbGVkIgoJY2QgIiR7U30iCglkb2RvYyBhbHNvZnRyYy5zYW1w
bGUKCWluc2ludG8gL3Vzci9saWIKCWRvaW5zICIke0ZJTEVTRElSfS9saWJvcGVuYWwubGEiCn0K
</data>        

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>157743</attachid>
            <date>2008-06-20 14:20 0000</date>
            <desc>media-libs/openal-1.4.272.ebuild</desc>
            <filename>openal-1.4.272.ebuild</filename>
            <type>text/plain</type>
            <data encoding="base64">IyBDb3B5cmlnaHQgMTk5OS0yMDA3IEdlbnRvbyBGb3VuZGF0aW9uCiMgRGlzdHJpYnV0ZWQgdW5k
ZXIgdGhlIHRlcm1zIG9mIHRoZSBHTlUgR2VuZXJhbCBQdWJsaWMgTGljZW5zZSB2MgojICRIZWFk
ZXIkCgppbmhlcml0IGV1dGlscwoKTVlfUE49Im9wZW5hbC1zb2Z0IgoKREVTQ1JJUFRJT049Ik9w
ZW5BTCBTb2Z0IGlzIGEgY3Jvc3MtcGxhdGZvcm0gc29mdHdhcmUgaW1wbGVtZW50YXRpb24gb2Yg
dGhlIE9wZW5BTCAzRCBhdWRpbyBBUEkuIFRoZSBPcGVuIEF1ZGlvIExpYnJhcnkgaXMgYW4gb3Bl
biwgdmVuZG9yLW5ldXRyYWwsIGNyb3NzLXBsYXRmb3JtIEFQSSBmb3IgaW50ZXJhY3RpdmUsIHBy
aW1hcmlseSBzcGF0aWFsaXplZCBhdWRpbyIKSE9NRVBBR0U9Imh0dHA6Ly9rY2F0LnN0cmFuZ2Vz
b2Z0Lm5ldC9vcGVuYWwuaHRtbCIKU1JDX1VSST0iaHR0cDovL2tjYXQuc3RyYW5nZXNvZnQubmV0
L29wZW5hbC1yZWxlYXNlcy8ke01ZX1BOfS0ke1BWfS50YXIuYnoyIgoKTElDRU5TRT0iTEdQTC0y
IgpTTE9UPSIwIgpLRVlXT1JEUz0ifmFtZDY0IH5pYTY0IH5wcGMgfnBwYzY0IH54ODYgfng4Ni1m
YnNkIgpJVVNFPSJhbHNhIG9zcyBkZWJ1ZyIKClJERVBFTkQ9ImFsc2E/ICggPj1tZWRpYS1saWJz
L2Fsc2EtbGliLTEuMC4yICkiCgpERVBFTkQ9IiR7UkRFUEVORH0KCT49ZGV2LXV0aWwvY21ha2Ut
Mi40LjAiCgpTPSIke1dPUktESVJ9LyR7TVlfUE59LSR7UFZ9IgoKc3JjX3VucGFjaygpIHsKCXVu
cGFjayAke0F9CgljZCAiJHtTfSIKfQoKc3JjX2NvbXBpbGUoKSB7Cglsb2NhbCBteWNvbmY9IiIK
Cgl1c2UgYWxzYSB8fCBteWNvbmY9IiR7bXljb25mfSAtREFMU0E9T0ZGIgoJdXNlIG9zcyB8fCBt
eWNvbmY9IiR7bXljb25mfSAtRE9TUz1PRkYiCgl1c2UgZGVidWcgJiYgbXljb25mPSIke215Y29u
Zn0gLURDTUFLRV9CVUlMRF9UWVBFPURlYnVnIgoJCgljZCAiJHtTfS9DTWFrZUNvbmYiCgljbWFr
ZQktRCBDTUFLRV9JTlNUQUxMX1BSRUZJWD0vdXNyIFwKCQkJLUQgQ01BS0VfQ19GTEFHUzpTVFJJ
Tkc9IiR7Q0ZMQUdTfSIgJHtteWNvbmZ9IC4uICBcCgkJCQl8fCBkaWUgImNtYWtlIGZhaWxlZCIK
CWVtYWtlIHx8IGRpZSAiZW1ha2UgZmFpbGVkIgoJY2QgIiR7U30iCn0KCnNyY19pbnN0YWxsKCkg
ewoJY2QgIiR7U30vQ01ha2VDb25mIgoJZW1ha2UgaW5zdGFsbCBERVNURElSPSIke0R9IiB8fCBk
aWUgImVtYWtlIGluc3RhbGwgZmFpbGVkIgoJY2QgIiR7U30iCglkb2RvYyBhbHNvZnRyYy5zYW1w
bGUKCWluc2ludG8gL3Vzci9saWIKCWRvaW5zICIke0ZJTEVTRElSfS9saWJvcGVuYWwubGEiCn0K
CnBrZ19wb3N0aW5zdCgpIHsKCWVpbmZvIElmIHlvdSBoYXZlIHBlcmZvcm1hbmNlIHByb2JsZW1z
IHVzaW5nIHRoaXMgbGlicmFyeSB0aGVuCgllaW5mbyAndHJ5IGFkZCB0aGVzZSBsaW5lcyB0byB5
b3VyIH4vLmFsc29mdHJjIGNvbmZpZyBmaWxlOicKCWVpbmZvIFthbHNhXQoJZWluZm8gbW1hcCA9
IG9mZgp9Cg==
</data>        

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>163705</attachid>
            <date>2008-08-24 12:24 0000</date>
            <desc>openal-1.5.304.ebuild</desc>
            <filename>openal-1.5.304.ebuild</filename>
            <type>text/plain</type>
            <data encoding="base64">IyBDb3B5cmlnaHQgMTk5OS0yMDA3IEdlbnRvbyBGb3VuZGF0aW9uCiMgRGlzdHJpYnV0ZWQgdW5k
ZXIgdGhlIHRlcm1zIG9mIHRoZSBHTlUgR2VuZXJhbCBQdWJsaWMgTGljZW5zZSB2MgojICRIZWFk
ZXIkCgppbmhlcml0IGV1dGlscwoKTVlfUE49Im9wZW5hbC1zb2Z0IgoKREVTQ1JJUFRJT049Ik9w
ZW5BTCBTb2Z0IGlzIGEgY3Jvc3MtcGxhdGZvcm0gc29mdHdhcmUgaW1wbGVtZW50YXRpb24gb2Yg
dGhlIE9wZW5BTCAzRCBhdWRpbyBBUEkuIFRoZSBPcGVuIEF1ZGlvIExpYnJhcnkgaXMgYW4gb3Bl
biwgdmVuZG9yLW5ldXRyYWwsIGNyb3NzLXBsYXRmb3JtIEFQSSBmb3IgaW50ZXJhY3RpdmUsIHBy
aW1hcmlseSBzcGF0aWFsaXplZCBhdWRpbyIKSE9NRVBBR0U9Imh0dHA6Ly9rY2F0LnN0cmFuZ2Vz
b2Z0Lm5ldC9vcGVuYWwuaHRtbCIKU1JDX1VSST0iaHR0cDovL2tjYXQuc3RyYW5nZXNvZnQubmV0
L29wZW5hbC1yZWxlYXNlcy8ke01ZX1BOfS0ke1BWfS50YXIuYnoyIgoKTElDRU5TRT0iTEdQTC0y
IgpTTE9UPSIwIgpLRVlXT1JEUz0ifmFtZDY0IH5pYTY0IH5wcGMgfnBwYzY0IH54ODYgfng4Ni1m
YnNkIgpJVVNFPSJhbHNhIG9zcyBkZWJ1ZyIKClJERVBFTkQ9ImFsc2E/ICggPj1tZWRpYS1saWJz
L2Fsc2EtbGliLTEuMC4yICkiCgpERVBFTkQ9IiR7UkRFUEVORH0KCT49ZGV2LXV0aWwvY21ha2Ut
Mi40LjAiCgpTPSIke1dPUktESVJ9LyR7TVlfUE59LSR7UFZ9IgoKc3JjX3VucGFjaygpIHsKCXVu
cGFjayAke0F9CgljZCAiJHtTfSIKfQoKc3JjX2NvbXBpbGUoKSB7Cglsb2NhbCBteWNvbmY9IiIK
Cgl1c2UgYWxzYSB8fCBteWNvbmY9IiR7bXljb25mfSAtREFMU0E9T0ZGIgoJdXNlIG9zcyB8fCBt
eWNvbmY9IiR7bXljb25mfSAtRE9TUz1PRkYiCgl1c2UgZGVidWcgJiYgbXljb25mPSIke215Y29u
Zn0gLURDTUFLRV9CVUlMRF9UWVBFPURlYnVnIgoJCgljZCAiJHtTfS9DTWFrZUNvbmYiCgljbWFr
ZQktRCBDTUFLRV9JTlNUQUxMX1BSRUZJWD0vdXNyIFwKCQkJLUQgQ01BS0VfQ19GTEFHUzpTVFJJ
Tkc9IiR7Q0ZMQUdTfSIgJHtteWNvbmZ9IC4uICBcCgkJCQl8fCBkaWUgImNtYWtlIGZhaWxlZCIK
CWVtYWtlIHx8IGRpZSAiZW1ha2UgZmFpbGVkIgoJY2QgIiR7U30iCn0KCnNyY19pbnN0YWxsKCkg
ewoJY2QgIiR7U30vQ01ha2VDb25mIgoJZW1ha2UgaW5zdGFsbCBERVNURElSPSIke0R9IiB8fCBk
aWUgImVtYWtlIGluc3RhbGwgZmFpbGVkIgoJY2QgIiR7U30iCglkb2RvYyBhbHNvZnRyYy5zYW1w
bGUKCWluc2ludG8gL3Vzci9saWIKCWRvaW5zICIke0ZJTEVTRElSfS9saWJvcGVuYWwubGEiCn0K
CnBrZ19wb3N0aW5zdCgpIHsKCWVpbmZvIElmIHlvdSBoYXZlIHBlcmZvcm1hbmNlIHByb2JsZW1z
IHVzaW5nIHRoaXMgbGlicmFyeSB0aGVuCgllaW5mbyAndHJ5IGFkZCB0aGVzZSBsaW5lcyB0byB5
b3VyIH4vLmFsc29mdHJjIGNvbmZpZyBmaWxlOicKCWVpbmZvIFthbHNhXQoJZWluZm8gbW1hcCA9
IG9mZgp9Cg==
</data>        

          </attachment>
    </bug>

</bugzilla>