Accepting request 260261 from home:sumski:hazard:to:your:stereo
version update + baselibs(needed for gstremer ugly plugins) OBS-URL: https://build.opensuse.org/request/show/260261 OBS-URL: https://build.opensuse.org/package/show/Base:System/sbc?expand=0&rev=4
This commit is contained in:
parent
a70da8c0d6
commit
b41741097a
1
baselibs.conf
Normal file
1
baselibs.conf
Normal file
@ -0,0 +1 @@
|
||||
libsbc1
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d900b2de7e44576ddb8a41b4b980d2f61a011666cec2905dd962f93ed508544e
|
||||
size 274679
|
3
sbc-1.3.tar.xz
Normal file
3
sbc-1.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e61022cf576f14190241e7071753fdacdce5d1dea89ffd704110fc50be689309
|
||||
size 246292
|
12
sbc.changes
12
sbc.changes
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 7 16:13:05 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Provide baselibs.conf
|
||||
- Update to version 1.3:
|
||||
* Fix issue with frame length calculation for dual-channel mode.
|
||||
- Changes since 1.2:
|
||||
* Add support for setup from A2DP configuration data.
|
||||
* Add support for enabling high precision build.
|
||||
- Changes since 1.1:
|
||||
* Add support for mSBC encoding and decoding functionality.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 24 11:04:37 UTC 2012 - seife+obs@b1-systems.com
|
||||
|
||||
|
25
sbc.spec
25
sbc.spec
@ -1,5 +1,7 @@
|
||||
#
|
||||
# spec file for package sbc
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 B1 Systems GmbH, Vohburg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -11,35 +13,42 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# norootforbuild
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define sonum 1
|
||||
|
||||
Name: sbc
|
||||
Version: 1.0
|
||||
Version: 1.3
|
||||
Release: 0
|
||||
License: GPL-2.0+
|
||||
Summary: Bluetooth Low-Complexity, Sub-Band Codec Utilities
|
||||
Url: http://www.kernel.org/pub/linux/bluetooth
|
||||
License: GPL-2.0+
|
||||
Group: Hardware/Mobile
|
||||
Source: http://www.kernel.org/pub/linux/bluetooth/sbc-%{version}.tar.bz2
|
||||
BuildRequires: libsndfile-devel pkg-config
|
||||
Url: http://www.kernel.org/pub/linux/bluetooth
|
||||
Source: https://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.xz
|
||||
Source1: baselibs.conf
|
||||
BuildRequires: libsndfile-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
AutoReqProv: on
|
||||
|
||||
%description
|
||||
The package contains utilities for using the SBC codec.
|
||||
|
||||
%package -n libsbc%{sonum}
|
||||
License: LGPL-2.1+
|
||||
Summary: Bluetooth Low-Complexity, Sub-Band Codec Library
|
||||
License: LGPL-2.1+
|
||||
Group: Hardware/Mobile
|
||||
|
||||
%description -n libsbc%{sonum}
|
||||
The package contains libraries for using the SBC codec.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for libsbc%{sonum}
|
||||
License: GPL-2.0+
|
||||
Group: Development/Sources
|
||||
Requires: libsbc%{sonum} = %{version}
|
||||
|
||||
%description devel
|
||||
Development files for the SBC library
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user