]> git.pld-linux.org Git - packages/arts.git/blobdiff - arts.spec
- merge from djurban branch
[packages/arts.git] / arts.spec
index f51b2727cf0a20b2533bf3f200d4a0d4886f6333..5220303bb7cbd40ecffbd0bf55d7b1422a592719 100644 (file)
--- a/arts.spec
+++ b/arts.spec
@@ -4,11 +4,10 @@
 %bcond_with    nas     # enable NAS support
 %bcond_without esd     # disable esound support
 #
-
 %define                _state          stable
-%define                _kdever         3.3
-%define                _ver            1.3.1
-
+%define                _kdever         3.5
+%define                _ver            1.5.0
+#
 Summary:       aRts sound server
 Summary(pl):   Serwer d¼wiêku
 Summary(pt_BR):        Servidor de sons usado pelo KDE
@@ -18,17 +17,16 @@ Release:    0.1
 Epoch:         13
 License:       LGPL
 Group:         Libraries
-#Source0:      http://download.kde.org/%{_state}/%{_kdever}/src/%{name}-%{_ver}.tar.bz2
-#Source0:      http://ftp.man.szczecin.pl/pub/kde/%{_state}/%{_kdever}/src/%{name}-%{_ver}.tar.bz2
-Source0:       http://ftp.pld-linux.org/software/kde/%{name}-%{_ver}.tar.bz2
-# Source0-md5: 26554e4c47d9a52bc20a07e39d32a731
+Source0:       ftp://ftp.kde.org/pub/kde/%{_state}/%{_kdever}/src/%{name}-%{version}.tar.bz2
+# Source0-md5: 4bc28aeb5d6b40286888ad9a63fa0668
+Patch100:      %{name}-branch.diff
 URL:           http://www.arts-project.org/
 %{?with_alsa:BuildRequires:    alsa-lib-devel}
 BuildRequires: audiofile-devel
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: docbook-dtd41-sgml
-BuildRequires: docbook-utils >= 0.6.13-3
+BuildRequires: docbook-utils >= 0.6.14
 %{?with_esd:BuildRequires:     esound-devel}
 BuildRequires: glib2-devel >= 2.0.0
 BuildRequires: jack-audio-connection-kit-devel
@@ -38,7 +36,7 @@ BuildRequires:        libvorbis-devel
 %{?with_nas:BuildRequires:     nas-devel}
 BuildRequires: pkgconfig
 BuildRequires: qt-devel >= 6:3.2.1-4
-BuildRequires: unsermake >= 040805-1
+#BuildRequires:        unsermake >= 040805-1
 Obsoletes:     arts-glib
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -131,17 +129,17 @@ X11 dependent part of aRts (x11globalcomm module).
 Czê¶æ aRts wymagaj±ca X11 (modu³ x11globalcomm).
 
 %package qt
-Summary:       QT dependend part of aRts
-Summary(pl):   Czê¶æ aRts wymagaj±ca QT
+Summary:       Qt dependend part of aRts
+Summary(pl):   Czê¶æ aRts wymagaj±ca Qt
 Group:         X11/Libraries
 Requires:      %{name} = %{epoch}:%{version}-%{release}
 Requires:      qt >= 6:3.2.1-4
 
 %description qt
-QT dependend part of aRts (qtmcop library).
+Qt dependend part of aRts (qtmcop library).
 
 %description qt -l pl
-Czê¶æ aRts wymagaj±ca QT (biblioteka qtmcop).
+Czê¶æ aRts wymagaj±ca Qt (biblioteka qtmcop).
 
 %package qt-devel
 Summary:       Development files for qtmcop library
@@ -159,18 +157,22 @@ Pliki programistyczne dla biblioteki qtmcop.
 
 %prep
 %setup -q
+#%patch100 -p1
 
 %build
 cp -f /usr/share/automake/config.sub admin
 
-export UNSERMAKE=/usr/share/unsermake/unsermake
+#export UNSERMAKE=/usr/share/unsermake/unsermake
 
 %{__make} -f admin/Makefile.common cvs
 
 %configure \
        %{!?with_nas:ac_cv_header_audio_audiolib_h=no} \
-       --%{?debug:en}%{!?debug:dis}able-debug \
-       --disable-rpath \
+%if "%{_lib}" == "lib64"
+       --enable-libsuffix=64 \
+%endif
+       --%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
+       %{!?debug:--disable-rpath} \
        --enable-final \
        --with-qt-libraries=%{_libdir} \
        --with%{!?with_alsa:out}-alsa
This page took 0.056117 seconds and 4 git commands to generate.