]> git.pld-linux.org Git - packages/smurf.git/blame - smurf.spec
- updated gettext BR
[packages/smurf.git] / smurf.spec
CommitLineData
6f26f717 1Summary: A GPL sound font editor
b6a1b933 2Summary(pl.UTF-8): Edytor fontów dźwiękowych
6f26f717 3Name: smurf
a1f3a889 4Version: 0.52.6
f39ea010 5Release: 4
6f26f717 6License: GPL
6f26f717 7Vendor: Josh Green <jgreen@users.sourceforge.net>
bb3c275c 8Group: X11/Applications/Sound
cdf78478 9Source0: http://dl.sourceforge.net/smurf/%{name}-%{version}.tar.gz
8c238ac6 10# Source0-md5: 5fafbd7557112f8d3d794a8101075d84
a625fb76 11Source1: %{name}.desktop
36594940 12Patch0: %{name}-remove_private_gettext.m4.patch
f39ea010 13Patch1: %{name}-po.patch
70636374 14URL: http://smurf.sourceforge.net/
94862ed0 15BuildRequires: alsa-lib-devel
7e6c9c0a 16BuildRequires: audiofile-devel
f7222d1f 17BuildRequires: autoconf
18BuildRequires: automake
3a0aed80 19BuildRequires: gettext-tools
7e6c9c0a 20BuildRequires: gtk+-devel
94862ed0 21BuildRequires: libsndfile-devel
f7222d1f 22BuildRequires: libtool
70636374 23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
6f26f717 24
2cba74ea 25%description
004a5faf 26Smurf is a GTK+ based sound font editor. Sound font files are a
a625fb76 27collection of audio samples and other data that describe instruments
28for wavetable sound cards. Smurf currently supports the AWE 32/64 and
29has limited support for the GUS/SoftOSS driver which can use any OSS
30supported 16 bit sound card.
2cba74ea 31
52479bf0
JR
32%description -l pl.UTF-8
33Smurf to edytor "fontów dźwiękowych" oparty na bibliotece GTK+. Pliki
34"fontów" są zbiorem próbek dźwięków połączonych z dodatkowymi danymi,
35które razem opisują instrumenty dla kart dźwiękowych wykorzystujących
36wavetable. Smurf aktualnie obsługuje karty AWE 32/64, ma także
37ograniczone wsparcie dla sterowników GUS/SoftOSS, które mogą
38wykorzystywać dowolną 16-bitową kartę obsługiwaną przez OSS.
70b21743 39
2cba74ea 40%prep
41%setup -q
f39ea010 42%patch0 -p1
43%patch1 -p1
2cba74ea 44
45%build
c446cd63 46rm -f missing
d72d1af1 47%{__libtoolize}
c615dd52 48%{__gettextize}
9907c9c8 49%{__aclocal}
86bac5e2 50%{__autoconf}
51%{__automake}
6f26f717 52%configure
43fb6677 53%{__make}
2cba74ea 54
55%install
6f26f717 56rm -rf $RPM_BUILD_ROOT
52bb1b28 57install -d $RPM_BUILD_ROOT%{_desktopdir}
70636374 58
30de0ff6 59%{__make} install DESTDIR=$RPM_BUILD_ROOT
6201f6d3 60
52bb1b28 61install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
70636374 62
a625fb76 63%find_lang %{name}
64
2cba74ea 65%clean
6f26f717 66rm -rf $RPM_BUILD_ROOT
2cba74ea 67
a625fb76 68%files -f %{name}.lang
6f26f717 69%defattr(644,root,root,755)
d47a1bf1 70%doc AUTHORS NEWS README ChangeLog
6f26f717 71%attr(755,root,root) %{_bindir}/smurf
ef651742 72%{_desktopdir}/*.desktop
This page took 0.069771 seconds and 4 git commands to generate.