]> git.pld-linux.org Git - packages/ecasound.git/commitdiff
- raw version
authorwrobell <wrobell@pld-linux.org>
Mon, 19 Jun 2000 17:35:29 +0000 (17:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ecasound.spec -> 1.1

ecasound.spec [new file with mode: 0644]

diff --git a/ecasound.spec b/ecasound.spec
new file mode 100644 (file)
index 0000000..55a85e4
--- /dev/null
@@ -0,0 +1,186 @@
+Summary:       Software package for multitrack audio processing
+Summary(pl):   Oprogramowanie do wielo¶cie¿kowego przetwarzania d¼wiêku
+Name:          ecasound
+Version:       1.7.8r12
+Release:       1
+Copyright:     GPL
+Group:         Applications/Sound
+Group(pl):     Aplikacje/D¼wiêk
+Source:        http://ecasound.seul.org/download/%{name}-%{version}.tar.gz
+Patch0:        ecasound-ncurses_and_sys_readline.patch.bz2
+Patch1:        ecasound-DESTDIR.patch.bz2
+BuildRequires: qt-devel >= 2.0
+BuildRequires: gcc >= 2.95.2
+BuildRequires: audiofile-devel >= 0.1.7
+BuildRequires: readline-devel
+BuildRequires: ncurses-devel
+Requires:      lame
+Requires:      mpg123
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Ecasound is the software package for multitrack audio processing.
+
+1. Supported audio inputs/outputs: 
+- ALSA - Advanced Linux Sound Architecture (PCM input, output and
+  loopback support)
+- OSS (/dev/dsp*) - Open Sound System
+- RIFF WAVE (.wav) - 8/16bit non-compressed 
+- Ecasound Wave Files (.ewf) - simple wrapper format for recording
+  purposes
+- Raw/headerless sample data (.raw) 
+- CDDA (.cdr) - format used on audio-CDs 
+- MPEG 1.0/2.0 (layers 1, 2 and 3) (.mp3) - using mpg123 for input and
+  lame for output
+- Module formats supported by MikMod - XM, IT, S3M, MOD, MTM, 669,
+  STM, ULT, FAR, MED, AMF, DSM, IMF, GDM, STX 
+- AIFF (.aiff) and Sun/NeXT audio (.au/.snd) formats using libaudiofile: 
+- standard input/output streams (stdin, stdout) and named pipes 
+2. Effects:
+- Various amplifiers, panning, DC-fix, volume normalization 
+- Channel mixing and routing 
+- Noise gate, two compressors 
+- Filters: lowpass, highpass, bandpass, bandreject, resonant lowpass,
+  resonant bandpass, resonator, inverse comb 
+- Time-based: multitap delay, reverb, fake-stereo 
+3. Controllers (for effect parameters):
+- sine oscillator 
+- generic oscillator (either using an envelope table with static points
+  or with linear interpolation) 
+- linear envelopes 
+- MIDI continuous controllers (CC) 
+
+This package contains ecasound with interactive textmode user program
+and utilites which support batch processing:
+- ecatools_fixdc: fix DC-offset
+- ecatools_normalize: normalize volume level
+- ecatools_play: play files using the default output
+
+%description -l pl
+N/A
+
+%package -n libecasound
+Summary:       Ecasound libraries
+Summary(pl):   Biblioteki programu ecasound
+Group:         Development/Libraries
+Group(pl):     Programowanie/Biblioteki
+
+%description -n libecasound
+N/A
+
+%description -l pl -n libecasound
+N/A
+
+%package -n libecasound-devel
+Summary:       Ecasound headers
+Summary(pl):   Pliki nag³ówkowe bibliotek programu ecasound
+Group:         Development/Libraries
+Group(pl):     Programowanie/Biblioteki
+
+%description -n libecasound-devel
+%description -l pl -n libecasound-devel
+
+%package -n qtecasound
+Summary:       Ecasound QT frontend
+Summary(pl):   Interfejs graficzny dla programu ecasound
+Group:         Applications/Sound
+Group(pl):     Aplikacje/D¼wiêk
+
+%description -n qtecasound
+This is qtecasound, Qt-based X-interface for ecasound. It is usable
+but isn't yet as powerful as the console mode version. This program
+features:
+- control panel (start, stop, rewind, forward, ...) 
+- session setup (load, save and view chainsetups) 
+- chainsetup view (add, remove, attach and view inputs, outputs and chains;
+  enable/disable chains) 
+- waveform view (supports caching)
+- chain view (chain and effect status) 
+
+%description -n qtecasound -l pl
+N/A
+
+%package -n libqtecasound
+Summary:       Ecasound QT frontend library
+Summary(pl):   Biblioteki interfejsu graficznego programu ecasound
+Group:         Development/Libraries
+Group(pl):     Programowanie/Biblioteki
+
+%description -n libqtecasound
+N/A
+
+%description -l pl -n libqtecasound
+N/A
+
+%package -n libqtecasound-devel
+Summary:       Ecasound QT frontend library headers
+Summary(pl):   Pliki nag³ówkowe bibliotek interfejsu graficznego programu ecasound
+Group:         Development/Libraries
+Group(pl):     Programowanie/Biblioteki
+
+%description -n libqtecasound-devel
+N/A
+
+%description -l pl -n libqtecasound-devel
+N/A
+
+
+%prep
+%setup -q
+%patch0 -p1
+%patch1 -p1
+
+%build
+automake
+autoconf
+CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" \
+       %configure --prefix=%{_prefix} \
+    --with-qt-includes=/usr/X11R6/include --with-qt-libraries=/usr/X11R6/lib \
+    --enable-sys-readline
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
+
+gzip -9nf $RPM_BUILD_ROOT%{_mandir}/*/*
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644, root, root, 755)
+%attr(755, root, root) %{_bindir}/ecafixdc
+%attr(755, root, root) %{_bindir}/ecanormalize
+%attr(755, root, root) %{_bindir}/ecaplay
+%attr(755, root, root) %{_bindir}/ecasound
+%{_mandir}/man1/eca*
+%{_mandir}/man5/eca*
+
+%files -n libecasound
+%defattr(644, root, root, 755)
+%dir %{_datadir}/ecasound
+%attr(644, root, root) %{_datadir}/ecasound/*
+%attr(755, root, root) %{_libdir}/libkvutils*.so*
+%attr(755, root, root) %{_libdir}/libecasound*.so*
+
+%files -n libecasound-devel
+%attr(644, root, root) %{_includedir}/ecasound/[^qe]*
+%attr(644, root, root) %{_includedir}/kvutils/*
+%attr(755, root, root) %{_libdir}/libkvutils.a
+%attr(755, root, root) %{_libdir}/libkvutils.la
+
+%files -n qtecasound
+%defattr(644, root, root, 755)
+%attr(755, root, root) %{_bindir}/qtecasound
+%{_mandir}/man1/qt*
+
+%files -n libqtecasound
+%defattr(644, root, root, 755)
+%attr(755, root, root) %{_libdir}/libqtecasound*.so*
+
+%files -n libqtecasound-devel
+%defattr(644, root, root, 755)
+%attr(644, root, root) %{_includedir}/ecasound/qe*
+%attr(755, root, root) %{_libdir}/libqtecasound*.a
+%attr(755, root, root) %{_libdir}/libqtecasound*.la
This page took 0.072121 seconds and 4 git commands to generate.