SPECS: soundtracker.spec - updated to 0.6.8, updated no_chmod, loca...
qboosh
qboosh at pld-linux.org
Mon Oct 23 22:59:25 CEST 2006
Author: qboosh Date: Mon Oct 23 20:59:25 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 0.6.8, updated no_chmod,locale_names patches
- disabled jack support (not ready for current JACK API)
---- Files affected:
SPECS:
soundtracker.spec (1.33 -> 1.34)
---- Diffs:
================================================================
Index: SPECS/soundtracker.spec
diff -u SPECS/soundtracker.spec:1.33 SPECS/soundtracker.spec:1.34
--- SPECS/soundtracker.spec:1.33 Wed Jun 8 16:40:34 2005
+++ SPECS/soundtracker.spec Mon Oct 23 22:59:19 2006
@@ -1,9 +1,12 @@
# $Revision$, $Date$
+# TODO:
+# - gtk+2 (there was initial port of soundtracker 0.6.7)
+# - jack support (needs update to current API, at least two functions disappeared)
#
# Conditional build:
%bcond_without alsa # without ALSA support
%bcond_without esd # without EsounD support
-%bcond_without jack # without JACK support
+%bcond_with jack # JACK support (requires update for current JACK API)
%bcond_with gnome # GNOME 1.x-based GUI instead of plain GTK+1
#
%if %{without alsa}
@@ -12,18 +15,20 @@
Summary: Soundtracker - music editor for xm/mod formats
Summary(pl): Soundtracker - program do komponowania muzyki w formatach xm/mod
Name: soundtracker
-Version: 0.6.7
-Release: 5
+Version: 0.6.8
+Release: 1
License: GPL
Group: X11/Applications/Sound
Source0: http://www.soundtracker.org/dl/v0.6/%{name}-%{version}.tar.gz
-# Source0-md5: 9a5685e0a79fb10066d29baed652d324
+# Source0-md5: 1e5a2ef689e214933e53f687b3a199bb
Patch0: %{name}-no_chmod.patch
Patch1: %{name}-desktop.patch
Patch2: %{name}-locale_names.patch
Patch3: %{name}-po.patch
URL: http://www.soundtracker.org/
+BuildRequires: SDL-devel >= 1.2.0
%{?with_alsa:BuildRequires: alsa-lib-devel >= 0.9.0}
+BuildRequires: audiofile-devel >= 0.1.5
BuildRequires: autoconf
BuildRequires: automake
%{?with_esd:BuildRequires: esound-devel >= 0.2.8}
@@ -58,6 +63,7 @@
%patch3 -p1
mv -f po/{no,nb}.po
+rm -f po/stamp-po
%build
%{__gettextize}
@@ -91,7 +97,7 @@
%files -f %{name}.lang
%defattr(644,root,root,755)
-%doc AUTHORS FAQ NEWS TODO README ChangeLog doc/x[im].txt
+%doc AUTHORS FAQ NEWS TODO README ChangeLog doc/x[imp].txt
%attr(755,root,root) %{_bindir}/*
%{_datadir}/soundtracker
%{_desktopdir}/*
@@ -102,6 +108,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.34 2006/10/23 20:59:19 qboosh
+- updated to 0.6.8, updated no_chmod,locale_names patches
+- disabled jack support (not ready for current JACK API)
+
Revision 1.33 2005/06/08 14:40:34 zbyniu
- BR: pkgconfig
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/soundtracker.spec?r1=1.33&r2=1.34&f=u
More information about the pld-cvs-commit
mailing list