I just downloaded and tried to build piave. I ran into a couple of problems. I'm on SuSE 9.2 w/ KDE 3.3.2 Level "a" - everything unmodified and fully up-to-date.
--------------- piave-0.2.4> ./configure --prefix=/opt/piave + matched feature dependencies: + + libdv + libfreetype2 + alsa + libsndfile + libvorbis - unmatched feature dependencies: - - arts To "fix" the above "arts" unmatched feature dependency I changed flags="$flags -I$includedir/artsc -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include " to flags="$flags -I$includedir/arts -I$includedir/artsc -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include " in /opt/kde3/bin/artsc-config --------------- piave-0.2.4> make In file included from avccontroller.cc:41: avccontroller.hh:50:26: libdv/dv1394.h: No such file or directory make[2]: *** [avccontroller.lo] Error 1 To "fix" the above I changed #include <libdv/dv1394.h> to //#include <libdv/dv1394.h> in piave-0.2.4/libpiave/avccontroller.hh In file included from IEEE1394IO.cc:42: IEEE1394IO.hh:50:26: libdv/dv1394.h: No such file or directory make[2]: *** [IEEE1394IO.lo] Error 1 To "fix" the above I changed #include <libdv/dv1394.h> to //#include <libdv/dv1394.h> in piave-0.2.4/libpiave/IEEE1394IO.hh --------------- With the above piave built and installed without errors. I then ran kdenlive, configured the location of piave and accessed a dv file and everything appears ok. But I don't know it that's enough to say that piave still works with the above changes.
