~ubuntu-branches/ubuntu/maverick/vlc/maverick

« back to all changes in this revision

Viewing changes to activex/axvlc_rc.rc

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2008-09-17 21:56:14 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20080917215614-tj0vx8xzd57e52t8
Tags: 0.9.2-1ubuntu1
* New Upstream Release, exception granted by
    - dktrkranz, norsetto, Hobbsee (via irc). LP: #270404

Changes done in ubuntu:

* add libxul-dev to build-depends
* make sure that vlc is build against libxul in configure. This doesn't
  change anything in the package, but makes it more robust if building
  in an 'unclean' chroot or when modifying the package.
* debian/control: make Vcs-* fields point to the motumedia branch
* add libx264-dev and libass-dev to build-depends
  LP: #210354, #199870
* actually enable libass support by passing --enable-libass to configure
* enable libdca: add libdca-dev to build depends and --enable-libdca
* install the x264 plugin.

Changes already in the pkg-multimedia branch in debian:

* don't install usr/share/vlc/mozilla in debian/mozilla-plugin-vlc.install  
* new upstream .desktop file now registers flash video mimetype LP: #261567
* add Xb-Npp-Applications to mozilla-plugin-vlc
* remove duplicate entries in debian/vlc-nox.install

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef VERSION_NUMBER
2
 
#define VERSION_NUMBER 0,0,0,0
3
 
#endif
4
 
#ifndef VERSION
5
 
#define VERSION 0.0.0
6
 
#endif
7
 
 
8
 
#define STRINGIFY( z ) UGLY_KLUDGE( z )
9
 
#define UGLY_KLUDGE( z ) #z
10
 
 
11
 
1 BITMAP "vlc16x16.bmp"
12
 
1 VERSIONINFO
13
 
FILETYPE 1
14
 
FILEOS 4
15
 
PRODUCTVERSION VERSION_NUMBER
16
 
FILEVERSION VERSION_NUMBER
17
 
BEGIN
18
 
  BLOCK "StringFileInfo"
19
 
  BEGIN
20
 
    BLOCK "040904E4"
21
 
    BEGIN
22
 
      VALUE "CompanyName", "VideoLAN Team"
23
 
      VALUE "FileVersion", STRINGIFY( VERSION )
24
 
      VALUE "FileDescription", "VLC media player"
25
 
      VALUE "LegalCopyright", "(c) 1996-2006 VideoLAN"
26
 
    END
27
 
  END
28
 
  BLOCK "VarFileInfo"
29
 
  BEGIN
30
 
    VALUE "Translation", 0x409, 1200
31
 
  END
32
 
END
33
 
 
34
 
INPLACE-PICT BITMAP DISCARDABLE "inplace.bmp"
35
 
 
36
 
1 TYPELIB "axvlc.tlb"
37