]> git.pld-linux.org Git - packages/uade.git/blob - uade.spec
- massive attack: source-md5
[packages/uade.git] / uade.spec
1 %define         _pre    pre5
2 Summary:        Replayer for old amiga music file formats
3 Summary(pl):    Odtwarzacz starych amigowych plików muzycznych
4 Name:           uade
5 Version:        0.80
6 Release:        1.%{_pre}
7 License:        GPL
8 Group:          Applications/Sound
9 Source0:        http://www.ee.tut.fi/~heikki/uade/pre/%{name}-%{version}-%{_pre}.tar.bz2
10 # Source0-md5:  33c9d566d5e31e967b90952edf6a11e2
11 URL:            http://www.ee.tut.fi/~heikki/uade.html
12 BuildRequires:  gtk+-devel
13 BuildRequires:  libtool
14 BuildRequires:  xmms-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         _libdir         %(xmms-config --input-plugin-dir)
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
49 %description -n xmms-input-uade
50 For people that prefer a GUI rather than plain console apps and their
51 switches or those who just want to listen to their music with XMMS and
52 take advantage of it's features like playlists, different output,
53 effect and visual plugins there's also a UADE XMMS input plugin.
54
55 %description -n xmms-input-uade -l pl
56 Dla tych, którzy preferuj± GUI od aplikacji trybu tekstowego i ich
57 prze³±czników, lub po prostu chc± s³uchaæ muzyki u¿ywaj±c XMMS,
58 korzystaj±c z jego cech, jak playlisty, ró¿ne wyj¶cia, efekty i
59 pluginy wizualizacyjne, jest plugin dla XMMS korzystaj±cy z UADE.
60
61 %prep
62 %setup -q -n %{name}-%{version}-%{_pre}
63
64 %build
65 ./configure \
66         --prefix=%{_prefix} \
67         --package-prefix=$RPM_BUILD_ROOT \
68         --input-plugin-dir=%{_libdir} \
69         --with-sdl
70
71 %{__make} \
72         CC="%{__cc}" \
73         LIBTOOL="libtool --tag=dupa"
74
75 %install
76 rm -rf $RPM_BUILD_ROOT
77 %{__make} install DESTDIR=$RPM_BUILD_ROOT
78
79 %clean
80 rm -rf $RPM_BUILD_ROOT
81
82 %files
83 %defattr(644,root,root,755)
84 %doc ChangeLog.txt BUGS FIXED
85 %doc uade-docs/decrunch uade-docs/players
86 %doc uade-docs/faq.html uade-docs/*.txt
87 %attr(755,root,root) %{_bindir}/uade
88 %{_datadir}
89
90 %files examples
91 %defattr(644,root,root,755)
92 %doc songs/*
93
94 %files -n xmms-input-uade
95 %defattr(644,root,root,755)
96 %attr(755,root,root) %{_libdir}/*.so
This page took 0.183623 seconds and 4 git commands to generate.