Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : dolphin-emu | name : dolphin-emu | ||||
| version : 5.0 | version : '5.0' | ||||
| release : 26 | release : 27 | ||||
| source : | source : | ||||
| - git|https://github.com/dolphin-emu/dolphin.git : 91f5d577cc9718dfbfdc2243e7f757de343eaf53 | - git|https://github.com/dolphin-emu/dolphin.git : 4f6cdfe68675eba932bd2806d6aa1bea97c864be | ||||
| license : GPL-2.0-or-later | license : GPL-2.0-or-later | ||||
| component : games.emulator | component : games.emulator | ||||
| summary : GameCube / Wii emulator | summary : GameCube / Wii emulator | ||||
| description: | | description: | | ||||
| GameCube / Wii emulator, allowing you to play games for these two platforms on your PC. | GameCube / Wii emulator, allowing you to play games for these two platforms on your PC. | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(Qt5Core) | - pkgconfig(Qt5Core) | ||||
| - pkgconfig(alsa) | - pkgconfig(alsa) | ||||
| Show All 12 Lines | builddeps : | ||||
| - pkgconfig(soundtouch) | - pkgconfig(soundtouch) | ||||
| - pkgconfig(xi) | - pkgconfig(xi) | ||||
| - pkgconfig(xrandr) | - pkgconfig(xrandr) | ||||
| - gtest-devel | - gtest-devel | ||||
| - llvm-devel | - llvm-devel | ||||
| - lzo-devel | - lzo-devel | ||||
| - mbedtls-devel | - mbedtls-devel | ||||
| - miniupnpc-devel | - miniupnpc-devel | ||||
| optimize : | | |||||
| - speed | |||||
| - lto | |||||
| setup : | | setup : | | ||||
| %cmake_ninja -DENABLE_QT=TRUE \ | %cmake_ninja -DENABLE_QT=TRUE \ | ||||
| -DDISTRIBUTOR='Solus' \ | -DDISTRIBUTOR='Solus' \ | ||||
| -DUSE_SHARED_ENET=TRUE \ | -DUSE_SHARED_ENET=TRUE \ | ||||
| -DUSE_SHARED_GTEST=TRUE . | -DUSE_SHARED_GTEST=TRUE . | ||||
| build : | | build : | | ||||
| %ninja_build | %ninja_build | ||||
| install : | | install : | | ||||
| %ninja_install | %ninja_install | ||||
| # Install udev rule | # Install udev rule | ||||
| install -Dm00644 Data/51-usb-device.rules $installdir/%libdir%/udev/rules.d/51-usb-device.rules | install -Dm00644 Data/51-usb-device.rules $installdir/%libdir%/udev/rules.d/51-usb-device.rules | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.