Author: qboosh Date: Fri Jun 15 16:25:04 2012 GMT Module: packages Tag: HEAD ---- Log message: - updated to 2.9.0 (note: new libecasound,libkvutils sonames) - python module is now python-, not C-based - introduced LV2 support (via lilv)
---- Files affected: packages/ecasound: ecasound.spec (1.110 -> 1.111) ---- Diffs: ================================================================ Index: packages/ecasound/ecasound.spec diff -u packages/ecasound/ecasound.spec:1.110 packages/ecasound/ecasound.spec:1.111 --- packages/ecasound/ecasound.spec:1.110 Sat May 28 12:13:12 2011 +++ packages/ecasound/ecasound.spec Fri Jun 15 18:24:59 2012 @@ -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.8.1 +Version: 2.9.0 Release: 1 License: GPL v2+ Group: Applications/Sound Source0: http://ecasound.seul.org/download/%{name}-%{version}.tar.gz -# Source0-md5: d9ded0074a8eeb59dd507c248220d010 +# Source0-md5: 05e7d4664cdf4c7a138c098e9506a551 Patch0: %{name}-link.patch Patch1: %{name}-acam.patch URL: http://www.eca.cx/ecasound/ @@ -30,6 +30,8 @@ BuildRequires: libsndfile-devel >= 1.0.12 BuildRequires: libstdc++-devel BuildRequires: libtool >= 2:1.4d +BuildRequires: lilv-devel >= 0.5.0 +BuildRequires: lv2core-devel BuildRequires: ncurses-devel BuildRequires: pkgconfig BuildRequires: python-devel >= 2.2 @@ -40,6 +42,8 @@ BuildRequires: rpmbuild(macros) >= 1.277 BuildRequires: ruby-devel %endif +Requires: libsndfile >= 1.0.12 +Requires: lilv >= 0.5.0 Obsoletes: libecasound BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -89,6 +93,7 @@ Requires: libsamplerate-devel Requires: libsndfile-devel Requires: libstdc++-devel +Requires: lilv-devel >= 0.5.0 Obsoletes: libecasound-devel %description devel @@ -172,7 +177,7 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{py_sitedir} +#install -d $RPM_BUILD_ROOT%{py_sitedir} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT \ @@ -181,7 +186,6 @@ %py_ocomp $RPM_BUILD_ROOT%{py_sitedir} %py_comp $RPM_BUILD_ROOT%{py_sitedir} %py_postclean -%{__rm} $RPM_BUILD_ROOT%{py_sitedir}/*.{la,a} %clean rm -rf $RPM_BUILD_ROOT @@ -192,14 +196,14 @@ %files %defattr(644,root,root,755) # COPYING is licensing note, not GPL/LGPL text -%doc AUTHORS BUGS COPYING NEWS README TODO +%doc AUTHORS BUGS COPYING NEWS README RELNOTES TODO %attr(755,root,root) %{_bindir}/eca* %attr(755,root,root) %{_libdir}/libecasound.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libecasound.so.23 +%attr(755,root,root) %ghost %{_libdir}/libecasound.so.24 %attr(755,root,root) %{_libdir}/libecasoundc.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libecasoundc.so.1 %attr(755,root,root) %{_libdir}/libkvutils.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libkvutils.so.4 +%attr(755,root,root) %ghost %{_libdir}/libkvutils.so.10 %{_datadir}/ecasound %{_mandir}/man1/eca*.1* %{_mandir}/man5/ecasoundrc.5* @@ -226,7 +230,6 @@ %files -n python-%{name} %defattr(644,root,root,755) -%attr(755,root,root) %{py_sitedir}/pyecasound.so %{py_sitedir}/ecacontrol.py[co] %{py_sitedir}/eci.py[co] %{py_sitedir}/pyeca.py[co] @@ -243,6 +246,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.111 2012/06/15 16:24:59 qboosh +- updated to 2.9.0 (note: new libecasound,libkvutils sonames) +- python module is now python-, not C-based +- introduced LV2 support (via lilv) + Revision 1.110 2011/05/28 10:13:12 qboosh - updated to 2.8.1 (note: new libecasound soname) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/ecasound/ecasound.spec?r1=1.110&r2=1.111 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
