Accepting request 76856 from home:adra:branches:devel:libraries:c_c++
Update to v0.8.5 OBS-URL: https://build.opensuse.org/request/show/76856 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=3
This commit is contained in:
parent
4de7a18dc8
commit
9b4f770a74
@ -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 \
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:20bf73b0c2255dfc6ae82806ec8a663e00ab039df9ee6eadae633466841c0dd7
|
||||
size 348601
|
3
v4l-utils-0.8.5.tar.bz2
Normal file
3
v4l-utils-0.8.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c205848fbaf3489b97519dae04da31be4998bbc170a2ca9791357a8a549e594c
|
||||
size 373882
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user