[packages/v4l-utils] - updated to 0.9.5 - added link patch (fixes linking with --no-copy-dt-needed-entries)

qboosh qboosh at pld-linux.org
Sat Apr 27 08:33:56 CEST 2013


commit 6ba447861a6e7cac1cdcce26840a3e992809ac4c
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Apr 27 08:33:59 2013 +0200

    - updated to 0.9.5
    - added link patch (fixes linking with --no-copy-dt-needed-entries)

 v4l-utils-link.patch | 10 ++++++++++
 v4l-utils.spec       | 14 ++++++++++++--
 2 files changed, 22 insertions(+), 2 deletions(-)
---
diff --git a/v4l-utils.spec b/v4l-utils.spec
index 29b2541..e13e170 100644
--- a/v4l-utils.spec
+++ b/v4l-utils.spec
@@ -1,18 +1,22 @@
 Summary:	Collection of Video4Linux utilities
 Summary(pl.UTF-8):	Zbiór narzędzi do urządzeń Video4Linux
 Name:		v4l-utils
-Version:	0.9.3
+Version:	0.9.5
 Release:	1
 License:	GPL v2+ (utilities), LGPL v2.1+ (libraries)
 Group:		Applications/System
 Source0:	http://linuxtv.org/downloads/v4l-utils/%{name}-%{version}.tar.bz2
-# Source0-md5:	f4d24bb9f0307345d5a8fc4febcb993d
+# Source0-md5:	6947bea808b19207d89ec31afc3a9a89
+Patch0:		%{name}-link.patch
 URL:		http://hansdegoede.livejournal.com/
 BuildRequires:	QtCore-devel >= 4.4
 BuildRequires:	QtGui-devel >= 4.4
+BuildRequires:	autoconf >= 2.59
+BuildRequires:	automake >= 1:1.9
 BuildRequires:	gettext-devel >= 0.17
 BuildRequires:	libjpeg-devel
 BuildRequires:	libstdc++-devel
+BuildRequires:	libtool
 BuildRequires:	pkgconfig
 BuildRequires:	qt4-build >= 4.4
 BuildRequires:	xorg-lib-libX11-devel
@@ -112,8 +116,14 @@ Statyczne biblioteki libv4l.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
 	--disable-silent-rules
 %{__make}
diff --git a/v4l-utils-link.patch b/v4l-utils-link.patch
new file mode 100644
index 0000000..d9f6aba
--- /dev/null
+++ b/v4l-utils-link.patch
@@ -0,0 +1,10 @@
+--- v4l-utils-0.9.5/utils/v4l2-compliance/Makefile.am.orig	2013-01-27 17:00:47.000000000 +0100
++++ v4l-utils-0.9.5/utils/v4l2-compliance/Makefile.am	2013-04-27 07:18:45.175779820 +0200
+@@ -2,6 +2,6 @@
+ v4l2_compliance_SOURCES = v4l2-compliance.cpp v4l2-test-debug.cpp v4l2-test-input-output.cpp \
+ 	v4l2-test-controls.cpp v4l2-test-io-config.cpp v4l2-test-formats.cpp v4l2-test-buffers.cpp \
+ 	v4l2-test-codecs.cpp v4l2-compliance.h
+-v4l2_compliance_LDADD = ../../lib/libv4l2/libv4l2.la ../../lib/libv4lconvert/libv4lconvert.la
++v4l2_compliance_LDADD = ../../lib/libv4l2/libv4l2.la ../../lib/libv4lconvert/libv4lconvert.la -lpthread
+ 
+ EXTRA_DIST = fixme.txt
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/v4l-utils.git/commitdiff/6ba447861a6e7cac1cdcce26840a3e992809ac4c



More information about the pld-cvs-commit mailing list