From b41741097a84e31ccba24af13743bc93fff374a143d5fd968426912fa76469c1 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 11 Nov 2014 10:31:04 +0000 Subject: [PATCH] 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 --- baselibs.conf | 1 + sbc-1.0.tar.bz2 | 3 --- sbc-1.3.tar.xz | 3 +++ sbc.changes | 12 ++++++++++++ sbc.spec | 25 +++++++++++++++++-------- 5 files changed, 33 insertions(+), 11 deletions(-) create mode 100644 baselibs.conf delete mode 100644 sbc-1.0.tar.bz2 create mode 100644 sbc-1.3.tar.xz diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..98d9c58 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +libsbc1 \ No newline at end of file diff --git a/sbc-1.0.tar.bz2 b/sbc-1.0.tar.bz2 deleted file mode 100644 index ba6f6eb..0000000 --- a/sbc-1.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d900b2de7e44576ddb8a41b4b980d2f61a011666cec2905dd962f93ed508544e -size 274679 diff --git a/sbc-1.3.tar.xz b/sbc-1.3.tar.xz new file mode 100644 index 0000000..42ba33c --- /dev/null +++ b/sbc-1.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e61022cf576f14190241e7071753fdacdce5d1dea89ffd704110fc50be689309 +size 246292 diff --git a/sbc.changes b/sbc.changes index 1aa61af..b07d998 100644 --- a/sbc.changes +++ b/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 diff --git a/sbc.spec b/sbc.spec index bbf5e42..bc61bff 100644 --- a/sbc.spec +++ b/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