assimp 3.2~dfsg-1 source package in Ubuntu

Changelog

assimp (3.2~dfsg-1) unstable; urgency=medium

  * Imported Upstream version 3.2~dfsg

  * Refreshed patches
  * Updated debian/libassimp3v5.ver
    - Unconditionally export all typeinfo/vtable symbols (Closes: #804250)
    - Export new Assimp::ExportProperties
  * Dropped libassimp3v5.symbols file
  * Build-amendments
    - Disabled assimp's boost-workaround
    - Exclude stripped-away files from build
    - Disabled tests for now (need too stripped away data files)
  * Added Build-Depends
    - libminizip-dev
    - pkg-config
  * Added debian/git-tuneclone.sh script
  * Removed Debian-specific .gitignore
  * Simplified repackaging of upstream
    - Exclude .lib files in debian/copyright
    - Setup filters for gbp-import-orig
  * Regenerated debian/(control|copyright_hints)
  * debian/copyright
    - Exclude binary files from licensecheck
    - Updated debian/copyright
  * Update Vcs-Browser stanza

 -- IOhannes m zmölnig (Debian/GNU) <email address hidden>  Sun, 15 Nov 2015 23:50:33 +0100

Upload details

Uploaded by:
IOhannes m zmoelnig
Uploaded to:
Sid
Original maintainer:
IOhannes m zmoelnig
Architectures:
any all
Section:
graphics
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
assimp_3.2~dfsg-1.dsc 2.2 KiB b2be6f8f02dcc62f146cd75486be59b4165d8e67c2b0667ac13e10b070a1288e
assimp_3.2~dfsg.orig.tar.gz 2.1 MiB 573cceb40fb63ce00e23b87b11c26704899635e6bc098df867846d8be12800d7
assimp_3.2~dfsg-1.debian.tar.xz 19.9 KiB a8325adfd49337293669cf4cd23efe94021d88070b8e68703ad51f1519ede511

Available diffs

No changes file available.

Binary packages built by this source

assimp-utils: 3D model import library (utilities)

 Assimp is a library to import various well-known 3D model formats ("assets") in
 a uniform manner.
 Assimp aims at providing a full asset conversion pipeline for use in game
 engines / realtime rendering systems of any kind but is not limited to this
 audience.
 .
 This package contains additional commandline utilities (currently only
 'assimp') to interact with 3D models.

assimp-utils-dbgsym: debug symbols for package assimp-utils

 Assimp is a library to import various well-known 3D model formats ("assets") in
 a uniform manner.
 Assimp aims at providing a full asset conversion pipeline for use in game
 engines / realtime rendering systems of any kind but is not limited to this
 audience.
 .
 This package contains additional commandline utilities (currently only
 'assimp') to interact with 3D models.

libassimp-dev: 3D model import library (development)

 Assimp is a library to import various well-known 3D model formats ("assets") in
 a uniform manner.
 Assimp aims at providing a full asset conversion pipeline for use in game
 engines / realtime rendering systems of any kind but is not limited to this
 audience.
 .
 This package provides the files necessary to compile an application
 using Assimp

libassimp-doc: 3D model import library (documentation)

 Assimp is a library to import various well-known 3D model formats ("assets") in
 a uniform manner.
 Assimp aims at providing a full asset conversion pipeline for use in game
 engines / realtime rendering systems of any kind but is not limited to this
 audience.
 .
 This package contains html documentation for the Assimp API.

libassimp3v5: 3D model import library

 Assimp is a library to import various well-known 3D model formats ("assets") in
 a uniform manner.
 Assimp aims at providing a full asset conversion pipeline for use in game
 engines / realtime rendering systems of any kind but is not limited to this
 audience.
 .
 The library is designed for maximum stability and flexibility. While written in
 C++, a pure C API exists, as well as bindings to various other languages,
 including Python, D and Blitzmax. Assimp loads models into a straightforward
 data structure for easy processing by your application. Various post processing
 steps (such as general optimization or computation of extra data like normal or
 tangent vectors) can be executed on the imported data to suit your needs.
 .
 This package provides the shared object necessary to run an application
 using Assimp.

libassimp3v5-dbgsym: debug symbols for package libassimp3v5

 Assimp is a library to import various well-known 3D model formats ("assets") in
 a uniform manner.
 Assimp aims at providing a full asset conversion pipeline for use in game
 engines / realtime rendering systems of any kind but is not limited to this
 audience.
 .
 The library is designed for maximum stability and flexibility. While written in
 C++, a pure C API exists, as well as bindings to various other languages,
 including Python, D and Blitzmax. Assimp loads models into a straightforward
 data structure for easy processing by your application. Various post processing
 steps (such as general optimization or computation of extra data like normal or
 tangent vectors) can be executed on the imported data to suit your needs.
 .
 This package provides the shared object necessary to run an application
 using Assimp.

python-pyassimp: 3D model import library (Python bindings)

 Assimp is a library to import various well-known 3D model formats ("assets") in
 a uniform manner.
 Assimp aims at providing a full asset conversion pipeline for use in game
 engines / realtime rendering systems of any kind but is not limited to this
 audience.
 .
 This package provides Python bindings to the Assimp library.