[Pkg-scicomp-commits] paraview/trunk/debian
Christophe Prud'homme
prudhomm at debian.org
Wed Mar 4 20:25:38 UTC 2009
SVN commit 4196 by prudhomm:
prepare for -3
M +9 -0 paraview/trunk/debian/changelog
M +2 -2 paraview/trunk/debian/control
M +2 -2 paraview/trunk/debian/patches/use-ffmpeg-swscaler.patch
--- paraview/trunk/debian/changelog #4195:4196
@@ -1,3 +1,12 @@
+paraview (3.4.0-3) unstable; urgency=low
+
+ * debian/control: build-depends on mpi-default-dev, paraview depends on
+ mpi-default instead of openmpi
+ * debian/patches/use-ffmpeg-swscaler.patch: update patch with changes in
+ header location
+
+ -- Christophe Prud'homme <prudhomm at debian.org> Wed, 04 Mar 2009 09:08:25 +0100
+
paraview (3.4.0-2) unstable; urgency=low
* applied patch from Nick Ellery <nick.ellery at ubuntu.com> :
--- paraview/trunk/debian/control #4195:4196
@@ -3,7 +3,7 @@
Priority: extra
Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
Uploaders: Christophe Prud'homme <prudhomm at debian.org>, Ondrej Certik <ondrej at certik.cz>
-Build-Depends: cdbs (>= 0.4.51), debhelper (>= 5), autotools-dev, quilt (>= 0.46-4), cmake (>= 2.4.8), libqt4-dev (>= 4.3.3-2), qt4-dev-tools, libopenmpi-dev, libhdf5-openmpi-dev, libavformat-dev (>= 0.svn20080206), libavutil-dev, libavcodec-dev, libswscale-dev, python-dev, chrpath, libglu1-mesa-dev, libxt-dev, libxext-dev, doxygen, graphviz, gnuplot
+Build-Depends: cdbs (>= 0.4.51), debhelper (>= 5), autotools-dev, quilt (>= 0.46-4), cmake (>= 2.4.8), libqt4-dev (>= 4.3.3-2), qt4-dev-tools, mpi-default-dev, libhdf5-serial-dev, libavformat-dev (>= 0.svn20080206), libavutil-dev, libavcodec-dev, libswscale-dev, python-dev, chrpath, libglu1-mesa-dev, libxt-dev, libxext-dev, doxygen, graphviz, gnuplot
Standards-Version: 3.8.0
XS-DM-Upload-Allowed: yes
Homepage: http://www.paraview.org/
@@ -13,7 +13,7 @@
Package: paraview
Architecture: any
Depends: qt4-dev-tools, ${shlibs:Depends}, ${misc:Depends}
-Recommends: openmpi-bin, qt4-dev-tools (>= 4.3.3-2)
+Recommends: mpi-default-bin, qt4-dev-tools (>= 4.3.3-2)
Suggests: hdf5-tools, h5utils
Description: Parallel Visualization Application
ParaView is an open-source, multi-platform application designed to
--- paraview/trunk/debian/patches/use-ffmpeg-swscaler.patch #4195:4196
@@ -7,8 +7,8 @@
extern "C" {
-#include <ffmpeg/avformat.h>
-+#include <ffmpeg/avformat.h>
-+#include <ffmpeg/swscale.h>
++#include <libavformat/avformat.h>
++#include <libswscale/swscale.h>
}
//---------------------------------------------------------------------------
More information about the Pkg-scicomp-commits
mailing list