Accepting request 113289 from devel:libraries:c_c++
Update to v0.8.7, Rebased disable_rds_compilation.patch to apply cleanly (forwarded request 113287 from adra) OBS-URL: https://build.opensuse.org/request/show/113289 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/v4l-utils?expand=0&rev=7
This commit is contained in:
commit
08f0537758
@ -1,8 +1,8 @@
|
|||||||
--- utils/Makefile.orig 2011-07-17 19:06:39.000000000 +0300
|
--- utils/Makefile.orig 2012-04-06 19:55:44.000000000 +0300
|
||||||
+++ utils/Makefile 2011-07-23 21:41:32.646000060 +0300
|
+++ utils/Makefile 2012-04-11 23:14:12.100253708 +0300
|
||||||
@@ -1,4 +1,4 @@
|
@@ -1,4 +1,4 @@
|
||||||
-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 rds v4l2-compliance v4l2-ctl v4l2-dbg v4l2-sysfs-path xc3028-firmware dvb
|
||||||
+SUBDIRS=libv4l2util libmedia_dev decode_tm6000 keytable 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 dvb
|
||||||
|
|
||||||
all install:
|
all install:
|
||||||
@for i in $(SUBDIRS); do \
|
@for i in $(SUBDIRS); do \
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3a53ac6348363bbdc94ea11ca48dadc0342a579384a910f6c956b6a185f0c20f
|
|
||||||
size 375254
|
|
3
v4l-utils-0.8.7.tar.bz2
Normal file
3
v4l-utils-0.8.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3a0e12ff78913bdc2947e54b1fdc88caae3b95841f1a44367fd4283717f46516
|
||||||
|
size 421037
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 11 20:26:20 UTC 2012 - asterios.dramis@gmail.com
|
||||||
|
|
||||||
|
- Update to v0.8.7
|
||||||
|
Utils changes:
|
||||||
|
* ir-keytable: Fixed file parsing errors
|
||||||
|
* qv4l2: fix segfault when there are no inputs or outputs
|
||||||
|
* dvb: Merged DVB tools from development branch
|
||||||
|
libv4l changes:
|
||||||
|
* Add some more laptop models to the upside down devices table
|
||||||
|
- Rebased disable_rds_compilation.patch to apply cleanly.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 26 12:06:28 UTC 2012 - asterios.dramis@gmail.com
|
Sun Feb 26 12:06:28 UTC 2012 - asterios.dramis@gmail.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: v4l-utils
|
Name: v4l-utils
|
||||||
Version: 0.8.6
|
Version: 0.8.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Utilities for video4linux and DVB devices
|
Summary: Utilities for video4linux and DVB devices
|
||||||
License: GPL-2.0+ and GPL-2.0
|
License: GPL-2.0+ and GPL-2.0
|
||||||
@ -70,7 +70,6 @@ Summary: Collection of video4linux support libraries
|
|||||||
License: LGPL-2.1+ and GPL-2.0
|
License: LGPL-2.1+ and GPL-2.0
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
# Some of the decompression helpers are GPLv2, the rest is LGPLv2+
|
# Some of the decompression helpers are GPLv2, the rest is LGPLv2+
|
||||||
Url: http://hansdegoede.livejournal.com/3636.html
|
|
||||||
|
|
||||||
%description -n libv4l
|
%description -n libv4l
|
||||||
libv4l is a collection of libraries which adds a thin abstraction layer on
|
libv4l is a collection of libraries which adds a thin abstraction layer on
|
||||||
@ -175,6 +174,8 @@ mogrify -scale 32x32 -background transparent %{buildroot}%{_datadir}/icons/hicol
|
|||||||
%config(noreplace) %{_sysconfdir}/rc_maps.cfg
|
%config(noreplace) %{_sysconfdir}/rc_maps.cfg
|
||||||
/lib/udev/rules.d/70-infrared.rules
|
/lib/udev/rules.d/70-infrared.rules
|
||||||
%{_bindir}/cx18-ctl
|
%{_bindir}/cx18-ctl
|
||||||
|
%{_bindir}/dvb-*
|
||||||
|
%{_bindir}/dvbv5-*
|
||||||
%{_bindir}/ir-keytable
|
%{_bindir}/ir-keytable
|
||||||
%{_bindir}/ivtv-ctl
|
%{_bindir}/ivtv-ctl
|
||||||
%{_bindir}/v4l2-ctl
|
%{_bindir}/v4l2-ctl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user