From: Seungbae Shin Date: Fri, 29 Jan 2021 06:10:52 +0000 (+0900) Subject: Merge tag 'upstream/1.0.29' into tizen X-Git-Tag: submit/tizen/20210201.055206^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=49bf2da1c6db351f93e6c5721b445606bacbaa98;p=platform%2Fupstream%2Falsa-lib.git Merge tag 'upstream/1.0.29' into tizen [Version] 1.0.29-0 [Issue Type] upgrade Change-Id: I990d0d190f30fb6b4cfb27cfb4c958b65b5dd3ca --- 49bf2da1c6db351f93e6c5721b445606bacbaa98 diff --cc packaging/alsa-lib.spec index 79d3739,0000000..9fc2e79 mode 100644,000000..100644 --- a/packaging/alsa-lib.spec +++ b/packaging/alsa-lib.spec @@@ -1,74 -1,0 +1,74 @@@ +Name: alsa-lib - Version: 1.0.28 - Release: 6 ++Version: 1.0.29 ++Release: 0 +License: LGPL-2.1+ +Summary: The Advanced Linux Sound Architecture (ALSA) library +Url: http://www.alsa-project.org/ +Group: System/Audio +Source0: ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version}.tar.bz2 +Source1001: alsa-lib.manifest + +%description +The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI +functionality to the Linux operating system. + +This package includes the ALSA runtime libraries to simplify application +programming and provide higher level functionality as well as support for +the older OSS API, providing binary compatibility for most OSS programs. + +%package -n libasound +Summary: ALSA Library package for multimedia framework middleware package +Group: System/Audio + +%description -n libasound +ALSA Library package for multimedia framework middleware package + +%package -n libasound-devel +Summary: ALSA Library package for multimedia framework middleware package +Group: Development/Libraries +Requires: libasound + +%description -n libasound-devel +ALSA Library package for multimedia framework middleware package + +%prep +%setup -q +cp %{SOURCE1001} . + + +%build +%configure --disable-static \ + --with-alsa-devdir=/dev/snd \ + --disable-alisp \ + --disable-python \ + --with-gnu-ld \ + --with-pcm-plugins=rate,route,linear,plug,dmix,dsnoop,asym,mmap,ioplug,null,empty + +make %{?_smp_mflags} + +%install +%make_install + +rm -f %{buildroot}/%{_bindir}/aserver + +%post -n libasound -p /sbin/ldconfig + +%postun -n libasound -p /sbin/ldconfig + + +%files -n libasound +%manifest %{name}.manifest +%defattr(-,root,root,-) +%license COPYING +%{_libdir}/lib*.so.* +%{_libdir}/alsa-lib/smixer/*.so +%{_datadir}/alsa/* + +%files -n libasound-devel +%manifest %{name}.manifest +%defattr(-,root,root,-) +%{_includedir}/* +%{_libdir}/lib*.so +%{_libdir}/pkgconfig/* +%{_datadir}/aclocal +