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