From f7baef4e35f62de1dc5b817b244240d5bf088334 Mon Sep 17 00:00:00 2001 From: Sebastian Jaenicke Date: Mon, 29 Sep 2003 22:39:44 +0000 Subject: [PATCH] Sebastian Jaenicke : add infinity 0.2 (xmms visualization plugin) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1544 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- Documentation/Developers/CHANGELOG-RENE | 1 + package/tsa/infinity/infinity.desc | 41 +++++++++++++++++++++++++ package/tsa/infinity/settitle.patch | 11 +++++++ 3 files changed, 53 insertions(+) create mode 100644 package/tsa/infinity/infinity.desc create mode 100644 package/tsa/infinity/settitle.patch diff --git a/Documentation/Developers/CHANGELOG-RENE b/Documentation/Developers/CHANGELOG-RENE index 8d9781bb4..21480602e 100644 --- a/Documentation/Developers/CHANGELOG-RENE +++ b/Documentation/Developers/CHANGELOG-RENE @@ -3,6 +3,7 @@ - Sebastian Jaenicke: updated elf, ethereal, rrdtool, snmpsession-0.98 and xinetd-2.3.12 + added infinity - Benjamin Schieder: added hddtemp - Clifford Wolf: mine hotfix diff --git a/package/tsa/infinity/infinity.desc b/package/tsa/infinity/infinity.desc new file mode 100644 index 000000000..96cf58fc9 --- /dev/null +++ b/package/tsa/infinity/infinity.desc @@ -0,0 +1,41 @@ + +[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/tsa/infinity/infinity.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2003 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] XMMS visualization plugin + +[T] A XMMS visualization plugin + +[U] http://julien.carme.free.fr/infinite.html + +[A] Julien Carme +[M] Sebastian Jaenicke + +[C] extra/multimedia + +[L] GPL +[S] Beta +[V] 0.2 +[P] X -----5---9 481.000 + +[D] 0 infinity-0.2.tar.gz http://julien.carme.free.fr/ + diff --git a/package/tsa/infinity/settitle.patch b/package/tsa/infinity/settitle.patch new file mode 100644 index 000000000..3e9c6cc35 --- /dev/null +++ b/package/tsa/infinity/settitle.patch @@ -0,0 +1,11 @@ +diff -Nur infinity-0.2.orig/display.c infinity-0.2/display.c +--- infinity-0.2.orig/display.c 2000-07-01 01:53:07.000000000 +0200 ++++ infinity-0.2/display.c 2003-09-29 00:41:29.000000000 +0200 +@@ -415,6 +415,7 @@ + fprintf(stderr, "Couldn't init video mode: %s\n", SDL_GetError()); + exit(1); + } ++ SDL_WM_SetCaption("Infinity", NULL); + SDL_ShowCursor(0); + SDL_EnableKeyRepeat(0,0); +