<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mediapointer-dvb-s2/Makefile, branch master</title>
<subtitle>Mediapointer DVB-S2 driver
</subtitle>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/'/>
<entry>
<title>DocBook: rename main DocBook to media-specs and fix build rules</title>
<updated>2009-09-16T15:40:58+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2009-09-16T15:40:58+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=e3255aa9a39e6d17b11bdc91e55782c9a7d940dc'/>
<id>e3255aa9a39e6d17b11bdc91e55782c9a7d940dc</id>
<content type='text'>
From: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;

Priority: normal

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;

Priority: normal

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>v4l-dvb: fix make v4l2-spec/dvb-spec</title>
<updated>2009-03-06T14:06:10+00:00</updated>
<author>
<name>Hans Verkuil</name>
<email>hverkuil@xs4all.nl</email>
</author>
<published>2009-03-06T14:06:10+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=e6ae6b80ce34a86498e53d5f877bb5f0f2af9eac'/>
<id>e6ae6b80ce34a86498e53d5f877bb5f0f2af9eac</id>
<content type='text'>
From: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;

Since the v4l2-spec and dvb-spec directories exist, make v4l2-spec will
do nothing. Adding a simple .PHONY rule doesn't help either, since
.PHONY doesn't work with wildcard rules. So we have to add a specific
rule for these two targets to the top-level Makefile.

I thought of changing the target names, but v4l2-spec and dvb-spec are
just too obvious a choice to change.

Priority: normal

Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;

Since the v4l2-spec and dvb-spec directories exist, make v4l2-spec will
do nothing. Adding a simple .PHONY rule doesn't help either, since
.PHONY doesn't work with wildcard rules. So we have to add a specific
rule for these two targets to the top-level Makefile.

I thought of changing the target names, but v4l2-spec and dvb-spec are
just too obvious a choice to change.

Priority: normal

Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly handles commit messages with date: field</title>
<updated>2008-08-16T13:24:21+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@infradead.org</email>
</author>
<published>2008-08-16T13:24:21+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=4f97ebf2c76b8763da9f57e7ad6d1457fc97a2bd'/>
<id>4f97ebf2c76b8763da9f57e7ad6d1457fc97a2bd</id>
<content type='text'>
From: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;

This patch allows a better support for third party patches. Now, it will
properly recognize and proccess messages with the following format:

	Date: &lt;some date&gt;
	From: &lt;some developer&gt;
	Subject: &lt;patch subject&gt;

	&lt;body&gt;

This will help to better proccess messages received via email.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;

This patch allows a better support for third party patches. Now, it will
properly recognize and proccess messages with the following format:

	Date: &lt;some date&gt;
	From: &lt;some developer&gt;
	Subject: &lt;patch subject&gt;

	&lt;body&gt;

This will help to better proccess messages received via email.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Improves commit message scripts</title>
<updated>2008-06-27T14:19:39+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@infradead.org</email>
</author>
<published>2008-06-27T14:19:39+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=b171b4bf6091c1b3482b7ac3c14e1672f10c6950'/>
<id>b171b4bf6091c1b3482b7ac3c14e1672f10c6950</id>
<content type='text'>
From: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;

This patch improves message description sanity rules:

- mailimport now prefers to edit using editdiff. This helps to fix
  trivial CodingStyle errors at receive patches;

- hghead.pl will now remove blank whitespaces if no body exists;

- "make commit" will now run hghead.pl. This will do some sanity checks
  at commit messages:
  *) Will warrant that "from:" metatag exists, avoiding to have patches without
     proper authorship id at someone's else tree;

  *) Will order the tags at the expected way (subject, from, body, signatures);

  *) Will warrant that one and just one blank line exists between each of the four
     parts of the commit message.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;

This patch improves message description sanity rules:

- mailimport now prefers to edit using editdiff. This helps to fix
  trivial CodingStyle errors at receive patches;

- hghead.pl will now remove blank whitespaces if no body exists;

- "make commit" will now run hghead.pl. This will do some sanity checks
  at commit messages:
  *) Will warrant that "from:" metatag exists, avoiding to have patches without
     proper authorship id at someone's else tree;

  *) Will order the tags at the expected way (subject, from, body, signatures);

  *) Will warrant that one and just one blank line exists between each of the four
     parts of the commit message.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>build: make whitespace cleaning script work with qrefresh target</title>
<updated>2007-08-13T13:40:09+00:00</updated>
<author>
<name>Trent Piepho</name>
<email>xyzzy@speakeasy.org</email>
</author>
<published>2007-08-13T13:40:09+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=fdc99e16cdc1fb38323ea1c7d16633144d0e41d9'/>
<id>fdc99e16cdc1fb38323ea1c7d16633144d0e41d9</id>
<content type='text'>
From: Trent Piepho &lt;xyzzy@speakeasy.org&gt;

Files changed in an mq patch weren't being checked.

Signed-off-by: Trent Piepho &lt;xyzzy@speakeasy.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Trent Piepho &lt;xyzzy@speakeasy.org&gt;

Files changed in an mq patch weren't being checked.

Signed-off-by: Trent Piepho &lt;xyzzy@speakeasy.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>backport kernel commit 59faba1b316a7798a33752b3889193333f8af1a0</title>
<updated>2007-07-19T15:13:55+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@infradead.org</email>
</author>
<published>2007-07-19T15:13:55+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=fde8743297a686ad2993a1775348d058b1943c50'/>
<id>fde8743297a686ad2993a1775348d058b1943c50</id>
<content type='text'>
From: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;

Original patch from Trent Piepho &lt;xyzzy@speakeasy.org&gt;. Its description:

    Fix Kconfig dependency problems wrt boolean menuconfigs

    If one has a dependency chain (tristate)FOO depends on (bool)BAR depends on
    (tristate)BAZ, build problems will result.  If BAZ=m, then BAR can be set
    y, which allows FOO=y.  It's possible to have FOO=y &amp;&amp; BAZ=m, which
    wouldn't be allowed if FOO depended directly on BAZ.  In effect, the bool
    promotes the tristate from m to y.

    This ends up causing a problem with several menuconfigs that look like:

    menuconfig BAR
        bool
        depends on BAZ [tristate]
    if BAR
    config FOO
        tristate
    endif

    The solution used here is to add the dependencies of BAR to the if
    statement, so that items in the if block will gain a direct
    non-bool-promoted dependency on BAZ.  This is how it would work if a menu
    was used instead of an if block.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;

Original patch from Trent Piepho &lt;xyzzy@speakeasy.org&gt;. Its description:

    Fix Kconfig dependency problems wrt boolean menuconfigs

    If one has a dependency chain (tristate)FOO depends on (bool)BAR depends on
    (tristate)BAZ, build problems will result.  If BAZ=m, then BAR can be set
    y, which allows FOO=y.  It's possible to have FOO=y &amp;&amp; BAZ=m, which
    wouldn't be allowed if FOO depended directly on BAZ.  In effect, the bool
    promotes the tristate from m to y.

    This ends up causing a problem with several menuconfigs that look like:

    menuconfig BAR
        bool
        depends on BAZ [tristate]
    if BAR
    config FOO
        tristate
    endif

    The solution used here is to add the dependencies of BAR to the if
    statement, so that items in the if block will gain a direct
    non-bool-promoted dependency on BAZ.  This is how it would work if a menu
    was used instead of an if block.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>A few improvements on v4l-dvb makefile</title>
<updated>2007-06-08T11:58:41+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@infradead.org</email>
</author>
<published>2007-06-08T11:58:41+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=0e580200519552834546a8d4e5448410d7630810'/>
<id>0e580200519552834546a8d4e5448410d7630810</id>
<content type='text'>
From: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;

make commit:
	- It will now detect that the commit message were not changing,
		aborting commit. This avoids the need of doing a
		rollback every time you decide not commiting yet;
	- hg undo command is absent on newer versions of Mercurial.
		makefile changed to print, instead "hg rollback";
	- removed uneeded messages printed on "make commit".

make whitespace:
	- added an alias for make "whitespaces" to work. Since the log
message presents "Cleaning bad whitespaces", a common typo mistake were
using the parameter in plural.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;

make commit:
	- It will now detect that the commit message were not changing,
		aborting commit. This avoids the need of doing a
		rollback every time you decide not commiting yet;
	- hg undo command is absent on newer versions of Mercurial.
		makefile changed to print, instead "hg rollback";
	- removed uneeded messages printed on "make commit".

make whitespace:
	- added an alias for make "whitespaces" to work. Since the log
message presents "Cleaning bad whitespaces", a common typo mistake were
using the parameter in plural.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>build: add a qrefresh target, like commit for use with mq</title>
<updated>2007-03-12T23:08:21+00:00</updated>
<author>
<name>Trent Piepho</name>
<email>xyzzy@speakeasy.org</email>
</author>
<published>2007-03-12T23:08:21+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=7bc2a9de3848c0ea06877adcb53c29b9155840ef'/>
<id>7bc2a9de3848c0ea06877adcb53c29b9155840ef</id>
<content type='text'>
Adds a qrefresh target to the top-level Makefile.  It's like commit, but
for use with the Hg mq extension.  It will execute hg qrefresh, so you
should have a current mq patch created with hg qnew already!

It will run the whitespace and cardlist scripts.  If you do not have a
commit message from the current mq patch, it will create a default one,
as make commit does.  If one already exists, then it will put a comment
at the beginning of the existing message with the current diffstat and a
note of any changes the whitespace script made.  The diffstat is done
with qdiff, which will show the total diffstat of the patch instead of
just the diffstat of from the last version of the patch to the current
version.

Signed-off-by: Trent Piepho &lt;xyzzy@speakeasy.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds a qrefresh target to the top-level Makefile.  It's like commit, but
for use with the Hg mq extension.  It will execute hg qrefresh, so you
should have a current mq patch created with hg qnew already!

It will run the whitespace and cardlist scripts.  If you do not have a
commit message from the current mq patch, it will create a default one,
as make commit does.  If one already exists, then it will put a comment
at the beginning of the existing message with the current diffstat and a
note of any changes the whitespace script made.  The diffstat is done
with qdiff, which will show the total diffstat of the patch instead of
just the diffstat of from the last version of the patch to the current
version.

Signed-off-by: Trent Piepho &lt;xyzzy@speakeasy.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Make push will push at the dir specified on .hg/hgrc</title>
<updated>2006-07-30T19:40:32+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@infradead.org</email>
</author>
<published>2006-07-30T19:40:32+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=a14180129ecc77ed2124e48e467dae2ce9f1d8b0'/>
<id>a14180129ecc77ed2124e48e467dae2ce9f1d8b0</id>
<content type='text'>
From: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;

If you specify a push directory on .hg/hgrc as default-push, this will
be used to push patches to the repository. The old behaviour were an heritage
from the first hg approach, where all people were pushing at just one master.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;

If you specify a push directory on .hg/hgrc as default-push, this will
be used to push patches to the repository. The old behaviour were an heritage
from the first hg approach, where all people were pushing at just one master.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Have the commit auto-check code tell you when it does something</title>
<updated>2006-06-22T14:51:24+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@infradead.org</email>
</author>
<published>2006-06-22T14:51:24+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=9a9c8e49eea524960d5fbead3d5794a0bd936500'/>
<id>9a9c8e49eea524960d5fbead3d5794a0bd936500</id>
<content type='text'>
From: Trent Piepho &lt;xyzzy@speakeasy.org&gt;

When the make commit checks for whitespace errors, it will save a copy of
the changes it makes to $(TMP)/v4l_hg_whitespace.  The prep_commit_msg.pl
script will look for this file and include a note in the prepared commit
message with diffstat output.

The changes that scripts/cardlist might make are not included, but that
can be added later.

The prep_commit_msg.pl script is effectively totally re-written.  This one
will try some extra stuff to some up with the user's e-mail, such as
looking in the ~/.hgrc file.

The Makefile is changed so that temporary files created by make commit
and make whitespace will honor the $TMP environment variable, if set.

Signed-off-by: Trent Piepho &lt;xyzzy@speakeasy.org&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Trent Piepho &lt;xyzzy@speakeasy.org&gt;

When the make commit checks for whitespace errors, it will save a copy of
the changes it makes to $(TMP)/v4l_hg_whitespace.  The prep_commit_msg.pl
script will look for this file and include a note in the prepared commit
message with diffstat output.

The changes that scripts/cardlist might make are not included, but that
can be added later.

The prep_commit_msg.pl script is effectively totally re-written.  This one
will try some extra stuff to some up with the user's e-mail, such as
looking in the ~/.hgrc file.

The Makefile is changed so that temporary files created by make commit
and make whitespace will honor the $TMP environment variable, if set.

Signed-off-by: Trent Piepho &lt;xyzzy@speakeasy.org&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;

</pre>
</div>
</content>
</entry>
</feed>
