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
|
{
"name": "Swftools",
"description": "SWF manipulation and generation tools",
"url": "http://www.swftools.org/swftools-0.9.2.tar.gz",
"mirror": null,
"homepage": "http://www.swftools.org/",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [
{
"url": null,
"data": [
"--- a/configure\t2012-04-08 10:25:35.000000000 -0700\n",
"+++ b/configure\t2012-04-09 17:42:10.000000000 -0700\n",
"@@ -6243,7 +6243,7 @@\n",
"\n",
" int main()\n",
" {\n",
"-\tchar*data = fftw_malloc(sizeof(fftwf_complex)*600*800);\n",
"+\tchar*data = fftwf_malloc(sizeof(fftwf_complex)*600*800);\n",
" \tfftwf_plan plan = fftwf_plan_dft_2d(600, 800, (fftwf_complex*)data, (fftwf_complex*)data, FFTW_FORWARD, FFTW_ESTIMATE);\n",
" \tplan = fftwf_plan_dft_r2c_2d(600, 800, (float*)data, (fftwf_complex*)data, FFTW_ESTIMATE);\n",
" \tplan = fftwf_plan_dft_c2r_2d(600, 800, (fftwf_complex*)data, (float*)data, FFTW_ESTIMATE);\n"
]
}
],
"install": [
"system \"./configure\", \"--prefix=#{prefix}\"",
"system \"make\"",
"system \"make\", \"install\""
],
"version": "0.9.2",
"file": "swftools.rb"
}
|