forked from pool/libdc1394
Accepting request 27754 from multimedia:libs
Copy from multimedia:libs/libdc1394 based on submit request 27754 from user tiwai OBS-URL: https://build.opensuse.org/request/show/27754 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdc1394?expand=0&rev=13
This commit is contained in:
committed by
Git OBS Bridge
parent
fbca9ae1e2
commit
c0caeb1691
118
libdc1394.spec
118
libdc1394.spec
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libdc1394 (Version MACRO)
|
||||
# spec file for package libdc1394 (Version 2.1.2)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@@ -20,13 +20,17 @@
|
||||
|
||||
Name: libdc1394
|
||||
%define libdc1394_12_version 1.2.2
|
||||
%define libdc1394_version 2.0.2
|
||||
%define libdc1394_version 2.1.2
|
||||
BuildRequires: libraw1394-devel
|
||||
License: LGPL v2.1 or later
|
||||
%if 0%{?suse_version} > 1100
|
||||
# no IIDC-over-USB support for openSUSE 11.0
|
||||
BuildRequires: libusb-1_0-devel pkg-config
|
||||
%endif
|
||||
License: LGPLv2.1+
|
||||
Group: Hardware/Camera
|
||||
AutoReqProv: on
|
||||
Version: %{libdc1394_version}
|
||||
Release: 11
|
||||
Release: 1
|
||||
Url: http://sourceforge.net/projects/libdc1394/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: 1394-Based Digital Camera Control Library
|
||||
@@ -57,7 +61,7 @@ Authors:
|
||||
John Stanley <stanley@peak.org>
|
||||
|
||||
%package -n libdc1394_control12
|
||||
License: LGPL v2.1 or later
|
||||
License: LGPLv2.1+
|
||||
Summary: 1394-Based Digital Camera Control Library
|
||||
Group: Hardware/Camera
|
||||
Version: %{libdc1394_12_version}
|
||||
@@ -84,7 +88,7 @@ Authors:
|
||||
John Stanley <stanley@peak.org>
|
||||
|
||||
%package -n libdc1394_control12-devel
|
||||
License: LGPL v2.1 or later
|
||||
License: LGPLv2.1+
|
||||
Summary: 1394-Based Digital Camera Control Library
|
||||
Group: Development/Libraries/C and C++
|
||||
Version: %{libdc1394_12_version}
|
||||
@@ -112,7 +116,7 @@ Authors:
|
||||
John Stanley <stanley@peak.org>
|
||||
|
||||
%package 22
|
||||
License: LGPL v2.1 or later
|
||||
License: LGPLv2.1+
|
||||
Summary: 1394-Based Digital Camera Control Library
|
||||
Group: Hardware/Camera
|
||||
|
||||
@@ -137,7 +141,7 @@ Authors:
|
||||
John Stanley <stanley@peak.org>
|
||||
|
||||
%package devel
|
||||
License: LGPL v2.1 or later
|
||||
License: LGPLv2.1+
|
||||
Summary: Development libraries and header files for dc1394
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libdc1394-22 = %{libdc1394_version}
|
||||
@@ -182,13 +186,15 @@ doit libdc1394-%{libdc1394_version}
|
||||
%install
|
||||
doit() {
|
||||
if pushd "$1" ; then
|
||||
%{__make} DESTDIR=${RPM_BUILD_ROOT} install
|
||||
%{__make} DESTDIR=${RPM_BUILD_ROOT} install-strip
|
||||
popd
|
||||
fi
|
||||
}
|
||||
doit libdc1394-%{libdc1394_12_version}
|
||||
doit libdc1394-%{libdc1394_version}
|
||||
rm -f %{buildroot}%{_bindir}/dc1394_vloopback %{buildroot}%{_mandir}/man1/dc1394_vloopback.1*
|
||||
rm -f %{buildroot}%{_mandir}/man1/dc1394_multiview.1*
|
||||
rm -f %{buildroot}%{_mandir}/man1/grab_*_image.1*
|
||||
%{__rm} -f %{buildroot}%{_libdir}/*.la
|
||||
|
||||
%post -n libdc1394_control12 -p /sbin/ldconfig
|
||||
@@ -225,97 +231,3 @@ rm -f %{buildroot}%{_bindir}/dc1394_vloopback %{buildroot}%{_mandir}/man1/dc1394
|
||||
%_libdir/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Tue Jan 13 2009 crrodriguez@suse.de
|
||||
- remove static libraries and "la" files
|
||||
* Mon Oct 06 2008 olh@suse.de
|
||||
- fix ordered comparison of pointer with integer zero (bnc#431916)
|
||||
* Thu Jun 19 2008 pth@suse.de
|
||||
- Include unistd.h to get prototype for swab.
|
||||
- Update to 2.0.2. Changes since 2.0.0:
|
||||
- New functions on all platforms:
|
||||
dc1394_camera_get_node
|
||||
dc1394_capture_is_frame_corrupt
|
||||
- New function on Linux video1394 only:
|
||||
dc1394_camera_get_linux_port
|
||||
- New example program to capture PVN sequences.
|
||||
- Bug fixes on Linux Juju:
|
||||
- Better retry timeouts
|
||||
- Fix manual isochronous channel allocation
|
||||
- Bug fixes on Mac OS:
|
||||
- Auto detection of bad or skipped packets (used for
|
||||
dc1394_capture_is_frame_corrupt)
|
||||
- Bug fixes on Linux video1394:
|
||||
- Fix select() with multiple cameras on the same controller
|
||||
- Handle EINTR return code properly in dc1394_capture_dequeue
|
||||
- Better error detection if camera enumeration fails
|
||||
- Documentation improvements
|
||||
-- 2.0.1:
|
||||
- Fixed broken dc1394/dc1394.h include file when compiling externally.
|
||||
- Removed the "edge-sense" bayer demosaic algorithm out of patent concern.
|
||||
* Fri Apr 11 2008 schwab@suse.de
|
||||
- Fix configure script.
|
||||
* Thu Jan 24 2008 olh@suse.de
|
||||
- remove buildrequires for xorg-x11-devel
|
||||
* Tue Jan 15 2008 olh@suse.de
|
||||
- libdc1394-devel requires libdc1394-22
|
||||
* Mon Jan 14 2008 olh@suse.de
|
||||
- update to 2.0.0 final
|
||||
rename libdc1394-20 to libdc1394-22 due to SONAME change
|
||||
* Thu Aug 16 2007 olh@suse.de
|
||||
- libdc1394_control12-devel needs libraw1394-devel
|
||||
* Thu Aug 16 2007 olh@suse.de
|
||||
- remove inclusion of code which is labeled as GPL (298152)
|
||||
removes topology.h, cooked1394_read() and others
|
||||
remove dc1394_vloopback binary
|
||||
* Sun Aug 05 2007 olh@suse.de
|
||||
- split libdc1394-20 package which contains only libraries
|
||||
split libdc1394_control12 and libdc1394_control12-devel
|
||||
upgrade to 1.2.2, color filter fix
|
||||
* Fri Jul 13 2007 olh@suse.de
|
||||
- update to 2.0.0-rc7
|
||||
API fixes
|
||||
* Tue Aug 15 2006 olh@suse.de
|
||||
- update to 2.0.0-rc3 (#198102)
|
||||
all new API
|
||||
- keep old library version until every app is converted
|
||||
* Wed Jul 19 2006 olh@suse.de
|
||||
- update to 1.2.1
|
||||
replaced camera version detection in dc1394_is_camera() by a
|
||||
proper call to dc1394_get_sw_version().
|
||||
fixed compilation warnings due to mixed signedness in the whole code.
|
||||
fixed a serious bug in the camera detection.
|
||||
updated TRIGGER_MODE_NUM definition
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Fri Oct 21 2005 olh@suse.de
|
||||
- correct usage of CLK_TCK
|
||||
- update to current cvs
|
||||
fixed memory leak in capture functions (dma device name not freed)
|
||||
fixed trigger capabilities detection (Markus Niebel)
|
||||
fixed some confusion between raw1394_new_handle and dc1394_create_handle
|
||||
(Thanks to Thorondor)
|
||||
* Mon Sep 26 2005 mls@suse.de
|
||||
- make devel package require base package
|
||||
* Tue Jul 05 2005 olh@suse.de
|
||||
- go back to version 1, version 2 still needs some time
|
||||
* Fri Jul 01 2005 olh@suse.de
|
||||
- update to version 2.0.0-pre3
|
||||
* Fri Jul 01 2005 olh@suse.de
|
||||
- update to version 1.1.0
|
||||
* Thu Jan 13 2005 olh@suse.de
|
||||
- update to version 1.0.0, cvs status 2004-11-12
|
||||
* Tue Jan 11 2005 olh@suse.de
|
||||
- update to version 1.0.0
|
||||
* Mon Mar 08 2004 lmuelle@suse.de
|
||||
- update to version 0.9.3
|
||||
- create devel sub package
|
||||
* Wed Jan 07 2004 lmuelle@suse.de
|
||||
- update to version 0.9.2
|
||||
* Mon Jul 28 2003 adrian@suse.de
|
||||
- fix lib filename suffix
|
||||
* Fri Jul 25 2003 adrian@suse.de
|
||||
- update to version 0.9.1
|
||||
- use BuildRoot
|
||||
- add %%run_ldconfig
|
||||
* Fri Sep 27 2002 uli@suse.de
|
||||
- initial package
|
||||
|
Reference in New Issue
Block a user