I really don't know what package to file this bug report under. If I make it to "installation-reports", FJP will just say, "The installer did everything right, so I'm closing this report." which seems a little like the surgeon who said, "The operation was as success. Too bad, the patient died. But that's not my problem!" I'm picking "gnome-desktop" out of thin air, if only because I don't get this problem with KDE desktop manager. Will somebody who knows, please redirect it to the correct place! So here's my problem: The computer in question is an OldWorld PowerMac Apple Macintosh, "Beige G3" tower. This problem only happens on this machine. It does not occur on my G4 test box. I'd very much appreciate it if somebody else with a beige G3 would try it and let me know if they see the same problem. I installed using the etch daily netinst CD from December 25th at 04:40 UTC. The installation process was entirely nominal (modulo the usual magical things I have to do to get it to load using BootX). However, after rebooting following the install, and logging in to gnome, it seems to be repeatedly trying to start/re-start something having to do with the appearance of the desktop. Things are very slow (as if a process in continually crashing and restarting) and the appearance of the desktop cycles thru a series of subtle but disturbing changes that I'll call "wiggling" for want of a better word. Finally, after 30 seconds or a minute, I get a pop-up that says Question The pannel encountered a problem while loading "OAFIID:GNOME_MixerApplet". Do you want to delete the applet from your configuration? [Don't delete] [Delete] If I click [Don't Delete] it goes back to wiggling, and about 30 seconds later, I get the same popup. If I click [Delete] it goes back to wiggling, but the popup doesn't reappear. After a couple of minutes of wiggling, I get a popup that says There was an error starting the GNOME Settings Daemon Some things such as themes, sounds, or background settings, may not work correctly. The Settings Daemon restarted too many times The last error message was: System Exception:IDL:Bonobo/GeneralError:1.0: Child process did not give an error message, unknown failure occurred. Gnome will try to restart the Settings Daemon next time you login. [close] When I click [close] the wiggling stops and everything is (as far as I can tell) normal until I log out and try to login again. Anybody got a clue? Thanks! Rick
retitle 404876 gnome-desktop: strange behavior on OldWorld PowerMac "beige G3" thanks
Le jeudi 28 décembre 2006 à 15:52 -0500, Rick Thomas a écrit : Could you try to update the liborbit2 and orbit2 packages to the 1:2.14.4-1 version in unstable, and then tell me if that bug is still happening? Thanks,
I changed "etch" to "unstable" in sources.list. Then I did "aptitude update && aptitude install liborbit2 orbit2". It installed orbit2 and upgraded liborbit2 to version 1:2.14.4-1 and held back a whole bunch of stuff. Then I logged out and back in again. No change. It still goes all wiggly on me and finally gives me the second error popup. (The first error popup isn't expected at this point -- I answered "Delete" the first time it came up a while ago and haven't seen it since.) On an off chance, I rebooted the system. Still no change. Still all wiggly. Enjoy! Rick
Interesting difference -- Now it stays wiggly forever (well -- for 5 minutes or more). I never actually see the error popup, and the wiggles never go away. Rick
Le jeudi 28 décembre 2006 à 18:55 -0500, Rick Thomas a écrit : Looks like gnome-settings-daemon is dying again and again. Is there any relevant output in your ~/.xsession-errors file ?
Yes. I can confirm that repeated "ps" gives different pids each time for gnome-settings-daemon . it looks like this: Does that help? Rick
Le jeudi 28 décembre 2006 à 18:55 -0500, Rick Thomas a écrit : Can you type "echo export OIL_CPU_FLAGS=0 >> ~/.gnomerc" and then try to log out and log in again? If it doesn't work, please start a fail-safe session, and in the terminal type "gdb /usr/bin/gnome-settings-daemon", and at the gdb prompt "run". If it crashes, type "thread apply all bt" and send me the output. Thanks,
This did not change anything. What was it supposed to do? typescript attached.
reassign 404876 libgstreamer0.10-0 severity 404876 grave retitle 404876 GStreamer broken on G3 powerpc architecture thanks Le vendredi 29 décembre 2006 à 00:50 -0500, Rick Thomas a écrit : It disables some CPU optimisations that may cause trouble on G3 processors. Obviously this is not enough. Well, nothing really useful here, except this confirms this is a problem somewhere in the GStreamer stack. Reassigning. @debian-powerpc: as it seem to render gstreamer completely useless on G3 processors, I think this must be addressed before the release. If anyone with powerpc knowledge has some time to find what is going wrong, that would be very helpful.
Thanks for you help! Is there a (set of) configuration parameter(s) I can fiddle with that will disable (selected parts of) gstreamer? That might help to narrow the scope of the question. As noted elsewhere, I'm an old- fashioned command-line kinda guy and all this multi-media stuff is just so much glitz as far as I'm concerned. So disabling the troublesome parts (or the whole thing) is acceptable to me. Especially if it lets me get on with other testing activities on the OldWorld machine. I'm (of course) willing and anxious to help get this thing debugged. The machine in question is dedicated to Debian testing, so feel free to ask me to try anything that you think might help in diagnosing the problem. Rick
Begin forwarded message:
Could you run: rm ~/.gstreamer-0.10/registry.*.xml GST_DEBUG=*:3 gst-launch --gst-debug-no-color and attach the output? dave...
Attached is the output produced on my machine running unstable.
Now try: rm ~/.gstreamer-0.10/registry.*.xml gdb -args gst-launch-0.10 --gst-disable-registry-fork and give gdb the command 'run'. GDB will stop once with a SIGILL in the function 'test_altivec()' called by 'oil_cpu_fault_try()'. Use the command 'c' to continue when this happens (since it's not a problem). It should stop again with a SIGILL. Please capture the backtrace at this point and attach it to the bug. Just in case I forgot about some other CPU detection code, please enter 'c' again. It should say something like "Process Terminated, killed by signal". If it doesn't, it will probably continue along until it hits another SIGILL, at which point you should create a second backtrace. As an off the cuff guess, it's probably due to the ffmpeg plugin, /usr/lib/gstreamer-0.10/libgstffmpeg.so. You could attempt removing that to see if it starts working. (The test command above is bogus and will print an error, but it's not supposed to crash.) dave...
It's not exactly as you describe:
Program received signal SIGILL, Illegal instruction.
[Switching to Thread 805422944 (LWP 16781)]
0x0e9fb2a8 in oil_cpu_get_flags () from /usr/lib/liboil-0.3.so.0
(gdb) bt
#0 0x0e9fb2a8 in oil_cpu_get_flags () from /usr/lib/liboil-0.3.so.0
#1 0x0e9fb388 in oil_cpu_fault_check_try () from /usr/lib/liboil-0.3.so.0
#2 0x0e9fb544 in oil_cpu_fault_check_enable () from /usr/lib/liboil-0.3.so.0
#3 0x0e9fc660 in oil_init () from /usr/lib/liboil-0.3.so.0
#4 0x0ea6bc08 in gst_video_box_get_type () from /usr/lib/gstreamer-0.10/libgstvideobox.so
#5 0x0fef69e4 in g_type_class_ref () from /usr/lib/libgobject-2.0.so.0
#6 0x0ff6a96c in gst_element_register (plugin=0x10050f48, name=0xea6d118 "videobox", rank=0, type=269068808)
at gstelementfactory.c:273
#7 0x0ea6b904 in gst_video_box_get_type () from /usr/lib/gstreamer-0.10/libgstvideobox.so
#8 0x0ff88050 in gst_plugin_register_func (plugin=0x10050f48, module=<value optimized out>, desc=<value optimized out>)
at gstplugin.c:259
#9 0x0ff88648 in gst_plugin_load_file (filename=0x1003f4e8 "/usr/lib/gstreamer-0.10/libgstvideobox.so", error=0x0)
at gstplugin.c:450
#10 0x0ff8e668 in gst_registry_scan_path_level (registry=0x10029000, path=0xffbf5fc "/usr/lib/gstreamer-0.10", level=10)
at gstregistry.c:834
#11 0x0ff8e8f8 in gst_registry_scan_path (registry=0x10029000, path=0xffbf5fc "/usr/lib/gstreamer-0.10")
at gstregistry.c:872
#12 0x0ff4dbd8 in scan_and_update_registry (default_registry=0x10029000,
registry_file=0x1002acf8 "/home/yavor/.gstreamer-0.10/registry.powerpc.xml", write_changes=1) at gst.c:634
#13 0x0ff4de90 in init_post () at gst.c:674
#14 0x0fdd29a0 in g_option_context_parse () from /usr/lib/libglib-2.0.so.0
#15 0x10003618 in main (argc=2, argv=0x7f8d8a34) at gst-launch.c:551
(gdb) c
Continuing.
Program received signal SIGILL, Illegal instruction.
0x0d74e4cc in visual_cpu_get_tsc () from /usr/lib/libvisual-0.4.so.0
(gdb) bt
#0 0x0d74e4cc in visual_cpu_get_tsc () from /usr/lib/libvisual-0.4.so.0
#1 0x0d74e588 in visual_cpu_initialize () from /usr/lib/libvisual-0.4.so.0
#2 0x0d748d88 in visual_init () from /usr/lib/libvisual-0.4.so.0
#3 0x0d77a2a0 in gst_visual_get_type () from /usr/lib/gstreamer-0.10/libgstlibvisual.so
#4 0x0ff88050 in gst_plugin_register_func (plugin=0x100e4570, module=<value optimized out>, desc=<value optimized out>)
at gstplugin.c:259
#5 0x0ff88648 in gst_plugin_load_file (filename=0x10103168 "/usr/lib/gstreamer-0.10/libgstlibvisual.so", error=0x0)
at gstplugin.c:450
#6 0x0ff8e668 in gst_registry_scan_path_level (registry=0x10029000, path=0x100e4570 "\020\002l\030", level=10)
at gstregistry.c:834
#7 0x0ff8e8f8 in gst_registry_scan_path (registry=0x10029000, path=0xffbf5fc "/usr/lib/gstreamer-0.10")
at gstregistry.c:872
#8 0x0ff4dbd8 in scan_and_update_registry (default_registry=0x10029000,
registry_file=0x1002acf8 "/home/yavor/.gstreamer-0.10/registry.powerpc.xml", write_changes=1) at gst.c:634
#9 0x0ff4de90 in init_post () at gst.c:674
#10 0x0fdd29a0 in g_option_context_parse () from /usr/lib/libglib-2.0.so.0
#11 0x10003618 in main (argc=2, argv=0x7f8d8a34) at gst-launch.c:551
(gdb) c
Continuing.
reading register r0 (#0): No such process.
However, if I remove libgstlibvisual.so, I get the following while
launching the first command with LANG=C:
0:00:01.701811000 16833 0x1001ae50 INFO GST_PIPELINE gstparse.c:150:gst_parse_launch: parsing pipeline description
0:00:01.702656000 16833 0x1001ae50 ERROR GST_PIPELINE ./grammar.y:765:_gst_parse__yyparse: empty pipeline not allowed
ERROR: pipeline could not be constructed: empty pipeline not allowed.
Amazingly, if I restore the file I continue to get the same error
(removing ~/.gstreamer-0.10/registry.powerpc.xml every time).
Interesting. I'm not getting the mail from David Schleef, but I am getting the replies from Yavor Doganov. David, would you like me to try the same things on my Beige G3 under Etch? Rick
EXECUTIVE SUMMARY: Due to a regression, any program that links
libgstreamer segfaults on G3 processors. I've fixed this by
recompiling libgstreamer from source. Everything works again.
DETAILS: Any program linked with libgstreamer-0.10 will crash with a
segmentation fault. This is most noticable when using Gnome which
requires gstreamer for many applications, however for simpler
debugging the problem can be replicated easily at the command line:
$ sudo aptitude install gstreamer0.10-tools
$ gst-inspect-0.10
Segmentation fault
Gdb and strace were not very enlightening so I compiled libgstreamer
from source like so:
$ apt-get source libgstreamer0.10-0
$ sudo aptitude install libgstreamer0.10-dev libglib-dev
$ cd gstreamer0.10-0.10.10/
$ ./configure
$ cd gst
$ make # Go read a book, this will take a while
Using the newly compiled library makes the old executables work fine:
$ LD_PRELOAD=.libs/libgstreamer-0.10.so.0.9.0 gst-inspect-0.10
annodex: cmmldec: CMML stream decoder
annodex: cmmlenc: CMML streams encoder
halelements: halaudiosrc: HAL audio source
[...output truncated...]
staticelements: pipeline: Pipeline object
Total count: 90 plugins, 279 features
Reinstalling libgstreamer into /usr/lib completely fixes this bug. All
applications, including the Gnome Desktop, work as they used to.
$ strip .libs/libgstreamer-0.10.so.0.9.0
$ sudo mv /usr/lib/libgstreamer-0.10.so.0.9.0 /usr/lib/libgstreamer-0.10.so.0.9.0.old
$ sudo cp -a .libs/libgstreamer-0.10.so.0.9.0 /usr/lib
Ok, that is approximately what I expected, although I'm a bit confused. Could you (or someone) get back to the state where it's broken, and run ulimit -c unlimited rm ~/.gstreamer-0.10/registry.powerpc.xml gst-launch-0.10 And let it crash. Then run: gdb gst-launch-0.10 core and do a backtrace. (The core file might have a pid suffix.) dave...
A good thought. Unfortunately, the date & time are correct on this machine. I just did "aptitude update && aptitude upgrade" and it installed newer versions of lots of gnome related stuff. But no joy. The wiggles haven't gone away. Still hoping that somebody can help me debug this thing! Rick
Hi Ben,
Thanks, that's very interesting.
Could you attach the config.* files from this run? It would be
interesting to compare them to a run on a G4 machine to see what
differs.
Thanks,
Good idea. Here are config.{h,log,status} from the run. Let me know if
you need anything else.
Hi Sjoerd,
[...]
Could you compare the config.* files from a configure run on your
powerpc in gstreamer0.10 with the files from the G3 run in #404876?
I hope this could help pin-point the relevant test that we need to
force to the G3 value on the buildds; perhaps it can even be moved to
runtime.
Thanks,
At Sat, 30 Dec 2006 15:40:43 -0800, David Schleef wrote: Sorry, but I can't revert that state any more... It is working and the bug is not reproducible (gnome-settings-daemon doesn't restart as well, i.e. everything is fine). I don't have a clue, really :/
I've got two machines, sitting side by side. One is the Beige G3 PowerMac that started all this. The other is a G4 Powermac. They are both running up-to-date Debian etch. Both are configured for the GNOME desktop manager. I did the series of magical passes described in the message b9 pointed to on each of them. The wigglys on the G3 are now gone. Hurrah! I've done enough messing around on the G3 that I don't trust the config files to be meaningful, so I'm not going to send them yet. I'll do a complete re-install from scratch on the G3 then do b9's magic again. I'll send the config files from that one. Enjoy! Rick
So I did it. Here are the "config" files from both the g3 and the g4 (tared and gziped). Curiously, the two versions (g3 and g4) don't seem to differ in any significant way... Rick
Pranay, This sounds a lot like <http://bugs.debian.org/cgi-bin/bugreport.cgi? bug=404876> What hardware are you using? Is it a G3 based OldWorld PowerMac, by any chance? If so, does the workaround in the bug report help? If not on G3 PowerMac hardware, then it's even *more* interesting to know if the workaround helps! Enjoy! Rick
Hi,
Gstreamer currently has a release critical bug that seems to be only
reproducable on powerpc machines without altivec support and even then not
always. The best hint to what the problem might be seems to indicate there is
an issue in the libvisual altivec detection code[0]..
Also for some reporters the problem went away (!?). Google revealed that
pld-linux re-enabled the altivec detection because it works ``on fixed
kernel''. So it might be related to specific kernel versions.
So what i would like people to do (Only on machine without altivec!):
0: Install gstreamer 0.10 (at least gstreamer0.10-plugins-base and
gstreamer0.10-tools from etch)
1: Run:
rm ~/.gstreamer-0.10/registry.*.xml
gst-launch-0.10 --gst-disable-registry-fork
2a: If it doesn't crash:
- please try on an older kernel if possible
2b: If it does crash:
- please try on a newer (debian) kernel if possible
- if that doesn't help try the libvisual packages at:
http://people.debian.org/~sjoerd/libvisual/
3: Thanks for testing! Please mail your experiences, kernel versions,
machines types etc.
Sjoerd
0: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=404876;msg=88
The libvisual at http://people.debian.org/~sjoerd/libvisual/ fixes it for me. Cheers, finally I have a working gnome-settings-daemon !! Linux freedom4.home.x2a.org 2.6.18-3-powerpc #1 Mon Dec 4 15:30:06 CET 2006 ppc GNU/Linux processor : 0 cpu : 750FX temperature : 19-21 C (uncalibrated) clock : 800.000000MHz revision : 2.3 (pvr 7000 0203) bogomips : 49.53 timebase : 24835277 platform : PowerMac machine : PowerBook4,3 motherboard : PowerBook4,3 MacRISC2 MacRISC Power Macintosh detected as : 257 (iBook 2 rev. 2) pmac flags : 0000001b L2 cache : 512K unified pmac-generation : NewWorld
Ok, that's interesting, thanks! But could you revert to the libvisual that breaks and test a newer kernel (e.g. 2.6.20 or 2.6.19)?
Hi guys! I found the same problem today installing Debian on my old ibook (Debian SID): Here the logs... but I don't think they are really useful. However I have the same "GNOME Settings Daemon" error logging in Gnome. I didn't yet tested all stuff here proposed, but I'm ready to provide you all additional information you could need. Actually, I can say that installing libvisual-0.4-0 doesn't solve for me the problem. Giovanni
Thanks, could you report the version of the Debian kernel where it crashed? Could you try the version from sid and report back here? Could you try a newer upstream kernel such as 2.6.20-rc5? (You can download pre-built kernels from: <http://kernel-archive.buildserver.net/debian-kernel>)
Loïc Minier ha scritto: The kernel I run on this ibook is: I downloaded this kernel (2.6.20-ppc-version's kernel is still not available) from that link: http://kernel-archive.buildserver.net/debian-kernel/build/pool/main/l/linux-2.6/linux-image-2.6.18-4-powerpc_2.6.18-9~snapshot.8189_powerpc.deb 'couse it seams to be the last available. I had the following result: Then, I rebooted my laptop but I still got the same "GNOME daemon / IDL:Bonobo/GeneralError:1.0" error. Maybe, Loïc, you meant a different kernel. Can you just link me the exact one, or some additional test to do, please? I'm not a geek at all... but, anyway, I'll do my best... :) Giovanni
Allright, I finished my iBook logic board upgrade, the laptop is now in one piece for testing (as compared to all over the place when I wrote this morning). So I compiled a vanilla 2.6.19.2 with make-kpkg and reverted libvisual to the official debian package. I have not been able to reproduce this bug with this kernel. Should we reassign this bug to linux-source ? Anyway, thanks for the help and keep up the great work, if I can help, let me know.
It was interesting to test this kernel. Could you try a kernel from the 2.6.20 series from the same host? Thanks!
That's very interesting new, thanks! Could you try 2.6.18 vanilla to check whether this is caused by Debian specific patches or by an upstream kernel bug? Thanks,
Could you attach the .config of the 2.6.19.2 you built and that works for you? Thanks!
I have a G3 iMac at work running Etch which has this problem. $ cat /proc/cpuinfo processor : 0 cpu : 745/755 clock : 350.000000MHz revision : 50.1 (pvr 0008 3201) bogomips : 49.79 timebase : 24967266 platform : PowerMac machine : PowerMac2,2 motherboard : PowerMac2,2 MacRISC Power Macintosh detected as : 66 (iMac FireWire) pmac flags : 00000014 L2 cache : 512K unified pmac-generation : NewWorld ii linux-image-2.6.18-3-powerpc 2.6.18-7 Linux 2.6.18 image on uniprocessor 32-bit Po My observations: Installing the libvisual package sjoerd provided solves the problem. Changing to vanilla Linux 2.6.18 does _not_ solve the problem. Changing to vanilla 2.6.20-rc5 does _not_ solve the problem. Both kernels where compiled using the 2.6.18 pmac32_defconfig (and make oldconfig on that for the 2.6.20-rc5 run) which has CONFIG_ALTIVEC=y (which is the relevant config entry for this bug AFAIK). Full configs attached.
On Wed, January 17, 2007 11:16, Loïc Minier said: Yes, here it is, I am now building a vanilla 2.6.18.6 with a similar config as you asked, it should be done in a few hours.
I do not have this problem with 2.6.18 vanilla, with my own config (attached), what can we do to narrow this down ?
For the record... I just tried my vanilla 2.6.18 kernel with CONFIG_ALTIVEC disabled, but the problem persisted still.
Loïc Minier ha scritto: The problem is that I could not still find a 2.6.20 pre-compiled linux package (.deb) for ppc in that host. Do I need to compile it by hand (that means that my old ibook will slowly compile for hours and hours...), or is there already a .deb package, that I've not been able to find? Thanks, Giovanni
There are some pre-compiled kernels on buildserver.net; at least the 2.6.20-rc5 and the next sid version (2.6.18-9). Bye,
Loïc Minier ha scritto: Ok, no problems for the kernel. Just a moment: you tell that this problem seems to arise just with 2.6.18 kernel, but I had the same problem even with Ubuntu 2.6.17 kernel (installed by default using last ubuntu 6.10 ppc cdrom)... can it be an useful information for you? Anyway, let me know if additional tests are needed/possible and, by my side, I'll check everyday if new ppc 2.6.20 kernel it's available. Thanks again, Giovanni
Yes, it's always good to know. The problem is likely to disappear with a specific set of kernel config items, but it's not clear which. :-/ 2.6.20 does not seem to be an useful test target anymore, some people confirmed the bug also happens there unfortunately.
Hello! Just reporting that running 2.6.19.2 with the .config that Jonathan supplied does _not_ solve the problem on my PowerPC.
Hello ! I'm on an iBook G3 machine (ref M8600LL/A on Apple website), which should be a non Altivec one if I understood well (?). I tried your test and the result is "Instruction illégale". Versions : - gstreamer-base and -tools : 0.10.10-2 - kernel : linux-image-2.6.18 (locally compiled from Debian source with Debian conf) I then downloaded the new libvisual you pointed. The result has change : "ERREUR: le tube n'a pas pu etre construit: tube vide non autorisé." (The pipe couldn't be constructed, empty pipe forbidden). What do you want me to do next ? Hoping it could help you... Bertrand------------------------------------ Original Message Follows : De: Sjoerd Simons <sjoerd@spring.luon.net> Répondre à: 404876@bugs.debian.org À: 404876@bugs.debian.org, debian-powerpc@lists.debian.org Cc: lool@dooz.org, ds@schleef.org, rbthomas55@pobox.com, yavor@doganov.org Sujet: G3 (or other non-altivec machines) testers sought Date: Sun, 14 Jan 2007 23:08:03 +0100 Client de messagerie: Mutt/1.5.13 (2006-08-11) Hi, Gstreamer currently has a release critical bug that seems to be only reproducable on powerpc machines without altivec support and even then not always. The best hint to what the problem might be seems to indicate there is an issue in the libvisual altivec detection code[0].. Also for some reporters the problem went away (!?). Google revealed that pld-linux re-enabled the altivec detection because it works ``on fixed kernel''. So it might be related to specific kernel versions. So what i would like people to do (Only on machine without altivec!): 0: Install gstreamer 0.10 (at least gstreamer0.10-plugins-base and gstreamer0.10-tools from etch) 1: Run: rm ~/.gstreamer-0.10/registry.*.xml gst-launch-0.10 --gst-disable-registry-fork 2a: If it doesn't crash: - please try on an older kernel if possible 2b: If it does crash: - please try on a newer (debian) kernel if possible - if that doesn't help try the libvisual packages at: http://people.debian.org/~sjoerd/libvisual/ 3: Thanks for testing! Please mail your experiences, kernel versions, machines types etc. Sjoerd 0: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=404876;msg=88 -- Don't kid yourself. Little is relevant, and nothing lasts forever.
Actually the error message you got is the ``right'' result. As in it shows
that my libvisual fixes the crash :)
Thanks for testing!
Sjoerd
reassign 404876 libvisual
retitle 404876 libvisual's altivec detection is broken or breaks with some kernels and should be disabled
stop
Hi,
It's not clear whether the altivec detection code is broken or not,
differrent kernels and different kernel configs on different hardware
resulted in mixed success; it seems that it would be best to either
change it to something more reliable (I read that libc is supposed to
provide this type of routines), or to disable it for etch.
Thanks,
I installed on my "beige G3" PowerMac (OldWorld) test machine. I
used the latest d-i netinst CD dated 2007 Jan 21 09:10:17 UTC,
downloaded from http://cdimage.debian.org/cdimage/daily-builds/sid_d-
i/20070121-1/powerpc/iso-cd/
I did a default install. When it came to running "tasksel" I chose
the "desktop" and "standard" tasks. It installed everything pretty
much as expected except that it wound up in a red screen saying:
[!!] Configure gnome-applets
Installation step failed
An installation step failed.
The failing step is: Select and install software.
I continued anyway and allowed it to reboot, which went pretty much
as expected.
After the reboot, I tried to log into Gnome. It behaved as described
in bug#404876 (popup telling of a problem loading
"OAFID:GNOME_MixerApplet", and the screen went all wiggly.)
I then followed Sjoerd's instructions for testing.
0: Install gstreamer
no problem.
1: rm ~/.gstreamer-0.10/registry.*.xml
That directory didn't exist. So there was nothing to remove.
gst-launch-0.10 --gst-disable-registry-fork
crashed with "illegal instruction"
2b: installed the kernel from SID.
gst-launch... still gave "illegal instruction"
downloaded and installed libvisual-0.4-0_0.4.0-1.0.1_powerpc.deb
from sjoerd's directory.
got "ERROR: pipeline could not be constructed: empty pipeline not
allowed."
I assume this is the "right" answer?
Then I logged out and logged back in again to Gnome. No more
wiggles. So that fixes the problem, whatever it was.
Congratulations!
Rick
Here's an interesting counterpoint to my previous experiences with an OldWorld Beige G3 PowerMac... I tried installing on a Blue&White G3 NewWorld (just barely! -- it was one of the very first of Apple's NewWorld PowerMacs). It has the G3 processor (no altivec) but the wigglys don't happen! I installed from the Jan 21, 2007 09:10:17 UTC "businesscard" CD. I haven't tried the whole testing process that Sjoerd recommended. I will do that soon. "Curiouser and curioser!", cried Alice. Rick
Hi,
Argh! Could you try with the registry cleanup as suggested by David
Schleef?
If you do manage to reach the final SIGILL again, it would be very
interesting to send us the output of "disas" in gdb as well as the
backtrace.
Thanks!
В пн, 2007-01-29 в 10:10 +0100, Loïc Minier написа: I am following his instructions exactly, but all I get is the usual "pipeline" error (which is the normal behaviour). I checked whether I've made a snafu while moving the files from/to /usr/lib, but everything seems in order. I can't reproduce the bug :/
Previously I reported that my Blue&White G3 Powermac didn't get the wigglies. Apparently that was a lie. I recently re-installed this machine and there there were! So both my G3 machines (Beige OldWorld G3 and B&W NewWorld G3) have this problem. Has there been any progress lately? Rick
I've just uploaded an NMU of libvisual to the DELAYED/2-day queue on gluck, which works around the issue of the altivec detection causing gstreamer to segv on some powerpc machines without altivec. Which in turn breaks the gnome desktop on these machines. The workaround simply completely disables the altivec detection. With this workaround #404876 and #407153 can either be closed or downgraded && retitled to please enable/fix altivec detection. Sjoerd
Hi Sjoerd, Where is the diff for this NMU, please? Have you not closed these bugs in the changelog of your NMU?
I'm the one who proposed not to close the bug as the bug isn't fixed, only hidden, and altivec support is desirable. Perhaps we should clone the bug and close one if you need a RC bug to track this upload.
Oh, forgot to attach it, sorry. See attachment No, as Loic mentioned in his mail we decided that this bug should be downgraded instead of being closed as it's just a work-around instead of a real fix. If you prefer, i can ofcourse upload a new version which does clone the bug and we can do some magic to open a new one with the same info, stating what actually should be fixed :) Sjoerd PS: Please keep me CC'd in replies
s/clone/close/ ^^^^^
Sjoerd
package have broken altivec detection that leaves the package unusable on some procs, later versions have no altivec detection at all. The former is RC (at least arguably), the latter is not, so it would be helpful to be able to distinguish between the two.
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
clone 404876 -1 retitle -1 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again severity -1 important stop
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
Version: 0.4.0-1.1
Hi,
libvisual 0.4.0-1.1 was uploaded to disable altivec detection, and this
should workaround the bug, hence I'm closing these bugs.
(I've opened a separate report to track the altivec problem if we need
to enable it again.)
Bye,
unmerge 404876 retitle 404876 investigate on why libvisual's altivec detection is broken or breaks with some kernels and enable it again stop
reopen 404876 severity 404876 important stop
Hello, I am closing Debian bug #404876 as fixed in libvisual 0.4.2-1. The issue was fixed by upstream libvisual 0.4.2. The original crash on PowerPC processors without AltiVec was worked around in Debian 0.4.0-1.1 by disabling AltiVec detection. The report was then kept open to track a safe implementation and re-enable detection. Upstream pull request #268 replaced the Linux/PowerPC instruction probe with an AT_HWCAP check: https://github.com/Libvisual/libvisual/pull/268 The change is listed in the 0.4.2 NEWS file as "Improve AltiVec detection for PPC/PPC64 Linux" and entered Debian with 0.4.2-1. I also tested Debian's 0.4.2-6 powerpc binary under QEMU user mode. With an emulated PowerPC 750 (G3, without AltiVec), initialization completes without SIGILL and reports AltiVec as unavailable. With an emulated PowerPC 7400, it reports AltiVec as available. The safe detection requested by this report is therefore enabled. Version 0.4.2-1 is the first Debian version that imported the upstream fix. Regards, Federico Molara