~ubuntu-branches/ubuntu/precise/winff/precise

« back to all changes in this revision

Viewing changes to winff.rc

  • Committer: Package Import Robot
  • Author(s): Paul Gevers
  • Date: 2012-01-12 21:42:51 UTC
  • mfrom: (4.2.9 sid)
  • Revision ID: package-import@ubuntu.com-20120112214251-jcfcnmraero64v2l
Tags: 1.4.1-1
* Import upstream version 1.4.1
* Remove all patches, now applied upsteam
* Update d/presets.xml and d/presets-libavcodec53.xml with upstream
  changes
* Update d/control to depend on libav-tools as (near future)
  replacement for ffmpeg
* Add patch to remove win32 as target OS to allow building
* Add patch to prevent unnecessary linking against libraries
* Add patch to allow the debugging symbols to be generated

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
1 VERSIONINFO
2
 
FILEVERSION 1,3,2,0
3
 
PRODUCTVERSION 1,2,0,0
4
 
{
5
 
 BLOCK "StringFileInfo"
6
 
 {
7
 
  BLOCK "040904E4"
8
 
  {
9
 
   VALUE "Comments", "WinFF Video Converter\000"
10
 
   VALUE "CompanyName", "WinFF.org\000"
11
 
   VALUE "FileDescription", "WinFF Video Converter\000"
12
 
   VALUE "FileVersion", "1.3.2.0\000"
13
 
   VALUE "InternalName", "winff\000"
14
 
   VALUE "LegalCopyright", "Copyright 2011, GPL v3 by Matthew Weatherford\000"
15
 
   VALUE "LegalTrademarks", "\000"
16
 
   VALUE "OriginalFilename", "winff.exe\000"
17
 
   VALUE "ProductName", "WinFF\000"
18
 
   VALUE "ProductVersion", "1.2.0.0\000"
19
 
  }
20
 
 }
21
 
 BLOCK "VarFileInfo"
22
 
 {
23
 
  VALUE "Translation", 0x0409, 0x04E4
24
 
 }
25
 
}
26
 
 
 
1
1 VERSIONINFO
 
2
FILEVERSION 1,4,1,0
 
3
PRODUCTVERSION 1,4,1,0
 
4
{
 
5
 BLOCK "StringFileInfo"
 
6
 {
 
7
  BLOCK "040904E4"
 
8
  {
 
9
   VALUE "Comments", "WinFF Video Converter\000"
 
10
   VALUE "CompanyName", "WinFF.org\000"
 
11
   VALUE "FileDescription", "WinFF Video Converter\000"
 
12
   VALUE "FileVersion", "1.4.1.0\000"
 
13
   VALUE "InternalName", "winff\000"
 
14
   VALUE "LegalCopyright", "Copyright 2011, GPL v3 by Matthew Weatherford\000"
 
15
   VALUE "LegalTrademarks", "\000"
 
16
   VALUE "OriginalFilename", "winff.exe\000"
 
17
   VALUE "ProductName", "WinFF\000"
 
18
   VALUE "ProductVersion", "1.4.1.0\000"
 
19
  }
 
20
 }
 
21
 BLOCK "VarFileInfo"
 
22
 {
 
23
  VALUE "Translation", 0x0409, 0x04E4
 
24
 }
 
25
}
 
26
 
 
27
#define RT_MANIFEST  24
 
28
#define CREATEPROCESS_MANIFEST_RESOURCE_ID 1
 
29
#define ISOLATIONAWARE_MANIFEST_RESOURCE_ID 2
 
30
#define ISOLATIONAWARE_NOSTATICIMPORT_MANIFEST_RESOURCE_ID 3
 
31
 
 
32
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "winff.manifest"