Advertisement
Guest User

yarock_aur

a guest
May 31st, 2015
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. 1) my packages:
  2. extra/qt5-base 5.4.1-9 (qt qt5)
  3. extra/qt5-declarative 5.4.1-9 (qt qt5)
  4. extra/qt5-graphicaleffects 5.4.1-9 (qt qt5)
  5. extra/qt5-imageformats 5.4.1-9 (qt qt5)
  6. extra/qt5-location 5.4.1-9 (qt qt5)
  7. extra/qt5-multimedia 5.4.1-9 (qt qt5)
  8. extra/qt5-quickcontrols 5.4.1-9 (qt qt5)
  9. extra/qt5-script 5.4.1-9 (qt qt5)
  10. extra/qt5-sensors 5.4.1-9 (qt qt5)
  11. extra/qt5-svg 5.4.1-9 (qt qt5)
  12. extra/qt5-tools 5.4.1-9 (qt qt5)
  13. extra/qt5-translations 5.4.1-9 (qt qt5)
  14. extra/qt5-webchannel 5.4.1-9 (qt qt5)
  15. extra/qt5-webkit 5.4.1-9 (qt qt5)
  16. extra/qt5-x11extras 5.4.1-9 (qt qt5)
  17. extra/qt5-xmlpatterns 5.4.1-9 (qt qt5)
  18. extra/phonon-qt4 4.8.3-2
  19. extra/phonon-qt4-gstreamer 4.8.2-1
  20. extra/phonon-qt5-gstreamer 4.8.2-1
  21. extra/phonon-qt5 4.8.3-2
  22.  
  23. 2)I change your PKGBUILD to:
  24.  
  25. prepare() {
  26. patch -p0 -i "${srcdir}/phonon.patch"
  27. }
  28.  
  29. build() {
  30. mkdir -p build # <---this
  31. cd build
  32. cmake "../Yarock_${pkgver}_source" \
  33. -DCMAKE_BUILD_TYPE=Release \
  34. -DCMAKE_INSTALL_PREFIX=/usr \
  35. -DENABLE_QT5=1 \
  36. -DENABLE_PHONON=ON # <---and this
  37. make
  38. }
  39.  
  40. 3) I delete all folder /home/user/.config/yarock and leave make all new again
  41.  
  42. 4) i setup in Yarok path to my music and engine (see IMG)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement