Read Me First.
---------------------------------------------------------------------------------------------------------
Here is the Myah OS 3.0 Alpha 1 guide and info page. This first post will be kept updated.
If you have questions, wish to report a bug or have an answer for one please post in this thread. If you just want to talk or ask for you favorite program to be added this in not the thread for that.
I will not give support on running Myah OS in vmware under windows or anything where Myah OS is not running natively on the PC. So please don't even ask.
---------------------------------------------------------------------------------------------------------
Quick info for Myah OS 3.0 Alpha 1
---------------------------------------------------------------------------------------------------------
Myah OS 3.0 Alpha 1 is a complete linux live distro. The desktop features the new XFCE 4.4.1. The CD is not stripped of any parts, everything used to build it are included. This means it contains programs like make, patch and even the kernel source, if you wish to compile anything yourself.
Myah OS 3.0 also has a broad range of programs included. Everything from Office and Graphic programs to multimedia. This makes Myah OS a complete linux solution for your PC.
Myah 3.0 is compiled for i686 intel/amd systems, but will also work well with the new 64bit intel/amd systems. Myah OS comes with it's own set of package management tools. These tools are shell based scripts. There is currently a graphical front end for the installpkg utility, with more to come. This alpha version does not come with an installer to install to your hard drive. It will be added in shortly and there are instructions on how to manually install below.
Myah OS 3.0 has 2 default users. The admin user root. And the recommended user myah.
User: Password:
root myah
myah (blank)
The live CD will by default boot into the command line interface. That is run level 3. But you can also change into run level 4 where you will use the slim login manager.
Windows Managers:
XFCE 4.4.1
Beryl 0.2.1
System:
Linux Kernel 2.6.22.10 - with source.
GCC 4.2.1
Glib 2.14.1
Glibc 2.6.1
GTK+ 2.12
Mesa 7.0.1
Perl-5.8.8
Python 2.5.1
Xorg 7.3
System Tools:
Catfish 0.2.5
CUPS 1.3.3
Galculator 1.3.1
GParted 0.3.3
Msudo
XFCE Taskmanager 0.3.2
Xscreensaver 5.03
Archivers:
Squeeze 0.2.1
Xarchiver 0.4.6
Graphic Editors:
Blender 2.45
Dia 0.96.1
Inkscape 0.45.1
Gimp 2.2.17
Tux Paint 0.9.17
Xpaint 2.7.8.1
Graphic Viewers:
GQview 2.0.4
Mirage 0.8.3
Ristretto 0.0.7
Graphic Tools:
Gcolor2 0.4
GTKam 0.1.14
Xsane 0.994
Video Players:
Mplayer 1.0rc2 - With full DVD support.
Xine UI 0.99.5 - With full DVD support.
Audio Players:
Audacious 1.3.2
Exaile 0.2.10
Xfmedia 0.10.0
XMMS 1.2.10
CD/DVD burners:
Graveman 0.3.12.5
Xfburn 0.3.0
Audio/Video Editors:
Audacity 1.3.3beta
Kino 1.1.1
Audio/Video Tools:
Asunder 0.9
Audio Tag Tool 0.12.3
Streamtuner 0.99.99
XFCE Mixer 4.4.1
Internet Browsers:
Firefox 2.0.0.8 - With mplayerplug-in, Flash, Java, ChatZilla, and fireFTP.
Kazehakase 0.4.9 - With mplayerplug-in, flash, and java.
FTP Managers:
gFTP 2.0.18
fireFTP
Torrent Clients:
Azureus 3.0.3.4
Transmission 0.72
Chat Clients:
ChatZilla 0.9.78.1
pidgin 2.2.1
Xchat 2.8.4
Mail Clients:
Thunderbird 2.0.0.6
Network Tools:
pyNeighborhood 0.4
Wifi Radar 1.9.8
Editors/IDEs:
Geany 0.12
Mousepad 0.2.12
Medit 0.8.10
Office:
Abiword 2.4.6
Orage 4.4.1
ePDFViewer 0.1.6
gfa 0.4.1
Gnumeric 1.7.12
---------------------------------------------------------------------------------------------------------
Downloads
---------------------------------------------------------------------------------------------------------
ftp: Myah-OS-3.0-alpha-1.iso
http: Myah-OS-3.0-alpha-1.iso
md5sum: f8ebfe81955169eec48fb513cfb99832
---------------------------------------------------------------------------------------------------------
Bugs and Quick Fixes
---------------------------------------------------------------------------------------------------------
1) xorg-server-1.4 ignores DisplaySize setting in xorg.conf. This means font dpi cann't be set like it should. There is no fix as of yet for this. But there is a work around.
- Code: Select all
startx -- -dpi 96
---------------------------------------------------------------------------------------------------------
Myah OS package management suite.
---------------------------------------------------------------------------------------------------------
Currently there are 3 main programs that you will use for managing packages. I am creating other tools but for now there are 3 main ones in place you will need to know about.
All 3 of these programs need to be run as root. So you can use su sudo or msudo to launch them. All 3 also are located in /sbin so you will need to give that as it will not be found in your normal users path. sudo /sbin/installpkg something like that.
installpkg Installs or updates Myah OS packages.
removepkg Removes existing Myah OS packages.
mbuild Compiles and creates Myah OS packages.
installpkg
If you just looking to install a package you can do it many different ways with this tool. You can do it from the command line. Or with a menu, Or even a graphical front end. If you have a package on you computer just clicking on it will open up the Graphical front end for you to install. I like the command line myself so I will explain that since the Graphical is self explanitory.
Here are some swithes you can give to installpkg
--menu (Uses dialog to run in menu mode in console)
--gtk (Uses Xdialog to run in menu mode in xwindows)
--info (display info about package)
--check (check package dependencies against system)
--nodep (install package without checking depedencies)
--root /mnt (install someplace else, like /mnt)
--update (install and remove any other versions)
mbuild
This program will take the Myah OS source tarballs and compile the binary packages from them. It's completely command line run and here are it's switches.
--cleanup (Removes source & package folders when done.)
--install (Installs .mya binary when done.)
--update (Updates .mya binary when done.)
--nodeps (Dissables the dependency checking.)
--help (Shows this message.)
removepkg
This program is very simple just give the full name of the package you wish to remove.
---------------------------------------------------------------------------------------------------------
Optimizing Xorg Settings
---------------------------------------------------------------------------------------------------------
I have written a simple app to help auto configure your Xorg. As root give the xconf command. It will auto detect the correct driver and set your res to 1024x768 with 96dpi and composite enabled. You can give xconf by itself or if you like to add your own setting you must use this format RESOLUTION:DPI:COMPOSITE make sure the : are in between. You can leave each answer empty if you like it will just set the default. So if you like to have 1280x1024 with 120 dpi and you like to have the default composite it would look like this. xconf 1280x1024:120: for more help give this command xconf --help.
- Code: Select all
xconf
---------------------------------------------------------------------------------------------------------
Network configuration
---------------------------------------------------------------------------------------------------------
Myah OS now uses the BLFS style of networking. Netplug daemon is used for auto connection. And dhcp is used for auto IP. Here is some commands you may want to know about.
To stop the netplug daemon.
- Code: Select all
su
myah
/etc/rc.d/init.d/netplugd stop
To bring a network device up or down.
- Code: Select all
su
myah
/sbin/ifdown eth0
- Code: Select all
su
myah
/sbin/ifup eth0
---------------------------------------------------------------------------------------------------------
Installing to the Harddrive
---------------------------------------------------------------------------------------------------------
These instructions are for a xfs formated partition that I will call /mnt/hda2 adjust the hda2 to what ever partition you are using. We will be formatting this partition so what ever was on it will be completely destroyed.
1) Make sure the target partition is unmounted
- Code: Select all
umount /dev/hda2
2) Now we will format this partition with the xfs format. Remember what ever was on this partition will now be totaly gone.
- Code: Select all
mkfs.xfs -f /dev/hda2
3) Now we will update the fstab and mount the partition with this command.
- Code: Select all
fstab-update
4) We will now decompress the lzm files to the harddrive.
- Code: Select all
lzm2dir /mnt/live/mnt/*/myahos/base/myah.lzm /mnt/hda2
5) IF you want to want to use lilo to boot the OS follow the below. If you don't then I will assume you have your own bootloader.
Lilo need to be run from within the system on the harddrive. And proc has to be mounted for this to work.
- Code: Select all
mount -t proc proc /mnt/hda2/proc
- Code: Select all
chroot /mnt/hda2
- Code: Select all
lilo
- Code: Select all
exit
6) lets make sure to copy the fstab file over to your new partition.
- Code: Select all
cp -a /etc/fstab /mnt/hda2/etc/fstab
7) Lastly when you boot into your new HD system the all the mount points will not be there yet. So using the fstab-update command will fix this. So during the first HD boot give this command.
- Code: Select all
fstab-update
---------------------------------------------------------------------------------------------------------
Full package list
---------------------------------------------------------------------------------------------------------
a-base_3.0-1_i686_Myah3.0-stable.mya
a2ps_4.13b-1_i686_Myah3.0-stable.mya
a52dec_0.7.4-1_i686_Myah3.0-stable.mya
aalib_1.4rc5-1_i686_Myah3.0-stable.mya
abiword_2.4.6-1_i686_Myah3.0-stable.mya
acl_2.2.45-1_i686_Myah3.0-stable.mya
acpid_1.0.6-1_i686_Myah3.0-stable.mya
aiksaurus_1.2.1-1_i686_Myah3.0-stable.mya
alsa-firmware_1.0.14-1_i686_Myah3.0-stable.mya
alsa-lib_1.0.14a-1_i686_Myah3.0-stable.mya
alsa-oss_1.0.14-1_i686_Myah3.0-stable.mya
alsa-plugins_1.0.14-1_i686_Myah3.0-stable.mya
alsa-tools_1.0.14-1_i686_Myah3.0-stable.mya
alsa-utils_1.0.14-1_i686_Myah3.0-stable.mya
apmd_3.2.2-1_i686_Myah3.0-stable.mya
applewmproto_1.0.3-1_i686_Myah3.0-stable.mya
appres_1.0.1-1_i686_Myah3.0-stable.mya
apr-util_1.2.10-1_i686_Myah3.0-stable.mya
apr_1.2.11-1_i686_Myah3.0-stable.mya
aspell_0.60.5-1_i686_Myah3.0-stable.mya
asunder_0.9-1_i686_Myah3.0-stable.mya
atk_1.20.0-1_i686_Myah3.0-stable.mya
attr_2.4.39-1_i686_Myah3.0-stable.mya
audacious-plugins-ugly_1.3.0-1_i686_Myah3.0-stable.mya
audacious-plugins_1.3.5-1_i686_Myah3.0-stable.mya
audacious_1.3.2-1_i686_Myah3.0-stable.mya
audacity_20070518-1_i686_Myah3.0-stable.mya
audiofile_0.2.6-1_i686_Myah3.0-stable.mya
aufs_20071012-1_i686_Myah3.0-stable.mya
autoconf_2.61-1_i686_Myah3.0-stable.mya
autofs_4.1.4-1_i686_Myah3.0-stable.mya
automake_1.10-1_i686_Myah3.0-stable.mya
azureus_3.0.3.4-1_i686_Myah3.0-stable.mya
bash_3.2-1_i686_Myah3.0-stable.mya
bc_1.06-1_i686_Myah3.0-stable.mya
bdftopcf_1.0.1-1_i686_Myah3.0-stable.mya
beforelight_1.0.2-1_i686_Myah3.0-stable.mya
beryl_0.2.1-1_i686_Myah3.0-stable.mya
bigreqsproto_1.0.2-1_i686_Myah3.0-stable.mya
bin86_0.16.17-1_i686_Myah3.0-stable.mya
bind-utils_9.4.1-1_i686_Myah3.0-stable.mya
binutils_2.18-1_i686_Myah3.0-stable.mya
bison_2.3-1_i686_Myah3.0-stable.mya
bitmap_1.0.2-1_i686_Myah3.0-stable.mya
blender_2.45-1_i686_Myah3.0-stable.mya
boost-jam_3.1.15-1_i686_Myah3.0-stable.mya
bootsplash_3.1-1_i686_Myah3.0-stable.mya
bzip2_1.0.4-1_i686_Myah3.0-stable.mya
cabextract_1.2-1_i686_Myah3.0-stable.mya
cairo_1.4.10-1_i686_Myah3.0-stable.mya
cairomm_1.4.4-1_i686_Myah3.0-stable.mya
catfish_0.2.5-1_i686_Myah3.0-stable.mya
cdparanoia-III_alpha9.8-1_i686_Myah3.0-stable.mya
cdrdao_1.2.2-1_i686_Myah3.0-stable.mya
cdrtools_2.01-1_i686_Myah3.0-stable.mya
compositeproto_0.4-1_i686_Myah3.0-stable.mya
corefonts_1.0-1_i686_Myah3.0-stable.mya
coreutils_6.9-1_i686_Myah3.0-stable.mya
cpio_2.9-1_i686_Myah3.0-stable.mya
cups_1.3.3-1_i686_Myah3.0-stable.mya
curl_7.17.0-1_i686_Myah3.0-stable.mya
cvs_1.11.22-1_i686_Myah3.0-stable.mya
cxxlibs_5.0.7-1_i686_Myah3.0-stable.mya
cyrus-sasl_2.1.22-1_i686_Myah3.0-stable.mya
damageproto_1.1.0-1_i686_Myah3.0-stable.mya
db_4.6.19-1_i686_Myah3.0-stable.mya
dbus-glib_0.74-1_i686_Myah3.0-stable.mya
dbus-python_0.82.3-1_i686_Myah3.0-stable.mya
dbus_1.0.2-1_i686_Myah3.0-stable.mya
desktop-file-utils_0.14-1_i686_Myah3.0-stable.mya
devs_2.3.1-1_i686_Myah3.0-stable.mya
dhcpcd_3.1.6-1_i686_Myah3.0-stable.mya
dia_0.96.1-1_i686_Myah3.0-stable.mya
dialog_1.1-1_i686_Myah3.0-stable.mya
diffutils_2.8.1-1_i686_Myah3.0-stable.mya
divx4linux_20030428-1_i686_Myah3.0-stable.mya
dmxproto_2.2.2-1_i686_Myah3.0-stable.mya
docbook-xml_4.5-1_i686_Myah3.0-stable.mya
docbook-xsl_1.73.2-1_i686_Myah3.0-stable.mya
dosfstools_2.11-1_i686_Myah3.0-stable.mya
doxygen_1.5.3-1_i686_Myah3.0-stable.mya
driconf_0.9.1-1_i686_Myah3.0-stable.mya
dvd+rw-tools_7.0-1_i686_Myah3.0-stable.mya
e2fsprogs_1.40.2-1_i686_Myah3.0-stable.mya
ed_0.8-1_i686_Myah3.0-stable.mya
editres_1.0.2-1_i686_Myah3.0-stable.mya
eject_2.1.5-1_i686_Myah3.0-stable.mya
enchant_1.3.0-1_i686_Myah3.0-stable.mya
encodings_1.0.2-1_i686_Myah3.0-stable.mya
enscript_1.6.4-1_i686_Myah3.0-stable.mya
epdfview_0.1.6-1_i686_Myah3.0-stable.mya
esound_0.2.38-1_i686_Myah3.0-stable.mya
evieext_1.0.2-1_i686_Myah3.0-stable.mya
exaile_0.2.10-1_i686_Myah3.0-stable.mya
exo_0.3.2-1_i686_Myah3.0-stable.mya
expat_2.0.1-1_i686_Myah3.0-stable.mya
faac_1.25-1_i686_Myah3.0-stable.mya
faad2_2.5-1_i686_Myah3.0-stable.mya
ffmpeg_20070413-1_i686_Myah3.0-stable.mya
fftw_3.1.2-1_i686_Myah3.0-stable.mya
file_4.21-1_i686_Myah3.0-stable.mya
findutils_4.2.31-1_i686_Myah3.0-stable.mya
firefox_2.0.0.8-1_i686_Myah3.0-stable.mya
fixesproto_4.0-1_i686_Myah3.0-stable.mya
flac_1.2.1-1_i686_Myah3.0-stable.mya
flash-player_9.0.48.0-1_i686_Myah3.0-stable.mya
flatbedcursors_0.1-1_i686_Myah3.0-stable.mya
flex_2.5.33-1_i686_Myah3.0-stable.mya
fltk_1.1.7-1_i686_Myah3.0-stable.mya
font-adobe-100dpi_1.0.0-1_i686_Myah3.0-stable.mya
font-adobe-75dpi_1.0.0-1_i686_Myah3.0-stable.mya
font-adobe-utopia-100dpi_1.0.1-1_i686_Myah3.0-stable.mya
font-adobe-utopia-75dpi_1.0.1-1_i686_Myah3.0-stable.mya
font-adobe-utopia-type1_1.0.1-1_i686_Myah3.0-stable.mya
font-alias_1.0.1-1_i686_Myah3.0-stable.mya
font-arabic-misc_1.0.0-1_i686_Myah3.0-stable.mya
font-bh-100dpi_1.0.0-1_i686_Myah3.0-stable.mya
font-bh-75dpi_1.0.0-1_i686_Myah3.0-stable.mya
font-bh-lucidatypewriter-100dpi_1.0.0-1_i686_Myah3.0-stable.mya
font-bh-lucidatypewriter-75dpi_1.0.0-1_i686_Myah3.0-stable.mya
font-bh-ttf_1.0.0-1_i686_Myah3.0-stable.mya
font-bh-type1_1.0.0-1_i686_Myah3.0-stable.mya
font-bitstream-100dpi_1.0.0-1_i686_Myah3.0-stable.mya
font-bitstream-75dpi_1.0.0-1_i686_Myah3.0-stable.mya
font-bitstream-speedo_1.0.0-1_i686_Myah3.0-stable.mya
font-bitstream-type1_1.0.0-1_i686_Myah3.0-stable.mya
font-cronyx-cyrillic_1.0.0-1_i686_Myah3.0-stable.mya
font-cursor-misc_1.0.0-1_i686_Myah3.0-stable.mya
font-daewoo-misc_1.0.0-1_i686_Myah3.0-stable.mya
font-dec-misc_1.0.0-1_i686_Myah3.0-stable.mya
font-ibm-type1_1.0.0-1_i686_Myah3.0-stable.mya
font-isas-misc_1.0.0-1_i686_Myah3.0-stable.mya
font-jis-misc_1.0.0-1_i686_Myah3.0-stable.mya
font-micro-misc_1.0.0-1_i686_Myah3.0-stable.mya
font-misc-cyrillic_1.0.0-1_i686_Myah3.0-stable.mya
font-misc-ethiopic_1.0.0-1_i686_Myah3.0-stable.mya
font-misc-meltho_1.0.0-1_i686_Myah3.0-stable.mya
font-misc-misc_1.0.0-1_i686_Myah3.0-stable.mya
font-mutt-misc_1.0.0-1_i686_Myah3.0-stable.mya
font-schumacher-misc_1.0.0-1_i686_Myah3.0-stable.mya
font-screen-cyrillic_1.0.1-1_i686_Myah3.0-stable.mya
font-sony-misc_1.0.0-1_i686_Myah3.0-stable.mya
font-sun-misc_1.0.0-1_i686_Myah3.0-stable.mya
font-util_1.0.1-1_i686_Myah3.0-stable.mya
font-winitzki-cyrillic_1.0.0-1_i686_Myah3.0-stable.mya
font-xfree86-type1_1.0.0-1_i686_Myah3.0-stable.mya
fontcacheproto_0.1.2-1_i686_Myah3.0-stable.mya
fontconfig_2.4.2-1_i686_Myah3.0-stable.mya
fontsproto_2.0.2-1_i686_Myah3.0-stable.mya
fonttosfnt_1.0.3-1_i686_Myah3.0-stable.mya
freealut_1.1.0-1_i686_Myah3.0-stable.mya
freetype_2.3.5-1_i686_Myah3.0-stable.mya
fribidi_0.10.9-1_i686_Myah3.0-stable.mya
fslsfonts_1.0.1-1_i686_Myah3.0-stable.mya
fstobdf_1.0.2-1_i686_Myah3.0-stable.mya
fuse_2.7.0-1_i686_Myah3.0-stable.mya
gail_1.20.0-1_i686_Myah3.0-stable.mya
galculator_1.3.1-1_i686_Myah3.0-stable.mya
gamin_0.1.9-1_i686_Myah3.0-stable.mya
gawk_3.1.5-1_i686_Myah3.0-stable.mya
gc_6.8-1_i686_Myah3.0-stable.mya
gcc-g++_4.2.1-1_i686_Myah3.0-stable.mya
gcc-gfortran_4.2.1-1_i686_Myah3.0-stable.mya
gcc-gtreelang_4.2.1-1_i686_Myah3.0-stable.mya
gcc-java_4.2.1-1_i686_Myah3.0-stable.mya
gcc-objc_4.2.1-1_i686_Myah3.0-stable.mya
gcc_4.2.1-1_i686_Myah3.0-stable.mya
gccmakedep_1.0.2-1_i686_Myah3.0-stable.mya
gcolor2_0.4-1_i686_Myah3.0-stable.mya
gconf_2.18.0.1-1_i686_Myah3.0-stable.mya
gd_2.0.35-1_i686_Myah3.0-stable.mya
gdbm_1.8.3-1_i686_Myah3.0-stable.mya
geany_0.12-1_i686_Myah3.0-stable.mya
gettext_0.16.1-1_i686_Myah3.0-stable.mya
gfa_0.4.1-1_i686_Myah3.0-stable.mya
gftp_2.0.18-1_i686_Myah3.0-stable.mya
ghostscript_8.60-1_i686_Myah3.0-stable.mya
gimp_2.2.17-1_i686_Myah3.0-stable.mya
git_1.5.3.4-1_i686_Myah3.0-stable.mya
glib2_2.14.1-1_i686_Myah3.0-stable.mya
glib_1.2.10-1_i686_Myah3.0-stable.mya
glibc_2.6.1-1_i686_Myah3.0-stable.mya
glibmm_2.14.0-1_i686_Myah3.0-stable.mya
glproto_1.4.8-1_i686_Myah3.0-stable.mya
gmp_4.2.2-1_i686_Myah3.0-stable.mya
gnome-icon-theme_2.20.0-1_i686_Myah3.0-stable.mya
gnome-themes-extras_2.20-1_i686_Myah3.0-stable.mya
gnumeric_1.7.12-1_i686_Myah3.0-stable.mya
gnupg_2.0.7-1_i686_Myah3.0-stable.mya
gnutls_2.0.1-1_i686_Myah3.0-stable.mya
goffice_0.5.0-1_i686_Myah3.0-stable.mya
gparted_0.3.3-1_i686_Myah3.0-stable.mya
gpm_1.20.1-1_i686_Myah3.0-stable.mya
gqview_2.0.4-1_i686_Myah3.0-stable.mya
graphviz_2.14.1-1_i686_Myah3.0-stable.mya
graveman_0.3.12.5-1_i686_Myah3.0-stable.mya
grep_2.5.1a-1_i686_Myah3.0-stable.mya
groff_1.18.1.4-1_i686_Myah3.0-stable.mya
grub_0.97-1_i686_Myah3.0-stable.mya
gst-plugins-bad_0.10.5-1_i686_Myah3.0-stable.mya
gst-plugins-base_0.10.14-1_i686_Myah3.0-stable.mya
gst-plugins-good_0.10.6-1_i686_Myah3.0-stable.mya
gst-plugins-ugly_0.10.6-1_i686_Myah3.0-stable.mya
gst-python_0.10.8-1_i686_Myah3.0-stable.mya
gstreamer_0.10.14-1_i686_Myah3.0-stable.mya
gtk+2_2.12.0-1_i686_Myah3.0-stable.mya
gtk+_1.2.10-1_i686_Myah3.0-stable.mya
gtk-engines_2.12.1-1_i686_Myah3.0-stable.mya
gtk-xfce-engine_2.4.1-1_i686_Myah3.0-stable.mya
gtkam_0.1.14-1_i686_Myah3.0-stable.mya
gtkdialog_0.7.20-1_i686_Myah3.0-stable.mya
gtkmm_2.12.0-1_i686_Myah3.0-stable.mya
gutenprint_5.0.1-1_i686_Myah3.0-stable.mya
gzip_1.3.12-1_i686_Myah3.0-stable.mya
hal_0.5.9.1-1_i686_Myah3.0-stable.mya
hdparm_7.7-1_i686_Myah3.0-stable.mya
hicolor-icon-theme_0.10-1_i686_Myah3.0-stable.mya
hpijs_2.1.4-1_i686_Myah3.0-stable.mya
iana-etc_2.20-1_i686_Myah3.0-stable.mya
iceauth_1.0.2-1_i686_Myah3.0-stable.mya
ico_1.0.2-1_i686_Myah3.0-stable.mya
icomity_alpha1-1_i686_Myah3.0-stable.mya
icon-naming-utils_0.8.6-1_i686_Myah3.0-stable.mya
icu_3.8-1_i686_Myah3.0-stable.mya
id3lib_3.8.3-1_i686_Myah3.0-stable.mya
ilmbase_1.0.0-1_i686_Myah3.0-stable.mya
imagemagick_6.3.6.1-1_i686_Myah3.0-stable.mya
imake_1.0.2-1_i686_Myah3.0-stable.mya
imlib2_1.4.0-1_i686_Myah3.0-stable.mya
inetutils_1.5-1_i686_Myah3.0-stable.mya
infozip_5.52-1_i686_Myah3.0-stable.mya
inkscape_0.45.1-1_i686_Myah3.0-stable.mya
inputproto_1.4.2.1-1_i686_Myah3.0-stable.mya
intltool_0.36.2-1_i686_Myah3.0-stable.mya
iproute2_2.6.22-1_i686_Myah3.0-stable.mya
iptables_1.3.8-1_i686_Myah3.0-stable.mya
ipw2100-fw_1.3-1_i686_Myah3.0-stable.mya
ipw2200-fw_3.0-1_i686_Myah3.0-stable.mya
jack-audio-connection-kit_0.103.0-1_i686_Myah3.0-stable.mya
jam_2.5-1_i686_Myah3.0-stable.mya
jasper_1.900.1-1_i686_Myah3.0-stable.mya
jfsutils_1.1.12-1_i686_Myah3.0-stable.mya
jre_1.6.0.03-1_i586_Myah3.0-stable.mya
kazehakase_0.4.9-1_i686_Myah3.0-stable.mya
kbd_1.12-1_i686_Myah3.0-stable.mya
kbproto_1.0.3-1_i686_Myah3.0-stable.mya
kino_1.1.1-1_i686_Myah3.0-stable.mya
lame_3.97-1_i686_Myah3.0-stable.mya
lbxproxy_1.0.1-1_i686_Myah3.0-stable.mya
lcms_1.17-1_i686_Myah3.0-stable.mya
less_408-1_i686_Myah3.0-stable.mya
lesstif_0.95.0-1_i686_Myah3.0-stable.mya
lexmark-z600_1.0-1_i686_Myah3.0-stable.mya
libAppleWM_1.0.0-1_i686_Myah3.0-stable.mya
libFS_1.0.0-1_i686_Myah3.0-stable.mya
libICE_1.0.4-1_i686_Myah3.0-stable.mya
libSM_1.0.3-1_i686_Myah3.0-stable.mya
libWindowsWM_1.0.0-1_i686_Myah3.0-stable.mya
libX11_1.1.3-1_i686_Myah3.0-stable.mya
libXScrnSaver_1.1.2-1_i686_Myah3.0-stable.mya
libXTrap_1.0.0-1_i686_Myah3.0-stable.mya
libXau_1.0.3-1_i686_Myah3.0-stable.mya
libXaw_1.0.4-1_i686_Myah3.0-stable.mya
libXcomposite_0.4.0-1_i686_Myah3.0-stable.mya
libXcursor_1.1.9-1_i686_Myah3.0-stable.mya
libXdamage_1.0.4-1_i686_Myah3.0-stable.mya
libXdmcp_1.0.2-1_i686_Myah3.0-stable.mya
libXevie_1.0.2-1_i686_Myah3.0-stable.mya
libXext_1.0.2-1_i686_Myah3.0-stable.mya
libXfixes_4.0.3-1_i686_Myah3.0-stable.mya
libXfont_1.3.1-1_i686_Myah3.0-stable.mya
libXfontcache_1.0.4-1_i686_Myah3.0-stable.mya
libXft_2.1.12-1_i686_Myah3.0-stable.mya
libXi_1.1.3-1_i686_Myah3.0-stable.mya
libXinerama_1.0.2-1_i686_Myah3.0-stable.mya
libXmu_1.0.3-1_i686_Myah3.0-stable.mya
libXp_1.0.0-1_i686_Myah3.0-stable.mya
libXpm_3.5.7-1_i686_Myah3.0-stable.mya
libXprintAppUtil_1.0.1-1_i686_Myah3.0-stable.mya
libXprintUtil_1.0.1-1_i686_Myah3.0-stable.mya
libXrandr_1.2.2-1_i686_Myah3.0-stable.mya
libXrender_0.9.4-1_i686_Myah3.0-stable.mya
libXres_1.0.3-1_i686_Myah3.0-stable.mya
libXt_1.0.4-1_i686_Myah3.0-stable.mya
libXtst_1.0.3-1_i686_Myah3.0-stable.mya
libXvMC_1.0.4-1_i686_Myah3.0-stable.mya
libXv_1.0.3-1_i686_Myah3.0-stable.mya
libXxf86dga_1.0.2-1_i686_Myah3.0-stable.mya
libXxf86misc_1.0.1-1_i686_Myah3.0-stable.mya
libXxf86vm_1.0.1-1_i686_Myah3.0-stable.mya
libaal_1.0.5-1_i686_Myah3.0-stable.mya
libao_0.8.8-1_i686_Myah3.0-stable.mya
libart-lgpl_2.3.19-1_i686_Myah3.0-stable.mya
libassuan_1.0.3-1_i686_Myah3.0-stable.mya
libavc1394_0.5.3-1_i686_Myah3.0-stable.mya
libburn_0.3.8-1_i686_Myah3.0-stable.mya
libcddb_1.3.0-1_i686_Myah3.0-stable.mya
libcdio_0.78.2-1_i686_Myah3.0-stable.mya
libcfg+_0.6.2-1_i686_Myah3.0-stable.mya
libdc1394_1.2.2-1_i686_Myah3.0-stable.mya
libdmx_1.0.2-1_i686_Myah3.0-stable.mya
libdrm_2.3.0-1_i686_Myah3.0-stable.mya
libdts_0.0.2-1_i686_Myah3.0-stable.mya
libdv_1.0.0-1_i686_Myah3.0-stable.mya
libdvdcss_1.2.9-1_i686_Myah3.0-stable.mya
libdvdnav_0.1.10-1_i686_Myah3.0-stable.mya
libexif-gtk_0.3.5-1_i686_Myah3.0-stable.mya
libexif_0.6.16-1_i686_Myah3.0-stable.mya
libfontenc_1.0.4-1_i686_Myah3.0-stable.mya
libgcrypt_1.2.4-1_i686_Myah3.0-stable.mya
libggi_2.2.2-1_i686_Myah3.0-stable.mya
libggigcp_1.0.2-1_i686_Myah3.0-stable.mya
libggimisc_2.2.2-1_i686_Myah3.0-stable.mya
libggiwmh_0.3.2-1_i686_Myah3.0-stable.mya
libgii_1.0.2-1_i686_Myah3.0-stable.mya
libgiigic_1.1.2-1_i686_Myah3.0-stable.mya
libglade_2.6.2-1_i686_Myah3.0-stable.mya
libglademm_2.6.5-1_i686_Myah3.0-stable.mya
libgnomecanvas_2.20.0-1_i686_Myah3.0-stable.mya
libgnomecups_0.2.2-1_i686_Myah3.0-stable.mya
libgnomeprint_2.18.2-1_i686_Myah3.0-stable.mya
libgnomeprintui_2.18.1-1_i686_Myah3.0-stable.mya
libgpg-error_1.5-1_i686_Myah3.0-stable.mya
libgphoto2_2.4.0-1_i686_Myah3.0-stable.mya
libgsf_1.14.7-1_i686_Myah3.0-stable.mya
libgsm_1.0.10-1_i686_Myah3.0-stable.mya
libgtkhtml_2.11.1-1_i686_Myah3.0-stable.mya
libid3tag_0.15.1b-1_i686_Myah3.0-stable.mya
libidl_0.8.9-1_i686_Myah3.0-stable.mya
libidn_1.2-1_i686_Myah3.0-stable.mya
libiec61883_1.1.0-1_i686_Myah3.0-stable.mya
libieee1284_0.2.10-1_i686_Myah3.0-stable.mya
libisofs_0.2.8-1_i686_Myah3.0-stable.mya
libjpeg_6b-1_i686_Myah3.0-stable.mya
libksba_1.0.2-1_i686_Myah3.0-stable.mya
liblbxutil_1.0.1-1_i686_Myah3.0-stable.mya
libmad_0.15.1b-1_i686_Myah3.0-stable.mya
libmcs_0.5.0-1_i686_Myah3.0-stable.mya
libmikmod_3.1.11-1_i686_Myah3.0-stable.mya
libmng_1.0.10-1_i686_Myah3.0-stable.mya
libmodplug_0.8.4-1_i686_Myah3.0-stable.mya
libmowgli_0.1.3-1_i686_Myah3.0-stable.mya
libmpcdec_1.2.6-1_i686_Myah3.0-stable.mya
libmspack_0.0.20060920alpha-1_i686_Myah3.0-stable.mya
libmusicbrainz_2.1.5-1_i686_Myah3.0-stable.mya
libnotify_0.4.4-1_i686_Myah3.0-stable.mya
libofa_0.9.3-1_i686_Myah3.0-stable.mya
libogg_1.1.3-1_i686_Myah3.0-stable.mya
liboil_0.3.10-1_i686_Myah3.0-stable.mya
liboldX_1.0.1-1_i686_Myah3.0-stable.mya
libpaper_1.1.23-1_i686_Myah3.0-stable.mya
libpng_1.2.21-1_i686_Myah3.0-stable.mya
libpthread-stubs_0.1-1_i686_Myah3.0-stable.mya
libraw1394_1.2.1-1_i686_Myah3.0-stable.mya
librsvg_2.18.2-1_i686_Myah3.0-stable.mya
libsamplerate_0.1.2-1_i686_Myah3.0-stable.mya
libsexy_0.1.11-1_i686_Myah3.0-stable.mya
libsigc++_2.0.18-1_i686_Myah3.0-stable.mya
libsndfile_1.0.17-1_i686_Myah3.0-stable.mya
libtasn1_1.1-1_i686_Myah3.0-stable.mya
libtheora_1.0beta1-1_i686_Myah3.0-stable.mya
libtool_1.5.24-1_i686_Myah3.0-stable.mya
libtunepimp_0.5.3-1_i686_Myah3.0-stable.mya
libungif_4.1.4-1_i686_Myah3.0-stable.mya
libusb_0.1.12-1_i686_Myah3.0-stable.mya
libvorbis_1.2.0-1_i686_Myah3.0-stable.mya
libwmf_0.2.8.4-1_i686_Myah3.0-stable.mya
libwnck_2.20.0-1_i686_Myah3.0-stable.mya
libwpd_0.8.12-1_i686_Myah3.0-stable.mya
libxcb_1.0-1_i686_Myah3.0-stable.mya
libxfce4mcs_4.4.1-1_i686_Myah3.0-stable.mya
libxfce4util_4.4.1-1_i686_Myah3.0-stable.mya
libxfcegui4_4.4.1-1_i686_Myah3.0-stable.mya
libxkbfile_1.0.4-1_i686_Myah3.0-stable.mya
libxkbui_1.0.2-1_i686_Myah3.0-stable.mya
libxml2_2.6.30-1_i686_Myah3.0-stable.mya
libxslt_1.1.22-1_i686_Myah3.0-stable.mya
lilo_22.8-1_i686_Myah3.0-stable.mya
linux-live-tools_6.1.5-1_i686_Myah3.0-stable.mya
linux-source_2.6.22.10-1_i686_Myah3.0-stable.mya
linux_2.6.22.10-1_i686_Myah3.0-stable.mya
listres_1.0.1-1_i686_Myah3.0-stable.mya
lm-sensors_2.10.4-1_i686_Myah3.0-stable.mya
lndir_1.0.1-1_i686_Myah3.0-stable.mya
lsof_4.78-1_i686_Myah3.0-stable.mya
luit_1.0.2-1_i686_Myah3.0-stable.mya
lynx_2.8.6-1_i686_Myah3.0-stable.mya
lzo_2.02-1_i686_Myah3.0-stable.mya
m4_1.4.10-1_i686_Myah3.0-stable.mya
make_3.81-1_i686_Myah3.0-stable.mya
makedepend_1.0.1-1_i686_Myah3.0-stable.mya
man-pages_2.65-1_i686_Myah3.0-stable.mya
man_1.6e-1_i686_Myah3.0-stable.mya
mc_4.6.1-1_i686_Myah3.0-stable.mya
mdadm_2.6.3-1_i686_Myah3.0-stable.mya
medit_0.8.10-1_i686_Myah3.0-stable.mya
mesa_7.0.1-1_i686_Myah3.0-stable.mya
mhash_0.9.9-1_i686_Myah3.0-stable.mya
mirage_0.8.3-1_i686_Myah3.0-stable.mya
mkfontdir_1.0.3-1_i686_Myah3.0-stable.mya
mkfontscale_1.0.3-1_i686_Myah3.0-stable.mya
mktemp_1.5-1_i686_Myah3.0-stable.mya
module-init-tools_3.2.2-1_i686_Myah3.0-stable.mya
mousepad_0.2.12-1_i686_Myah3.0-stable.mya
mpeg-lib_1.3.1-1_i686_Myah3.0-stable.mya
mpeg2dec_0.4.1-1_i686_Myah3.0-stable.mya
mpeg4ip_1.5.0.1-1_i686_Myah3.0-stable.mya
mpfr_2.3.0-1_i686_Myah3.0-stable.mya
mpg123_0.67-1_i686_Myah3.0-stable.mya
mplayer-codecs_20071007-1_i686_Myah3.0-stable.mya
mplayer_1.0rc2-1_i686_Myah3.0-stable.mya
mplayerplug-in_3.45-1_i686_Myah3.0-stable.mya
mutagen_1.12-1_i686_Myah3.0-stable.mya
mysql_5.0.45-1_i686_Myah3.0-stable.mya
nano_2.0.6-1_i686_Myah3.0-stable.mya
nasm_0.99.04-1_i686_Myah3.0-stable.mya
ncurses_5.6-1_i686_Myah3.0-stable.mya
neon_0.26.4-1_i686_Myah3.0-stable.mya
net-dbus_0.33.5-1_i686_Myah3.0-stable.mya
netplug_1.2.9-1_i686_Myah3.0-stable.mya
notification-daemon-xfce_0.3.7-1_i686_Myah3.0-stable.mya
notify-python_0.1.1-1_i686_Myah3.0-stable.mya
ntfs-3g_1.1004-1_i686_Myah3.0-stable.mya
ntfsprogs_2.0.0-1_i686_Myah3.0-stable.mya
oclock_1.0.1-1_i686_Myah3.0-stable.mya
openal_20070512-1_i686_Myah3.0-stable.mya
opencdk_0.6.4-1_i686_Myah3.0-stable.mya
openexr_1.6.0-1_i686_Myah3.0-stable.mya
openldap_2.3.38-1_i686_Myah3.0-stable.mya
openslp_1.2.1-1_i686_Myah3.0-stable.mya
openssh_4.6p1-1_i686_Myah3.0-stable.mya
openssl_0.9.8f-1_i686_Myah3.0-stable.mya
orage_4.4.1-1_i686_Myah3.0-stable.mya
orbit2_2.14.9-1_i686_Myah3.0-stable.mya
ots_0.4.2-1_i686_Myah3.0-stable.mya
pam_0.99.8.1-1_i686_Myah3.0-stable.mya
pango_1.18.2-1_i686_Myah3.0-stable.mya
parted_1.8.8-1_i686_Myah3.0-stable.mya
patch_2.5.4-1_i686_Myah3.0-stable.mya
pciutils_2.2.7-1_i686_Myah3.0-stable.mya
pcre_7.4-1_i686_Myah3.0-stable.mya
perl_5.8.8-1_i686_Myah3.0-stable.mya
physfs_1.0.1-1_i686_Myah3.0-stable.mya
pidgin_2.2.1-1_i686_Myah3.0-stable.mya
pilot-link_0.12.2-1_i686_Myah3.0-stable.mya
pixman_0.9.5-1_i686_Myah3.0-stable.mya
pkg-config_0.22-1_i686_Myah3.0-stable.mya
pkgtools_3.0-1_noarch_Myah3.0-stable.mya
plib_1.8.4-1_i686_Myah3.0-stable.mya
poppler_0.6.1-1_i686_Myah3.0-stable.mya
popt_1.10.7-1_i686_Myah3.0-stable.mya
ppp_2.4.4-1_i686_Myah3.0-stable.mya
printproto_1.0.3-1_i686_Myah3.0-stable.mya
procps_3.2.7-1_i686_Myah3.0-stable.mya
proxymngr_1.0.1-1_i686_Myah3.0-stable.mya
psiconv_0.9.8-1_i686_Myah3.0-stable.mya
psmisc_22.5-1_i686_Myah3.0-stable.mya
psutils_p17-1_i686_Myah3.0-stable.mya
pth_2.0.7-1_i686_Myah3.0-stable.mya
pycairo_1.4.0-1_i686_Myah3.0-stable.mya
pycrypto_2.0.1-1_i686_Myah3.0-stable.mya
pygobject_2.14.0-1_i686_Myah3.0-stable.mya
pygtk_2.12.0-1_i686_Myah3.0-stable.mya
pyneighborhood_0.4-1_i686_Myah3.0-stable.mya
pyrex_0.9.6.2-1_i686_Myah3.0-stable.mya
pysqlite_2.3.5-1_i686_Myah3.0-stable.mya
python_2.5.1-1_i686_Myah3.0-stable.mya
randrproto_1.2.1-1_i686_Myah3.0-stable.mya
readline_5.2-1_i686_Myah3.0-stable.mya
recordproto_1.13.2-1_i686_Myah3.0-stable.mya
reiser4progs_1.0.6-1_i686_Myah3.0-stable.mya
reiserfsprogs_3.6.20-1_i686_Myah3.0-stable.mya
renderproto_0.9.3-1_i686_Myah3.0-stable.mya
requiredbuilder_0.16.3-1_i686_Myah3.0-stable.mya
resourceproto_1.0.2-1_i686_Myah3.0-stable.mya
rexima_1.4-1_i686_Myah3.0-stable.mya
rgb_1.0.1-1_i686_Myah3.0-stable.mya
ristretto_0.0.7-1_i686_Myah3.0-stable.mya
rman_3.2-1_i686_Myah3.0-stable.mya
rstart_1.0.2-1_i686_Myah3.0-stable.mya
ruby_1.8.6.p110-1_i686_Myah3.0-stable.mya
samba_3.0.26a-1_i686_Myah3.0-stable.mya
sane_1.0.18-1_i686_Myah3.0-stable.mya
scons_0.97-1_i686_Myah3.0-stable.mya
screen_4.0.3-1_i686_Myah3.0-stable.mya
scripts_1.0.1-1_i686_Myah3.0-stable.mya
scrnsaverproto_1.1.0-1_i686_Myah3.0-stable.mya
scrollkeeper_0.3.14-1_i686_Myah3.0-stable.mya
sdl-gfx_2.0.16-1_i686_Myah3.0-stable.mya
sdl-image_1.2.6-1_i686_Myah3.0-stable.mya
sdl-mixer_1.2.8-1_i686_Myah3.0-stable.mya
sdl-net_1.2.7-1_i686_Myah3.0-stable.mya
sdl-sound_1.0.1-1_i686_Myah3.0-stable.mya
sdl-ttf_2.0.9-1_i686_Myah3.0-stable.mya
sdl_1.2.12-1_i686_Myah3.0-stable.mya
sed_4.1.5-1_i686_Myah3.0-stable.mya
sessreg_1.0.3-1_i686_Myah3.0-stable.mya
setxkbmap_1.0.4-1_i686_Myah3.0-stable.mya
shadow_4.0.18.1-1_i686_Myah3.0-stable.mya
shared-mime-info_0.22-1_i686_Myah3.0-stable.mya
showfont_1.0.1-1_i686_Myah3.0-stable.mya
slang_2.1.2-1_i686_Myah3.0-stable.mya
slim_1.3.0-1_i686_Myah3.0-stable.mya
smartmontools_5.37-1_i686_Myah3.0-stable.mya
smpeg_0.4.4-1_i686_Myah3.0-stable.mya
smproxy_1.0.2-1_i686_Myah3.0-stable.mya
speex_1.2beta2-1_i686_Myah3.0-stable.mya
sqlite_3.4.2-1_i686_Myah3.0-stable.mya
squashfs_3.2r2-1_i686_Myah3.0-stable.mya
squeeze_0.2.1-1_i686_Myah3.0-stable.mya
startup-notification_0.9-1_i686_Myah3.0-stable.mya
streamripper_1.62.3-1_i686_Myah3.0-stable.mya
streamtuner_0.99.99-1_i686_Myah3.0-stable.mya
subversion_1.4.5-1_i686_Myah3.0-stable.mya
sudo_1.6.9p5-1_i686_Myah3.0-stable.mya
sysfsutils_2.1.0-1_i686_Myah3.0-stable.mya
sysklogd_1.5-1_i686_Myah3.0-stable.mya
syslinux_3.52-1_i686_Myah3.0-stable.mya
sysvinit_2.86-1_i686_Myah3.0-stable.mya
taglib_1.4-1_i686_Myah3.0-stable.mya
tagtool_0.12.3-1_i686_Myah3.0-stable.mya
tango-icon-theme_0.8.1-1_i686_Myah3.0-stable.mya
tar_1.18-1_i686_Myah3.0-stable.mya
tcl_8.4.15-1_i686_Myah3.0-stable.mya
tcp-wrappers_7.6-1_i686_Myah3.0-stable.mya
terminal_0.2.6-1_i686_Myah3.0-stable.mya
texinfo_4.11-1_i686_Myah3.0-stable.mya
thunar-archive-plugin_0.2.4-1_i686_Myah3.0-stable.mya
thunar-media-tags-plugin_0.1.2-1_i686_Myah3.0-stable.mya
thunar-thumbnailers_0.3.0-1_i686_Myah3.0-stable.mya
thunar-volman_0.1.2-1_i686_Myah3.0-stable.mya
thunar_0.8.0-1_i686_Myah3.0-stable.mya
thunderbird_2.0.0.6-1_i686_Myah3.0-stable.mya
tiff_3.8.2-1_i686_Myah3.0-stable.mya
tk_8.4.15-1_i686_Myah3.0-stable.mya
traceroute_1.4a12-1_i686_Myah3.0-stable.mya
transmission_0.82-1_i686_Myah3.0-stable.mya
trapproto_3.4.3-1_i686_Myah3.0-stable.mya
tuxpaint_0.9.17-1_i686_Myah3.0-stable.mya
twm_1.0.3-1_i686_Myah3.0-stable.mya
twolame_0.3.10-1_i686_Myah3.0-stable.mya
udev_115-1_i686_Myah3.0-stable.mya
unrar_3.7.8-1_i686_Myah3.0-stable.mya
uri_1.35-1_i686_Myah3.0-stable.mya
usbutils_0.72-1_i686_Myah3.0-stable.mya
util-linux_2.12r-1_i686_Myah3.0-stable.mya
util-macros_1.1.5-1_i686_Myah3.0-stable.mya
vcdimager_0.7.23-1_i686_Myah3.0-stable.mya
verve-plugin_0.3.5-1_i686_Myah3.0-stable.mya
videoproto_2.2.2-1_i686_Myah3.0-stable.mya
viewres_1.0.1-1_i686_Myah3.0-stable.mya
vte_0.16.9-1_i686_Myah3.0-stable.mya
wget_1.10.2-1_i686_Myah3.0-stable.mya
which_2.16-1_i686_Myah3.0-stable.mya
wifi-radar_1.9.8-1_i686_Myah3.0-stable.mya
windowswmproto_1.0.3-1_i686_Myah3.0-stable.mya
wireless-tools_29.pre22-1_i686_Myah3.0-stable.mya
wv2_0.2.3-1_i686_Myah3.0-stable.mya
wxwidgets_2.8.6-1_i686_Myah3.0-stable.mya
x11perf_1.4.1-1_i686_Myah3.0-stable.mya
x264_20070413-1_i686_Myah3.0-stable.mya
xarchiver_0.4.6-1_i686_Myah3.0-stable.mya
xauth_1.0.2-1_i686_Myah3.0-stable.mya
xaw3d_1.5E-1_i686_Myah3.0-stable.mya
xbacklight_1.1-1_i686_Myah3.0-stable.mya
xbiff_1.0.1-1_i686_Myah3.0-stable.mya
xbitmaps_1.0.1-1_i686_Myah3.0-stable.mya
xcalc_1.0.2-1_i686_Myah3.0-stable.mya
xcb-proto_1.0-1_i686_Myah3.0-stable.mya
xchat_2.8.4-1_i686_Myah3.0-stable.mya
xclipboard_1.0.1-1_i686_Myah3.0-stable.mya
xclock_1.0.3-1_i686_Myah3.0-stable.mya
xcmiscproto_1.1.2-1_i686_Myah3.0-stable.mya
xcmsdb_1.0.1-1_i686_Myah3.0-stable.mya
xconsole_1.0.3-1_i686_Myah3.0-stable.mya
xcursor-themes_1.0.1-1_i686_Myah3.0-stable.mya
xcursorgen_1.0.2-1_i686_Myah3.0-stable.mya
xdbedizzy_1.0.2-1_i686_Myah3.0-stable.mya
xdialog_2.3.1-1_i686_Myah3.0-stable.mya
xditview_1.0.1-1_i686_Myah3.0-stable.mya
xdm_1.1.6-1_i686_Myah3.0-stable.mya
xdpyinfo_1.0.1-1_i686_Myah3.0-stable.mya
xdriinfo_1.0.2-1_i686_Myah3.0-stable.mya
xedit_1.0.2-1_i686_Myah3.0-stable.mya
xev_1.0.1-1_i686_Myah3.0-stable.mya
xextproto_7.0.2-1_i686_Myah3.0-stable.mya
xeyes_1.0.1-1_i686_Myah3.0-stable.mya
xf86-input-acecad_1.2.1-1_i686_Myah3.0-stable.mya
xf86-input-aiptek_1.0.1-1_i686_Myah3.0-stable.mya
xf86-input-calcomp_1.1.1-1_i686_Myah3.0-stable.mya
xf86-input-citron_2.2.1-1_i686_Myah3.0-stable.mya
xf86-input-digitaledge_1.1.0-1_i686_Myah3.0-stable.mya
xf86-input-dmc_1.1.1-1_i686_Myah3.0-stable.mya
xf86-input-dynapro_1.1.1-1_i686_Myah3.0-stable.mya
xf86-input-elo2300_1.1.1-1_i686_Myah3.0-stable.mya
xf86-input-elographics_1.1.0-1_i686_Myah3.0-stable.mya
xf86-input-evdev_1.1.5-1_i686_Myah3.0-stable.mya
xf86-input-fpit_1.1.0-1_i686_Myah3.0-stable.mya
xf86-input-hyperpen_1.1.0-1_i686_Myah3.0-stable.mya
xf86-input-jamstudio_1.1.0-1_i686_Myah3.0-stable.mya
xf86-input-joystick_1.2.3-1_i686_Myah3.0-stable.mya
xf86-input-keyboard_1.2.2-1_i686_Myah3.0-stable.mya
xf86-input-magellan_1.1.1-1_i686_Myah3.0-stable.mya
xf86-input-magictouch_1.0.0.5-1_i686_Myah3.0-stable.mya
xf86-input-microtouch_1.1.1-1_i686_Myah3.0-stable.mya
xf86-input-mouse_1.2.2-1_i686_Myah3.0-stable.mya
xf86-input-mutouch_1.1.0-1_i686_Myah3.0-stable.mya
xf86-input-palmax_1.1.0-1_i686_Myah3.0-stable.mya
xf86-input-penmount_1.2.1-1_i686_Myah3.0-stable.mya
xf86-input-spaceorb_1.1.1-1_i686_Myah3.0-stable.mya
xf86-input-summa_1.1.0-1_i686_Myah3.0-stable.mya
xf86-input-tek4957_1.1.0-1_i686_Myah3.0-stable.mya
xf86-input-ur98_1.1.0-1_i686_Myah3.0-stable.mya
xf86-input-vmmouse_12.4.3-1_i686_Myah3.0-stable.mya
xf86-input-void_1.1.1-1_i686_Myah3.0-stable.mya
xf86-video-amd_2.7.7.2-1_i686_Myah3.0-stable.mya
xf86-video-apm_1.1.1-1_i686_Myah3.0-stable.mya
xf86-video-ark_0.6.0-1_i686_Myah3.0-stable.mya
xf86-video-ast_0.81.0-1_i686_Myah3.0-stable.mya
xf86-video-ati_6.7.194-1_i686_Myah3.0-stable.mya
xf86-video-chips_1.1.1-1_i686_Myah3.0-stable.mya
xf86-video-cirrus_1.1.0-1_i686_Myah3.0-stable.mya
xf86-video-cyrix_1.1.0-1_i686_Myah3.0-stable.mya
xf86-video-dummy_0.2.0-1_i686_Myah3.0-stable.mya
xf86-video-fbdev_0.3.1-1_i686_Myah3.0-stable.mya
xf86-video-glint_1.1.1-1_i686_Myah3.0-stable.mya
xf86-video-i128_1.2.1-1_i686_Myah3.0-stable.mya
xf86-video-i740_1.1.0-1_i686_Myah3.0-stable.mya
xf86-video-i810_1.7.4-1_i686_Myah3.0-stable.mya
xf86-video-imstt_1.1.0-1_i686_Myah3.0-stable.mya
xf86-video-intel_2.1.1-1_i686_Myah3.0-stable.mya
xf86-video-mga_1.9.99-1_i686_Myah3.0-stable.mya
xf86-video-neomagic_1.1.1-1_i686_Myah3.0-stable.mya
xf86-video-newport_0.2.1-1_i686_Myah3.0-stable.mya
xf86-video-nsc_2.8.3-1_i686_Myah3.0-stable.mya
xf86-video-nv_2.1.5-1_i686_Myah3.0-stable.mya
xf86-video-radeonhd_20071015-1_i686_Myah3.0-stable.mya
xf86-video-rendition_4.1.3-1_i686_Myah3.0-stable.mya
xf86-video-s3_0.5.0-1_i686_Myah3.0-stable.mya
xf86-video-s3virge_1.9.1-1_i686_Myah3.0-stable.mya
xf86-video-savage_2.1.3-1_i686_Myah3.0-stable.mya
xf86-video-siliconmotion_1.5.1-1_i686_Myah3.0-stable.mya
xf86-video-sis_0.9.3-1_i686_Myah3.0-stable.mya
xf86-video-sisusb_0.8.1-1_i686_Myah3.0-stable.mya
xf86-video-tdfx_1.3.0-1_i686_Myah3.0-stable.mya
xf86-video-tga_1.1.0-1_i686_Myah3.0-stable.mya
xf86-video-trident_1.2.3-1_i686_Myah3.0-stable.mya
xf86-video-tseng_1.1.1-1_i686_Myah3.0-stable.mya
xf86-video-v4l_0.1.1-1_i686_Myah3.0-stable.mya
xf86-video-vermilion_1.0.1-1_i686_Myah3.0-stable.mya
xf86-video-vesa_1.3.0-1_i686_Myah3.0-stable.mya
xf86-video-vga_4.1.0-1_i686_Myah3.0-stable.mya
xf86-video-via_0.2.2-1_i686_Myah3.0-stable.mya
xf86-video-vmware_10.15.2-1_i686_Myah3.0-stable.mya
xf86-video-voodoo_1.1.1-1_i686_Myah3.0-stable.mya
xf86-video-xgi_1.5.0-1_i686_Myah3.0-stable.mya
xf86bigfontproto_1.1.2-1_i686_Myah3.0-stable.mya
xf86dga_1.0.2-1_i686_Myah3.0-stable.mya
xf86dgaproto_2.0.3-1_i686_Myah3.0-stable.mya
xf86driproto_2.0.3-1_i686_Myah3.0-stable.mya
xf86miscproto_0.9.2-1_i686_Myah3.0-stable.mya
xf86rushproto_1.1.2-1_i686_Myah3.0-stable.mya
xf86vidmodeproto_2.2.2-1_i686_Myah3.0-stable.mya
xfburn_20071012-1_i686_Myah3.0-stable.mya
xfce-mcs-manager_4.4.1-1_i686_Myah3.0-stable.mya
xfce-mcs-plugins_4.4.1-1_i686_Myah3.0-stable.mya
xfce-utils_4.4.1-1_i686_Myah3.0-stable.mya
xfce4-appfinder_4.4.1-1_i686_Myah3.0-stable.mya
xfce4-battery-plugin_0.5.0-1_i686_Myah3.0-stable.mya
xfce4-cddrive-plugin_0.0.1-1_i686_Myah3.0-stable.mya
xfce4-cellmodem-plugin_0.0.5-1_i686_Myah3.0-stable.mya
xfce4-clipman-plugin_0.8.0-1_i686_Myah3.0-stable.mya
xfce4-cpu-freq-plugin_0.0.1-1_i686_Myah3.0-stable.mya
xfce4-cpugraph-plugin_0.3.0-1_i686_Myah3.0-stable.mya
xfce4-datetime-plugin_0.5.0-1_i686_Myah3.0-stable.mya
xfce4-dev-tools_4.4.0-1_i686_Myah3.0-stable.mya
xfce4-dict-plugin_0.2.1-1_i686_Myah3.0-stable.mya
xfce4-diskperf-plugin_2.1.0-1_i686_Myah3.0-stable.mya
xfce4-eyes-plugin_4.4.0-1_i686_Myah3.0-stable.mya
xfce4-fsguard-plugin_0.3.0-1_i686_Myah3.0-stable.mya
xfce4-genmon-plugin_3.1-1_i686_Myah3.0-stable.mya
xfce4-icon-theme_4.4.1-1_i686_Myah3.0-stable.mya
xfce4-mixer_4.4.1-1_i686_Myah3.0-stable.mya
xfce4-mount-plugin_0.5.4-1_i686_Myah3.0-stable.mya
xfce4-mpc-plugin_0.3.2-1_i686_Myah3.0-stable.mya
xfce4-netload-plugin_0.4.0-1_i686_Myah3.0-stable.mya
xfce4-notes-plugin_1.4.1-1_i686_Myah3.0-stable.mya
xfce4-panel_4.4.1-1_i686_Myah3.0-stable.mya
xfce4-places-plugin_0.9.992-1_i686_Myah3.0-stable.mya
xfce4-quicklauncher-plugin_1.9.4-1_i686_Myah3.0-stable.mya
xfce4-radio-plugin_0.2.1-1_i686_Myah3.0-stable.mya
xfce4-screenshooter-plugin_1.0.0-1_i686_Myah3.0-stable.mya
xfce4-sensors-plugin_0.10.0-1_i686_Myah3.0-stable.mya
xfce4-session_4.4.1-1_i686_Myah3.0-stable.mya
xfce4-smartbookmark-plugin_0.4.2-1_i686_Myah3.0-stable.mya
xfce4-systemload-plugin_0.4.2-1_i686_Myah3.0-stable.mya
xfce4-taskmanager_0.3.2-1_i686_Myah3.0-stable.mya
xfce4-time-out-plugin_0.1.1-1_i686_Myah3.0-stable.mya
xfce4-timer-plugin_0.5.1-1_i686_Myah3.0-stable.mya
xfce4-volstatus-icon_0.1.0-1_i686_Myah3.0-stable.mya
xfce4-wavelan-plugin_0.5.4-1_i686_Myah3.0-stable.mya
xfce4-weather-plugin_0.6.0-1_i686_Myah3.0-stable.mya
xfce4-xkb-plugin_0.4.3-1_i686_Myah3.0-stable.mya
xfce4-xmms-plugin_0.5.1-1_i686_Myah3.0-stable.mya
xfd_1.0.1-1_i686_Myah3.0-stable.mya
xfdesktop_4.4.1-1_i686_Myah3.0-stable.mya
xfindproxy_1.0.1-1_i686_Myah3.0-stable.mya
xfmedia-remote-plugin_0.2.2-1_i686_Myah3.0-stable.mya
xfmedia_20071013-1_i686_Myah3.0-stable.mya
xfontsel_1.0.1-1_i686_Myah3.0-stable.mya
xfprint_4.4.1-1_i686_Myah3.0-stable.mya
xfs_1.0.4-1_i686_Myah3.0-stable.mya
xfsdump_2.2.46-1_i686_Myah3.0-stable.mya
xfsinfo_1.0.1-1_i686_Myah3.0-stable.mya
xfsprogs_2.9.4-1_i686_Myah3.0-stable.mya
xfwm4-themes_4.4.1-1_i686_Myah3.0-stable.mya
xfwm4_4.4.1-1_i686_Myah3.0-stable.mya
xfwp_1.0.1-1_i686_Myah3.0-stable.mya
xgamma_1.0.2-1_i686_Myah3.0-stable.mya
xgc_1.0.1-1_i686_Myah3.0-stable.mya
xhost_1.0.2-1_i686_Myah3.0-stable.mya
xine-lib_1.1.8-1_i686_Myah3.0-stable.mya
xine-ui_0.99.5-1_i686_Myah3.0-stable.mya
xineramaproto_1.1.2-1_i686_Myah3.0-stable.mya
xinit_1.0.5-1_i686_Myah3.0-stable.mya
xkbcomp_1.0.3-1_i686_Myah3.0-stable.mya
xkbevd_1.0.2-1_i686_Myah3.0-stable.mya
xkbprint_1.0.1-1_i686_Myah3.0-stable.mya
xkbutils_1.0.1-1_i686_Myah3.0-stable.mya
xkeyboard-config_1.0-1_i686_Myah3.0-stable.mya
xkill_1.0.1-1_i686_Myah3.0-stable.mya
xload_1.0.2-1_i686_Myah3.0-stable.mya
xlogo_1.0.1-1_i686_Myah3.0-stable.mya
xlsatoms_1.0.1-1_i686_Myah3.0-stable.mya
xlsclients_1.0.1-1_i686_Myah3.0-stable.mya
xlsfonts_1.0.1-1_i686_Myah3.0-stable.mya
xmag_1.0.2-1_i686_Myah3.0-stable.mya
xman_1.0.3-1_i686_Myah3.0-stable.mya
xmessage_1.0.2-1_i686_Myah3.0-stable.mya
xmh_1.0.1-1_i686_Myah3.0-stable.mya
xml-parser_2.34-1_i686_Myah3.0-stable.mya
xml-simple_2.18-1_i686_Myah3.0-stable.mya
xmlto_0.0.18-1_i686_Myah3.0-stable.mya
xmms_1.2.10-1_i686_Myah3.0-stable.mya
xmodmap_1.0.3-1_i686_Myah3.0-stable.mya
xmore_1.0.1-1_i686_Myah3.0-stable.mya
xorg-cf-files_1.0.2-1_i686_Myah3.0-stable.mya
xorg-server_1.4-1_i686_Myah3.0-stable.mya
xpaint_2.7.8.1-1_i686_Myah3.0-stable.mya
xphelloworld_1.0.1-1_i686_Myah3.0-stable.mya
xplsprinters_1.0.1-1_i686_Myah3.0-stable.mya
xpr_1.0.1-1_i686_Myah3.0-stable.mya
xprehashprinterlist_1.0.1-1_i686_Myah3.0-stable.mya
xprop_1.0.3-1_i686_Myah3.0-stable.mya
xproto_7.0.10-1_i686_Myah3.0-stable.mya
xproxymanagementprotocol_1.0.2-1_i686_Myah3.0-stable.mya
xrandr_1.2.2-1_i686_Myah3.0-stable.mya
xrdb_1.0.4-1_i686_Myah3.0-stable.mya
xrefresh_1.0.2-1_i686_Myah3.0-stable.mya
xrx_1.0.1-1_i686_Myah3.0-stable.mya
xsane_0.994-1_i686_Myah3.0-stable.mya
xscreensaver_5.03-1_i686_Myah3.0-stable.mya
xset_1.0.3-1_i686_Myah3.0-stable.mya
xsetmode_1.0.0-1_i686_Myah3.0-stable.mya
xsetpointer_1.0.0-1_i686_Myah3.0-stable.mya
xsetroot_1.0.2-1_i686_Myah3.0-stable.mya
xsm_1.0.1-1_i686_Myah3.0-stable.mya
xstdcmap_1.0.1-1_i686_Myah3.0-stable.mya
xterm_229-1_i686_Myah3.0-stable.mya
xtrans_1.0.4-1_i686_Myah3.0-stable.mya
xtrap_1.0.2-1_i686_Myah3.0-stable.mya
xvidcore_1.1.3-1_i686_Myah3.0-stable.mya
xvidtune_1.0.1-1_i686_Myah3.0-stable.mya
xvinfo_1.0.2-1_i686_Myah3.0-stable.mya
xwd_1.0.1-1_i686_Myah3.0-stable.mya
xwininfo_1.0.3-1_i686_Myah3.0-stable.mya
xwud_1.0.1-1_i686_Myah3.0-stable.mya
zisofs-tools_1.0.8-1_i686_Myah3.0-stable.mya
zlib_1.2.3-1_i686_Myah3.0-stable.mya
