]> git.pld-linux.org Git - packages/arts.git/blobdiff - arts.spec
- also adjust LINK for quotes
[packages/arts.git] / arts.spec
index b1ae1ebdb95b6a06aaeb240ac57748ea587fc69e..1f19c97b48202586719dfd1414fe91f7697f3611 100644 (file)
--- a/arts.spec
+++ b/arts.spec
@@ -3,26 +3,25 @@
 %bcond_without alsa    # disable ALSA support
 %bcond_with    nas     # enable NAS support
 %bcond_without esd     # disable esound support
-%bcond_without hidden_visibility       # pass '--fvisibility=hidden'
-                                       # & '--fvisibility-inlines-hidden'
-                                       # to g++ 
+%bcond_without hidden_visibility       # pass '--fvisibility=hidden' & '--fvisibility-inlines-hidden' to g++
 #
 %define                _state          stable
-%define                _kdever         3.5.2
-%define                _ver            1.5.2
+%define                _kdever         3.5.5
 #
 Summary:       aRts sound server
 Summary(pl):   Serwer d¼wiêku
 Summary(pt_BR):        Servidor de sons usado pelo KDE
 Name:          arts
-Version:       %{_ver}
-Release:       1
+Version:       1.5.5
+Release:       0.1
 Epoch:         13
 License:       LGPL
 Group:         Libraries
 Source0:       ftp://ftp.kde.org/pub/kde/%{_state}/%{_kdever}/src/%{name}-%{version}.tar.bz2
-# Source0-md5: e1eb7969ea16aab2bdd9d1a9736d6af3
-Patch100:      %{name}-branch.diff
+# Source0-md5: 3b0aa1ee08c6ef2aefd8d2d88d1ec146
+#Patch100:     %{name}-branch.diff
+Patch0:                %{name}-libs.patch
+Patch1:                kde-ac260-lt.patch
 URL:           http://www.arts-project.org/
 %{?with_alsa:BuildRequires:    alsa-lib-devel}
 BuildRequires: audiofile-devel
@@ -39,8 +38,8 @@ BuildRequires:        libtool >= 2:1.5-2
 BuildRequires: libvorbis-devel
 %{?with_nas:BuildRequires:     nas-devel}
 BuildRequires: pkgconfig
-%{?with_hidden_visibility:BuildRequires:       qt-devel >= 6:3.3.5.051113-1}
 %{!?with_hidden_visibility:BuildRequires:      qt-devel >= 6:3.2.1-4}
+%{?with_hidden_visibility:BuildRequires:       qt-devel >= 6:3.3.5.051113-1}
 Obsoletes:     arts-glib
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -162,6 +161,8 @@ Pliki programistyczne dla biblioteki qtmcop.
 %prep
 %setup -q
 #%patch100 -p1
+%patch0 -p1
+%patch1 -p1
 
 %build
 cp -f /usr/share/automake/config.sub admin
This page took 0.090249 seconds and 4 git commands to generate.