Skip to content
Snippets Groups Projects
Commit 0881353f authored by Séverin Lemaignan's avatar Séverin Lemaignan
Browse files

[wip/oro-view] First (broken) version of the oro-view package

oro-view is a visualizer of ontologies, as exposed by oro-server.
Its rendering uses OpenGL.
parent 531047d2
No related branches found
No related tags found
No related merge requests found
oro-view is an OpenGL-based viewer for semantic networks.
The code is originally based on Gource, by Andrew Caudwell.
oro-view requires oro-server (http://oro.openrobots.org) to
fetch the concepts and their relationships.
The graph can be zoomed/panned with the mouse.
It features a special, shiny, "Active Concept" focus method:
if a concept is asserted to belong to the ActiveConcept class,
then it pops on the screen, as a bright, warm, yellow spot.
# robotpkg Makefile for: knowledge/oro-view
# Created: Séverin Lemaignan, on Wed 19/10/2011
#
DISTNAME= oro-view-1.0
COMMENT= An OpenGL-based viewer for ontologies exposed by oro-server
CATEGORIES= knowledge
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=oro-view/}
MASTER_REPOSITORY= git ssh://softs.laas.fr/git/robots/oro-view
LICENSE= gnu-gpl-v3
MAINTAINER= severin.lemaignan@laas.fr
USE_LANGUAGES+= c c++
GNU_CONFIGURE= yes
include ../../pkgtools/pkg-config/depend.mk
include ../../knowledge/liboro/depend.mk
include ../../wip/jsoncpp/depend.mk
include ../../mk/sysdep/libftgl.mk
include ../../mk/sysdep/libsdl.mk
include ../../mk/sysdep/libsdl-image.mk
include ../../mk/sysdep/autoconf.mk
include ../../mk/sysdep/automake.mk
include ../../mk/robotpkg.mk
pre-configure: autoreconf
# robotpkg depend.mk for: graphics/oro-view
# Created: Xavier Broquere on Fri, 29 Oct 2010
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
OROVIEW_DEPEND_MK:= ${OROVIEW_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= oro-view
endif
ifeq (+,$(OROVIEW_DEPEND_MK)) # ------------------------------------------------
PREFER.oro-view?= robotpkg
SYSTEM_SEARCH.oro-view=\
bin/oroview
DEPEND_USE+= oro-view
DEPEND_ABI.oro-view?= oro-view>=1.0
DEPEND_DIR.oro-view?= ../../wip/oro-view
endif # OROVIEW_DEPEND_MK ------------------------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
SHA1 (oro-view-1.0.tar.gz) = 388c7394bfb56bfd52e2e4898cc1df50363ca025
RMD160 (oro-view-1.0.tar.gz) = 24bde15602a6333427a4490688930a3cedf08d6f
Size (oro-view-1.0.tar.gz) = 270914 bytes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment