~ubuntu-branches/ubuntu/oneiric/avidemux/oneiric-proposed

« back to all changes in this revision

Viewing changes to avidemux/xpm/play.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2009-08-20 08:42:44 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20090820084244-bhh15xxd7x2vbcuh
Tags: 1:2.5.1+repack-0ubuntu1
* New upstream bugfix release (LP: #416066):
  - Re-enabled several video and audio encoders (regression introduced
    in 2.5.0)
  - Updated the FFmpeg libraries
  - More video encoders are now plugins
  - DV video encoder now supports more profiles
  - Fixed loading and saving issues with LAME, x264 and Xvid options
    (regression introduced in 2.5.0)
  - Fraps video decoding support
  - Lowpass-5 mode added to libavcodec deinterlacer filter plugin
  - Fixed formatting of parameters for various filters on 64-bit platforms
  - Updated libass
  - Fixed sizing of the bitrate control on various video encoder configure
    windows (regression introduced in 2.5.0)
  - Improved filter dialog for GTK+ interface
  - New navigation icons for GTK+ interface
  - Fixed the behaviour of several GTK+ open/save dialogs (regression
    introduced in 2.5.0)
  - asharp filter's Block Adaptive mode can now be disabled using the Qt
    interface
  - Re-enabled the colour chooser dialog using the Qt interface (regression
    introduced in 2.5.0)
  - GCC 4.4 support
  - Fixed issues with CMake build scripts when using multiple make jobs
    (regression introduced in 2.5.0)
* Remove debian/patches dir and drop all patches, now applied by upstream.
* Drop quilt support.
* debian/libavidemux0.install: Also install missing libraries.
* Move debian/install to debian/avidemux.install.
* debian/rules:
  - Build the internal ffmpeg version properly (thanks to Christian Marillat).
  - A bit of cleanup.
* debian/control:
  - Bump Standards-Version.
  - Update Homepage field.
  - Adjust libavidemux0 short description.
  - gtk -> GTK, qt -> QT.
  - Set myself as Maintainer.
* Repack the tarball to remove the debian/ dir provided by upstream:
  - Create debian/README.source.
  - Update debian/watch.
  - Add get-orig-source target to debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* XPM */
2
 
static const char * xpm_play[] = {
3
 
"32 20 53 1",
4
 
"       c None",
5
 
".      c #000000",
6
 
"+      c #FFFFFF",
7
 
"@      c #737372",
8
 
"#      c #848483",
9
 
"$      c #888887",
10
 
"%      c #7E7E7D",
11
 
"&      c #A8A7A6",
12
 
"*      c #A4A4A3",
13
 
"=      c #727170",
14
 
"-      c #A6A5A4",
15
 
";      c #B5B4B3",
16
 
">      c #7B7B7A",
17
 
",      c #6C6B6A",
18
 
"'      c #858483",
19
 
")      c #AAA9A7",
20
 
"!      c #C0BFBE",
21
 
"~      c #7F7E7D",
22
 
"{      c #999996",
23
 
"]      c #7D7C7B",
24
 
"^      c #91908E",
25
 
"/      c #AFAEAC",
26
 
"(      c #CACAC8",
27
 
"_      c #828180",
28
 
":      c #9D9C9A",
29
 
"<      c #B0AFAC",
30
 
"[      c #908F8D",
31
 
"}      c #8C8B89",
32
 
"|      c #A9A8A5",
33
 
"1      c #BDBCB9",
34
 
"2      c #C5C3C0",
35
 
"3      c #D0CECC",
36
 
"4      c #A6A5A2",
37
 
"5      c #BBBAB7",
38
 
"6      c #D4D3D2",
39
 
"7      c #8F8E8C",
40
 
"8      c #B5B3B1",
41
 
"9      c #C7C6C3",
42
 
"0      c #D2D1CE",
43
 
"a      c #B9B6B4",
44
 
"b      c #D8D7D5",
45
 
"c      c #AEADA9",
46
 
"d      c #BFBDBA",
47
 
"e      c #D7D5D3",
48
 
"f      c #A19F9D",
49
 
"g      c #C7C6C4",
50
 
"h      c #B2B0AD",
51
 
"i      c #C3C1BE",
52
 
"j      c #D9D8D6",
53
 
"k      c #A7A6A3",
54
 
"l      c #B5B3B0",
55
 
"m      c #D1CFCC",
56
 
"n      c #DEDDDB",
57
 
"                                ",
58
 
"                                ",
59
 
"                                ",
60
 
"        ........+ .             ",
61
 
"        .@#$$$$.+ ..            ",
62
 
"        .%&****.+ .=.           ",
63
 
"        .%-;;;;.+ .>,.          ",
64
 
"        .')!!!!.+ .~{].         ",
65
 
"        .^/((((.+ ._:<[.        ",
66
 
"        .^/((((.+ .}|123.+      ",
67
 
"        .456666.+ .7890.+       ",
68
 
"        .456666.+ .:ab.+        ",
69
 
"        .cdeeee.+ .fg.+         ",
70
 
"        .hijjjj.+ .k.+          ",
71
 
"        .lmnnnn.+ ..+           ",
72
 
"        ........+ .+            ",
73
 
"        +++++++++ +             ",
74
 
"                                ",
75
 
"                                ",
76
 
"                                "};