--- osgcal-0.1.46.orig/gentoo/dev-cpp/osgcal/osgcal-0.1.42-r1.ebuild +++ osgcal-0.1.46/gentoo/dev-cpp/osgcal/osgcal-0.1.42-r1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /cvs/underware/osgcal/gentoo/dev-cpp/osgcal/osgcal-0.1.42-r1.ebuild,v 1.1 2006/10/01 10:27:22 cpinson Exp $ + +inherit eutils + +DESCRIPTION="cal3d to OpenSceneGraph adapter development files + osgCal is an adapter to use the cal3d character animation library + (http://cal3d.sourceforge.net) inside the OpenSceneGraph OpenGL based + 3D scene graph (http://www.openscenegraph.org)." +HOMEPAGE="http://gna.org/projects/underware" +MY_P="${PN}-${PV}.tar.gz" +SRC_URI="http://download.gna.org/underware/sources/${MY_P}" +SLOT="0" +LICENSE="GPL-2.1" +KEYWORDS="x86" +IUSE="" + +DEPEND=">=dev-libs/glib-2.0.0 dev-util/pkgconfig sys-devel/libtool >=media-libs/cal3d-0.11.0 =dev-cpp/openscenegraph-1.0.0* dev-libs/libxml2" + +src_unpack() { + unpack ${MY_P} + if ls ${FILESDIR}/${PVR}*.patch 2>/dev/null + then + for i in ${FILESDIR}/${PVR}*.patch + do + epatch $i + done + fi +} + +src_compile() { + ./configure \ + || die "configure failed" + emake || die "emake failed" +} + +src_install() { + einstall INST_LOCATION="${D}/usr" || die "einstall failed" +} --- osgcal-0.1.46.orig/src/osgCal/IOXFG.cpp +++ osgcal-0.1.46/src/osgCal/IOXFG.cpp @@ -120,6 +120,8 @@ #include #include "osgCal/CoreModel" +#include + static bool writeObjectXFG(const std::string& fileName, const osgCal::CoreModel& coreModel) { return true; --- osgcal-0.1.46.orig/src/osgCal/HardwareModel.cpp +++ osgcal-0.1.46/src/osgCal/HardwareModel.cpp @@ -12,6 +12,7 @@ #include "config.h" #endif +#include #include "osgCal/HardwareModel" #include "osgCal/CustomAssert" --- osgcal-0.1.46.orig/src/osgCal/IOCFG.cpp +++ osgcal-0.1.46/src/osgCal/IOCFG.cpp @@ -44,6 +44,8 @@ #include #include +#include + #define LINE_BUFFER_SIZE 4096 bool readObject(const std::string& fileName, osgCal::CoreModel& coreModel) { --- osgcal-0.1.46.orig/src/osgCal/SubMeshSoftware.cpp +++ osgcal-0.1.46/src/osgCal/SubMeshSoftware.cpp @@ -32,6 +32,8 @@ #include "config.h" #endif +#include + #ifdef USE_NPROFILE #include #else // USE_NPROFILE --- osgcal-0.1.46.orig/debian/control +++ osgcal-0.1.46/debian/control @@ -0,0 +1,44 @@ +Source: osgcal +Section: libdevel +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Loic Dachary (OuoU) +Build-Depends: debhelper (>= 4.0.0), doxygen, autoconf, g++ (> 3.0), automake1.9, libtool, pkg-config, ccache, cdbs, libcal3d12-dev, libopenscenegraph-dev (>= 0.9.8), libsdl1.2-dev, libxml2-dev, libglib2.0-dev, blender (>= 2.41), xvfb [i386], xfonts-base, libgl1-mesa-dri +Standards-Version: 3.7.2 + +Package: libosgcal-dev +Section: libdevel +Architecture: any +Depends: libosgcal0 (= ${Source-Version}), libcal3d-dev +Description: cal3d to OpenSceneGraph adapter development files + osgCal is an adapter to use the cal3d character animation library + (http://gna.org/projects/cal3d/) inside the OpenSceneGraph OpenGL based + 3D scene graph (http://www.openscenegraph.org). + +Package: libosgcal0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Conflicts: libosgcal +Description: cal3d to OpenSceneGraph adapter + osgCal is an adapter to use the cal3d character animation library + (http://gna.org/projects/cal3d/) inside the OpenSceneGraph OpenGL based + 3D scene graph (http://www.openscenegraph.org). + +Package: osgcal +Section: devel +Architecture: any +Depends: ${shlibs:Depends}, libosgcal-dev, osgcal-doc +Suggests: blender, gimp +Description: cal3d to OpenSceneGraph adapter development environment + osgCal is an adapter to use the cal3d character animation library + (http://gna.org/projects/cal3d/) inside the OpenSceneGraph OpenGL based + 3D scene graph (http://www.openscenegraph.org). + +Package: osgcal-doc +Section: devel +Architecture: all +Description: documentation for the cal3d to OpenSceneGraph adapter + osgCal is an adapter to use the cal3d character animation library + (http://gna.org/projects/cal3d/) inside the OpenSceneGraph OpenGL based + 3D scene graph (http://www.openscenegraph.org). --- osgcal-0.1.46.orig/debian/libosgcal0.install +++ osgcal-0.1.46/debian/libosgcal0.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/lib*.so.* --- osgcal-0.1.46.orig/debian/rules +++ osgcal-0.1.46/debian/rules @@ -0,0 +1,41 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +export DISPLAY= + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + +#export DH_VERBOSE=1 + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + DEB_CONFIGURE_EXTRA_FLAGS += --enable-debug +endif + +ifneq (,$(findstring benchmark,$(DEB_BUILD_OPTIONS))) + DEB_CONFIGURE_EXTRA_FLAGS += --enable-nprofile +endif + +ifneq (ccache,$(findstring ccache,$(DEB_BUILD_OPTIONS))) + DEB_CONFIGURE_EXTRA_FLAGS += --without-ccache +endif + +ifeq (armel,$(DEB_BUILD_ARCH)) + LDFLAGS += -lgcc -lgcc_s +endif + +DEB_MAKE_CLEAN_TARGET = maintainer-clean + +build/osgcal-doc:: + doxygen debian/Doxyfile + +clean:: + rm -fr html + +$(DEB_BUILDDIR)/config.status: $(DEB_BUILDDIR)/configure + +DEB_MAKE_CHECK_TARGET = check + +$(DEB_BUILDDIR)/configure: $(DEB_BUILDDIR)/configure.ac + AUTOMAKE=automake-1.9 ACLOCAL=aclocal-1.9 autoreconf --install + --- osgcal-0.1.46.orig/debian/control.dapper +++ osgcal-0.1.46/debian/control.dapper @@ -0,0 +1,43 @@ +Source: osgcal +Section: libdevel +Priority: optional +Maintainer: Loic Dachary (OuoU) +Build-Depends: debhelper (>= 4.0.0), doxygen, autoconf, g++ (> 3.0), automake1.9, libtool, pkg-config, ccache, cdbs, libcal3d11-dev | libcal3d10-dev, libopenscenegraph-dev (>= 0.9.8), libsdl1.2-dev, libxml2-dev, libglib2.0-dev, blender (>= 2.41), xvfb [i386], xfonts-base +Standards-Version: 3.6.2.1 + +Package: libosgcal-dev +Section: devel +Architecture: any +Depends: libosgcal0 (= ${Source-Version}), libcal3d-dev +Description: cal3d to OpenSceneGraph adapter development files + osgCal is an adapter to use the cal3d character animation library + (http://gna.org/projects/cal3d) inside the OpenSceneGraph OpenGL based + 3D scene graph (http://www.openscenegraph.org). + +Package: libosgcal0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Conflicts: libosgcal +Description: cal3d to OpenSceneGraph adapter + osgCal is an adapter to use the cal3d character animation library + (http://gna.org/projects/cal3d) inside the OpenSceneGraph OpenGL based + 3D scene graph (http://www.openscenegraph.org). + +Package: osgcal +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, libosgcal-dev, osgcal-doc +Suggests: blender, gimp +Description: cal3d to OpenSceneGraph adapter development environment + osgCal is an adapter to use the cal3d character animation library + (http://gna.org/projects/cal3d) inside the OpenSceneGraph OpenGL based + 3D scene graph (http://www.openscenegraph.org). + +Package: osgcal-doc +Section: devel +Architecture: all +Description: documentation for the cal3d to OpenSceneGraph adapter + osgCal is an adapter to use the cal3d character animation library + (http://gna.org/projects/cal3d) inside the OpenSceneGraph OpenGL based + 3D scene graph (http://www.openscenegraph.org). --- osgcal-0.1.46.orig/debian/control.gutsy +++ osgcal-0.1.46/debian/control.gutsy @@ -0,0 +1,43 @@ +Source: osgcal +Section: libdevel +Priority: optional +Maintainer: Loic Dachary (OuoU) +Build-Depends: debhelper (>= 4.0.0), doxygen, autoconf, g++ (> 3.0), automake1.9, libtool, pkg-config, ccache, cdbs, libcal3d12-dev, libopenscenegraph-dev (>= 0.9.8), libsdl1.2-dev, libxml2-dev, libglib2.0-dev, blender (>= 2.41), xfonts-base +Standards-Version: 3.7.2 + +Package: libosgcal-dev +Section: devel +Architecture: any +Depends: libosgcal0 (= ${Source-Version}), libcal3d-dev +Description: cal3d to OpenSceneGraph adapter development files + osgCal is an adapter to use the cal3d character animation library + (http://gna.org/projects/cal3d) inside the OpenSceneGraph OpenGL based + 3D scene graph (http://www.openscenegraph.org). + +Package: libosgcal0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Conflicts: libosgcal +Description: cal3d to OpenSceneGraph adapter + osgCal is an adapter to use the cal3d character animation library + (http://gna.org/projects/cal3d) inside the OpenSceneGraph OpenGL based + 3D scene graph (http://www.openscenegraph.org). + +Package: osgcal +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, libosgcal-dev, osgcal-doc +Suggests: blender, gimp +Description: cal3d to OpenSceneGraph adapter development environment + osgCal is an adapter to use the cal3d character animation library + (http://gna.org/projects/cal3d) inside the OpenSceneGraph OpenGL based + 3D scene graph (http://www.openscenegraph.org). + +Package: osgcal-doc +Section: devel +Architecture: all +Description: documentation for the cal3d to OpenSceneGraph adapter + osgCal is an adapter to use the cal3d character animation library + (http://gna.org/projects/cal3d) inside the OpenSceneGraph OpenGL based + 3D scene graph (http://www.openscenegraph.org). --- osgcal-0.1.46.orig/debian/osgcal-doc.docs +++ osgcal-0.1.46/debian/osgcal-doc.docs @@ -0,0 +1 @@ +html --- osgcal-0.1.46.orig/debian/Doxyfile +++ osgcal-0.1.46/debian/Doxyfile @@ -0,0 +1,205 @@ +# Doxyfile 1.3.4 + +#--------------------------------------------------------------------------- +# Project related configuration options +#--------------------------------------------------------------------------- +PROJECT_NAME = osgCal +PROJECT_NUMBER = +OUTPUT_DIRECTORY = . +OUTPUT_LANGUAGE = English +USE_WINDOWS_ENCODING = NO +BRIEF_MEMBER_DESC = YES +REPEAT_BRIEF = YES +ALWAYS_DETAILED_SEC = NO +INLINE_INHERITED_MEMB = NO +FULL_PATH_NAMES = NO +STRIP_FROM_PATH = +SHORT_NAMES = NO +JAVADOC_AUTOBRIEF = NO +MULTILINE_CPP_IS_BRIEF = NO +DETAILS_AT_TOP = NO +INHERIT_DOCS = YES +DISTRIBUTE_GROUP_DOC = NO +TAB_SIZE = 8 +ALIASES = +OPTIMIZE_OUTPUT_FOR_C = NO +OPTIMIZE_OUTPUT_JAVA = NO +SUBGROUPING = YES +#--------------------------------------------------------------------------- +# Build related configuration options +#--------------------------------------------------------------------------- +EXTRACT_ALL = YES +EXTRACT_PRIVATE = NO +EXTRACT_STATIC = NO +EXTRACT_LOCAL_CLASSES = YES +HIDE_UNDOC_MEMBERS = NO +HIDE_UNDOC_CLASSES = NO +HIDE_FRIEND_COMPOUNDS = NO +HIDE_IN_BODY_DOCS = NO +INTERNAL_DOCS = NO +CASE_SENSE_NAMES = YES +HIDE_SCOPE_NAMES = NO +SHOW_INCLUDE_FILES = YES +INLINE_INFO = YES +SORT_MEMBER_DOCS = YES +GENERATE_TODOLIST = YES +GENERATE_TESTLIST = YES +GENERATE_BUGLIST = YES +GENERATE_DEPRECATEDLIST= YES +ENABLED_SECTIONS = +MAX_INITIALIZER_LINES = 30 +SHOW_USED_FILES = YES +#--------------------------------------------------------------------------- +# configuration options related to warning and progress messages +#--------------------------------------------------------------------------- +QUIET = YES +WARNINGS = NO +WARN_IF_UNDOCUMENTED = NO +WARN_IF_DOC_ERROR = NO +WARN_FORMAT = "$file:$line: $text" +WARN_LOGFILE = +#--------------------------------------------------------------------------- +# configuration options related to the input files +#--------------------------------------------------------------------------- +INPUT = include +FILE_PATTERNS = * +RECURSIVE = YES +EXCLUDE = +EXCLUDE_SYMLINKS = NO +EXCLUDE_PATTERNS = +EXAMPLE_PATH = +EXAMPLE_PATTERNS = +EXAMPLE_RECURSIVE = NO +IMAGE_PATH = +INPUT_FILTER = +FILTER_SOURCE_FILES = NO +#--------------------------------------------------------------------------- +# configuration options related to source browsing +#--------------------------------------------------------------------------- +SOURCE_BROWSER = NO +INLINE_SOURCES = NO +STRIP_CODE_COMMENTS = YES +REFERENCED_BY_RELATION = YES +REFERENCES_RELATION = YES +VERBATIM_HEADERS = YES +#--------------------------------------------------------------------------- +# configuration options related to the alphabetical class index +#--------------------------------------------------------------------------- +ALPHABETICAL_INDEX = NO +COLS_IN_ALPHA_INDEX = 5 +IGNORE_PREFIX = +#--------------------------------------------------------------------------- +# configuration options related to the HTML output +#--------------------------------------------------------------------------- +GENERATE_HTML = YES +HTML_OUTPUT = html +HTML_FILE_EXTENSION = .html +HTML_HEADER = +HTML_FOOTER = +HTML_STYLESHEET = +HTML_ALIGN_MEMBERS = YES +GENERATE_HTMLHELP = NO +CHM_FILE = +HHC_LOCATION = +GENERATE_CHI = NO +BINARY_TOC = NO +TOC_EXPAND = NO +DISABLE_INDEX = NO +ENUM_VALUES_PER_LINE = 4 +GENERATE_TREEVIEW = NO +TREEVIEW_WIDTH = 250 +#--------------------------------------------------------------------------- +# configuration options related to the LaTeX output +#--------------------------------------------------------------------------- +GENERATE_LATEX = NO +LATEX_OUTPUT = latex +LATEX_CMD_NAME = latex +MAKEINDEX_CMD_NAME = makeindex +COMPACT_LATEX = NO +PAPER_TYPE = a4wide +EXTRA_PACKAGES = +LATEX_HEADER = +PDF_HYPERLINKS = NO +USE_PDFLATEX = NO +LATEX_BATCHMODE = NO +LATEX_HIDE_INDICES = NO +#--------------------------------------------------------------------------- +# configuration options related to the RTF output +#--------------------------------------------------------------------------- +GENERATE_RTF = NO +RTF_OUTPUT = rtf +COMPACT_RTF = NO +RTF_HYPERLINKS = NO +RTF_STYLESHEET_FILE = +RTF_EXTENSIONS_FILE = +#--------------------------------------------------------------------------- +# configuration options related to the man page output +#--------------------------------------------------------------------------- +GENERATE_MAN = NO +MAN_OUTPUT = man +MAN_EXTENSION = .3 +MAN_LINKS = NO +#--------------------------------------------------------------------------- +# configuration options related to the XML output +#--------------------------------------------------------------------------- +GENERATE_XML = NO +XML_OUTPUT = xml +XML_SCHEMA = +XML_DTD = +#--------------------------------------------------------------------------- +# configuration options for the AutoGen Definitions output +#--------------------------------------------------------------------------- +GENERATE_AUTOGEN_DEF = NO +#--------------------------------------------------------------------------- +# configuration options related to the Perl module output +#--------------------------------------------------------------------------- +GENERATE_PERLMOD = NO +PERLMOD_LATEX = NO +PERLMOD_PRETTY = YES +PERLMOD_MAKEVAR_PREFIX = +#--------------------------------------------------------------------------- +# Configuration options related to the preprocessor +#--------------------------------------------------------------------------- +ENABLE_PREPROCESSING = YES +MACRO_EXPANSION = NO +EXPAND_ONLY_PREDEF = NO +SEARCH_INCLUDES = YES +INCLUDE_PATH = +INCLUDE_FILE_PATTERNS = +PREDEFINED = +EXPAND_AS_DEFINED = +SKIP_FUNCTION_MACROS = YES +#--------------------------------------------------------------------------- +# Configuration::addtions related to external references +#--------------------------------------------------------------------------- +TAGFILES = +GENERATE_TAGFILE = +ALLEXTERNALS = NO +EXTERNAL_GROUPS = YES +PERL_PATH = /usr/bin/perl +#--------------------------------------------------------------------------- +# Configuration options related to the dot tool +#--------------------------------------------------------------------------- +CLASS_DIAGRAMS = YES +HIDE_UNDOC_RELATIONS = YES +HAVE_DOT = NO +CLASS_GRAPH = YES +COLLABORATION_GRAPH = YES +UML_LOOK = NO +TEMPLATE_RELATIONS = NO +INCLUDE_GRAPH = YES +INCLUDED_BY_GRAPH = YES +CALL_GRAPH = NO +GRAPHICAL_HIERARCHY = YES +DOT_IMAGE_FORMAT = png +DOT_PATH = +DOTFILE_DIRS = +MAX_DOT_GRAPH_WIDTH = 1024 +MAX_DOT_GRAPH_HEIGHT = 1024 +MAX_DOT_GRAPH_DEPTH = 0 +GENERATE_LEGEND = YES +DOT_CLEANUP = YES +#--------------------------------------------------------------------------- +# Configuration::addtions related to the search engine +#--------------------------------------------------------------------------- +SEARCHENGINE = NO --- osgcal-0.1.46.orig/debian/control.feisty +++ osgcal-0.1.46/debian/control.feisty @@ -0,0 +1,43 @@ +Source: osgcal +Section: libdevel +Priority: optional +Maintainer: Loic Dachary (OuoU) +Build-Depends: debhelper (>= 4.0.0), doxygen, autoconf, g++ (> 3.0), automake1.9, libtool, pkg-config, ccache, cdbs, libcal3d11-dev | libcal3d10-dev, libopenscenegraph-dev (>= 0.9.8), libsdl1.2-dev, libxml2-dev, libglib2.0-dev, blender (>= 2.41), xfonts-base +Standards-Version: 3.6.2.1 + +Package: libosgcal-dev +Section: devel +Architecture: any +Depends: libosgcal0 (= ${Source-Version}), libcal3d-dev +Description: cal3d to OpenSceneGraph adapter development files + osgCal is an adapter to use the cal3d character animation library + (http://gna.org/projects/cal3d) inside the OpenSceneGraph OpenGL based + 3D scene graph (http://www.openscenegraph.org). + +Package: libosgcal0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Conflicts: libosgcal, libosgcal0c2a +Description: cal3d to OpenSceneGraph adapter + osgCal is an adapter to use the cal3d character animation library + (http://gna.org/projects/cal3d) inside the OpenSceneGraph OpenGL based + 3D scene graph (http://www.openscenegraph.org). + +Package: osgcal +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, libosgcal-dev, osgcal-doc +Suggests: blender, gimp +Description: cal3d to OpenSceneGraph adapter development environment + osgCal is an adapter to use the cal3d character animation library + (http://gna.org/projects/cal3d) inside the OpenSceneGraph OpenGL based + 3D scene graph (http://www.openscenegraph.org). + +Package: osgcal-doc +Section: devel +Architecture: all +Description: documentation for the cal3d to OpenSceneGraph adapter + osgCal is an adapter to use the cal3d character animation library + (http://gna.org/projects/cal3d) inside the OpenSceneGraph OpenGL based + 3D scene graph (http://www.openscenegraph.org). --- osgcal-0.1.46.orig/debian/changelog +++ osgcal-0.1.46/debian/changelog @@ -0,0 +1,475 @@ +osgcal (0.1.46-2.2ubuntu2) karmic; urgency=low + + * Fix FTBFS on armel by adding -lgcc -lgcc_s to LDFLAGS for armel + + -- Andreas Moog Wed, 19 Aug 2009 02:35:12 +0200 + +osgcal (0.1.46-2.2ubuntu1) karmic; urgency=low + + * Merge from debian/unstable, remaining change: + - debian/control: add libgl1-mesa-dri as build-dep, + fix FTBFS on i386 + + -- Andreas Moog Sat, 15 Aug 2009 12:08:16 +0200 + +osgcal (0.1.46-2.2) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBFS with newer GCC again (Closes: #527720). + + -- Cyril Brulebois Tue, 14 Jul 2009 20:15:51 +0200 + +osgcal (0.1.46-2.1ubuntu1) intrepid; urgency=low + + * Rebuild against OpenSceneGraph-2.4 (LP: #263122) + * debian/control: add libgl1-mesa-dri as build-dep, fix FTBFS on i386 + + -- Riccardo Coccioli Sat, 30 Aug 2008 23:45:42 +0200 + +osgcal (0.1.46-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Apply patch from Kumar Appaiah to fix compatibility with GCC 4.3 + + -- Moritz Muehlenhoff Wed, 19 Mar 2008 19:49:42 +0100 + +osgcal (0.1.46-2) unstable; urgency=low + + * Rebuild against OpenSceneGraph-2.2 + + * feisty missing conflict + + -- Loic Dachary (OuoU) Tue, 25 Sep 2007 09:44:11 +0000 + +osgcal (0.1.46-1) unstable; urgency=low + + * New upstream release (closes: #441723) + + -- Loic Dachary (OuoU) Tue, 11 Sep 2007 15:35:09 +0000 + +osgcal (0.1.45-1) unstable; urgency=low + + * New upstream release + + -- Loic Dachary (OuoU) Fri, 07 Sep 2007 19:18:44 +0000 + +osgcal (0.1.44-4) unstable; urgency=low + + * libcal3d12 (closes: #432424) + + * change section to libdevel (closes: #402429) + + * control files for gutsy, feisty and lenny + + -- Loic Dachary (OuoU) Tue, 2 Jan 2007 15:22:14 +0100 + +osgcal (0.1.44-3) unstable; urgency=low + + * blender and gimp are not mandatory + shlibs depends on osgcal (closes: #402428) + + -- Loic Dachary (OuoU) Sun, 10 Dec 2006 18:01:00 +0100 + +osgcal (0.1.44-2) unstable; urgency=low + + * per debian dist + + -- Loic Dachary (OuoU) Sun, 15 Oct 2006 17:48:16 +0200 + +osgcal (0.1.44-1) unstable; urgency=low + + * upstream sync + + -- Loic Dachary (OuoU) Sat, 14 Oct 2006 15:04:45 +0200 + +osgcal (0.1.43-1) unstable; urgency=low + + * upstream sync + + -- Loic Dachary (OuoU) Sat, 30 Sep 2006 09:40:24 +0200 + +osgcal (0.1.42-1) unstable; urgency=low + + * upstream sync + + * xvfb is only required on i386 + + * automake1.9 is mandatory + + * g++ in src build deps + + -- Loic Dachary (OuoU) Fri, 25 Aug 2006 15:49:40 +0200 + +osgcal (0.1.41-1) unstable; urgency=low + + * upstream sync + + * no more dependencies on libgif + + * depends on xvfb + + -- Loic Dachary (OuoU) Thu, 25 May 2006 13:46:57 +0200 + +osgcal (0.1.40-1) unstable; urgency=low + + * upstream sync + + -- Loic Dachary (OuoU) Mon, 8 May 2006 09:19:26 +0200 + +osgcal (0.1.39-1) unstable; urgency=low + + * upstream sync + + -- Loic Dachary (OuoU) Thu, 10 Mar 2006 11:43:17 +0100 + +osgcal (0.1.38-1) unstable; urgency=low + + * upstream sync + + * fix gcc-4.1 (closes: 355993) + + -- Loic Dachary (OuoU) Thu, 9 Mar 2006 11:43:17 +0100 + +osgcal (0.1.37-1) unstable; urgency=low + + * upstream sync + + * malloc issue (closes: #339248) + + * acknowledge NMU (closes: #341670) + + -- Loic Dachary (OuoU) Tue, 17 Jan 2006 18:36:10 +0100 + +osgcal (0.1.36-2) unstable; urgency=low + + * libosgcal-dev depends on libcal3d-dev + + -- Loic Dachary (OuoU) Tue, 4 Oct 2005 11:21:22 +0200 + +osgcal (0.1.36-1) unstable; urgency=low + + * upstream sync + + -- Loic Dachary (OuoU) Tue, 20 Sep 2005 10:07:55 +0200 + +osgcal (0.1.35-1) unstable; urgency=low + + * upstream sync + + * switch to cdbs + + -- Loic Dachary (OuoU) Mon, 19 Sep 2005 11:51:05 +0200 + +osgcal (0.1.34-1) unstable; urgency=low + + * upstream sync + + * enable debug flag + + -- Loic Dachary (OuoU) Thu, 15 Sep 2005 11:33:25 +0200 + +osgcal (0.1.33-1) unstable; urgency=low + + * upstream sync + + * upstream now avoid dangerous casts (closes: #328260) + + -- Loic Dachary (OuoU) Wed, 14 Sep 2005 18:13:17 +0200 + +osgcal (0.1.32-1) unstable; urgency=low + + * compatible with cal3d 0.9.1 and 0.10 (closes: #326847) + + * lib package matches soname + + * fix FSF address + + -- Loic Dachary (OuoU) Fri, 9 Sep 2005 22:20:43 +0200 + +osgcal (0.1.31-1) unstable; urgency=low + + * upstream sync + + -- Loic Dachary (OuoU) Sat, 27 Aug 2005 20:51:16 +0200 + +osgcal (0.1.30-1) unstable; urgency=low + + * upstream revision. + + -- Loic Dachary (OuoU) Sun, 21 Aug 2005 17:28:47 +0200 + +osgcal (0.1.29-1) unstable; urgency=low + + * add outfit feature with an example. Load now xfg file xml based file that + manage outfit + + -- Loic Dachary (OuoU) Thu, 30 Dec 2004 17:40:41 +0100 + +osgcal (0.1.28-1) unstable; urgency=low + + * upstream sync + + -- Henry Precheur Mon, 3 Jan 2005 12:05:34 +0100 + +osgcal (0.1.27-1) unstable; urgency=low + + * upstream sync + + -- Loic Dachary (OuoU) Sat, 11 Dec 2004 13:05:12 +0100 + +osgcal (0.1.26-2) unstable; urgency=low + + * versioned dependency to osg (closes: #284858) + + -- Loic Dachary (OuoU) Thu, 9 Dec 2004 14:00:07 +0100 + +osgcal (0.1.26-1) unstable; urgency=low + + * upstream sync + + -- Loic Dachary (OuoU) Mon, 6 Dec 2004 21:36:01 +0100 + +osgcal (0.1.25-1) unstable; urgency=low + + * upstream sync + + -- Loic Dachary (OuoU) Sun, 28 Nov 2004 13:53:13 +0100 + +osgcal (0.1.24-1) unstable; urgency=low + + * upstream sync + + -- Loic Dachary (OuoU) Mon, 8 Nov 2004 10:58:33 +0100 + +osgcal (0.1.23-1) unstable; urgency=low + + * upstream sync + + -- Loic Dachary (OuoU) Wed, 3 Nov 2004 13:33:56 +0100 + +osgcal (0.1.22-4) unstable; urgency=low + + * upstream update + + -- Loic Dachary (OuoU) Fri, 29 Oct 2004 03:12:57 +0200 + +osgcal (0.1.22-3) unstable; urgency=low + + * sync with cal3d version number fix + + -- Loic Dachary (OuoU) Mon, 25 Oct 2004 15:06:35 +0200 + +osgcal (0.1.22-2) unstable; urgency=low + + * missing requires in .pc + + -- Loic Dachary (OuoU) Sun, 24 Oct 2004 12:04:55 +0200 + +osgcal (0.1.22-1) unstable; urgency=low + + * initial debian upload + + -- Loic Dachary (OuoU) Fri, 22 Oct 2004 22:07:34 +0200 + +osgcal (0.1.21-1) unstable; urgency=low + + * sync with osg 0.9.7 + + -- Loic Dachary (OuoU) Tue, 19 Oct 2004 12:53:51 +0200 + +osgcal (0.1.20) unstable; urgency=low + + * stl bugs + + -- Loic Dachary (OuoU) Wed, 13 Oct 2004 10:55:02 +0200 + +osgcal (0.1.19) unstable; urgency=low + + * revert wrong stateset + + -- Loic Dachary (OuoU) Mon, 26 Jul 2004 18:32:06 +0200 + +osgcal (0.1.18) unstable; urgency=low + + * dirtybound on update + + -- Loic Dachary (OuoU) Fri, 23 Jul 2004 19:09:17 +0200 + +osgcal (0.1.17) unstable; urgency=low + + * hardware mesh fixes + + -- Loic Dachary (OuoU) Mon, 19 Jul 2004 17:58:29 +0200 + +osgcal (0.1.16) unstable; urgency=low + + * optimize + + -- Loic Dachary (OuoU) Mon, 12 Jul 2004 11:57:25 +0200 + +osgcal (0.1.15) unstable; urgency=low + + * get rid of DynamicCalModel + + -- Loic Dachary (OuoU) Thu, 8 Jul 2004 11:39:05 +0200 + +osgcal (0.1.14) unstable; urgency=low + + * submesh names + + -- Loic Dachary (OuoU) Mon, 5 Jul 2004 16:59:16 +0200 + +osgcal (0.1.13) unstable; urgency=low + + * autoconf + + -- Loic Dachary (OuoU) Sun, 4 Jul 2004 14:13:37 +0200 + +osgcal (0.1.12-1) unstable; urgency=low + + * meshnames access + + -- Loic Dachary (OuoU) Fri, 2 Jul 2004 15:12:24 +0200 + +osgcal (0.1.11-2) unstable; urgency=low + + * destructor bug fix + + -- Loic Dachary (OuoU) Fri, 2 Jul 2004 10:36:24 +0200 + +osgcal (0.1.11-1) unstable; urgency=low + + * hardware mesh fixes + + -- Loic Dachary (OuoU) Thu, 24 Jun 2004 18:11:13 +0200 + +osgcal (0.1.10-3) unstable; urgency=low + + * Fixed Collision (cedric) + + -- johan euphrosine Tue, 29 Jun 2004 18:48:39 +0200 + +osgcal (0.1.10-2) unstable; urgency=low + + * blabla + + -- mr proppy Mon, 28 Jun 2004 17:16:52 +0200 + +osgcal (0.1.10-1) unstable; urgency=low + + * Geometry based rewrite + + -- Loic Dachary (OuoU) Mon, 21 Jun 2004 15:11:34 +0200 + +osgcal (0.1.9-12) unstable; urgency=low + + * cvs update osg + + -- Loic Dachary (OuoU) Tue, 15 Jun 2004 18:47:15 +0200 + +osgcal (0.1.9-11) unstable; urgency=low + + * fixed bug who causes crash / bad display on fglrx (ATI driver) + + -- Henry Precheur Mon, 7 Jun 2004 17:36:57 +0200 + +osgcal (0.1.9-10) unstable; urgency=low + + * bug fixes + + -- Loic Dachary (OuoU) Tue, 1 Jun 2004 13:16:03 +0200 + +osgcal (0.1.9-9) unstable; urgency=low + + * textures update, verbosity reduced + + -- Loic Dachary (OuoU) Fri, 28 May 2004 16:59:17 +0200 + +osgcal (0.1.9-8) unstable; urgency=low + + * access to textures, private textures + + -- Loic Dachary (OuoU) Sat, 8 May 2004 00:11:42 +0200 + +osgcal (0.1.9-7) unstable; urgency=low + + * acceleration + + -- Loic Dachary (OuoU) Mon, 3 May 2004 12:54:57 +0200 + +osgcal (0.1.9-6) unstable; urgency=low + + * texture flip + + -- Loic Dachary (OuoU) Mon, 19 Apr 2004 19:54:56 +0200 + +osgcal (0.1.9-5) unstable; urgency=low + + * sync with osg cvs + + -- Loic Dachary (OuoU) Mon, 29 Mar 2004 12:23:42 +0200 + +osgcal (0.1.9-4) unstable; urgency=low + + * fix build dep (added xlibmesa-gl-dev) + + -- Henry Precheur Wed, 24 Mar 2004 11:32:01 +0100 + +osgcal (0.1.9-3) unstable; urgency=low + + * sync with osg cvs 20040309 + + -- Loic Dachary (OuoU) Wed, 17 Mar 2004 21:15:32 +0100 + +osgcal (0.1.9-2) unstable; urgency=low + + * sync with cal3d cvs 20040316 + + -- Loic Dachary (OuoU) Tue, 16 Mar 2004 16:22:49 +0100 + +osgcal (0.1.9-1) unstable; urgency=low + + * sync with cal3d cvs 20040316 + + -- Loic Dachary (OuoU) Tue, 16 Mar 2004 09:33:21 +0100 + +osgcal (0.1.8-1) unstable; urgency=low + + * intersect visitor support + + -- Loic Dachary (OuoU) Tue, 9 Mar 2004 09:17:49 +0100 + +osgcal (0.1.7-1) unstable; urgency=low + + * cal3d-cvs mixer upstream + + -- Loic Dachary (OuoU) Mon, 8 Mar 2004 10:00:45 +0100 + +osgcal (0.1.6-3) unstable; urgency=low + + * depend on cal3d-cvs + + -- Loic Dachary (OuoU) Wed, 25 Feb 2004 14:24:27 +0100 + +osgcal (0.1.6-2) unstable; urgency=low + + * compile against cal3d cvs + + -- Loic Dachary (OuoU) Wed, 25 Feb 2004 13:46:49 +0100 + +osgcal (0.1.5-2) unstable; urgency=low + + * Cleanup and legalese + + -- Loic Dachary (OuoU) Sat, 21 Feb 2004 16:50:56 +0100 + +osgcal (0.1.5-1) unstable; urgency=low + + * VBO implementation from Cedric Pinson + + -- Loic Dachary (OuoU) Fri, 20 Feb 2004 15:09:40 +0100 + +osgcal (0.1.4-1) unstable; urgency=low + + * Initial Release. + + -- Loic Dachary (OuoU) Thu, 29 Jan 2004 18:28:09 +0100 --- osgcal-0.1.46.orig/debian/compat +++ osgcal-0.1.46/debian/compat @@ -0,0 +1 @@ +4 --- osgcal-0.1.46.orig/debian/control.unstable +++ osgcal-0.1.46/debian/control.unstable @@ -0,0 +1,43 @@ +Source: osgcal +Section: libdevel +Priority: optional +Maintainer: Loic Dachary (OuoU) +Build-Depends: debhelper (>= 4.0.0), doxygen, autoconf, g++ (> 3.0), automake1.9, libtool, pkg-config, ccache, cdbs, libcal3d12-dev, libopenscenegraph-dev (>= 0.9.8), libsdl1.2-dev, libxml2-dev, libglib2.0-dev, blender (>= 2.41), xvfb [i386], xfonts-base +Standards-Version: 3.7.2 + +Package: libosgcal-dev +Section: libdevel +Architecture: any +Depends: libosgcal0 (= ${Source-Version}), libcal3d-dev +Description: cal3d to OpenSceneGraph adapter development files + osgCal is an adapter to use the cal3d character animation library + (http://gna.org/projects/cal3d/) inside the OpenSceneGraph OpenGL based + 3D scene graph (http://www.openscenegraph.org). + +Package: libosgcal0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Conflicts: libosgcal +Description: cal3d to OpenSceneGraph adapter + osgCal is an adapter to use the cal3d character animation library + (http://gna.org/projects/cal3d/) inside the OpenSceneGraph OpenGL based + 3D scene graph (http://www.openscenegraph.org). + +Package: osgcal +Section: devel +Architecture: any +Depends: ${shlibs:Depends}, libosgcal-dev, osgcal-doc +Suggests: blender, gimp +Description: cal3d to OpenSceneGraph adapter development environment + osgCal is an adapter to use the cal3d character animation library + (http://gna.org/projects/cal3d/) inside the OpenSceneGraph OpenGL based + 3D scene graph (http://www.openscenegraph.org). + +Package: osgcal-doc +Section: devel +Architecture: all +Description: documentation for the cal3d to OpenSceneGraph adapter + osgCal is an adapter to use the cal3d character animation library + (http://gna.org/projects/cal3d/) inside the OpenSceneGraph OpenGL based + 3D scene graph (http://www.openscenegraph.org). --- osgcal-0.1.46.orig/debian/control.edgy +++ osgcal-0.1.46/debian/control.edgy @@ -0,0 +1,43 @@ +Source: osgcal +Section: libdevel +Priority: optional +Maintainer: Loic Dachary (OuoU) +Build-Depends: debhelper (>= 4.0.0), doxygen, autoconf, g++ (> 3.0), automake1.9, libtool, pkg-config, ccache, cdbs, libcal3d11-dev | libcal3d10-dev, libopenscenegraph-dev (>= 0.9.8), libsdl1.2-dev, libxml2-dev, libglib2.0-dev, blender (>= 2.41), xfonts-base +Standards-Version: 3.6.2.1 + +Package: libosgcal-dev +Section: devel +Architecture: any +Depends: libosgcal0 (= ${Source-Version}), libcal3d-dev +Description: cal3d to OpenSceneGraph adapter development files + osgCal is an adapter to use the cal3d character animation library + (http://gna.org/projects/cal3d) inside the OpenSceneGraph OpenGL based + 3D scene graph (http://www.openscenegraph.org). + +Package: libosgcal0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Conflicts: libosgcal +Description: cal3d to OpenSceneGraph adapter + osgCal is an adapter to use the cal3d character animation library + (http://gna.org/projects/cal3d) inside the OpenSceneGraph OpenGL based + 3D scene graph (http://www.openscenegraph.org). + +Package: osgcal +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, libosgcal-dev, osgcal-doc +Suggests: blender, gimp +Description: cal3d to OpenSceneGraph adapter development environment + osgCal is an adapter to use the cal3d character animation library + (http://gna.org/projects/cal3d) inside the OpenSceneGraph OpenGL based + 3D scene graph (http://www.openscenegraph.org). + +Package: osgcal-doc +Section: devel +Architecture: all +Description: documentation for the cal3d to OpenSceneGraph adapter + osgCal is an adapter to use the cal3d character animation library + (http://gna.org/projects/cal3d) inside the OpenSceneGraph OpenGL based + 3D scene graph (http://www.openscenegraph.org). --- osgcal-0.1.46.orig/debian/control.lenny +++ osgcal-0.1.46/debian/control.lenny @@ -0,0 +1,43 @@ +Source: osgcal +Section: libdevel +Priority: optional +Maintainer: Loic Dachary (OuoU) +Build-Depends: debhelper (>= 4.0.0), doxygen, autoconf, g++ (> 3.0), automake1.9, libtool, pkg-config, ccache, cdbs, libcal3d12-dev | libcal3d11-dev | libcal3d10-dev, libopenscenegraph-dev (>= 0.9.8), libsdl1.2-dev, libxml2-dev, libglib2.0-dev, blender (>= 2.41), xvfb [i386], xfonts-base +Standards-Version: 3.6.2.1 + +Package: libosgcal-dev +Section: libdevel +Architecture: any +Depends: libosgcal0 (= ${Source-Version}), libcal3d-dev +Description: cal3d to OpenSceneGraph adapter development files + osgCal is an adapter to use the cal3d character animation library + (http://gna.org/projects/cal3d) inside the OpenSceneGraph OpenGL based + 3D scene graph (http://www.openscenegraph.org). + +Package: libosgcal0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Conflicts: libosgcal +Description: cal3d to OpenSceneGraph adapter + osgCal is an adapter to use the cal3d character animation library + (http://gna.org/projects/cal3d) inside the OpenSceneGraph OpenGL based + 3D scene graph (http://www.openscenegraph.org). + +Package: osgcal +Section: devel +Architecture: any +Depends: ${shlibs:Depends}, libosgcal-dev, osgcal-doc +Suggests: blender, gimp +Description: cal3d to OpenSceneGraph adapter development environment + osgCal is an adapter to use the cal3d character animation library + (http://gna.org/projects/cal3d) inside the OpenSceneGraph OpenGL based + 3D scene graph (http://www.openscenegraph.org). + +Package: osgcal-doc +Section: devel +Architecture: all +Description: documentation for the cal3d to OpenSceneGraph adapter + osgCal is an adapter to use the cal3d character animation library + (http://gna.org/projects/cal3d) inside the OpenSceneGraph OpenGL based + 3D scene graph (http://www.openscenegraph.org). --- osgcal-0.1.46.orig/debian/copyright +++ osgcal-0.1.46/debian/copyright @@ -0,0 +1,43 @@ +This package was debianized by Loic Dachary (OuoU) on +Thu, 29 Jan 2004 18:28:09 +0100. + +It was downloaded from http://osgcal.dachary.org/ + +Upstream Author: Loic Dachary , Ruben Lopez + +Copyright: + + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL'. + +Copyright: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 dated June, 1991. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. --- osgcal-0.1.46.orig/debian/libosgcal-dev.install +++ osgcal-0.1.46/debian/libosgcal-dev.install @@ -0,0 +1,3 @@ +debian/tmp/usr/include/* +debian/tmp/usr/lib/*.{la,so} +debian/tmp/usr/lib/pkgconfig --- osgcal-0.1.46.orig/debian/control.etch +++ osgcal-0.1.46/debian/control.etch @@ -0,0 +1,43 @@ +Source: osgcal +Section: libdevel +Priority: optional +Maintainer: Loic Dachary (OuoU) +Build-Depends: debhelper (>= 4.0.0), doxygen, autoconf, g++ (> 3.0), automake1.9, libtool, pkg-config, ccache, cdbs, libcal3d11-dev | libcal3d10-dev, libopenscenegraph-dev (>= 0.9.8), libsdl1.2-dev, libxml2-dev, libglib2.0-dev, blender (>= 2.41), xvfb [i386], xfonts-base +Standards-Version: 3.6.2.1 + +Package: libosgcal-dev +Section: devel +Architecture: any +Depends: libosgcal0 (= ${Source-Version}), libcal3d-dev +Description: cal3d to OpenSceneGraph adapter development files + osgCal is an adapter to use the cal3d character animation library + (http://gna.org/projects/cal3d) inside the OpenSceneGraph OpenGL based + 3D scene graph (http://www.openscenegraph.org). + +Package: libosgcal0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Conflicts: libosgcal +Description: cal3d to OpenSceneGraph adapter + osgCal is an adapter to use the cal3d character animation library + (http://gna.org/projects/cal3d) inside the OpenSceneGraph OpenGL based + 3D scene graph (http://www.openscenegraph.org). + +Package: osgcal +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, libosgcal-dev, osgcal-doc +Suggests: blender, gimp +Description: cal3d to OpenSceneGraph adapter development environment + osgCal is an adapter to use the cal3d character animation library + (http://gna.org/projects/cal3d) inside the OpenSceneGraph OpenGL based + 3D scene graph (http://www.openscenegraph.org). + +Package: osgcal-doc +Section: devel +Architecture: all +Description: documentation for the cal3d to OpenSceneGraph adapter + osgCal is an adapter to use the cal3d character animation library + (http://gna.org/projects/cal3d) inside the OpenSceneGraph OpenGL based + 3D scene graph (http://www.openscenegraph.org). --- osgcal-0.1.46.orig/debian/osgcal.install +++ osgcal-0.1.46/debian/osgcal.install @@ -0,0 +1,4 @@ +debian/tmp/usr/bin +debian/tmp/usr/share/osgcal +debian/tmp/usr/share/man +