Accepting request 1095424 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1095424 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdc1394?expand=0&rev=51
This commit is contained in:
commit
449266125d
@ -1 +1 @@
|
|||||||
libdc1394-25
|
libdc1394-26
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2b905fc9aa4eec6bdcf6a2ae5f5ba021232739f5be047dec8fe8dd6049c10fed
|
|
||||||
size 612067
|
|
BIN
libdc1394-2.2.7.tar.gz
(Stored with Git LFS)
Normal file
BIN
libdc1394-2.2.7.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 22 16:59:13 UTC 2023 - Matwey Kornilov <matwey.kornilov@gmail.com>
|
||||||
|
|
||||||
|
- Update to 2.2.7:
|
||||||
|
- Fix risv64 build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 4 16:05:50 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
Sat Jan 4 16:05:50 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libdc1394
|
# spec file for package libdc1394
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libdc1394
|
Name: libdc1394
|
||||||
Version: 2.2.6
|
Version: 2.2.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: 1394-Based Digital Camera Control Library
|
Summary: 1394-Based Digital Camera Control Library
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -42,11 +42,11 @@ conforms to the 1394-Based Digital Camera Specification. It utilizes
|
|||||||
the low-level functionality provided by libraw1394 to communicate with
|
the low-level functionality provided by libraw1394 to communicate with
|
||||||
the camera.
|
the camera.
|
||||||
|
|
||||||
%package -n libdc1394-25
|
%package -n libdc1394-26
|
||||||
Summary: 1394-based Digital Camera Control library
|
Summary: 1394-based Digital Camera Control library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libdc1394-25
|
%description -n libdc1394-26
|
||||||
This library provides functionality for controlling any camera that
|
This library provides functionality for controlling any camera that
|
||||||
conforms to the 1394-Based Digital Camera Specification (which can be
|
conforms to the 1394-Based Digital Camera Specification (which can be
|
||||||
found at http://www.1394ta.org/Download/Technology/Specifications/Camera120.pdf).
|
found at http://www.1394ta.org/Download/Technology/Specifications/Camera120.pdf).
|
||||||
@ -57,7 +57,7 @@ communicate with the camera.
|
|||||||
Summary: Development libraries and header files for dc1394
|
Summary: Development libraries and header files for dc1394
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{name}-tools = %{version}
|
Requires: %{name}-tools = %{version}
|
||||||
Requires: libdc1394-25 = %{version}
|
Requires: libdc1394-26 = %{version}
|
||||||
Requires: pkgconfig(libraw1394)
|
Requires: pkgconfig(libraw1394)
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -94,8 +94,8 @@ rm -f %{buildroot}%{_mandir}/man1/dc1394_multiview.1*
|
|||||||
rm -f %{buildroot}%{_mandir}/man1/grab_*_image.1*
|
rm -f %{buildroot}%{_mandir}/man1/grab_*_image.1*
|
||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
|
|
||||||
%post -n libdc1394-25 -p /sbin/ldconfig
|
%post -n libdc1394-26 -p /sbin/ldconfig
|
||||||
%postun -n libdc1394-25 -p /sbin/ldconfig
|
%postun -n libdc1394-26 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
%license COPYING
|
%license COPYING
|
||||||
@ -103,8 +103,8 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%{_bindir}/dc1394_reset_bus
|
%{_bindir}/dc1394_reset_bus
|
||||||
%{_mandir}/man1/dc1394_reset_bus.1%{?ext_man}
|
%{_mandir}/man1/dc1394_reset_bus.1%{?ext_man}
|
||||||
|
|
||||||
%files -n libdc1394-25
|
%files -n libdc1394-26
|
||||||
%{_libdir}/libdc1394.so.25*
|
%{_libdir}/libdc1394.so.26*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/dc1394
|
%{_includedir}/dc1394
|
||||||
|
Loading…
Reference in New Issue
Block a user