shithub: libsamplerate

Download patch

ref: d0ce0cec731de6b247ed2b8e6fbd480731fa24c0
parent: 53ea94b74eebda1c543efd87c69cb5325a04ca41
author: Erik de Castro Lopo <erikd@mega-nerd.com>
date: Tue Nov 11 16:28:11 EST 2008

Move image files to Images/ and add new donate button.

binary files a/SRC.png /dev/null differ
binary files a/SRC.xcf /dev/null differ
--- a/doc/fb2k.html
+++ b/doc/fb2k.html
@@ -92,7 +92,7 @@
 <input type="hidden" name="currency_code" value="USD">
 <input type="hidden" name="item_name" value="Foobar 2000 SRC Resampler Plugin Donation">
 <input type="hidden" name="amount" value="10.00">
-<input type="image" src="paypal.png" name="submit" alt="Make payments with PayPal">
+<input type="image" src="paypal_donate_10.png" name="submit" alt="Make payments with PayPal">
 </form>
 
 </CENTER>
binary files a/rabbit.png /dev/null differ
--- a/rabbit.ps
+++ /dev/null
@@ -1,554 +1,0 @@
-%!PS-Adobe-3.0 EPSF-3.0
-%%For: Erik de Castro Lopo,,,
-%%CreationDate: Sun Oct  6 11:05:44 2002
-%%Title: rabbit.ps
-%%Creator: Sketch 0.6.13
-%%Pages: 1
-%%BoundingBox: -6 228 602 811
-%%Extensions: CMYK
-%%DocumentSuppliedResources: (atend)
-%%EndComments
-
-%%BeginProlog
-%%BeginResource: procset Linux-Sketch-Procset 1.0 2
-/SketchDict 100 dict def
-SketchDict begin
-/bd { bind def } bind def
-/x { exch } bd
-/xd { exch def } bd
-/PI 3.14159265358979323846264338327 def
-/radgrad { 180 mul PI div } bd
-/skstartmatrix matrix currentmatrix def
-/tmpmat matrix def
-/ISOLatin1Encoding dup where
-{ pop pop }
-{  [/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
-/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
-/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
-/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
-/.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand
-/quoteright /parenleft /parenright /asterisk /plus /comma /minus /period
-/slash /zero /one /two /three /four /five /six /seven /eight /nine /colon
-/semicolon /less /equal /greater /question /at /A /B /C /D /E /F /G /H /I /J
-/K /L /M /N /O /P /Q /R /S /T /U /V /W /X /Y /Z /bracketleft /backslash
-/bracketright /asciicircum /underscore /quoteleft /a /b /c /d /e /f /g /h /i
-/j /k /l /m /n /o /p /q /r /s /t /u /v /w /x /y /z /braceleft /bar /braceright
-/asciitilde /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
-/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
-/.notdef /.notdef /dotlessi /grave /acute /circumflex /tilde /macron /breve
-/dotaccent /dieresis /.notdef /ring /cedilla /.notdef /hungarumlaut /ogonek
-/caron /space /exclamdown /cent /sterling /currency /yen /brokenbar /section
-/dieresis /copyright /ordfeminine /guillemotleft /logicalnot /hyphen
-/registered /macron /degree /plusminus /twosuperior /threesuperior /acute /mu
-/paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright
-/onequarter /onehalf /threequarters /questiondown /Agrave /Aacute /Acircumflex
-/Atilde /Adieresis /Aring /AE /Ccedilla /Egrave /Eacute /Ecircumflex
-/Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde /Ograve
-/Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute
-/Ucircumflex /Udieresis /Yacute /Thorn /germandbls /agrave /aacute
-/acircumflex /atilde /adieresis /aring /ae /ccedilla /egrave /eacute
-/ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis /eth /ntilde
-/ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave
-/uacute /ucircumflex /udieresis /yacute /thorn /ydieresis] def
-}
-ifelse
-/arct dup where
-{pop pop}
-{
-/arct {arcto pop pop pop pop} bd
-}
-ifelse
-/size 0 def
-/fontname 0 def
-/newfont 0 def
-/sf {
-/size xd
-/fontname xd
-fontname findfont
-dup /Encoding get StandardEncoding eq
-{
-dup
-length dict /newfont xd
-{
-1 index
-/FID ne
-{ newfont 3 1 roll put }
-{ pop pop }
-ifelse
-} forall
-newfont /Encoding ISOLatin1Encoding put
-fontname newfont definefont
-}
-if
-size scalefont setfont
-} bd
-/pusht {matrix currentmatrix} bd
-/popt {setmatrix} bd
-/pushc {gsave} bd
-/popc {grestore} bd
-/rgb {setrgbcolor} bd
-/w { setlinewidth } bd
-/j { setlinejoin } bd
-/J { setlinecap } bd
-/d { setdash } bd
-/F { eofill } bd
-/f { closepath F } bd
-/S {
-pusht
-skstartmatrix setmatrix stroke 
-popt
-} bd
-/s { closepath S } bd
-/m { moveto } bd
-/l { lineto } bd
-/c { curveto } bd
-/txt {
-/tmpmat tmpmat currentmatrix def
-dup type /arraytype eq {concat} {translate} ifelse
-0 0 m
-tmpmat
-} bd
-/T {txt x show popt} bd
-/P {txt x true charpath popt} bd
-/TP {txt x dup show 0 0 m true charpath popt} bd
-/C {newpath 0 360 arc} bd
-/R {
-2 copy m
-x 2 index l
-x 2 index x l
-l
-closepath
-} bd
-/ellipse { 
-dup type /arraytype eq
-{
-pusht x concat
-0 0 1.0 C 
-popt
-}	
-{
-pusht 5 1 roll
-4 -1 roll concat
-newpath
-dup 2 eq {
-0 0 m 
-} if 
-3 1 roll
-radgrad x
-radgrad x
-0 0 1   5 -2 roll
-arc
-0 ne { closepath } if
-popt
-}
-ifelse
-} bd
-/radius1 0 def
-/radius2 0 def
-/factor 0 def
-/rect {
-dup type /arraytype eq
-{
-pusht x concat
-0 0 m  1 0 l  1 1 l  0 1 l  closepath
-popt
-}
-{
-/radius2 xd
-/radius1 xd
-pusht x concat
-radius1 radius2 div  1  scale
-0 radius2 m
-0 1  radius2 1  radius2  arct
-radius2 radius1 div
-dup 1  1 index 0  radius2  arct
-0  0 0  radius2  arct
-0 0  0 1  radius2 arct
-closepath
-popt
-}
-ifelse
-} bd
-/buf 0 def
-/width 0 def
-/height 0 def
-/skcimg {
-/tmpmat tmpmat currentmatrix def
-{ concat } if
-/height xd
-/width xd
-/buf width 3 mul string def
-width height scale
-width height 8
-[width	 0   0	 height neg	  0  height]
-{ currentfile buf readhexstring pop } bind
-false 3 colorimage
-tmpmat setmatrix
-} bd
-/skgimg {
-/tmpmat tmpmat currentmatrix def
-{ concat } if
-/height xd
-/width xd
-/buf width string def
-width height scale
-width height 8
-[width	 0   0	 height neg	  0  height]
-{ currentfile buf readhexstring pop } bind
-image
-tmpmat setmatrix
-} bd
-/rclip {
-4 2 roll m
-dup 0 x rlineto
-x 0 rlineto
-neg 0 x rlineto
-closepath
-clip
-} bd
-/skeps {
-10 dict begin
-/sk_state save def
-concat
-3 index neg 3 index neg translate
-rclip
-0 setgray 0 setlinecap 1 setlinewidth 0 setlinejoin
-10 setmiterlimit [ ] 0 setdash
-newpath
-/sk_dict_count countdictstack def
-/sk_count count 1 sub def
-userdict begin
-/showpage { } def
-/languagelevel where
-{
-pop
-languagelevel 1 ne
-{
-false setstrokeadjust
-false setoverprint
-} if
-} if
-} bd 
-/skepsend {
-count sk_count sub { pop } repeat
-countdictstack sk_dict_count sub { end } repeat
-sk_state restore
-end
-} bd
-/gradidx 0 def
-/gradient { 
-3 mul array
-/gradidx 0 def
-} bd
-/$ {
-3 index gradidx       5 -1 roll put 
-2 index gradidx 1 add 4 -1 roll put 
-1 index gradidx 2 add 3 -1 roll put 
-/gradidx gradidx 3 add def
-} bd
-/! { 
-3 
-{
-dup dup gradidx dup 3 1 roll 3 sub get put
-/gradidx gradidx 1 add def
-}
-repeat
-} bd
-/gradcolor {
-3 mul dup 2 add 1 exch	% idx  1  idx+2
-{
-1 index exch	% array array i
-get		% array component
-exch		% component array
-}
-for
-4 1 roll
-} bd
-/x0 0 def /y0 0 def /x1 0 def /y1 0 def
-/left 0 def /right 0 def /top 0 def /bottom 0 def
-/numcolors 0 def
-/axial	{
-/y1 xd /x1 xd /y0 xd /x0 xd
-dup length 3 idiv /numcolors xd
-pusht exch  % ctm array
-x0 x1 ne y0 y1 ne or
-{
-x0 y0 translate
-[x1 x0 sub  y1 y0 sub	dup neg    2 index    0	    0] concat
-clippath flattenpath pathbbox
-/top xd /right xd /bottom xd /left xd
-newpath
-0 gradcolor rgb clippath f
-0 1 numcolors 1 sub
-{
-dup numcolors div
-3 1 roll
-gradcolor rgb
-exch
-bottom right top R f
-}
-for
-}
-if 
-pop
-popt
-} bd
-/r0 0 def /r1 0 def /dr 0 def
-/radial	{
-/r1 xd /r0 xd /y0 xd /x0 xd
-/dr r1 r0 sub def
-dup length 3 idiv /numcolors xd
-pusht exch  % ctm array
-r0 r1 ne
-{
-x0 y0 translate
-clippath flattenpath pathbbox
-/top xd /right xd /bottom xd /left xd
-newpath
-dr 0 gt {numcolors 1 sub}{0} ifelse gradcolor rgb
-clippath f
-dr 0 gt {numcolors 1 sub -1 0} { 0 1 numcolors 1 sub} ifelse
-{
-dup numcolors div dr mul r0 add
-3 1 roll
-gradcolor rgb
-exch
-0 0 3 -1 roll C f
-}
-for
-}
-if 
-pop
-popt
-} bd
-/max {
-2 copy lt {exch} if pop
-} bd
-/conical {
-pusht 5 1 roll
-3 1 roll /y0 xd /x0 xd
-x0 y0 translate
-radgrad rotate
-dup length 3 idiv /numcolors xd
-clippath flattenpath pathbbox newpath
-4 { abs 4 1 roll} repeat
-3 { max } repeat
-2 mul
-dup scale
-0 gradcolor rgb
-0 0 1 0 360 arc f
-1 1 numcolors 1 sub
-{
-dup numcolors div 180 mul
-3 1 roll
-gradcolor rgb
-exch
-0 0 moveto
-0 0 1  4 -1 roll  dup neg  arc
-closepath f
-}
-for
-pop
-popt
-} bd
-/XStep 0 def /YStep 0 def /imagedata 0 def /components 0 def
-/tileimage2 {
-exch 4 2 roll
-/height xd
-/width xd
-mark
-/components 2 index
-/PatternType 1
-/PaintType 1
-/TilingType 1
-/BBox [0 0 width height]
-/XStep width
-/YStep height
-/PaintProc {
-begin
-XStep YStep 8
-matrix
-imagedata
-false
-components
-colorimage
-end
-}
-counttomark 2 div cvi dup dict begin
-{ def } repeat
-pop currentdict end
-dup
-/imagedata
-4 -1 roll
-width height mul mul string
-currentfile exch readhexstring pop
-put
-exch
-makepattern
-setpattern
-clippath
-eofill
-} bd
-/tileimage1 {
-concat
-/components xd
-/height xd
-/width xd
-/imagedata
-currentfile
-width height mul components mul string
-readhexstring pop
-def
-clippath flattenpath pathbbox
-/top xd /right xd /bottom xd /left xd
-left width div floor width mul
-bottom height div floor height mul
-translate
-top bottom sub height div ceiling cvi
-{
-gsave
-right left sub width div ceiling cvi
-{
-width height 8 matrix
-components 1 eq
-{
-{ imagedata }
-image
-}
-{
-imagedata
-false components
-colorimage
-}
-ifelse
-width 0 translate
-}
-repeat
-grestore
-0 height translate
-}
-repeat
-} bd
-/makepattern where
-{
-pop
-/tileimage /tileimage2 load def
-}
-{
-/tileimage /tileimage1 load def
-}
-ifelse
-end
-%%EndResource
-%%EndProlog
-
-%%BeginSetup
-
-10.433 setmiterlimit
-%%EndSetup
-
-%%Page: 1 1
-SketchDict begin
-newpath
-306.8 407.449 m
-186.743 421.28 124.966 374.8 161.976 331.201 c
-198.987 287.601 328.343 292.085 314.266 292.085 c
-0 0 0 rgb
-12 w
-0 j
-0 J
-[] 0 d
-S
-newpath
-209.786 404.963 m
-189.061 524.644 282.327 535.237 310.455 530.128 c
-S
-newpath
-244.576 464.87 m
-236.342 398.812 305.538 410.821 295.65 464.352 c
-S
-newpath
-311.935 465.148 m
-157.972 465.328 l
-S
-newpath
-229.032 504.617 m
-229.032 504.617 146.129 622.128 155.011 747.303 c
-S
-newpath
-264.562 523.777 m
-264.562 523.777 234.953 643.842 155.011 744.748 c
-S
-newpath
-319.494 360.284 m
-249.914 360.284 l
-S
-newpath
-301.572 357.729 m
-301.572 332.183 l
-274.925 336.015 l
-271.964 359.006 l
-S
-newpath
-222.228 362.838 m
-57.6378 379.443 l
-57.6378 379.443 l
-S
-newpath
-220.747 341.124 m
-59.1182 327.074 l
-S
-newpath
-313.064 408.082 m
-433.122 421.912 494.899 375.433 457.888 331.833 c
-420.877 288.233 291.522 292.718 305.599 292.718 c
-S
-newpath
-410.078 405.595 m
-430.804 525.276 337.538 535.869 309.41 530.76 c
-S
-newpath
-375.289 465.503 m
-383.523 399.445 314.327 411.453 324.214 464.984 c
-S
-newpath
-307.93 465.78 m
-459.893 463.961 l
-S
-newpath
-390.833 505.25 m
-390.833 505.25 473.736 622.76 464.854 747.935 c
-S
-newpath
-355.303 524.409 m
-355.303 524.409 384.911 644.474 464.854 745.38 c
-S
-newpath
-294.371 360.916 m
-363.95 360.916 l
-S
-newpath
-318.293 358.361 m
-318.293 332.815 l
-344.94 336.647 l
-347.901 359.639 l
-S
-newpath
-385.637 363.47 m
-538.227 380.075 l
-538.227 380.075 l
-S
-newpath
-387.117 341.756 m
-530.747 327.706 l
-S
-newpath
-301.638 407.945 m
-315.638 407.945 l
-S
-%%PageTrailer
-showpage
-%%Trailer
-end
-%%DocumentSuppliedResources: procset Linux-Sketch-Procset 1.0 2
-%%EOF
binary files a/rabbit.xcf /dev/null differ