diff options
author | Jaechul Lee <jcsing.lee@samsung.com> | 2021-01-27 10:27:47 +0900 |
---|---|---|
committer | Jaechul Lee <jcsing.lee@samsung.com> | 2021-02-02 13:16:01 +0900 |
commit | 4951a4ddc4dab3fd08a77e1f4f86d98edcfeb291 (patch) | |
tree | 2c0fc6a0793c3fc2e734aaa9bb43ef0069f67521 /packaging | |
parent | d7f5228919279736a8aa792a9d85d7435dd57d8b (diff) | |
download | audio-hal-sc7727-4951a4ddc4dab3fd08a77e1f4f86d98edcfeb291.tar.gz audio-hal-sc7727-4951a4ddc4dab3fd08a77e1f4f86d98edcfeb291.tar.bz2 audio-hal-sc7727-4951a4ddc4dab3fd08a77e1f4f86d98edcfeb291.zip |
Use hal interfacesubmit/tizen/20210204.010649submit/tizen/20210203.005915accepted/tizen/unified/20210204.134618
hal interfaces were added. Besides, structure and enum names were changed
for better readability. In case of enum, audio_return_t is changed to
audio_return_'e', and device_info_t is changed to device_info_'s'.
[Version] 0.1.35
[Issue Type] None
Change-Id: Idae678cf0a04838f3f150d74417b13d05ce77af0
Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/audio-hal-sc7727.spec | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/packaging/audio-hal-sc7727.spec b/packaging/audio-hal-sc7727.spec index b3224d3..41a835b 100644 --- a/packaging/audio-hal-sc7727.spec +++ b/packaging/audio-hal-sc7727.spec @@ -1,6 +1,6 @@ Name: audio-hal-sc7727 Summary: TIZEN Audio HAL for SC7727 -Version: 0.1.34 +Version: 0.1.35 Release: 0 Group: System/Libraries License: Apache-2.0 @@ -12,7 +12,9 @@ BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(alsa) #BuildRequires: pkgconfig(tinyalsa) BuildRequires: pkgconfig(expat) -Provides: libtizen-audio.so +BuildRequires: pkgconfig(hal-api-common) +BuildRequires: pkgconfig(hal-api-audio) +Provides: libhal-backend-audio.so %description TIZEN Audio HAL for SC7727 @@ -28,7 +30,7 @@ export FFLAGS="$FFLAGS -DTIZEN_DEBUG_ENABLE" export USE_TINYALSA="0" %autogen -%configure +./configure --libdir=%{_hal_libdir} make %{?jobs:-j%jobs} @@ -45,5 +47,5 @@ make %{?jobs:-j%jobs} %files %manifest audio-hal-sc7727.manifest %defattr(-,root,root,-) -%{_libdir}/libtizen-audio.so +%{_hal_libdir}/libhal-backend-audio.so %license LICENSE.APLv2 |