<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/uvcdynctrl/Makefile, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2022-06-10T04:45:34Z</updated>
<entry>
<title>uvcdynctrl: compile with meson</title>
<updated>2022-06-10T04:45:34Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-06-09T22:28:42Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=204dec4fd267c0baf7c8607f421964821d1fc288'/>
<id>urn:sha1:204dec4fd267c0baf7c8607f421964821d1fc288</id>
<content type='text'>
meson's iconv support actually works.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: back to cmake.mk</title>
<updated>2021-06-13T04:05:01Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-06-10T23:27:06Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=2e654b19f38f1f941c70a5adcdac6311234362c3'/>
<id>urn:sha1:2e654b19f38f1f941c70a5adcdac6311234362c3</id>
<content type='text'>
Ninja was merged to base and therefore we can now use normal cmake.mk

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: build CMake projects with Ninja</title>
<updated>2021-03-28T04:51:50Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-03-04T22:45:01Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=a31b7320077c340268d31642ded69cc66fbc230c'/>
<id>urn:sha1:a31b7320077c340268d31642ded69cc66fbc230c</id>
<content type='text'>
faster to compile.

A small selection of packages was tested going from:

Executed in  696.30 secs   fish           external
   usr time   82.98 mins  395.00 micros   82.98 mins
   sys time    9.02 mins    0.00 micros    9.02 mins

to:

Executed in  592.20 secs   fish           external
   usr time   84.84 mins  361.00 micros   84.84 mins
   sys time    8.85 mins   57.00 micros    8.85 mins

Tested by running make -j 12 and wiping staging/build_dir/target_x

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>uvcdynctrl: remove libwebcam</title>
<updated>2020-11-30T03:59:33Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-11-30T03:37:16Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=d68b3e09d204acce653255cfd6b19b582ba08db7'/>
<id>urn:sha1:d68b3e09d204acce653255cfd6b19b582ba08db7</id>
<content type='text'>
It's useless and it's only used by this package. Just link it
statically.

Remove CMAKE_INSTALL as InstallDev section is gone.

Add PKG_BUILD_PARALLEL for faster compilation.

Put license information up as there are no longer 2 packages.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>uvcdynctrl: Fix compilation with uClibc-ng</title>
<updated>2019-06-20T23:46:06Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-06-20T22:42:44Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=6f18a460fe6b7ded7d941001547bcacf596202f5'/>
<id>urn:sha1:6f18a460fe6b7ded7d941001547bcacf596202f5</id>
<content type='text'>
Got rid of libiconv-full dependency. Relying on nls.mk

Fixed up the license information.

Added CMAKE_INSTALL to get rid of the InstallDev section.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>uvcdynctrl: Update to 0.2.5</title>
<updated>2018-07-25T22:30:42Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-07-23T22:38:41Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=937e3adc1f471cf61ce439e0476c1ecdf604cdf0'/>
<id>urn:sha1:937e3adc1f471cf61ce439e0476c1ecdf604cdf0</id>
<content type='text'>
Fixed links.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: run "make check FIXUP=1"</title>
<updated>2017-08-30T04:41:14Z</updated>
<author>
<name>Etienne Champetier</name>
</author>
<published>2017-08-28T04:28:09Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4006865ae81b20b1793ae2a07db20235fefd2c71'/>
<id>urn:sha1:4006865ae81b20b1793ae2a07db20235fefd2c71</id>
<content type='text'>
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier &lt;champetier.etienne@gmail.com&gt;
</content>
</entry>
<entry>
<title>uvcdynctrl: get rid of udev</title>
<updated>2017-06-19T18:49:40Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2017-06-19T16:39:18Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=3d50afdf3c32ced1e34bab98567975aba49c7360'/>
<id>urn:sha1:3d50afdf3c32ced1e34bab98567975aba49c7360</id>
<content type='text'>
The udev rule installed was ineffective as udev cannot run in
coexistence with procd. If needed, it should be reimplemented as
rule under /etc/hotplug.d/

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>add uvcdynctrl, add myself as maintainer</title>
<updated>2014-07-12T19:47:30Z</updated>
<author>
<name>Roger</name>
</author>
<published>2014-07-12T18:25:52Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=9a8246b0f50992f39a4b072059f90d93b3483c2f'/>
<id>urn:sha1:9a8246b0f50992f39a4b072059f90d93b3483c2f</id>
<content type='text'>
Signed-off-by: Roger D &lt;rogerdammit@gmail.com&gt;
</content>
</entry>
</feed>
