]> git.pld-linux.org Git - packages/v4l-utils.git/commitdiff
- updated to 1.12.5 auto/th/v4l-utils-1.12.5-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 13 May 2017 21:27:58 +0000 (23:27 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 13 May 2017 21:27:58 +0000 (23:27 +0200)
- added link patch

v4l-utils-link.patch [new file with mode: 0644]
v4l-utils.spec

diff --git a/v4l-utils-link.patch b/v4l-utils-link.patch
new file mode 100644 (file)
index 0000000..c3b137a
--- /dev/null
@@ -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
index 3c509cf713c12a88dcebbe4bffec725f409b351e..9b2dcc4af256191051cb2bccd4985c9892f68863 100644 (file)
@@ -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*
 
This page took 0.048119 seconds and 4 git commands to generate.