Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Sep 2013 11:37:38 +0200
From:      Rusmir Dusko <nemysis@FreeBSD.org>
To:        Alexey Dokuchaev <danfe@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, nemysis@FreeBSD.org, svn-ports-all@freebsd.org, Boris Samorodov <bsam@FreeBSD.org>, ports-committers@freebsd.org
Subject:   Re: svn commit: r327791 - in head/graphics/eos-movrec: . files
Message-ID:  <20130923093738.GA38974@nemysis4now>

next in thread | raw e-mail | index | archive | help
> What caused dependencies change (see below)?
> 
> > -USE_QT4=qmake_build moc_build rcc_build uic_build gui
> > +USE_QT4=corelib dbus declarative designer gui help iconengines imageformats \
> > +moc_build multimedia network opengl phonon qmake_build qt3support \
> > +rcc_build script scripttools sql qt3support uic_build webkit xml xmlpatterns  
> 
> When I first ported this nice little program, it was simple GUI application
> (hence USE_QT4=gui only).  Now with what looks like minor version update,
> it pulls in the whole Qt framework with everything including qt3support and
> webkit.
> 
> Can you elaborate what happened to an utility for capturing short movies
> from a camera that it started to require webkit, designer, phonon, etc.?
> Did the author go insane?  Broken prebuild checks?  Can this shit be made
> optional at least?
> 
> ./danfe

I don't know what author make and how programm this GUI application.

I have only looked in build log and elaborate what is used,
and this have added in Makefile for QT4 framework.

[  5%] Generating moc_mainwnd.cxx
/usr/local/bin/moc-qt4 -I/usr/local/include/qt4 -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4/QtDesigner -I/usr/loca$
/include/qt4/QtDeclarative -I/usr/local/include/qt4/QtScriptTools -I/usr/local/include/qt4/QtDBus -I/usr/local/include/qt4/QtDesigner -I/usr/local/include/qt4$
QtXml -I/usr/local/include/qt4/QtSql -I/usr/local/include/qt4/QtOpenGL -I/usr/local/include/qt4/QtMultimedia -I/usr/local/include/qt4/QtNetwork -I/usr/local/i$
clude/qt4/phonon -I/usr/local/include/qt4/QtXmlPatterns -I/usr/local/include/qt4/QtWebKit -I/usr/local/include/qt4/QtHelp -I/usr/local/include/qt4/QtUiTools -$
/usr/local/include/qt4/QtTest -I/usr/local/include/qt4/QtScript -I/usr/local/include/qt4/QtSvg -I/usr/local/include/qt4/Qt3Support -I/usr/local/include/qt4/Qt$
ui -I/usr/local/include/qt4/QtCore -I/usr/local/share/qt4/mkspecs/default -I/usr/local/include/qt4 -I/usr/local/include/qt4/QtCore -I/var/tmp/ports/usr/ports/$
raphics/eos-movrec/work/eos-movrec-0.3.2_beta -I/usr/local/include/gphoto2 -I/usr/local/include -DQT_GUI_LIB -DQT_CORE_LIB -DGPHOTO2=1 -D_FILE_OFFSET_BITS=64 $
D_LARGE_FILES=1 -o /var/tmp/ports/usr/ports/graphics/eos-movrec/work/eos-movrec-0.3.2_beta/moc_mainwnd.cxx /var/tmp/ports/usr/ports/graphics/eos-movrec/work/e$
s-movrec-0.3.2_beta/mainwnd.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130923093738.GA38974>