Browse Source

Rene Rebe:


			
			
				rocklinux
			
			
		
Rene Rebe 21 years ago
parent
commit
f9ccb6a8de
8 changed files with 81 additions and 12 deletions
  1. +3
    -3
      package/blindcoder/dvgrab/dvgrab.desc
  2. +34
    -0
      package/blindcoder/dvgrab/gcc34.patch
  3. +35
    -0
      package/blindcoder/kino/gcc34.patch
  4. +3
    -3
      package/blindcoder/kino/kino.desc
  5. +2
    -2
      package/blindcoder/libavc1394/libavc1394.desc
  6. +1
    -1
      package/blindcoder/libmatroska/libmatroska.desc
  7. +1
    -1
      package/blindcoder/libraw1394/libraw1394.desc
  8. +2
    -2
      package/tibit/libdv/libdv.desc

+ 3
- 3
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/

+ 34
- 0
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 <rene@rocklinux.org>
--- 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;

+ 35
- 0
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 <rene@rocklinux.org>
--- 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;

+ 3
- 3
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/

+ 2
- 2
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/).

+ 1
- 1
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/

+ 1
- 1
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.

+ 2
- 2
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/

Loading…
Cancel
Save