]> git.pld-linux.org Git - packages/ecasound.git/commitdiff
- removed R: lame,mpg123 - they are optional, only for mp3 I/O
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 11 May 2003 00:13:39 +0000 (00:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added libsamplerate support for higher quality resampling
- release 1 (forgot to reset previously)

Changed files:
    ecasound.spec -> 1.68

ecasound.spec

index 877508d0c50c974d31d5545cf13e6132e3583084..e09ca13611b5fe73e05c6c77a0b9dd5e36b5ee0d 100644 (file)
@@ -14,7 +14,7 @@ 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
+Release:       1
 License:       GPL
 Group:         Applications/Sound
 Source0:       http://ecasound.seul.org/download/%{name}-%{version}.tar.gz
@@ -25,14 +25,13 @@ Patch0:             %{name}-link.patch
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: ladspa-devel
+BuildRequires: libsamplerate-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)
 
@@ -132,6 +131,7 @@ CXXFLAGS="%{rpmcflags} -D_REENTRANT %{!?debug:-DNDEBUG} -I/usr/include/ncurses"
        %{?_without_alsa:--disable-alsa} \
        %{!?_without_alsa:--disable-oss} \
        --enable-pyecasound \
+       --enable-samplerate \
        --with-largefile
 
 %{__make}
This page took 0.158437 seconds and 4 git commands to generate.