# # todo: # - jack-audio-connection-kit support # # # Conditional build: # _without_alsa - without ALSA support # %include /usr/lib/rpm/macros.python Summary: Software package for multitrack audio processing Summary(pl): Oprogramowanie do wielościeżkowego przetwarzania dźwięku Name: ecasound Version: 2.2.3 Release: 3 License: GPL Group: Applications/Sound Source0: http://ecasound.seul.org/download/%{name}-%{version}.tar.gz Patch0: %{name}-link.patch %ifnarch sparc sparc64 %{!?_without_alsa:BuildRequires: alsa-lib-devel} %endif BuildRequires: autoconf BuildRequires: automake BuildRequires: ladspa-devel BuildRequires: libstdc++-devel BuildRequires: libtool >= 2:1.4d BuildRequires: python-devel >= 2.2 BuildRequires: python-modules >= 2.2 BuildRequires: readline-devel >= 4.2 BuildRequires: rpm-pythonprov Requires: lame Requires: mpg123 Obsoletes: libecasound BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Ecasound is a software package designed for multitrack audio processing. It can be used for simple tasks like audio playback, recording and format conversions, as well as for multitrack effect processing, mixing, recording and signal recycling. Ecasound supports a wide range of audio inputs, outputs and effect algorithms. Several open-source audio packages, like for instance ALSA, OSS, mpg123, lame, libaudiofile and MikMod, are directly supported. One of the advantages of ecasound's chain-based design is that effects can easily be combined both in series and in parallel. Oscillators and MIDI-CCs can be used for controlling effect parameters. Included user-interfaces are ecasound - a versatile console mode interface, qtecasound - a Qt-based X-interface and various command-line utils suitable for batch processing. %description -l pl Ecasound jest programem do wielościeżkowej edycji dźwięku, który może być używany tak do prostych zadań typu odtwarzanie i nagrywanie muzyki czy też konwersji pomiędzy formatami plików muzycznych jak i do wielościeżkowego nakładania efektów, miksowania (przenikania, wyciszania), nagrywania i odzyskiwania (w domyśle odszumiania lub wyrzucania zniekształceń) sygnału. Ecasound wspiera szeroką gamę źródeł i wyjść dźwięku oraz algorytmów do jego przetwarzania. Ecasound wspiera wiele wolnych (open source) projektów, takich jak ALSA, OSS, mpg123, lame, libaudiofile czy też MikMod. Jedną z zalet programu ecasound jest możliwość łańcuchowego (szeregowego) lub równoległego łączenia efektów, które mogą być kontrolowane poprzez oscylatory lub MIDI-CC. Pakiet ten zawiera tekstowy interfejs użytkownika oraz kilka innych narzędzi nadających się do przetwarzania wsadowego. Dostępny jest także graficzny interfejs użytkownika - qtecasound. %package devel Summary: Header files for ecasound libraries Summary(pl): Pliki nagłówkowe bibliotek ecasound Group: Development/Libraries Requires: %{name} = %{version} Obsoletes: libecasound-devel %description devel Header files for ecasound libraries. %description devel -l pl Pliki nagłówkowe bibliotek ecasound. %package static Summary: Static ecasound libraries Summary(pl): Statyczne biblioteki ecasound Group: Development/Libraries Requires: %{name}-devel = %{version} Obsoletes: libecasound-static %description static Static ecasound libraries. %description static -l pl Statyczne biblioteki ecasound. %package -n python-%{name} Summary: Python module for Ecasound Summary(pl): Moduł języka Python dla programu ecasound Group: Libraries/Python %pyrequires_eq python-modules %description -n python-%{name} Python module for Ecasound. %description -n python-%{name} -l pl Moduł języka Python dla programu ecasound. %prep %setup -q %patch0 -p1 %build rm -f missing %{__libtoolize} %{__aclocal} %{__autoconf} %{__automake} CXXFLAGS="%{rpmcflags} -D_REENTRANT %{!?debug:-DNDEBUG} -I/usr/include/ncurses" # 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 # be enabled # disable arts - 'not really useful' as said by ecasound author %configure \ --enable-sys-readline \ --with-python-includes=%{py_incdir} \ --with-python-modules=%{py_libdir} \ --disable-audiofile \ --disable-arts \ %{?_without_alsa:--disable-alsa} \ %{!?_without_alsa:--disable-oss} \ --enable-pyecasound \ --with-largefile %{__make} %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{py_sitedir} %{__make} DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install install pyecasound/*.py $RPM_BUILD_ROOT%{py_sitedir} %py_ocomp $RPM_BUILD_ROOT%{py_sitedir} %py_comp $RPM_BUILD_ROOT%{py_sitedir} %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(644,root,root,755) %doc BUGS NEWS README TODO %attr(755,root,root) %{_bindir}/eca* %attr(755,root,root) %{_libdir}/lib*.so.*.* %{_datadir}/ecasound %{_mandir}/man1/eca* %{_mandir}/man5/eca* %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/*-config %attr(755,root,root) %{_libdir}/lib*.so %{_libdir}/lib*.la %{_includedir}/kvutils %{_includedir}/libecasound %{_includedir}/libecasoundc %files static %defattr(644,root,root,755) %{_libdir}/lib*.a %files -n python-%{name} %defattr(644,root,root,755) %attr(755,root,root) %{py_sitedir}/*.so %{py_sitedir}/*.py[co]