Author: wolf Date: Sun Jan 1 23:37:13 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - 2.00
---- Files affected: SPECS: uade2.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/uade2.spec diff -u /dev/null SPECS/uade2.spec:1.1 --- /dev/null Mon Jan 2 00:37:13 2006 +++ SPECS/uade2.spec Mon Jan 2 00:37:08 2006 @@ -0,0 +1,108 @@ +# $Revision$, $Date$ +Summary: Replayer for old amiga music file formats +Summary(pl): Odtwarzacz starych amigowych plików muzycznych +Name: uade2 +Version: 2.00 +Release: 1 +License: GPL +Group: Applications/Sound +Source0: http://zakalwe.virtuaalipalvelin.net/uade/uade2/uade-%{version}.tar.bz2 +# Source0-md5: fd669f8c7959e98e70af4f015e2ee5c6 +URL: http://zakalwe.virtuaalipalvelin.net/uade/ +BuildRequires: gtk+-devel +BuildRequires: libao-devel +BuildRequires: libtool +BuildRequires: rpmbuild(macros) >= 1.125 +BuildRequires: xmms-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +UADE is a replayer for old amiga music file formats. It uses an UAE +emulation of the AMIGA Hardware and a cloned m68k-assembler Amiga +delitracker API to be able to replay those tunes again on platforms +other than the original AMIGA. + +%description -l pl +UADE jest odtwarzaczem starych amigowych formatów plików muzycznych. +Używa emulacji sprzętu z UAE i sklonowanego API delitrackera, by móc +odtworzyć ponownie te melodie na platformach innych niż Amiga. + +%package examples +Summary: Sample amiga tunes +Summary(pl): Przykładowe melodie +Group: Applications/Sound + +%description examples +Some sample amiga tunes you can use to test if UADE works. + +%description examples -l pl +Kilka przykładowych amigowych melodii, które możesz wykorzystać do +sprawdzenia, czy UADE działa. + +%package -n xmms-input-uade2 +Summary: UADE plugin for XMMS +Summary(pl): Wtyczka dla XMMS-a wykorzystująca UADE +Group: X11/Applications/Sound +Requires: %{name} = %{version}-%{release} +Requires: xmms + +%description -n xmms-input-uade2 +For people that prefer a GUI rather than plain console apps and their +switches or those who just want to listen to their music with XMMS and +take advantage of it's features like playlists, different output, +effect and visual plugins there's also a UADE XMMS input plugin. + +%description -n xmms-input-uade2 -l pl +Dla tych, którzy preferują GUI od aplikacji trybu tekstowego i ich +przełączników, lub po prostu chcą słuchać muzyki używając XMMS-a, +korzystając z jego cech, takich jak playlisty, różne wyjścia, efekty i +wtyczki wizualizacyjne, jest wtyczka dla XMMS-a korzystająca z UADE. + +%prep +%setup -q -n uade-%{version} + +%build +./configure \ + --prefix=%{_prefix} \ + --package-prefix=$RPM_BUILD_ROOT + +%{__make} \ + CC="%{__cc}" \ + ARCHFLAGS="%{rpmcflags}" + +%install +rm -rf $RPM_BUILD_ROOT +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT \ + XMMSPLUGINDIR=$RPM_BUILD_ROOT%{xmms_input_plugindir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS COPYING ChangeLog +%doc doc/{BUGS,PLANS,UAE-*,audio_emulation.txt,eagleplayer.conf,song.conf} +%attr(755,root,root) %{_bindir}/uade123 +%dir %{_libdir}/uade2 +%attr(755,root,root) %{_libdir}/uade2/uadecore +%{_datadir}/uade2 +%{_mandir}/man1/* + +%files examples +%defattr(644,root,root,755) +%doc songs/* + +%files -n xmms-input-uade2 +%defattr(644,root,root,755) +%attr(755,root,root) %{xmms_input_plugindir}/*.so + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/01/01 23:37:08 wolf +- 2.00 + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
