[packages/v4l-utils] - updated to 1.12.5 - added link patch

qboosh qboosh at pld-linux.org
Sat May 13 23:27:14 CEST 2017


commit 1e5a2ab1abae340827cf71c4481f41d558100f77
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat May 13 23:27:58 2017 +0200

    - updated to 1.12.5
    - added link patch

 v4l-utils-link.patch | 11 +++++++++++
 v4l-utils.spec       | 15 +++++++++++++--
 2 files changed, 24 insertions(+), 2 deletions(-)
---
diff --git a/v4l-utils.spec b/v4l-utils.spec
index 3c509cf..9b2dcc4 100644
--- a/v4l-utils.spec
+++ b/v4l-utils.spec
@@ -5,12 +5,13 @@
 Summary:	Collection of Video4Linux utilities
 Summary(pl.UTF-8):	Zbiór narzędzi do urządzeń Video4Linux
 Name:		v4l-utils
-Version:	1.10.1
+Version:	1.12.5
 Release:	1
 License:	GPL v2+ (utilities), LGPL v2.1+ (libraries)
 Group:		Applications/System
 Source0:	https://linuxtv.org/downloads/v4l-utils/%{name}-%{version}.tar.bz2
-# Source0-md5:	936c9c58343840e91294e4dcec7dc05f
+# Source0-md5:	98ade56409bb1beb665c9cf2e4d99592
+Patch0:		%{name}-link.patch
 URL:		https://linuxtv.org/wiki/index.php/V4l-utils
 BuildRequires:	OpenGL-devel
 BuildRequires:	OpenGL-GLU-devel
@@ -127,6 +128,7 @@ Statyczne biblioteki libv4l.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -175,12 +177,17 @@ done
 %files -f v4l-utils.lang
 %defattr(644,root,root,755)
 %doc ChangeLog README TODO contrib
+%attr(755,root,root) %{_bindir}/cec-compliance
+%attr(755,root,root) %{_bindir}/cec-ctl
+%attr(755,root,root) %{_bindir}/cec-follower
 %attr(755,root,root) %{_bindir}/cx18-ctl
 %attr(755,root,root) %{_bindir}/decode_tm6000
 %attr(755,root,root) %{_bindir}/dvb-fe-tool
 %attr(755,root,root) %{_bindir}/dvb-format-convert
+%attr(755,root,root) %{_bindir}/dvbv5-daemon
 %attr(755,root,root) %{_bindir}/dvbv5-scan
 %attr(755,root,root) %{_bindir}/dvbv5-zap
+%attr(755,root,root) %{_bindir}/ir-ctl
 %attr(755,root,root) %{_bindir}/ivtv-ctl
 %attr(755,root,root) %{_bindir}/media-ctl
 %attr(755,root,root) %{_bindir}/rds-ctl
@@ -190,10 +197,14 @@ done
 %attr(755,root,root) %{_bindir}/v4l2-sysfs-path
 %attr(755,root,root) %{_bindir}/xc3028-firmware
 %attr(755,root,root) %{_sbindir}/v4l2-dbg
+%{_mandir}/man1/cec-compliance.1*
+%{_mandir}/man1/cec-ctl.1*
+%{_mandir}/man1/cec-follower.1*
 %{_mandir}/man1/dvb-fe-tool.1*
 %{_mandir}/man1/dvb-format-convert.1*
 %{_mandir}/man1/dvbv5-scan.1*
 %{_mandir}/man1/dvbv5-zap.1*
+%{_mandir}/man1/ir-ctl.1*
 %{_mandir}/man1/v4l2-compliance.1*
 %{_mandir}/man1/v4l2-ctl.1*
 
diff --git a/v4l-utils-link.patch b/v4l-utils-link.patch
new file mode 100644
index 0000000..c3b137a
--- /dev/null
+++ b/v4l-utils-link.patch
@@ -0,0 +1,11 @@
+--- v4l-utils-1.12.5/lib/libdvbv5/Makefile.am.orig	2017-01-22 21:41:07.000000000 +0100
++++ v4l-utils-1.12.5/lib/libdvbv5/Makefile.am	2017-05-13 23:16:03.448581132 +0200
+@@ -119,7 +119,7 @@
+ 
+ libdvbv5_la_CPPFLAGS = -I../.. $(ENFORCE_LIBDVBV5_STATIC) $(LIBUDEV_CFLAGS)
+ libdvbv5_la_LDFLAGS = $(LIBDVBV5_VERSION) $(ENFORCE_LIBDVBV5_STATIC) $(LIBUDEV_LIBS) -lm -lrt
+-libdvbv5_la_LIBADD = $(LTLIBICONV)
++libdvbv5_la_LIBADD = $(LTLIBICONV) -lpthread
+ 
+ EXTRA_DIST = README gen_dvb_structs.pl
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/v4l-utils.git/commitdiff/1e5a2ab1abae340827cf71c4481f41d558100f77



More information about the pld-cvs-commit mailing list