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