~ubuntu-branches/ubuntu/karmic/vlc/karmic-proposed

« back to all changes in this revision

Viewing changes to po/Makevars

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2009-06-05 12:28:15 UTC
  • mfrom: (1.1.22 upstream) (3.4.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090605122815-2c0lyqjm84jo1lcn
Tags: 1.0.0~rc2-1ubuntu1
* New upstream version.
* tighten build-dependencies on libschroedinger-dev, fixes FTBFS.
* Following bugs have an associated and now closed upstream ticket in
  Launchpad: LP: #281295, #73449, #282567, #117640, #172938, #260918,
  #273685, #275043, #277834, #282394, #290753, #294136, #298925, #304265,
  #309728, #311742, #314038

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Makefile variables for PO directory in any package using GNU gettext.
2
2
 
 
3
VPATH += ../modules/gui ../modules/gui/qt4 ../modules/gui/qt4/ui
 
4
 
3
5
# Usually the message domain is the same as the package name.
4
6
DOMAIN = $(PACKAGE)
5
7
 
8
10
top_builddir = ..
9
11
 
10
12
# These options get passed to xgettext.
11
 
XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --keyword=_NS --keyword=_ANS --keyword=qtr --language=C++
 
13
XGETTEXT_OPTIONS = --directory=.. --keyword=_ --keyword=N_ --keyword=_NS --keyword=_ANS --keyword=qtr --keyword=Q_ --language=C++ --keyword=vlc_pgettext:1c,2 --add-comments=xgettext:
12
14
 
13
15
# This is the copyright holder that gets inserted into the header of the
14
16
# $(DOMAIN).pot file.  Set this to the copyright holder of the surrounding