]> git.pld-linux.org Git - packages/uade.git/blob - uade.spec
3c5d3d97805236b581d75ea0bb3654ac2ba97a8e
[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:        2
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 %clean
80 rm -rf $RPM_BUILD_ROOT
81
82 %files
83 %defattr(644,root,root,755)
84 %doc ChangeLog.txt cust/* dlm/* fc/*
85 %doc uade-docs/decrunch uade-docs/players
86 %attr(755,root,root) %{_bindir}/uade
87 %{_datadir}
88
89 %files examples
90 %defattr(644,root,root,755)
91 %doc cust/* dlm/* fc/*
92
93 %files -n xmms-input-uade
94 %defattr(644,root,root,755)
95 %attr(755,root,root) %{_libdir}/*.so
This page took 0.035236 seconds and 3 git commands to generate.