diff --git a/package/blindcoder/dvgrab/dvgrab.desc b/package/blindcoder/dvgrab/dvgrab.desc index 2a6dcf5d7..e6ac646f0 100644 --- a/package/blindcoder/dvgrab/dvgrab.desc +++ b/package/blindcoder/dvgrab/dvgrab.desc @@ -7,7 +7,7 @@ [COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! [COPY] [COPY] ROCK Linux: rock-src/package/blindcoder/dvgrab/dvgrab.desc -[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf +[COPY] ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf [COPY] [COPY] This program is free software; you can redistribute it and/or modify [COPY] it under the terms of the GNU General Public License as published by @@ -50,8 +50,8 @@ [L] GPL [S] Stable -[V] 1.4 +[V] 1.5 [P] X -----5---9 878.000 -[D] 2336886848 dvgrab-1.4.tar.gz http://kino.schirmacher.de/filemanager/download/15/ +[D] 1053417475 dvgrab-1.5.tar.gz http://kino.schirmacher.de/filemanager/download/20/ diff --git a/package/blindcoder/dvgrab/gcc34.patch b/package/blindcoder/dvgrab/gcc34.patch new file mode 100644 index 000000000..b95cdcde9 --- /dev/null +++ b/package/blindcoder/dvgrab/gcc34.patch @@ -0,0 +1,34 @@ +# --- ROCK-COPYRIGHT-NOTE-BEGIN --- +# +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# Please add additional copyright information _after_ the line containing +# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +# +# ROCK Linux: rock-src/package/blindcoder/dvgrab/gcc34.patch +# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf +# +# This patch file is dual-licensed. It is available under the license the +# patched project is licensed under, as long as it is an OpenSource license +# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms +# of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# --- ROCK-COPYRIGHT-NOTE-END --- + +I wonder why g++ ever accepted this code ... + + - Rene Rebe + +--- dvgrab/ieee1394io.h.orig 2004-05-15 20:14:18.805136568 +0200 ++++ dvgrab/ieee1394io.h 2004-05-15 20:16:24.957958424 +0200 +@@ -33,7 +33,7 @@ + + class IEEE1394Reader + { +-private: ++protected: + /// the number of frames that had to be thrown away because + /// our inFrames queue did not contain available frames + static int droppedFrames; diff --git a/package/blindcoder/kino/gcc34.patch b/package/blindcoder/kino/gcc34.patch new file mode 100644 index 000000000..4763b1785 --- /dev/null +++ b/package/blindcoder/kino/gcc34.patch @@ -0,0 +1,35 @@ +# --- ROCK-COPYRIGHT-NOTE-BEGIN --- +# +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# Please add additional copyright information _after_ the line containing +# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +# +# ROCK Linux: rock-src/package/blindcoder/dvgrab/gcc34.patch +# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf +# +# This patch file is dual-licensed. It is available under the license the +# patched project is licensed under, as long as it is an OpenSource license +# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms +# of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# +# --- ROCK-COPYRIGHT-NOTE-END --- + +I wonder why g++ ever accepted this code ... - and why kino contains +copyies of dvgrab files?!?!?! + + - Rene Rebe + +--- dvgrab/src/ieee1394io.h.orig 2004-05-15 20:14:18.805136568 +0200 ++++ dvgrab/src/ieee1394io.h 2004-05-15 20:16:24.957958424 +0200 +@@ -33,7 +33,7 @@ + + class IEEE1394Reader + { +-private: ++protected: + /// the number of frames that had to be thrown away because + /// our inFrames queue did not contain available frames + static int droppedFrames; diff --git a/package/blindcoder/kino/kino.desc b/package/blindcoder/kino/kino.desc index 7f7728f44..fa2c06fe3 100644 --- a/package/blindcoder/kino/kino.desc +++ b/package/blindcoder/kino/kino.desc @@ -21,7 +21,7 @@ [COPY] [COPY] --- ROCK-COPYRIGHT-NOTE-END --- -[I] kino is a GUI for IEEE1394-DV +[I] A non-linear DV editor for IEEE1394-DV [T] Kino is a non-linear DV editor for GNU/Linux. It features excellent [T] integration with IEEE-1394 for capture, VTR control, and recording back @@ -48,9 +48,9 @@ [L] GPL [S] Beta -[V] 0.6.5 +[V] 0.7.1 [P] X -----5---9 884.000 -[D] 602474655 kino-0.6.5.tar.gz http://kino.schirmacher.de/filemanager/download/16/ +[D] 0 kino-0.7.1.tar.gz http://kino.schirmacher.de/filemanager/download/31/ diff --git a/package/blindcoder/libavc1394/libavc1394.desc b/package/blindcoder/libavc1394/libavc1394.desc index 0abc5f367..6a57369b5 100644 --- a/package/blindcoder/libavc1394/libavc1394.desc +++ b/package/blindcoder/libavc1394/libavc1394.desc @@ -21,9 +21,9 @@ [COPY] [COPY] --- ROCK-COPYRIGHT-NOTE-END --- -[I] programming interface for 1394 AV/C command set +[I] Programming interface for the 1394 AV/C command set -[T] libavc1394 is a programming interface for the 1394 Trade Association +[T] Libavc1394 is a programming interface for the 1394 Trade Association [T] AV/C (Audio/Video Control) Digital Interface Command Set. It is intended [T] for use with GNU/Linux IEEE-1394 (http://linux1394.sourceforge.net/). diff --git a/package/blindcoder/libmatroska/libmatroska.desc b/package/blindcoder/libmatroska/libmatroska.desc index 28dfc1e87..3fd916de6 100644 --- a/package/blindcoder/libmatroska/libmatroska.desc +++ b/package/blindcoder/libmatroska/libmatroska.desc @@ -45,5 +45,5 @@ [O] srcdir="libmatroska-$ver/make/linux" [O] var_append makeopt " " "install" ; makeinstopt="" -[D] 0 libmatroska-0.6.3.tar.gz http://matroska.free.fr/downloads/libmatroska/ +[D] 1460963442 libmatroska-0.6.3.tar.gz http://matroska.free.fr/downloads/libmatroska/ diff --git a/package/blindcoder/libraw1394/libraw1394.desc b/package/blindcoder/libraw1394/libraw1394.desc index 5cbf5f674..366b19baa 100644 --- a/package/blindcoder/libraw1394/libraw1394.desc +++ b/package/blindcoder/libraw1394/libraw1394.desc @@ -21,7 +21,7 @@ [COPY] [COPY] --- ROCK-COPYRIGHT-NOTE-END --- -[I] libraw1394 provides direct access to the IEEE 1394 bus +[I] Library for direct IEEE 1394 bus access [T] libraw1394 provides direct access to the IEEE 1394 bus through the Linux [T] 1394 subsystem's raw1394 user space interface. diff --git a/package/tibit/libdv/libdv.desc b/package/tibit/libdv/libdv.desc index 2a0c8034c..15f78eec2 100644 --- a/package/tibit/libdv/libdv.desc +++ b/package/tibit/libdv/libdv.desc @@ -38,8 +38,8 @@ [L] GPL [S] Beta -[V] 0.99 +[V] 0.102 [P] X -----5---9 550.000 -[D] 2359937675 libdv-0.99.tar.gz http://switch.dl.sourceforge.net/sourceforge/libdv/ +[D] 0 libdv-0.102.tar.gz http://dl.sourceforge.net/sourceforge/libdv/