Author: qboosh Date: Sat May 28 10:13:17 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 2.8.1 (note: new libecasound soname)
---- Files affected: packages/ecasound: ecasound.spec (1.109 -> 1.110) ---- Diffs: ================================================================ Index: packages/ecasound/ecasound.spec diff -u packages/ecasound/ecasound.spec:1.109 packages/ecasound/ecasound.spec:1.110 --- packages/ecasound/ecasound.spec:1.109 Fri Jan 14 21:37:03 2011 +++ packages/ecasound/ecasound.spec Sat May 28 12:13:12 2011 @@ -9,12 +9,12 @@ Summary: Software package for multitrack audio processing Summary(pl.UTF-8): Oprogramowanie do wielościeżkowego przetwarzania dźwięku Name: ecasound -Version: 2.7.2 +Version: 2.8.1 Release: 1 License: GPL v2+ Group: Applications/Sound Source0: http://ecasound.seul.org/download/%{name}-%{version}.tar.gz -# Source0-md5: 40498ceed9cc7622ee969c427f13921c +# Source0-md5: d9ded0074a8eeb59dd507c248220d010 Patch0: %{name}-link.patch Patch1: %{name}-acam.patch URL: http://www.eca.cx/ecasound/ @@ -146,7 +146,7 @@ %{__aclocal} %{__autoconf} %{__automake} -CXXFLAGS="%{rpmcflags} -D_REENTRANT %{!?debug:-DNDEBUG} -I/usr/include/ncurses" +CXXFLAGS="%{rpmcflags} -D_REENTRANT %{!?debug:-DNDEBUG}" # disable audiofile - ecasound has native support for wav and raw formats # disable oss - ecasound works nicely with alsa oss emulation; # in case of alsa building conditional, the oss should @@ -166,7 +166,9 @@ --with-python-includes=%{py_incdir} \ --with-python-modules=%{py_libdir} -%{__make} +%{__make} \ + termcap_library_ncurses="-lncurses -ltinfo" \ + ncurses_library="-lncurses -ltinfo" %install rm -rf $RPM_BUILD_ROOT @@ -193,7 +195,7 @@ %doc AUTHORS BUGS COPYING NEWS README TODO %attr(755,root,root) %{_bindir}/eca* %attr(755,root,root) %{_libdir}/libecasound.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libecasound.so.22 +%attr(755,root,root) %ghost %{_libdir}/libecasound.so.23 %attr(755,root,root) %{_libdir}/libecasoundc.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libecasoundc.so.1 %attr(755,root,root) %{_libdir}/libkvutils.so.*.*.* @@ -241,6 +243,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.110 2011/05/28 10:13:12 qboosh +- updated to 2.8.1 (note: new libecasound soname) + Revision 1.109 2011/01/14 20:37:03 qboosh - updated to 2.7.2 (note: new libecasound soname) - updated link,acam patches ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ecasound/ecasound.spec?r1=1.109&r2=1.110&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
