~ubuntu-branches/ubuntu/maverick/ultrastar-ng/maverick

« back to all changes in this revision

Viewing changes to debian/ultrastar-ng-alt.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Miriam Ruiz, Miriam Ruiz, Mario Bonino, Jon Dowland, Ansgar Burchardt
  • Date: 2008-06-07 16:43:18 UTC
  • mfrom: (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080607164318-4cnzizck1tp8mrwp
Tags: 0.2.1-1
[ Miriam Ruiz ]
* New Upstream Release (Closes: #453132)
* Removed unneeded patches
* Added packages to build deps:
  + libtool
  + portaudio19-dev | portaudio-dev
  + libboost-dev, libboost-thread-dev, libboost-serialization-dev
  + libboost-program-options-dev, libboost-regex-dev
* Moved shared objects to private directory: /usr/lib/ultraster-ng
* Added rpath to binaries to search for shared objects in the private dir
* Uses ultrastar-ng-gstreamer as default, instead of ultrastar-ng-xine,
  since there are significantly less issues with GStreamer.
* Added patch to fix upstream desktop file
* Added -Wl,-as-needed to LDFLAGS
* Replaced fftw3-dev by libfftw3-dev in build dependencies.
* Standards-Version upgraded to 3.7.3

[ Mario Bonino ]
* Fixed data/Makefile.am to install .desktop file and icon

[ Jon Dowland ]
* add Homepage: control field to source stanza
* fix a bashism in debian/rules (Closes: #478634)

[ Ansgar Burchardt ]
* debian/control: Change XS-Vcs-* to Vcs-*
* Remove Homepage semi-field from description

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static char * ultrastar_ng_xpm[] = {
 
3
"32 32 39 1",
 
4
"       c None",
 
5
".      c #3AB5E0",
 
6
"+      c #6BC8E8",
 
7
"@      c #9CDAF0",
 
8
"#      c #FFFFFF",
 
9
"$      c #CEECF7",
 
10
"%      c #7897A2",
 
11
"&      c #ACACAC",
 
12
"*      c #7B7B7B",
 
13
"=      c #8F8F8F",
 
14
"-      c #868686",
 
15
";      c #767676",
 
16
">      c #DBDBDB",
 
17
",      c #6E6E6E",
 
18
"'      c #7A7A7A",
 
19
")      c #727272",
 
20
"!      c #BCBCBC",
 
21
"~      c #8C8C8C",
 
22
"{      c #787878",
 
23
"]      c #5C5C5C",
 
24
"^      c #6D6D6D",
 
25
"/      c #AFAFAF",
 
26
"(      c #6F6F6F",
 
27
"_      c #636363",
 
28
":      c #717171",
 
29
"<      c #848484",
 
30
"[      c #7F7F7F",
 
31
"}      c #AAAAAA",
 
32
"|      c #595959",
 
33
"1      c #6B6B6B",
 
34
"2      c #757575",
 
35
"3      c #585858",
 
36
"4      c #606060",
 
37
"5      c #5E5E5E",
 
38
"6      c #666666",
 
39
"7      c #4C5457",
 
40
"8      c #555555",
 
41
"9      c #ADADAD",
 
42
"0      c #CECECE",
 
43
"                    .           ",
 
44
"                   ..           ",
 
45
"                  ...           ",
 
46
"                 ..+.           ",
 
47
" .               .@@.           ",
 
48
" ...            .+#@.           ",
 
49
"  .+..         ..##..           ",
 
50
"  ..#@...      .$##..           ",
 
51
"   .+##@...   .+###..           ",
 
52
"    .+###@....+####.            ",
 
53
"     .$####@..$###$.            ",
 
54
"     ..$#####%&###@.            ",
 
55
"      ..#####*=-;>@..           ",
 
56
"       .+###&,')'!$+....        ",
 
57
"        .@##~){]^/###@+....     ",
 
58
"        ..##,(_:]#######$@....  ",
 
59
"       ..$##{<[;]##########$+...",
 
60
"      ..$###}|123######@@@+.....",
 
61
"     ..$#####4_564$@.......     ",
 
62
"    ..$######78|90@...          ",
 
63
"   ..$###$@+.+####@.            ",
 
64
"  ..$#$@......$###@.            ",
 
65
" ..++....    .+###@.            ",
 
66
"......        .$##@.            ",
 
67
"...           .+##@.            ",
 
68
"               .$#@.            ",
 
69
"               .+#@.            ",
 
70
"                .$@.            ",
 
71
"                .+@.            ",
 
72
"                 ...            ",
 
73
"                  ..            ",
 
74
"                  ..            "};