Problèmes et questions sur les applications multimédia.
Répondre

Amarok

#1Messageil y a 7 ans

Hello,

j'aimerais installer Amarok mais la beta 2.9 car le module de Wikipedia ne fonctionne pas sur les versions précédentes, et apparemment elle est présente sur aur:
aur/amarok-git v2.8.90.17.

Mais j'ai un message d'avertissement que je ne comprend pas

Hi there.

This package does not build against the standard ffmpeg included in Arch. It seems that fairly recently ffmpeg decided to move some of their headers around.

I reported this bug to the Amarok people, but the git repository does not seem to be too active, so I won't be holding my breath for a fix. In the meantime, we can compile amarok against ffmpeg2.8.

We just need to make ffmpeg2.8 a dependency, and then add the following line in the build script before the cmake section:

export PKG_CONFIG_PATH="/usr/lib/ffmpeg2.8/pkgconfig"

I stole this fix from ffmpegthumbs which seemed to suffer from the same problem for a while.


Que dois-je faire ?

Merci :sourire:

Amarok

#2Messageil y a 7 ans

Salut,

Je suppose que tu doit faire ce qu'il te dit.
donc rajouter la ligne export PKG_CONFIG_PATH="/usr/lib/ffmpeg2.8/pkgconfig" avant les commandes cmake quand tu édite le pkgbuild.
Perso je commencerais par le mettre après sha1sums=('SKIP')
Répondre