From f3c05448b9f948993fdb21ad78e658be7b9bf66a Mon Sep 17 00:00:00 2001 From: "Andreas V. 'netrunner' Meier" Date: Sun, 10 Apr 2005 13:26:25 +0000 Subject: [PATCH] Andreas V. Meier: add gscanbus [2005032701073602833] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@5894 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/avm/gscanbus/gscanbus.desc | 44 ++++++++++++++++++++++ package/avm/gscanbus/multilinestring.patch | 23 +++++++++++ 2 files changed, 67 insertions(+) create mode 100644 package/avm/gscanbus/gscanbus.desc create mode 100644 package/avm/gscanbus/multilinestring.patch diff --git a/package/avm/gscanbus/gscanbus.desc b/package/avm/gscanbus/gscanbus.desc new file mode 100644 index 000000000..53af3f508 --- /dev/null +++ b/package/avm/gscanbus/gscanbus.desc @@ -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 +[M] Andreas V. 'netrunner' Meier + +[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/ diff --git a/package/avm/gscanbus/multilinestring.patch b/package/avm/gscanbus/multilinestring.patch new file mode 100644 index 000000000..c3dd5c8ee --- /dev/null +++ b/package/avm/gscanbus/multilinestring.patch @@ -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"; + + /*---------------------------------------------------------------------------