File: packages

package info (click to toggle)
libggidemos 990518-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 648 kB
  • ctags: 310
  • sloc: ansic: 4,015; perl: 2,540; makefile: 17
file content (89 lines) | stat: -rw-r--r-- 4,013 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Source: libggidemos
Maintainer: Charles Briscoe-Smith <cpbs@debian.org>
Section: libs
Priority: optional
Standards-Version: 2.5.0
Upstream-Source: <URL:ftp://ftp.ggi-project.org/pub/ggi/ggi-snapshots/>
Home-Page: <URL:http://www.ggi-project.org/>
Copyright: LGPL
 The LibGGI demo programs are in the public domain.  A notice similar
 to the following was attached to each:
 .
     This software is placed in the public domain and can be used freely
     for any purpose. It comes without any kind of warranty, either
     expressed or implied, including, but not limited to the implied
     warranties of merchantability or fitness for a particular purpose.
     Use it at your own risk. the author is not responsible for any damage
     or consequences raised by use or inability to use this program.
 .
   cubedemo.c - written in 1998 by Andreas Beck   becka@ggi-project.org
   Alpha-GGIs - written by Andrew Apted.  <andrew@ggi-project.org>
   giidemo.c - written in 1998 by Andreas Beck   becka@ggi-project.org
   mandel.c - written in 1998 by Andreas Beck   becka@ggi-project.org
   rds.c - written in 1998 by Andreas Beck   becka@ggi-project.org
   shmdemo.c - written in 1998 by Andreas Beck   becka@ggi-project.org
   spinmodule.c - written in 1998 by Andreas Beck   becka@ggi-project.org
   subdemo.c - written in 1998 by Andreas Beck   becka@ggi-project.org
                          1997 by Jason McMullan jmcc@ggi-project.org
   te_demo.c - written by Andrew Apted.  <andrew@ggi-project.org>
   testpattern.c - (c) H. Niemann  1997,1998
   titler.c - (c) 1998 Andreas Beck   andreas.beck@ggi-project.org
   vr.c - (c) 1998 Andreas Beck   andreas.beck@ggi-project.org
 .
 One file did not contain the notice above, but contains the following
 notice:
 .
   =- Dots.c - Fun with flying dots... ---------------------------------------=
     A bunch of neeto flying dots.  A cool LibGGI demo.
   =--------------------------------------------------------------------------=
     This file is copyright (c) 1997 Chris Lattner 
       Do with it as you please, but at least let me know of the changes you 
       make to it...  This may be freely distributed and made a part of the GGI
       distribution.
   =--------------------------------------------------------------------------=
Major-Changes:
Packaged-For: Debian
Description: LibGGI, the General Graphics Interface library
 The GGI project is developing the "General Graphics Interface", a
 set of APIs, drivers and other interfaces aiming to provide a fast,
 portable graphics environment for UNIX-like operating systems.
Build-Sequence: avoid-root
Build-Depends: libggi2-dev
Patches: *.dpatch
Build: sh
 make all
 make giidemo mandel rds shmdemo te_demo testpattern
 gcc titler/titler.c -o titler/titler -lggi
 gcc vr/vr.c -o vr/vr -lggi -lm
Clean: sh
 rm -f 3d alpha_ggis dots giidemo mandel rds shmdemo subdemo
 rm -f te_demo testpattern titler/titler vr/vr *.o *.so

Package: libggidemos
Architecture: any
Section: libs
Priority: optional
Depends: [/usr/bin/*]
Description: General Graphics Interface sample programs
 This package contains some programs demonstrating LibGGI's capabilities.
 .
 Please read the description of the "libggi2" package for a general
 warning about the present level of stability of GGI.
Install: sh
 for file in 3d alpha_ggis dots giidemo mandel rds shmdemo subdemo \
             te_demo testpattern titler/titler vr/vr
 do
   newfile=ggi-$(basename $file | tr _ -)
   yada install -bin $file -as $newfile
   yada undocumented -section 1 $newfile
 done
 yada install -lib -subdir ggi/demo spinmodule.so
 yada install -doc -subdir examples/vr vr/burg.* vr/land.*
 for file in linux.scr test.scr testaa.scr testvga.scr
 do
   sed 's=^#!./titler$=#!/usr/bin/ggi-titler=' < titler/$file \
     | yada install -doc -exec -subdir examples/titler -as $file /dev/stdin
 done
 yada install -doc -subdir examples/titler \
              titler/linside.scr titler/linux.gif titler/linux2.gif
 yada install -doc debian/README