Open krnlyng opened 9 years ago
It's a cyclical dependency!
I think what I actually ended up doing was modifying one of the pkgbuilds to build one package without the other's features, build this package, build the other package, then reverted the pkgbuild and rebuilt this one.
My memory isn't great, but perpahs the routine starts with adding ./configure options to gst to disable qt features.
I did this with the gst-git-multilib packages in the past, but I have not been successful recently. Furthermore, at the moment some build dependencies of the gst-plugins packages are tied up in the sourceforge crash.
Hi quequotin,
I am trying to build the lib32 version of qt5-base (and so on), but some of the packages required for lib32-qt5-base (and so on) are not available in the aur, so i tried to build them myself using your mmug-qq repository and i've gotten to the point where only lib32-gst-plugins-base-libs is left, but now: if i try to build lib32-gst-plugins-base-libs it cannot link because it requires qt5-core (and so on libs) but i cannot install lib32-qt5-base because it requires lib32-gst-plugins-base-libs.
what am i supposed to do?
thanks!