[Lunar-commits] <moonbase> piave: Moving this to zdeprecated. AFAIK there is nothing that depends on this and kdenlive3

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sat Apr 3 14:58:54 CEST 2010


commit 9b9e4167f8e2ab342c487b15d9a5092f9a435a0b
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sat Apr 3 08:58:54 2010 -0400

    piave: Moving this to zdeprecated. AFAIK there is nothing that depends on this and kdenlive3
    
    used to so this can go away.
---
 zdeprecated/piave/BUILD   |   12 ++++++++++++
 zdeprecated/piave/DEPENDS |    5 +++++
 zdeprecated/piave/DETAILS |   21 +++++++++++++++++++++
 3 files changed, 38 insertions(+), 0 deletions(-)

diff --git a/zdeprecated/piave/BUILD b/zdeprecated/piave/BUILD
new file mode 100644
index 0000000..8071c5f
--- /dev/null
+++ b/zdeprecated/piave/BUILD
@@ -0,0 +1,12 @@
+(
+
+  patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+  patch_it $SOURCE_CACHE/$SOURCE3 1 &&
+  sed -i "118i #include <sys/time.h>" libpiave/piave_base.hh &&
+  sed -i "37i #include <sys/time.h>" libpiave/piave_base.cc libpiave/storybase.hh &&
+
+  ./configure  --prefix=/usr        &&
+#  sedit 's/gcc/g++/' Makefile       &&
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/zdeprecated/piave/DEPENDS b/zdeprecated/piave/DEPENDS
new file mode 100644
index 0000000..082a3a5
--- /dev/null
+++ b/zdeprecated/piave/DEPENDS
@@ -0,0 +1,5 @@
+depends  SDL_image   &&
+depends  libxml2     &&
+depends  libraw1394  &&
+depends  libavc1394  &&
+depends  libdv       
diff --git a/zdeprecated/piave/DETAILS b/zdeprecated/piave/DETAILS
new file mode 100644
index 0000000..081cfd4
--- /dev/null
+++ b/zdeprecated/piave/DETAILS
@@ -0,0 +1,21 @@
+           MODULE=piave
+         VERSION=0.2.4
+          SOURCE=$MODULE-$VERSION.tar.gz
+         SOURCE2=$MODULE-$VERSION-libdv.patch.bz2
+         SOURCE3=$MODULE-$VERSION-gcc34.patch.bz2
+   SOURCE_URL=$SFORGE_URL/modesto/
+  SOURCE2_URL=$PATCH_URL
+  SOURCE3_URL=$PATCH_URL
+     SOURCE_VFY=sha1:287ac3b6d9d12ec806d8c44dec9b714cb89f4144
+    SOURCE2_VFY=sha1:c15e2ebb9bd7c813a6e2f1004290d3ea424c5a2e
+    SOURCE3_VFY=sha1:92748e2ffc813f88e2a94253857871d62f457ff6
+        WEB_SITE=http://modesto.sourceforge.net/$MODULE/
+         ENTERED=20040418
+         UPDATED=20040802
+           SHORT="PIAVE - Piave Is A Video Editor"
+
+PSAFE=no
+cat << EOF
+PIAVE is a video render engine to be used as a C++ library or a standalone 
+render server to use with a batch or interactive GUI client.
+EOF


More information about the Lunar-commits mailing list