Accepting request 676593 from home:iznogood:branches:multimedia:libs
- Update to version 2.0.2.3: + Add cmake definitions: INSTALL_INCLUDEDIR, INSTALL_PKGCONFIGDIR, INSTALL_LDAC_INCLUDEDIR. OBS-URL: https://build.opensuse.org/request/show/676593 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ldacBT?expand=0&rev=5
This commit is contained in:
parent
af5fc3d11e
commit
71fbe601d0
@ -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>
|
||||
|
||||
|
12
ldacBT.spec
12
ldacBT.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libldac
|
||||
# spec file for package ldacBT
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,13 +18,13 @@
|
||||
|
||||
%global libname libldac2
|
||||
Name: ldacBT
|
||||
Version: 2.0.2.2
|
||||
Version: 2.0.2.3
|
||||
Release: 0
|
||||
Summary: A lossy audio codec for Bluetooth connections
|
||||
License: Apache-2.0
|
||||
Group: Productivity/Multimedia/Sound/Utilities
|
||||
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: gcc
|
||||
BuildRequires: pkgconfig
|
||||
@ -57,8 +57,10 @@ even over a Bluetooth connection.
|
||||
|
||||
%build
|
||||
%cmake \
|
||||
-DLDAC_SOFT_FLOAT=OFF \
|
||||
-DINSTALL_LIBDIR=%{_libdir}
|
||||
-DBUILD_STATIC_LIBS=OFF \
|
||||
-DLDAC_SOFT_FLOAT=OFF \
|
||||
-DINSTALL_LIBDIR=%{_libdir} \
|
||||
%{nil}
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
|
Loading…
x
Reference in New Issue
Block a user