@ -0,0 +1,44 @@ |
|||||
|
|
||||
|
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
||||
|
[COPY] |
||||
|
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
|
[COPY] Please add additional copyright information _after_ the line containing |
||||
|
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
||||
|
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
||||
|
[COPY] |
||||
|
[COPY] ROCK Linux: rock-src/package/avm/gscanbus/gscanbus.desc |
||||
|
[COPY] ROCK Linux is Copyright (C) 1998 - 2005 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 |
||||
|
[COPY] the Free Software Foundation; either version 2 of the License, or |
||||
|
[COPY] (at your option) any later version. A copy of the GNU General Public |
||||
|
[COPY] License can be found at Documentation/COPYING. |
||||
|
[COPY] |
||||
|
[COPY] Many people helped and are helping developing ROCK Linux. Please |
||||
|
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
||||
|
[COPY] file for details. |
||||
|
[COPY] |
||||
|
[COPY] --- ROCK-COPYRIGHT-NOTE-END --- |
||||
|
|
||||
|
[I] A tool for checking/displaying the firewire setup of a Linux system. |
||||
|
|
||||
|
[T] gscanbus is a little tool for testing and visualising the firewire IEEE-1394 |
||||
|
[T] bus. Using the Linux ieee1394 subsystem, it displays a graphical tree of all |
||||
|
[T] connected firewire devices and allows basic control of camcorders and other |
||||
|
[T] devices. It is designed as development and debugging tool and can be used |
||||
|
[T] for testing the basic firewire setup of a Linux machine. |
||||
|
|
||||
|
[U] http://gscanbus.berlios.de/ |
||||
|
|
||||
|
[A] Andreas Micklei <andreas.micklei@ivistar.de> |
||||
|
[M] Andreas V. 'netrunner' Meier <avmeier@web.de> |
||||
|
|
||||
|
[C] extra/multimedia |
||||
|
|
||||
|
[L] GPL |
||||
|
[S] Beta |
||||
|
[V] 0.7.1 |
||||
|
[P] X -----5---9 800.000 |
||||
|
|
||||
|
[D] 2614471449 gscanbus-0.7.1.tar.gz http://linvdr.org/download/gscanbus/ |
@ -0,0 +1,23 @@ |
|||||
|
diff -ruN gscanbus-0.7.1/gscanbus.c gscanbus-0.7.1-new/gscanbus.c
|
||||
|
--- gscanbus-0.7.1/gscanbus.c 2001-07-11 12:53:51.000000000 +0200
|
||||
|
+++ gscanbus-0.7.1-new/gscanbus.c 2005-03-19 00:53:33.303914611 +0100
|
||||
|
@@ -109,13 +109,13 @@
|
||||
|
|
||||
|
static GdkPixmap *pixmap = NULL; |
||||
|
|
||||
|
-const char not_compatible[] = "\
|
||||
|
-This libraw1394 does not work with your version of Linux. You need a different
|
||||
|
-version that matches your kernel (see kernel help text for the raw1394 option to
|
||||
|
-find out which is the correct version).\n";
|
||||
|
+const char not_compatible[] =
|
||||
|
+"This libraw1394 does not work with your version of Linux. You need a different\
|
||||
|
+version that matches your kernel (see kernel help text for the raw1394 option \
|
||||
|
+to find out which is the correct version).\n";
|
||||
|
|
||||
|
-const char not_loaded[] = "\
|
||||
|
-This probably means that you don't have raw1394 support in the kernel or that
|
||||
|
+const char not_loaded[] =
|
||||
|
+"This probably means that you don't have raw1394 support in the kernel or that \
|
||||
|
you haven't loaded the raw1394 module.\n"; |
||||
|
|
||||
|
/*--------------------------------------------------------------------------- |