for f in $(grep -R -l x11-libs/qt- /var/lib/layman/pro-audio/**) ; do sed -e 's@x11-libs/qt-@dev-qt/qt@g' ; done
Le Mon, 4 Mar 2013 19:20:18 +0100, Arve Barsnes <[email protected]> a écrit : > On 4 March 2013 19:12, Gavin Pryke <[email protected]> wrote: > > Hi > > > > Just noticed Qt4 has been moved from x11-libs/ to dev-qt/ and > > renamed the packages. > > > > > > I'm somewhat familiar with mixxx, distrho, fmit and have an ebuild > > for museseq-2.0 that has been sitting in local overlay for ages so > > I could modify that and commit it. All the others I'll take a look > > as time permits if no-one else is interested. It would be nice to > > clear the Qt3 stuff if it's not used, I wonder do they even build > > with qt3 overlay installed? > > > No idea about qt3, don't think I've had that installed for a few > years, but the stuff I had installed (hydrogen and stretchplayer) it > was a simple switch. > > x11-libs/qt-core -> dev-qt/qtcore > x11-libs/qt-gui -> dev-qt/qtgui > > etc. > > If it worked before it should work now, so I don't imagine you even > would need to test this much. > > Arve > >
