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