Accepting request 27756 from multimedia:libs
Copy from multimedia:libs/libavc1394 based on submit request 27756 from user tiwai OBS-URL: https://build.opensuse.org/request/show/27756 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libavc1394?expand=0&rev=11
This commit is contained in:
parent
f8257087fc
commit
873255c346
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 18 13:25:56 CET 2009 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- add baselibs.conf as a source
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 9 01:46:50 CET 2009 - crrodriguez@suse.de
|
Fri Jan 9 01:46:50 CET 2009 - crrodriguez@suse.de
|
||||||
|
|
||||||
|
@ -20,15 +20,16 @@
|
|||||||
|
|
||||||
Name: libavc1394
|
Name: libavc1394
|
||||||
BuildRequires: libraw1394-devel pkgconfig
|
BuildRequires: libraw1394-devel pkgconfig
|
||||||
License: LGPL v2.1 or later
|
License: LGPLv2.1+
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 0.5.3
|
Version: 0.5.3
|
||||||
Release: 132
|
Release: 133
|
||||||
Summary: Libavc1394--Programming Interface to the AV/C Specification
|
Summary: Libavc1394--Programming Interface to the AV/C Specification
|
||||||
Url: http://sourceforge.net/projects/libavc1394/
|
Url: http://sourceforge.net/projects/libavc1394/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
|
Source2: baselibs.conf
|
||||||
Patch: libavc1394.no-mkrfc2734.patch
|
Patch: libavc1394.no-mkrfc2734.patch
|
||||||
Patch1: libavc1394.raw1394_set_fcp_handler.patch
|
Patch1: libavc1394.raw1394_set_fcp_handler.patch
|
||||||
|
|
||||||
@ -51,7 +52,7 @@ Authors:
|
|||||||
Man page by Daniel Kobras <kobras@debian.org>
|
Man page by Daniel Kobras <kobras@debian.org>
|
||||||
|
|
||||||
%package 0
|
%package 0
|
||||||
License: LGPL v2.1 or later
|
License: LGPLv2.1+
|
||||||
Summary: Libavc1394--Programming Interface to the AV/C Specification
|
Summary: Libavc1394--Programming Interface to the AV/C Specification
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
# bug437293
|
# bug437293
|
||||||
@ -79,7 +80,7 @@ Authors:
|
|||||||
Man page by Daniel Kobras <kobras@debian.org>
|
Man page by Daniel Kobras <kobras@debian.org>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: LGPL v2.1 or later
|
License: LGPLv2.1+
|
||||||
Summary: libavc1394 is a programming interface to the AV/C specification
|
Summary: libavc1394 is a programming interface to the AV/C specification
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
@ -148,51 +149,3 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%_libdir/pkgconfig/*.pc
|
%_libdir/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jan 09 2009 crrodriguez@suse.de
|
|
||||||
- remove static libraries and "la" files
|
|
||||||
* Wed Dec 10 2008 olh@suse.de
|
|
||||||
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
|
|
||||||
(bnc#437293)
|
|
||||||
* Thu Dec 04 2008 olh@suse.de
|
|
||||||
- obsolete old -XXbit packages (bnc#437293)
|
|
||||||
* Mon Oct 06 2008 olh@suse.de
|
|
||||||
- fix ordered comparison of pointer with integer zero (bnc#431913)
|
|
||||||
* Wed May 21 2008 cthiel@suse.de
|
|
||||||
- fix baselibs.conf
|
|
||||||
* Thu Apr 10 2008 ro@suse.de
|
|
||||||
- added baselibs.conf file to build xxbit packages
|
|
||||||
for multilib support
|
|
||||||
* Sat Aug 04 2007 olh@suse.de
|
|
||||||
- remove mkrfc2734 for 2.4 kernel
|
|
||||||
split libavc1394-0 package which contains only libraries
|
|
||||||
* Wed Jul 19 2006 olh@suse.de
|
|
||||||
- update to 0.5.3:
|
|
||||||
bugfixes
|
|
||||||
new avc1394_transaction_block2() function that returns the length
|
|
||||||
of the response.
|
|
||||||
Panel subunit indirect mode constants added to header.
|
|
||||||
new panelctl utility based upon 6200ch and 6200cmd from MythTV developers.
|
|
||||||
* Wed Jan 25 2006 mls@suse.de
|
|
||||||
- converted neededforbuild to BuildRequires
|
|
||||||
* Mon Sep 26 2005 mls@suse.de
|
|
||||||
- make devel package require base package
|
|
||||||
* Sat Jul 02 2005 olh@suse.de
|
|
||||||
- package all *.so files
|
|
||||||
* Fri Jul 01 2005 olh@suse.de
|
|
||||||
- update to 0.5.1
|
|
||||||
* Sun Jan 11 2004 adrian@suse.de
|
|
||||||
- add %%run_ldconfig
|
|
||||||
* Thu Nov 13 2003 sf@suse.de
|
|
||||||
- update to 0.4.1
|
|
||||||
* Thu Jun 12 2003 coolo@suse.de
|
|
||||||
- fixing file list
|
|
||||||
* Thu Dec 12 2002 coolo@suse.de
|
|
||||||
- actually adding the patch may help (noone noticed? :)
|
|
||||||
* Wed Dec 11 2002 coolo@suse.de
|
|
||||||
- removed undefined symbols from the libraries
|
|
||||||
* Tue Sep 17 2002 ro@suse.de
|
|
||||||
- removed bogus self-provides
|
|
||||||
* Fri Jul 12 2002 meissner@suse.de
|
|
||||||
- rerurn auto* tools.
|
|
||||||
* Tue Mar 26 2002 sf@suse.de
|
|
||||||
- initial version 0.3.1
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user