<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/po/Makefile, branch spice_video_codecs</title>
<subtitle>Experimental fork of QEMU with video encoding patches</subtitle>
<id>https://git.openslx.org/bwlp/qemu.git/atom/po/Makefile?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/po/Makefile?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2020-08-21T10:30:45+00:00</updated>
<entry>
<title>meson: convert po/</title>
<updated>2020-08-21T10:30:45+00:00</updated>
<author>
<name>Marc-André Lureau</name>
</author>
<published>2019-09-19T17:02:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=e8f3bd71d830f986c950439c0d125f4bab8e0313'/>
<id>urn:sha1:e8f3bd71d830f986c950439c0d125f4bab8e0313</id>
<content type='text'>
Meson warns if xgettext is not found.  In the future we may want to add
a required argument to i18n.gettext(); in the meanwhile, I am adding a
--enable-gettext/--disable-gettext option and feature detection in
configure.  This preserves QEMU's default behavior of detecting system
features, without any warning, if neither --enable-* nor --disable-*
is requested.

Signed-off-by: Marc-André Lureau &lt;marcandre.lureau@redhat.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>po/Makefile: Modern shell scripting (use $() instead of ``)</title>
<updated>2018-10-24T06:39:10+00:00</updated>
<author>
<name>Mao Zhongyi</name>
</author>
<published>2018-10-22T08:48:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=ba27877618abcc4906db9a9168dbbb3104c1a3d0'/>
<id>urn:sha1:ba27877618abcc4906db9a9168dbbb3104c1a3d0</id>
<content type='text'>
Various shell files contain a mix between obsolete ``
and modern $(); It would be nice to convert to using $()
everywhere.

Signed-off-by: Mao Zhongyi &lt;maozhongyi@cmss.chinamobile.com&gt;
Reviewed-by: Thomas Huth &lt;thuth@redhat.com&gt;
Signed-off-by: Thomas Huth &lt;thuth@redhat.com&gt;
</content>
</entry>
<entry>
<title>po: Don't include comments with location</title>
<updated>2018-07-23T09:50:54+00:00</updated>
<author>
<name>Stefan Weil</name>
</author>
<published>2018-07-20T21:25:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=6598f0cdad6acc6674c4f060fa46e537228c2c47'/>
<id>urn:sha1:6598f0cdad6acc6674c4f060fa46e537228c2c47</id>
<content type='text'>
Those comments change often when ui/gtk.c is changed and are not
really useful.

Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Reviewed-by: Thomas Huth &lt;thuth@redhat.com&gt;
Message-id: 20180720212509.18339-1-sw@weilnetz.de
Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
</content>
</entry>
<entry>
<title>rules.mak: quiet-command: Split command name and args to print</title>
<updated>2016-10-06T11:11:51+00:00</updated>
<author>
<name>Peter Maydell</name>
</author>
<published>2016-10-04T16:27:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=0bdb12c7c50e2e92f2e17fe29ca8a8ddee91b4a1'/>
<id>urn:sha1:0bdb12c7c50e2e92f2e17fe29ca8a8ddee91b4a1</id>
<content type='text'>
The quiet-command make rule currently takes two arguments:
the command and arguments to run, and a string to print if
the V flag is not set (ie we are not being verbose).
By convention, the string printed is of the form
"  NAME   some args". Unfortunately to get nicely lined up
output all the strings have to agree about what column the
arguments should start in, which means that if we add a
new quiet-command usage which wants a slightly longer CMD
name then we either put up with misalignment or change
every quiet-command string.

Split the quiet-mode string into two, the "NAME" and
the "same args" part, and use printf(1) to format the
string automatically. This means we only need to change
one place if we want to support a longer maximum name.

In particular, we can now print 7-character names lined
up properly (they are needed for the OSX "SETTOOL" invocation).

Change all the uses of quiet-command to the new syntax.
(Any which are missed or inadvertently reintroduced
via later merges will result in slightly misformatted
quiet output rather than disaster.)

A few places in the pc-bios/ makefiles are updated to use
"BUILD", "SIGN" and "STRIP" rather than "Building",
"Signing" and "Stripping" for consistency and to keep them
below 7 characters. Module .mo links now print "LD" rather
than the nonstandard "LD -r".

Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Reviewed-by: Eric Blake &lt;eblake@redhat.com&gt;
Message-id: 1475598441-27908-1-git-send-email-peter.maydell@linaro.org
</content>
</entry>
<entry>
<title>po/Makefile: call rm -f directly</title>
<updated>2016-06-07T15:02:49+00:00</updated>
<author>
<name>Jan Vesely</name>
</author>
<published>2016-03-20T01:58:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=891f8dcd251e98befee17f2d00baf8b2f54b728d'/>
<id>urn:sha1:891f8dcd251e98befee17f2d00baf8b2f54b728d</id>
<content type='text'>
Default variables are undefined in rules.mak and this is what the rest
of the build system uses.
Fixes make clean in ./po/

Signed-off-by: Jan Vesely &lt;jano.vesely@gmail.com&gt;
Signed-off-by: Michael Tokarev &lt;mjt@tls.msk.ru&gt;
</content>
</entry>
<entry>
<title>po: fix conflict with %.mo rule in rules.mak</title>
<updated>2014-09-26T11:35:08+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2014-09-22T14:19:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=a697d240ff0f913da3f8cf082ed49acceccdd569'/>
<id>urn:sha1:a697d240ff0f913da3f8cf082ed49acceccdd569</id>
<content type='text'>
po/Makefile includes rules.mak to use the nice quiet-command macro.
However, this also brings in a %.mo rule that breaks "make build".
Put our own rule before the include, so that it has precedence.

Reported-by: Christian Borntraeger &lt;borntraeger@de.ibm.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>po: Fix Makefile rules for in-tree builds without configuration</title>
<updated>2014-08-24T09:16:42+00:00</updated>
<author>
<name>Stefan Weil</name>
</author>
<published>2014-07-18T14:52:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=bcc55f327c571295193880110c048b463bce6677'/>
<id>urn:sha1:bcc55f327c571295193880110c048b463bce6677</id>
<content type='text'>
Adding 'update' to the phony targets fixes this error:

$ LANG=C make -C po update
make: Entering directory `/qemu/po'
  LINK  update
/qemu/po/de_DE.po: file not recognized: File format not recognized
collect2: error: ld returned 1 exit status
make: *** [update] Error 1
make: Leaving directory `/qemu/po'

Some other phony targets (build, install) were also added, and the
existing .PHONY statement was moved to a more prominent position at
the beginning of the Makefile.

The patch also fixes a 2nd bug. The default target should be 'all',
but instead 'modules' (from rules.mak) was the default. Fix this by
adding 'all' as a target before any include statement.

Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;
Signed-off-by: Michael Tokarev &lt;mjt@tls.msk.ru&gt;
</content>
</entry>
<entry>
<title>po/Makefile: fix $SRC_PATH reference</title>
<updated>2014-04-28T04:55:32+00:00</updated>
<author>
<name>Michael Tokarev</name>
</author>
<published>2014-04-27T09:32:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=b920cad6693d6f2baa0217543c9f9cca5ebaf6ce'/>
<id>urn:sha1:b920cad6693d6f2baa0217543c9f9cca5ebaf6ce</id>
<content type='text'>
The rule for messages.po appears to be slightly wrong.
Move the `cd' command within parens.

Signed-off-by: Michael Tokarev &lt;mjt@tls.msk.ru&gt;
Tested-by: Stefan Weil &lt;sw@weilnetz.de&gt;
</content>
</entry>
<entry>
<title>po/Makefile: Use macro quiet-command for nice looking messages</title>
<updated>2013-07-23T20:45:24+00:00</updated>
<author>
<name>Stefan Weil</name>
</author>
<published>2013-07-05T20:55:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=0cd8eaa011eac66e45ce51cab4a857b175152625'/>
<id>urn:sha1:0cd8eaa011eac66e45ce51cab4a857b175152625</id>
<content type='text'>
Suppress also the "... done" message from msgmerge.

Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;
Signed-off-by: Anthony Liguori &lt;aliguori@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>po/Makefile: Fix generation of messages.po</title>
<updated>2013-07-23T20:45:23+00:00</updated>
<author>
<name>Stefan Weil</name>
</author>
<published>2013-07-05T20:55:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=1fa449231832d0fb7f20a3d7ecd06190ce906529'/>
<id>urn:sha1:1fa449231832d0fb7f20a3d7ecd06190ce906529</id>
<content type='text'>
* Tell xgettext that we use UTF-8 encoding (this is currently optional).

* Set charset=UTF-8 in messages.po. This avoids warnings from msgmerge:
  warning: Charset "CHARSET" is not a portable encoding name.

* Use filename relative to root directory (ui/gtk.c instead of ../ui/gtk.c
  or $(SRC_PATH)/ui/gtk.c) for comments in *.po files.

Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;
Signed-off-by: Anthony Liguori &lt;aliguori@us.ibm.com&gt;
</content>
</entry>
</feed>
