diff --git a/disable_rds_compilation.patch b/disable_rds_compilation.patch index 04917e6..5308765 100644 --- a/disable_rds_compilation.patch +++ b/disable_rds_compilation.patch @@ -1,8 +1,8 @@ ---- utils/Makefile.orig 2011-06-01 14:23:03.000000000 +0300 -+++ utils/Makefile 2011-06-08 22:18:09.845000109 +0300 +--- utils/Makefile.orig 2011-07-17 19:06:39.000000000 +0300 ++++ utils/Makefile 2011-07-23 21:41:32.646000060 +0300 @@ -1,4 +1,4 @@ --SUBDIRS=libv4l2util libmedia_dev decode_tm6000 keytable rds v4l2-compliance v4l2-ctl v4l2-dbg xc3028-firmware -+SUBDIRS=libv4l2util libmedia_dev decode_tm6000 keytable v4l2-compliance v4l2-ctl v4l2-dbg xc3028-firmware +-SUBDIRS=libv4l2util libmedia_dev decode_tm6000 keytable rds v4l2-compliance v4l2-ctl v4l2-dbg v4l2-sysfs-path xc3028-firmware ++SUBDIRS=libv4l2util libmedia_dev decode_tm6000 keytable v4l2-compliance v4l2-ctl v4l2-dbg v4l2-sysfs-path xc3028-firmware all install: @for i in $(SUBDIRS); do \ diff --git a/v4l-utils-0.8.4.tar.bz2 b/v4l-utils-0.8.4.tar.bz2 deleted file mode 100644 index 1f409ce..0000000 --- a/v4l-utils-0.8.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20bf73b0c2255dfc6ae82806ec8a663e00ab039df9ee6eadae633466841c0dd7 -size 348601 diff --git a/v4l-utils-0.8.5.tar.bz2 b/v4l-utils-0.8.5.tar.bz2 new file mode 100644 index 0000000..dc3931d --- /dev/null +++ b/v4l-utils-0.8.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c205848fbaf3489b97519dae04da31be4998bbc170a2ca9791357a8a549e594c +size 373882 diff --git a/v4l-utils.changes b/v4l-utils.changes index 5c07d78..21467cf 100644 --- a/v4l-utils.changes +++ b/v4l-utils.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sat Jul 23 18:47:46 UTC 2011 - asterios.dramis@gmail.com + +- Update to v0.8.5 + Utils changes: + * parse_em28xx_drxk.pl: New parser for dumps of em28xx with drxk frontend + * qv4l2: Add support for bitmap controls + * v4l2-ctl: add support for the new bitmask control type + * v4l2-ctl: add support for the control event + * v4l2-ctl: small bugfixes + * v4l2-compliance: various new tests + * lib_media_dev: various fixes / cleanups + libv4l changes: + * Add some more laptop models to the upside down devices table + * Add support for SE401 pixelformat + * Software autogain tweaks +- Rebased disable_rds_compilation.patch to apply cleanly. + ------------------------------------------------------------------- Sun Jun 26 16:52:00 UTC 2011 - asterios.dramis@gmail.com diff --git a/v4l-utils.spec b/v4l-utils.spec index 46673c8..57e5186 100644 --- a/v4l-utils.spec +++ b/v4l-utils.spec @@ -19,7 +19,7 @@ Name: v4l-utils -Version: 0.8.4 +Version: 0.8.5 Release: 1 Summary: Utilities for video4linux and DVB devices @@ -150,13 +150,6 @@ make CFLAGS="%{optflags} -fno-strict-aliasing" CXXFLAGS="%{optflags}" %{?_smp_mf %install make install PREFIX=%{_prefix} LIBDIR=%{_libdir} DESTDIR=%{buildroot} -# Install additional icons -mkdir -p %{buildroot}%{_datadir}/icons/hicolor/{16x16,24x24,32x32,64x64}/apps -install -pm 0644 utils/qv4l2/qv4l2_16x16.png %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/qv4l2.png -install -pm 0644 utils/qv4l2/qv4l2_24x24.png %{buildroot}%{_datadir}/icons/hicolor/24x24/apps/qv4l2.png -install -pm 0644 utils/qv4l2/qv4l2_32x32.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/qv4l2.png -install -pm 0644 utils/qv4l2/qv4l2_64x64.png %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/qv4l2.png - # Patch image with wrong dimensions - fix rpmlint warning "wrong-icon-size" mogrify -extent "36x36" -background transparent -gravity "south" %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/qv4l2.png mogrify -scale 32x32 -background transparent %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/qv4l2.png