From b71e0f56b57177433f955076dbfe9afa01adc1f7 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 8 Nov 2010 21:38:01 +0000 Subject: switched out ggee's [image] for moonlib's since its already in Debian, and fixed up inclusion of cursors.gif svn path=/trunk/externals/hcs/; revision=14310 --- cursor-help.pd | 2 +- cursor.gif | Bin 11717 -> 0 bytes debian/control | 5 ++--- debian/copyright | 22 ++++++++++++++++++++++ examples/cursor.gif | Bin 0 -> 11717 bytes 5 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 cursor.gif create mode 100644 examples/cursor.gif diff --git a/cursor-help.pd b/cursor-help.pd index be3d40a..72b248b 100644 --- a/cursor-help.pd +++ b/cursor-help.pd @@ -61,7 +61,7 @@ #X text 227 459 <-- mouse buttons; #X text 86 366 or bang to get the current mouse position; #N canvas 583 22 481 747 image 0; -#X obj 240 373 ggee/image cursor.gif; +#X obj 240 373 moonlib/image examples/cursor.gif; #X restore 509 309 pd image of all cursors; #X msg 328 124 clock; #X msg 288 124 arrow; diff --git a/cursor.gif b/cursor.gif deleted file mode 100644 index 6cab5fc..0000000 Binary files a/cursor.gif and /dev/null differ diff --git a/debian/control b/debian/control index ea20fd7..963cb13 100644 --- a/debian/control +++ b/debian/control @@ -13,13 +13,12 @@ Package: pd-hcs Architecture: any Depends: ${shlibs:Depends}, pd, - ${misc:Depends}, pd-cyclone, - pd-ggee, pd-libdir, pd-pddp, pd-purepd, - pd-zexy + pd-zexy, + ${misc:Depends} Description: a random grabbag of Pd objects by Hans-Christoph Steiner The 'hcs' library is a random grabbag of objects that are experiments that sometimes lead to full-fledged libraries. There are objects for diff --git a/debian/copyright b/debian/copyright index 4073400..1ec50db 100644 --- a/debian/copyright +++ b/debian/copyright @@ -6,6 +6,28 @@ Source: http://sourceforge.net/projects/pure-data/files/libraries/hcs/ Copyright: 2003-2009, Hans-Christoph Steiner 2007, Free Software Foundation 2006, Fredrik Olofsson +License: GPL-3+ + +Files: example/cursors.gif +Copyright: 2005, Stephen O. Lidie +License: GPL-1+ + +License: GPL-1+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +X-Comment: On Debian systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL'. + License: GPL-3+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/examples/cursor.gif b/examples/cursor.gif new file mode 100644 index 0000000..6cab5fc Binary files /dev/null and b/examples/cursor.gif differ -- cgit v1.2.1