]> git.pld-linux.org Git - packages/ecasound.git/commitdiff
- up to 1.8.2r14
authorwrobell <wrobell@pld-linux.org>
Tue, 19 Sep 2000 16:25:31 +0000 (16:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- qt stuff is distributed separetely now

Changed files:
    ecasound.spec -> 1.14

ecasound.spec

index 138c669d57e6e85a1e3f22dcd761268d069f69dc..31fe792ad223aac416c4008533e96635bcd4a384 100644 (file)
@@ -1,15 +1,12 @@
 Summary:       Software package for multitrack audio processing
 Summary(pl):   Oprogramowanie do wielo¶cie¿kowego przetwarzania d¼wiêku
 Name:          ecasound
-Version:       1.8.0d14
-Release:       4
+Version:       1.8.2r14
+Release:       1
 License:       GPL
 Group:         Applications/Sound
 Group(pl):     Aplikacje/D¼wiêk
 Source0:       http://ecasound.seul.org/download/%{name}-%{version}.tar.gz
-Patch0:                ecasound-ncurses.patch.bz2
-Patch1:                ecasound-kvutils.patch.bz2
-BuildRequires: qt-devel >= 2.0
 BuildRequires: audiofile-devel >= 0.1.7
 BuildRequires: readline-devel
 BuildRequires: ncurses-devel >= 5.0
@@ -93,81 +90,14 @@ Ecasound static libraries.
 %description -l pl -n libecasound-static
 Biblioteki statyczne programu ecasound.
 
-%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 -l pl -n qtecasound
-N/A.
-
-%package -n libqtecasound
-Summary:       Ecasound QT frontend library
-Summary(pl):   Biblioteki interfejsu graficznego programu ecasound
-Group:         Development/Libraries
-Group(fr):     Development/Librairies
-Group(pl):     Programowanie/Biblioteki
-
-%description -n libqtecasound
-Ecasound QT frontend library.
-
-%description -l pl -n libqtecasound
-Biblioteki interfejsu graficznego programu ecasound.
-
-%package -n libqtecasound-devel
-Summary:       Ecasound QT frontend library headers
-Summary(pl):   Pliki nag³ówkowe bibliotek interfejsu graficznego programu ecasound
-Group:         Development/Libraries
-Group(fr):     Development/Librairies
-Group(pl):     Programowanie/Biblioteki
-Requires:      libqtecasound = %{version}
-
-%description -n libqtecasound-devel
-Ecasound QT frontend library headers.
-
-%description -l pl -n libqtecasound-devel
-Pliki nag³ówkowe bibliotek interfejsu graficznego programu ecasound.
-
-%package -n libqtecasound-static
-Summary:       Ecasound QT frontend static library
-Summary(pl):   Biblioteki stayczne interfejsu graficznego programu ecasound
-Group:         Development/Libraries
-Group(fr):     Development/Librairies
-Group(pl):     Programowanie/Biblioteki
-Requires:      libqtecasound-devel = %{version}
-
-%description -n libqtecasound-static
-Ecasound QT frontend static library.
-
-%description -l pl -n libqtecasound-static
-Biblioteki stayczne interfejsu graficznego programu ecasound.
-
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
-automake
-autoconf
 LDFLAGS="-s"
 CXXFLAGS="$RPM_OPT_FLAGS -fno-rtti"
 export LDFLAGS CXXFLAGS
 %configure \
-       --with-qt-includes=%{_prefix}/X11R6/include \
-       --with-qt-libraries=%{_prefix}/X11R6/lib \
        --enable-sys-readline
 %{__make}
 
@@ -185,15 +115,13 @@ rm -rf $RPM_BUILD_ROOT
 %post   -n libecasound -p /sbin/ldconfig
 %postun -n libecasound -p /sbin/ldconfig
 
-%post   -n libqtecasound -p /sbin/ldconfig
-%postun -n libqtecasound -p /sbin/ldconfig
-
 %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
+%attr(755,root,root) %{_bindir}/ecasound-config
 %{_mandir}/man1/eca*
 %{_mandir}/man5/eca*
 
@@ -217,22 +145,3 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %{_libdir}/libkvutils.a
 %{_libdir}/libecasound*.a
-
-%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)
-%{_includedir}/ecasound/qe*
-%attr(755,root,root) %{_libdir}/libqtecasound*.so
-%attr(755,root,root) %{_libdir}/libqtecasound*.la
-
-%files -n libqtecasound-static
-%defattr(644,root,root,755)
-%{_libdir}/libqtecasound*.a
This page took 0.033104 seconds and 4 git commands to generate.