How to install Dolphin emulator

@RedDwarf:

Thanks for your help. Though, after a second search, I think I found the new dependency list. Looked for the rpm equivalents and obtained this (and posted respective doubts in bold letters):

git
cmake
gcc-c++
Cg-devel
Glew-devel **(1.7? there's no 1.5...)**
GTK2-devel
wxWidgets-devel
WxGTK-devel **(no longer exists?)**
WxGTK-gl **(no longer exists?)**
libSDL-devel
libao-devel
libxrandr-devel
libXext-devel
libpulse-devel
readline-devel **(use version 5 or 6?)**
bluez-devel or libbluetooth **(which one?)**
lzo-devel
openal-soft-devel
zlib-devel **(really necessary?)**
libasound2-devel **(no -devel package found...)**
libavcodec52-devel **(no -devel package found...)**
libavformat52-devel **(no -devel package found...)**
libswscale0-devel **(no -devel package found...)**
libavutil-devel **(really necessary?)**
libSOIL **(nowhere to be found...)**
sfml **(nowhere to be found...)**

Though indeed similar, it’s a bit different to the package’s dependency list, besides I don’t know what “pkgconfig” means…
Also, in Dolphin’s dependency list, there are some dependencies marked as “will be built statically if not found”, such as sfml and libSOIL. What does it means?

By the way, my repo list is:

#  | Alias                         | Nombre                             | Activado | Actualizar | Prioridad | Tipo   | URI                                                                      | Servicio
---+-------------------------------+------------------------------------+----------+------------+-----------+--------+--------------------------------------------------------------------------+---------
 1 | Ciencia                       | Ciencia                            | Si       | Si         |   99      | rpm-md | [Index of /repositories/science/openSUSE_12.2](http://download.opensuse.org/repositories/science/openSUSE_12.2/)         |         
 2 | Nvidia                        | Nvidia                             | Si       | Si         |   99      | rpm-md | ftp://download.nvidia.com/opensuse/12.2/                                 |         
 3 | Packman                       | Packman                            | Si       | Si         |   99      | rpm-md | [Index of /suse/openSUSE_12.2/](http://packman.inode.at/suse/openSUSE_12.2/)                              |         
 4 | download.opensuse.org-Wine    | Wine                               | Si       | Si         |   99      | rpm-md | [Index of /repositories/Emulators:/Wine/openSUSE_12.2](http://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_12.2/) |         
 5 | download.opensuse.org-mozilla | Mozilla                            | Si       | Si         |   99      | rpm-md | [Index of /repositories/mozilla/openSUSE_12.2](http://download.opensuse.org/repositories/mozilla/openSUSE_12.2/)         |         
 6 | openSUSE-12.2-1.6             | openSUSE-12.2-1.6                  | Si       | No         |   99      | yast2  | cd:///?devices=/dev/disk/by-id/ata-TSSTcorp_DVD+_-RW_TS-L632D,/dev/sr0   |         
 7 | opensuse-guide.org-repo       | Libdvdcss                          | Si       | Si         |   99      | rpm-md | http://opensuse-guide.org/repo/12.2/                                     |         
 8 | repo-debug                    | openSUSE-12.2-Debug                | No       | Si         |   99      | NONE   | [Index of /debug/distribution/12.2/repo/oss](http://download.opensuse.org/debug/distribution/12.2/repo/oss/)           |         
 9 | repo-debug-update             | openSUSE-12.2-Update-Debug         | No       | Si         |   99      | NONE   | [Index of /debug/update/12.2](http://download.opensuse.org/debug/update/12.2/)                          |         
10 | repo-debug-update-non-oss     | openSUSE-12.2-Update-Debug-Non-Oss | No       | Si         |   99      | NONE   | [Index of /debug/update/12.2-non-oss](http://download.opensuse.org/debug/update/12.2-non-oss/)                  |         
11 | repo-non-oss                  | openSUSE-12.2-Non-Oss              | Si       | Si         |   99      | yast2  | [Index of /distribution/12.2/repo/non-oss](http://download.opensuse.org/distribution/12.2/repo/non-oss/)             |         
12 | repo-oss                      | openSUSE-12.2-Oss                  | Si       | Si         |   99      | yast2  | [Index of /distribution/12.2/repo/oss](http://download.opensuse.org/distribution/12.2/repo/oss/)                 |         
13 | repo-source                   | openSUSE-12.2-Source               | No       | Si         |   99      | NONE   | [Index of /source/distribution/12.2/repo/oss](http://download.opensuse.org/source/distribution/12.2/repo/oss/)          |         
14 | repo-update                   | openSUSE-12.2-Update               | Si       | Si         |   99      | rpm-md | [Index of /update/12.2](http://download.opensuse.org/update/12.2/)                                |         
15 | repo-update-non-oss           | openSUSE-12.2-Update-Non-Oss       | Si       | Si         |   99      | rpm-md | [Index of /update/12.2-non-oss](http://download.opensuse.org/update/12.2-non-oss/)                        |

Finally, do you know what SVN revision your rpm package would be?

Thanks for your attention again.