Accepting request 160696 from home:Zaitor:branches:multimedia:libs
Update to version 2.1.0 OBS-URL: https://build.opensuse.org/request/show/160696 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libraw1394?expand=0&rev=13
This commit is contained in:
parent
258fa5f765
commit
5557748df3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2c298bab4b701ebd67147007cf215e99e1889b411cc486be433ac99dfb168c31
|
|
||||||
size 315896
|
|
3
libraw1394-2.1.0.tar.xz
Normal file
3
libraw1394-2.1.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0b3126d8158d156de9da2ff4d861c47857acc4318a7ac260258015a22071964f
|
||||||
|
size 291456
|
@ -1,3 +1,44 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 23 13:57:19 UTC 2013 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.1.0:
|
||||||
|
+ Behavior changes of the backend to firewire-core:
|
||||||
|
- The isochronous reception buffer is now mapped read/writable
|
||||||
|
rather than read-only.
|
||||||
|
- Decrease memory footprint of IR and IT buffers by avoiding
|
||||||
|
some internal rounding up of the buffer size.
|
||||||
|
+ New APIs in <libraw1394/raw1394.h>:
|
||||||
|
- raw1394_add_config_rom_descriptor(): Add contents to
|
||||||
|
the Configuration ROM of the local node(s). At runtime, this
|
||||||
|
API is only available if running on top of firewire-core.
|
||||||
|
- raw1394_remove_config_rom_descriptor(): Counterpart to
|
||||||
|
raw1394_add_config_rom_descriptor().
|
||||||
|
- raw1394_read_cycle_timer_and_clock(): Like the existing
|
||||||
|
raw1394_read_cycle_timer(), but lets the caller choose
|
||||||
|
between CLOCK_REALTIME, CLOCK_MONOTONIC, or
|
||||||
|
CLOCK_MONOTONIC_RAW.
|
||||||
|
- raw1394_get_speed(): Returns the speed code of the maximum
|
||||||
|
possible transmission speed between a given node and the
|
||||||
|
local node.
|
||||||
|
- enum raw1394_iso_speed was extended by RAW1394_ISO_SPEED_800,
|
||||||
|
_1600, and _3200.
|
||||||
|
+ New APIs in <libraw1394/ieee1394.h>: Added preprocessor
|
||||||
|
constants L1394_SPEED_BETA, L1394_SPEED_800, _1600, and _3200.
|
||||||
|
+ testlibraw1394: Added unit tests of the new APIs.
|
||||||
|
- Changes from version 2.0.9:
|
||||||
|
+ Fix that raw1394_iso_recv_flush() did not have any effect when
|
||||||
|
running on firewire-core alias juju kernel drivers.
|
||||||
|
This fix needs kernel 3.4 or later at runtime.
|
||||||
|
+ Remove build-time dependency on linux-headers.
|
||||||
|
+ Remove --with-fw-dir configure switch which is no longer useful
|
||||||
|
+ Janitorial fixes.
|
||||||
|
- Changes from version 2.0.8:
|
||||||
|
+ Performance improvement: Configuration ROM access via
|
||||||
|
raw1394_read() is dramatically faster and very robust now.
|
||||||
|
+ Interoperability fix: Internally retry
|
||||||
|
raw1394_read/write/lock/lock64() after ack-busy response.
|
||||||
|
+ Small bug fixes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 26 12:04:28 UTC 2011 - aj@suse.de
|
Tue Jul 26 12:04:28 UTC 2011 - aj@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libraw1394 (Version 2.0.5)
|
# spec file for package libraw1394
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -15,24 +15,23 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: libraw1394
|
Name: libraw1394
|
||||||
Version: 2.0.7
|
Version: 2.1.0
|
||||||
Release: 2
|
Release: 0
|
||||||
License: LGPLv2.1+
|
|
||||||
Summary: A Firewire Interface
|
Summary: A Firewire Interface
|
||||||
Url: http://www.dennedy.org/libraw1394/
|
License: LGPL-2.1+
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
|
Url: http://www.dennedy.org/libraw1394/
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: libraw1394-64bit
|
Obsoletes: libraw1394-64bit
|
||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
BuildRequires: openjade-devel pkg-config
|
BuildRequires: openjade-devel
|
||||||
|
BuildRequires: pkg-config
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: http://www.kernel.org/pub/linux/libs/ieee1394/%{name}-%{version}.tar.bz2
|
Source0: http://www.kernel.org/pub/linux/libs/ieee1394/%{name}-%{version}.tar.xz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
Patch: libraw1394.no-isodump.patch
|
Patch: libraw1394.no-isodump.patch
|
||||||
|
|
||||||
@ -67,7 +66,6 @@ Ben Collins <bcollins@debian.org>
|
|||||||
Pieter Palmers <pieterp@joow.be>
|
Pieter Palmers <pieterp@joow.be>
|
||||||
|
|
||||||
%package 11
|
%package 11
|
||||||
License: LGPLv2.1+
|
|
||||||
Summary: A Firewire Interface
|
Summary: A Firewire Interface
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
# bug437293
|
# bug437293
|
||||||
@ -81,11 +79,11 @@ A library for the Linux IEEE-1394 subsystem, which provides direct
|
|||||||
access to the connected 1394 (Firewire) bus.
|
access to the connected 1394 (Firewire) bus.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: LGPLv2.1+
|
|
||||||
Summary: Development and Include Files for libraw1394
|
Summary: Development and Include Files for libraw1394
|
||||||
Summary(pt_BR): Arquivos de desenvolvimento e cabeçalhos para o libraw1394
|
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{name}-11 == %{version} glibc-devel
|
Summary(pt_BR): Arquivos de desenvolvimento e cabeçalhos para o libraw1394
|
||||||
|
Requires: %{name}-11 == %{version}
|
||||||
|
Requires: glibc-devel
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: libraw1394-devel-64bit
|
Obsoletes: libraw1394-devel-64bit
|
||||||
|
Loading…
Reference in New Issue
Block a user