]> git.pld-linux.org Git - packages/uade.git/blob - uade.spec
- 0.81
[packages/uade.git] / uade.spec
1 Summary:        Replayer for old amiga music file formats
2 Summary(pl):    Odtwarzacz starych amigowych plików muzycznych
3 Name:           uade
4 Version:        0.81
5 Release:        1
6 License:        GPL
7 Group:          Applications/Sound
8 Source0:        http://uade.ton.tut.fi/uade/%{name}-%{version}.tar.bz2
9 # Source0-md5:  f0c391b4e1c990f27a52b663bcbb4829
10 URL:            http://uade.ton.tut.fi/
11 BuildRequires:  gtk+-devel
12 BuildRequires:  libtool
13 BuildRequires:  xmms-devel
14 BuildRequires:  rpmbuild(macros) >= 1.125
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         _libdir         %{xmms_input_plugindir}
18 %define         _datadir        %{_prefix}/share/uade
19
20 %description
21 UADE is a replayer for old amiga music file formats. It uses an UAE
22 emulation of the AMIGA Hardware and a cloned m68k-assembler Amiga
23 delitracker API to be able to replay those tunes again on platforms
24 other than the original AMIGA.
25
26 %description -l pl
27 UADE jest odtwarzaczem starych amigowych formatów plików muzycznych.
28 U¿ywa emulacji sprzêtu z UAE i sklonowanego API delitrackera, by móc
29 odtworzyæ ponownie te melodie na platformach innych ni¿ Amiga.
30
31 %package examples
32 Summary:        Sample amiga tunes
33 Summary(pl):    Przyk³adowe melodie
34 Group:          Applications/Sound
35
36 %description examples
37 Some sample amiga tunes you can use to test if UADE works.
38
39 %description examples -l pl
40 Kilka przyk³adowych amigowych melodii, które mo¿esz wykorzystaæ do
41 sprawdzenia, czy UADE dzia³a.
42
43 %package -n xmms-input-uade
44 Summary:        UADE plugin for XMMS
45 Summary(pl):    Plugin dla XMMS wykorzystuj±cy UADE
46 Group:          X11/Applications/Sound
47 Requires:       %{name} = %{version}
48 Requires:       xmms
49
50 %description -n xmms-input-uade
51 For people that prefer a GUI rather than plain console apps and their
52 switches or those who just want to listen to their music with XMMS and
53 take advantage of it's features like playlists, different output,
54 effect and visual plugins there's also a UADE XMMS input plugin.
55
56 %description -n xmms-input-uade -l pl
57 Dla tych, którzy preferuj± GUI od aplikacji trybu tekstowego i ich
58 prze³±czników, lub po prostu chc± s³uchaæ muzyki u¿ywaj±c XMMS,
59 korzystaj±c z jego cech, jak playlisty, ró¿ne wyj¶cia, efekty i
60 pluginy wizualizacyjne, jest plugin dla XMMS korzystaj±cy z UADE.
61
62 %prep
63 %setup -q
64
65 %build
66 ./configure \
67         --prefix=%{_prefix} \
68         --package-prefix=$RPM_BUILD_ROOT \
69         --input-plugin-dir=%{_libdir} \
70         --with-sdl
71
72 %{__make} \
73         CC="%{__cc}" \
74         LIBTOOL="libtool --tag=dupa"
75
76 %install
77 rm -rf $RPM_BUILD_ROOT
78 %{__make} install \
79         DESTDIR=$RPM_BUILD_ROOT
80
81 %clean
82 rm -rf $RPM_BUILD_ROOT
83
84 %files
85 %defattr(644,root,root,755)
86 %doc ChangeLog.txt BUGS FIXED
87 %doc uade-docs/decrunch uade-docs/players
88 %doc uade-docs/faq.html uade-docs/*.txt
89 %attr(755,root,root) %{_bindir}/uade
90 %{_datadir}
91
92 %files examples
93 %defattr(644,root,root,755)
94 %doc songs/*
95
96 %files -n xmms-input-uade
97 %defattr(644,root,root,755)
98 %attr(755,root,root) %{_libdir}/*.so
This page took 0.113379 seconds and 3 git commands to generate.