updated debian build scripts

metadata
Wenzel Jakob 2011-08-15 17:54:56 -04:00
parent c4f17401e1
commit 66f41ed6fb
3 changed files with 16 additions and 7 deletions

View File

@ -1,3 +1,9 @@
mitsuba (0.3.0-1) unstable; urgency=low
* Initial python bindings
-- Wenzel Jakob <wenzel@cs.cornell.edu> Mon, 14 Aug 2011 00:00:00 -0400
mitsuba (0.2.1-1) unstable; urgency=low
* Completely rewritten participating layer with better robustness and support for many participating media within the same scene

View File

@ -6,15 +6,16 @@ Build-Depends: debhelper (>= 7), build-essential, scons, qt4-dev-tools,
libpng12-dev, libjpeg62-dev, libilmbase-dev, libopenexr-dev,
libxerces-c-dev, libboost-dev, libglewmx1.5-dev, libxxf86vm-dev,
collada-dom-dev, libboost-system-dev, libboost-filesystem-dev,
libgl1-mesa-dev, libglu1-mesa-dev, pkg-config
libboost-python-dev, libgl1-mesa-dev, libglu1-mesa-dev, pkg-config
Standards-Version: 3.8.3
Homepage: http://www.mitsuba-renderer.org
Package: mitsuba
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libqt4-core, libqt4-gui, libqt4-network, libqt4-opengl, libqt4-xml, libpng12-0, libjpeg62,
libilmbase6, libopenexr6, libxerces-c3.1, libboost-filesystem1.42.0, libboost-system1.42.0, libglewmx1.5, libxxf86vm1, collada-dom,
libgl1-mesa-glx, libglu1-mesa
libilmbase6, libopenexr6, libxerces-c3.1, libboost-filesystem1.42.0,
libboost-system1.42.0, libboost-python1.42.0, libglewmx1.5,
libxxf86vm1, collada-dom, libgl1-mesa-glx, libglu1-mesa
Description: Mitsuba renderer
Mitsuba is an extensible rendering framework written in portable C++. It implements unbiased as well as biased techniques and contains heavy optimizations targeted towards current CPU architectures.
.
@ -24,9 +25,10 @@ Description: Mitsuba renderer
Package: mitsuba-dev
Architecture: any
Depends: qt4-dev-tools, libpng12-dev, libjpeg62-dev, libilmbase-dev, libopenexr-dev,
libxerces-c-dev, libboost-dev, libglewmx1.5-dev, libxxf86vm-dev,
collada-dom-dev, libboost-system-dev, libboost-filesystem-dev, mitsuba
Depends: qt4-dev-tools, libpng12-dev, libjpeg62-dev, libilmbase-dev,
libopenexr-dev, libxerces-c-dev, libboost-dev, libglewmx1.5-dev,
libxxf86vm-dev, collada-dom-dev, libboost-system-dev,
libboost-filesystem-dev, libboost-python-dev, mitsuba
Description: Mitsuba renderer -- development files
Mitsuba is an extensible rendering framework written in portable C++. It implements unbiased as well as biased techniques and contains heavy optimizations targeted towards current CPU architectures.
.

View File

@ -6,7 +6,8 @@ dist/mtsimport /usr/bin
dist/libmitsuba-hw.so /usr/lib
dist/libmitsuba-render.so /usr/lib
dist/libmitsuba-core.so /usr/lib
dist/schema/scene.xsd /usr/share/mitsuba/schema
dist/python/mitsuba.so /usr/lib/pyshared/python2.7
dist/plugins/* /usr/share/mitsuba/plugins
dist/data/* /usr/share/mitsuba/data
src/qtgui/resources/mitsuba48.png /usr/share/pixmaps
data/linux/mitsuba.desktop /usr/share/applications