Accepting request 333808 from home:pluskalm:branches:devel:libraries:c_c++

- Add gpg signature
- Switch to qt5 on recent releases
- Split language packages
- Update to 1.8.0
  * See ChangeLog for full list of changes

OBS-URL: https://build.opensuse.org/request/show/333808
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/v4l-utils?expand=0&rev=38
This commit is contained in:
Asterios Dramis 2015-09-26 19:10:06 +00:00 committed by Git OBS Bridge
parent c608003e5d
commit 9e0daa3650
6 changed files with 1392 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:164abf5c1befcd27e8e6ef824a82d4015bdfb5d99ae82daa00e77d895ff9864c
size 1151081

3
v4l-utils-1.8.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:50c7be033636d878e902dad0a207fc9f6d831bec27f1b410f1102acddaa5565e
size 1326907

View File

@ -0,0 +1,17 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABCAAGBQJV/beIAAoJEBmaZPrftQD/APoP/idxtN6mjMArMx8Bx8PQaqHM
JkoEFaFnPvDnb5NULeBT4ZRjTeNF1u78GZPTD5oKUyrcde1WjDuole3XbFgD1CWg
Ax+wNhIjzWYJg2BGLsvoEjKTfyFNcYPYO5Th8ES+lNGBqILWesJ7iXIrLmYAqaPV
7lFdkREZhTSmOOARE5dAkhe3+c26nJvlu+YTsR/1a3P/asYdLFJm1J/U0ut9etlI
BH4NV7/URj/7TxI0gzrPDNg37AIh/LbLj3FrG9jhPQPERFogFJ6ZF+rCPIlziNVk
wY51Rj9S364uZOrx69MPG1qQnixIAt3mIPcm2HpnzZt/vV6SCQEAEN237MRXTzRL
2aam3Im1ITWKyUR4F7CgMLp+NYHYHDjrD4B4gqd4uyRVvJhy5DhrpI0B4mDoMCUf
itOhaB3nmp2kE217KNRzo06ACmmt89Zdl/HWBe0zMUZ1PjjFhYdU3Il3qC0FVs/l
lU/4oPqjZOTb6WNJ04Zf/I2DgiypNlwhgjWO/EE2+Mznyt9bWkIC0gj5TbI7FMQf
vu5xeHbouagjhHLQx5GofnqTt3hi2b93nvbnNLXn9lnht7+LOKk7ghUpfmxXo8Xp
JsPFBASvVpmk9/HdOsqKB8Jef/UlF3Qx4537D2baT/9M7I6U8UxlXdQnbOtVTDu+
BKacMuSpy8i9iENljymj
=IRHF
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Sep 25 20:38:19 UTC 2015 - mpluskal@suse.com
- Add gpg signature
- Switch to qt5 on recent releases
- Split language packages
- Update to 1.8.0
* See ChangeLog for full list of changes
-------------------------------------------------------------------
Sun Sep 20 08:47:04 UTC 2015 - meissner@suse.com

1334
v4l-utils.keyring Normal file

File diff suppressed because it is too large Load Diff

View File

@ -18,35 +18,44 @@
%define _udevdir %(pkg-config --variable udevdir udev)
%define so_ver 0
Name: v4l-utils
Version: 1.6.3
Version: 1.8.0
Release: 0
Summary: Utilities for video4linux
License: GPL-2.0+ and GPL-2.0
Group: Hardware/TV
Url: http://linuxtv.org/downloads/v4l-utils/
Source0: http://linuxtv.org/downloads/v4l-utils/%{name}-%{version}.tar.bz2
Source1: http://linuxtv.org/downloads/v4l-utils/%{name}-%{version}.tar.bz2.asc
Source2: %{name}.keyring
Source100: baselibs.conf
BuildRequires: alsa-devel
%if 0%{?suse_version} < 1230
BuildRequires: autoconf
BuildRequires: libtool
%endif
BuildRequires: doxygen
BuildRequires: kernel-headers
BuildRequires: libjpeg-devel
BuildRequires: libqt4-devel
BuildRequires: pkg-config
BuildRequires: udev
BuildRequires: update-desktop-files
Requires: libv4l = %{version}
Requires: udev
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} > 1310
BuildRequires: glu-devel
BuildRequires: libqt5-qtbase-devel
%else
BuildRequires: libqt4-devel
%endif
%if 0%{?suse_version} < 1230
BuildRequires: autoconf
BuildRequires: libtool
%endif
%description
v4l-utils is a collection of various video4linux (V4L) utilities.
%lang_package
%lang_package -n libdvbv5-%{so_ver}
%package devel-tools
Summary: Utilities for v4l2 / DVB driver development and debugging
License: GPL-2.0+ and GPL-2.0
@ -181,8 +190,11 @@ autoreconf -vif
make %{?_smp_mflags}
%install
make DESTDIR=%{buildroot} install
find %{buildroot}%{_libdir} -name '*.la' -exec rm -f {} ';'
make DESTDIR=%{buildroot} install --jobs=1
find %{buildroot} -type f -name "*.la" -delete -print
%find_lang "%{name}"
%find_lang "libdvbv5" libdvbv5.lang
# Not needed (links to plugins in libv4l subdir)
rm %{buildroot}%{_libdir}/{v4l1compat.so,v4l2convert.so}
@ -209,6 +221,12 @@ rm %{buildroot}%{_libdir}/{v4l1compat.so,v4l2convert.so}
%postun -n libv4lconvert%{so_ver} -p /sbin/ldconfig
%files -f "%{name}.lang" lang
%defattr(-,root,root)
%files -f "libdvbv5.lang" -n libdvbv5-%{so_ver}-lang
%defattr(-,root,root)
%files
%defattr(-,root,root,-)
%doc COPYING ChangeLog README TODO
@ -227,6 +245,7 @@ rm %{buildroot}%{_libdir}/{v4l1compat.so,v4l2convert.so}
%{_bindir}/v4l2-ctl
%{_bindir}/v4l2-sysfs-path
%{_mandir}/man1/ir-keytable.1%{ext_man}
%{_mandir}/man1/v4l2-ctl.1%{ext_man}
%files devel-tools
%defattr(-,root,root,-)
@ -234,6 +253,7 @@ rm %{buildroot}%{_libdir}/{v4l1compat.so,v4l2convert.so}
%{_bindir}/decode_tm6000
%{_bindir}/v4l2-compliance
%{_sbindir}/v4l2-dbg
%{_mandir}/man1/v4l2-compliance.1%{ext_man}
%files -n dvb-utils
%defattr(-,root,root,-)