compile nepomuk, remove old libraries, make sure to get external phonon
(no bump, not linked to the build yet)
This commit is contained in:
parent
00b7da21b3
commit
f5f32d6058
@ -1,16 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2010/06/18 11:14:41 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2010/06/20 08:19:56 espie Exp $
|
||||
|
||||
COMMENT = K Desktop Environment, libraries
|
||||
DISTNAME = kdelibs-${VERSION}
|
||||
PKGNAME = ${DISTNAME}
|
||||
|
||||
SHARED_LIBS += kaudiodevicelist 4.0 # .4.0
|
||||
SHARED_LIBS += kde3support 0.0 # .4.0
|
||||
SHARED_LIBS += kdecore 8.0 # .5.0
|
||||
SHARED_LIBS += kdefakes 8.0 # .5.0
|
||||
SHARED_LIBS += kdefx 8.0 # .5.0
|
||||
SHARED_LIBS += kdeprint 8.0 # .5.0
|
||||
SHARED_LIBS += kdeprint_management 8.0 # .5.0
|
||||
SHARED_LIBS += kdesu 8.0 # .5.0
|
||||
SHARED_LIBS += kdeui 8.0 # .5.0
|
||||
SHARED_LIBS += kdnssd 3.0 # .2.0
|
||||
@ -20,7 +16,6 @@ SHARED_LIBS += kio 8.0 # .5.0
|
||||
SHARED_LIBS += kjs 6.0 # .2.0
|
||||
SHARED_LIBS += kjsembed 3.0 # .4.0
|
||||
SHARED_LIBS += kmediaplayer 2.0 # .4.0
|
||||
SHARED_LIBS += knewstuff 3.0 # .4.0
|
||||
SHARED_LIBS += knotifyconfig 0.0 # .4.0
|
||||
SHARED_LIBS += kntlm 2.0 # .1.0
|
||||
SHARED_LIBS += kparts 5.0 # .4.0
|
||||
@ -28,22 +23,11 @@ SHARED_LIBS += krosscore 0.0 # .4.0
|
||||
SHARED_LIBS += ktexteditor 2.0 # .4.0
|
||||
SHARED_LIBS += kunittest 3.0 # .4.0
|
||||
SHARED_LIBS += kutils 5.0 # .2.0
|
||||
SHARED_LIBS += kwalletbackend 3.0 # .4.0
|
||||
SHARED_LIBS += kwalletclient 3.0 # .4.0
|
||||
SHARED_LIBS += kxmlcore 0.0 # .4.0
|
||||
SHARED_LIBS += phononcore 0.0 # .4.0
|
||||
SHARED_LIBS += phononui 0.0 # .4.0
|
||||
SHARED_LIBS += solid 0.0 # .4.0
|
||||
SHARED_LIBS += solidifaces 0.0 # .4.0
|
||||
SHARED_LIBS += sonnetcore 0.0 # .4.0
|
||||
SHARED_LIBS += sonnetui 0.0 # .4.0
|
||||
SHARED_LIBS += threadweaver 0.0 # .4.0
|
||||
SHARED_LIBS += cupsdconf 0.0 # .4.0
|
||||
SHARED_LIBS += kfile 0.0 # .4.0
|
||||
SHARED_LIBS += knewstuff2 0.0 # .4.0
|
||||
SHARED_LIBS += krossui 0.0 # .4.0
|
||||
SHARED_LIBS += phonon 0.0 # .4.0
|
||||
SHARED_LIBS += phononexperimental 0.0 # .4.0
|
||||
SHARED_LIBS += kpty 0.0 # .4.0
|
||||
SHARED_LIBS += nepomuk 0.0 # .0.0
|
||||
|
||||
@ -53,13 +37,15 @@ SHARED_LIBS += kdewebkit 0.0
|
||||
SHARED_LIBS += knewstuff3 0.0
|
||||
SHARED_LIBS += kunitconversion 0.0
|
||||
SHARED_LIBS += plasma 0.0
|
||||
SHARED_LIBS += nepomukquery 0.0 # .4.4
|
||||
|
||||
|
||||
BUILD_DEPENDS += ::misc/shared-mime-info \
|
||||
::x11/kde4/automoc \
|
||||
::databases/soprano
|
||||
::misc/shared-desktop-ontologies
|
||||
|
||||
RUN_DEPENDS += ::misc/shared-mime-info \
|
||||
::databases/soprano
|
||||
::misc/shared-desktop-ontologies
|
||||
|
||||
LIB_DEPENDS += Half,Iex,IlmImf,Imath,IlmThread::graphics/openexr \
|
||||
gif::graphics/libungif \
|
||||
@ -71,7 +57,9 @@ LIB_DEPENDS += Half,Iex,IlmImf,Imath,IlmThread::graphics/openexr \
|
||||
pcre,pcreposix::devel/pcre \
|
||||
streams,streamanalyzer::databases/strigi \
|
||||
attica::x11/kde4/attica \
|
||||
lzma::archivers/xz
|
||||
lzma::archivers/xz \
|
||||
soprano,sopranoclient::databases/soprano \
|
||||
phonon::multimedia/phonon
|
||||
|
||||
# we don't have krb5-config
|
||||
CONFIGURE_ARGS += -DGSSAPI_LIBS:STRING="-lgssapi -lkrb5 -lasn1 -lcom_err"
|
||||
@ -79,6 +67,10 @@ CONFIGURE_ARGS += -DGSSAPI_INCS:STRING="/usr/include/kerberosV"
|
||||
CONFIGURE_ARGS += -DGSSAPI_FLAVOR:STRING="HEIMDAL"
|
||||
CONFIGURE_ARGS += -DGSSAPI_FOUND:BOOL=TRUE
|
||||
|
||||
CONFIGURE_ARGS += -DKDE4_INCLUDE_INSTALL_DIR:String=/usr/local/include
|
||||
CONFIGURE_ARGS += -DKDE4_LIB_INSTALL_DIR:String=/usr/local/lib
|
||||
|
||||
|
||||
post-extract:
|
||||
# cd ${WRKDIST}/cmake/modules && rm FindQt4.cmake MacroPushRequiredVars.cmake
|
||||
|
||||
@ -94,9 +86,8 @@ WANTLIB += pthread stdc++ util z
|
||||
WANTLIB += Qt3Support QtDBus QtDesigner QtGui QtSvg QtXml
|
||||
WANTLIB += QtNetwork xml2 intl
|
||||
WANTLIB += asn1 com_err gssapi krb5
|
||||
WANTLIB += QtOpenGL QtScript QtWebKit phonon
|
||||
WANTLIB += QtOpenGL QtScript QtWebKit
|
||||
WANTLIB += Xss GL fam
|
||||
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2010/06/18 11:14:42 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2010/06/20 08:19:56 espie Exp $
|
||||
bin/checkXML
|
||||
@bin bin/kbuildsycoca4
|
||||
@bin bin/kconfig_compiler
|
||||
@ -16,6 +16,7 @@ bin/checkXML
|
||||
@bin bin/kwrapper4
|
||||
@bin bin/makekdewidgets
|
||||
@bin bin/meinproc4
|
||||
@bin bin/nepomuk-rcgen
|
||||
bin/preparetips
|
||||
etc/
|
||||
etc/dbus-1/
|
||||
@ -1637,6 +1638,48 @@ include/kxmlguiwindow.h
|
||||
include/kxutils.h
|
||||
include/kxyselector.h
|
||||
include/kzip.h
|
||||
include/nepomuk/
|
||||
include/nepomuk/andterm.h
|
||||
include/nepomuk/class.h
|
||||
include/nepomuk/comparisonterm.h
|
||||
include/nepomuk/desktopontologyloader.h
|
||||
include/nepomuk/entity.h
|
||||
include/nepomuk/fileontologyloader.h
|
||||
include/nepomuk/filequery.h
|
||||
include/nepomuk/global.h
|
||||
include/nepomuk/groupterm.h
|
||||
include/nepomuk/kmetadatatagcloud.h
|
||||
include/nepomuk/kmetadatatagwidget.h
|
||||
include/nepomuk/kratingpainter.h
|
||||
include/nepomuk/kratingwidget.h
|
||||
include/nepomuk/ktagcloudwidget.h
|
||||
include/nepomuk/ktagdisplaywidget.h
|
||||
include/nepomuk/literal.h
|
||||
include/nepomuk/literalterm.h
|
||||
include/nepomuk/negationterm.h
|
||||
include/nepomuk/nepomuk_export.h
|
||||
include/nepomuk/nepomukontologyloader.h
|
||||
include/nepomuk/nepomukquery_export.h
|
||||
include/nepomuk/nepomukservice.h
|
||||
include/nepomuk/ontology.h
|
||||
include/nepomuk/ontologyloader.h
|
||||
include/nepomuk/ontologymanager.h
|
||||
include/nepomuk/orterm.h
|
||||
include/nepomuk/property.h
|
||||
include/nepomuk/query.h
|
||||
include/nepomuk/queryparser.h
|
||||
include/nepomuk/queryserviceclient.h
|
||||
include/nepomuk/resource.h
|
||||
include/nepomuk/resourcemanager.h
|
||||
include/nepomuk/resourceterm.h
|
||||
include/nepomuk/resourcetypeterm.h
|
||||
include/nepomuk/result.h
|
||||
include/nepomuk/simpleterm.h
|
||||
include/nepomuk/tag.h
|
||||
include/nepomuk/term.h
|
||||
include/nepomuk/thing.h
|
||||
include/nepomuk/tools.h
|
||||
include/nepomuk/variant.h
|
||||
include/netwm.h
|
||||
include/netwm_def.h
|
||||
include/passdlg.h
|
||||
@ -1891,6 +1934,8 @@ lib/libkdeinit4_klauncher.so
|
||||
@lib lib/libkunitconversion.so.${LIBkunitconversion_VERSION}
|
||||
@lib lib/libkunittest.so.${LIBkunittest_VERSION}
|
||||
@lib lib/libkutils.so.${LIBkutils_VERSION}
|
||||
@lib lib/libnepomuk.so.${LIBnepomuk_VERSION}
|
||||
@lib lib/libnepomukquery.so.${LIBnepomukquery_VERSION}
|
||||
@lib lib/libplasma.so.${LIBplasma_VERSION}
|
||||
@lib lib/libsolid.so.${LIBsolid_VERSION}
|
||||
@lib lib/libthreadweaver.so.${LIBthreadweaver_VERSION}
|
||||
@ -4005,6 +4050,9 @@ share/apps/ktexteditor_insertfile/
|
||||
share/apps/ktexteditor_insertfile/ktexteditor_insertfileui.rc
|
||||
share/apps/ktexteditor_kdatatool/
|
||||
share/apps/ktexteditor_kdatatool/ktexteditor_kdatatoolui.rc
|
||||
share/apps/nepomuk/
|
||||
share/apps/nepomuk/pics/
|
||||
share/apps/nepomuk/pics/rating.png
|
||||
share/apps/plasma/
|
||||
share/apps/plasma/services/
|
||||
share/apps/plasma/services/dataengineservice.operations
|
||||
|
Loading…
Reference in New Issue
Block a user