forked from pool/ldacBT
Accepting request 676644 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/676644 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ldacBT?expand=0&rev=2
This commit is contained in:
commit
7a5cfd0362
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2baebf72de366178de67d014e52490577673858d030284243d61d0e507753d5e
|
|
||||||
size 70120
|
|
BIN
ldacBT-2.0.2.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
ldacBT-2.0.2.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 15 19:56:49 UTC 2019 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 2.0.2.3:
|
||||||
|
+ Add cmake definitions: INSTALL_INCLUDEDIR,
|
||||||
|
INSTALL_PKGCONFIGDIR, INSTALL_LDAC_INCLUDEDIR.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 13 11:14:39 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
Wed Feb 13 11:14:39 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
10
ldacBT.spec
10
ldacBT.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libldac
|
# spec file for package ldacBT
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
%global libname libldac2
|
%global libname libldac2
|
||||||
Name: ldacBT
|
Name: ldacBT
|
||||||
Version: 2.0.2.2
|
Version: 2.0.2.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A lossy audio codec for Bluetooth connections
|
Summary: A lossy audio codec for Bluetooth connections
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Productivity/Multimedia/Sound/Utilities
|
Group: Productivity/Multimedia/Sound/Utilities
|
||||||
URL: https://github.com/EHfive/ldacBT
|
URL: https://github.com/EHfive/ldacBT
|
||||||
Source0: https://github.com/EHfive/ldacBT/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
Source0: %{url}/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@ -57,8 +57,10 @@ even over a Bluetooth connection.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake \
|
%cmake \
|
||||||
|
-DBUILD_STATIC_LIBS=OFF \
|
||||||
-DLDAC_SOFT_FLOAT=OFF \
|
-DLDAC_SOFT_FLOAT=OFF \
|
||||||
-DINSTALL_LIBDIR=%{_libdir}
|
-DINSTALL_LIBDIR=%{_libdir} \
|
||||||
|
%{nil}
|
||||||
%make_jobs
|
%make_jobs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user