<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mediapointer-dvb-s2/v4l2-apps/lib/libv4l/README, 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>v4l2-apps: move libraries around to make the directory tree flatter</title>
<updated>2009-02-13T12:06:29+00:00</updated>
<author>
<name>Hans Verkuil</name>
<email>hverkuil@xs4all.nl</email>
</author>
<published>2009-02-13T12:06:29+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=4e061e403e8a5ab5f041a54a6852c69e6b00b368'/>
<id>4e061e403e8a5ab5f041a54a6852c69e6b00b368</id>
<content type='text'>
From: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;

Instead of having libv4l2util in v4l2-apps/lib and libv4l in v4l2-apps/lib/libv4l,
both are now moved to v4l2-apps/libv4l2util and v4l2-apps/libv4l.

This is much cleaner and less confusing.

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;

Instead of having libv4l2util in v4l2-apps/lib and libv4l in v4l2-apps/lib/libv4l,
both are now moved to v4l2-apps/libv4l2util and v4l2-apps/libv4l.

This is much cleaner and less confusing.

Priority: normal

Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libv4l: fixup copyright headers</title>
<updated>2008-07-31T07:37:27+00:00</updated>
<author>
<name>hans@localhost.localdomain</name>
<email>hans@localhost.localdomain</email>
</author>
<published>2008-07-31T07:37:27+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=474932fcb19fc298b8786e737bd1ae5115c9a6d2'/>
<id>474932fcb19fc298b8786e737bd1ae5115c9a6d2</id>
<content type='text'>
From: Brandon Philips &lt;bphilips@suse.de&gt;

Part of the copyright headers refered GPL instead of LGPL due to a copy
and paste error (Brandon Philips)

Signed-off-by: Brandon Philips &lt;bphilips@suse.de&gt;
Signed-off-by: Hans de Goede &lt;j.w.r.degoede@hhs.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Brandon Philips &lt;bphilips@suse.de&gt;

Part of the copyright headers refered GPL instead of LGPL due to a copy
and paste error (Brandon Philips)

Signed-off-by: Brandon Philips &lt;bphilips@suse.de&gt;
Signed-off-by: Hans de Goede &lt;j.w.r.degoede@hhs.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>v4l2-library: libv4l-makefile-improvements.patch</title>
<updated>2008-07-04T17:28:49+00:00</updated>
<author>
<name>Thierry MERLE</name>
<email>thierry.merle@free.fr</email>
</author>
<published>2008-07-04T17:28:49+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=40536a32a310338da9cf2c697dd978780aeda18a'/>
<id>40536a32a310338da9cf2c697dd978780aeda18a</id>
<content type='text'>
From: Hans de Goede &lt;j.w.r.degoede@hhs.nl&gt;

Makefile improvements:
* Split DESTDIR into DESTDIR and PREFIX as used in most makefiles out there
* Add LIBDIR variable to allow installation in &lt;prefix&gt;/lib64 for example
* Install the wrappers in &lt;libdir&gt;/libv4l instead of directly under libdir,
  as they are not libraries meant for linking
* preserve timestamps of header files when installing them

Signed-off-by: Hans de Goede &lt;j.w.r.degoede@hhs.nl&gt;
Signed-off-by: Thierry MERLE &lt;thierry.merle@free.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Hans de Goede &lt;j.w.r.degoede@hhs.nl&gt;

Makefile improvements:
* Split DESTDIR into DESTDIR and PREFIX as used in most makefiles out there
* Add LIBDIR variable to allow installation in &lt;prefix&gt;/lib64 for example
* Install the wrappers in &lt;libdir&gt;/libv4l instead of directly under libdir,
  as they are not libraries meant for linking
* preserve timestamps of header files when installing them

Signed-off-by: Hans de Goede &lt;j.w.r.degoede@hhs.nl&gt;
Signed-off-by: Thierry MERLE &lt;thierry.merle@free.fr&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>v4l2-library: libv4l-update-documentation.patch</title>
<updated>2008-07-04T17:26:40+00:00</updated>
<author>
<name>Thierry MERLE</name>
<email>thierry.merle@free.fr</email>
</author>
<published>2008-07-04T17:26:40+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=a2ba6df565553cab552748eed038e5ed50a83fe8'/>
<id>a2ba6df565553cab552748eed038e5ed50a83fe8</id>
<content type='text'>
From: Hans de Goede &lt;j.w.r.degoede@hhs.nl&gt;

Some documentation updates to bring the documentation up2date with the latest
changes.

Signed-off-by: Hans de Goede &lt;j.w.r.degoede@hhs.nl&gt;
Signed-off-by: Thierry MERLE &lt;thierry.merle@free.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Hans de Goede &lt;j.w.r.degoede@hhs.nl&gt;

Some documentation updates to bring the documentation up2date with the latest
changes.

Signed-off-by: Hans de Goede &lt;j.w.r.degoede@hhs.nl&gt;
Signed-off-by: Thierry MERLE &lt;thierry.merle@free.fr&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>v4l2-library: global files</title>
<updated>2008-07-01T19:18:23+00:00</updated>
<author>
<name>Thierry MERLE</name>
<email>thierry.merle@free.fr</email>
</author>
<published>2008-07-01T19:18:23+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=10bc397f22cbd930c1d4d932ec929979d75865b1'/>
<id>10bc397f22cbd930c1d4d932ec929979d75865b1</id>
<content type='text'>
From: Hans de Goede &lt;j.w.r.degoede at hhs.nl&gt;

Global files to make the libv4l compile, install and exported into a tar.gz file

Signed-off-by: Hans de Goede &lt;j.w.r.degoede at hhs.nl&gt;
Signed-off-by: Thierry MERLE &lt;thierry.merle@free.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Hans de Goede &lt;j.w.r.degoede at hhs.nl&gt;

Global files to make the libv4l compile, install and exported into a tar.gz file

Signed-off-by: Hans de Goede &lt;j.w.r.degoede at hhs.nl&gt;
Signed-off-by: Thierry MERLE &lt;thierry.merle@free.fr&gt;
</pre>
</div>
</content>
</entry>
</feed>
