%define name @PACKAGE@ %define version @VERSION@ %define release 1 %define serial 1 %define input_plugin_dir @XMMS_INPUT_PLUGIN_DIR@ Summary: Sega Genesis GYM Input plugin for XMMS Name: %{name} Version: %{version} Release: %{release} Serial: %{serial} Packager: Phillip K. Hornung URL: http://sourceforge.net/projects/xymms/ Copyright: BSD Group: Applications/Multimedia Source: %{name}-%{version}.tar.gz Requires: xmms >= 1.0.1 BuildRoot: /var/tmp/%{name}-%{version} Obsoletes: xymms-0.9.0 NoSource: 0 %description XymMS is an XMMS input plugin capable of playing Sega Genesis GYM files by rendering FM, DAC, and PSG signals through emulation of the YM2612 and SN76496 sound chips found in the video game console. (CYM files will be supported in the beta release.) GYM files are created by various emulators such as DGen and Megasis. XymMS supports ZLib compression and decompression, and other various settings for output quality, etc. You can compress and decompress files along with updating ID tags using the File Info window. The emulation backend is courtesy the M.A.M.E. project. XymMS is based on code and ideas from the YMAMP and MSP Open Source projects. %prep %setup -q %build ./configure make %install rm -rf $RPM_BUILD_ROOT mkdir $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install %post /sbin/ldconfig %postun -p /sbin/ldconfig %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc COPYING ChangeLog README README.MAME %{input_plugin_dir}/libxymms.la %{input_plugin_dir}/libxymms.so %changelog * Sun Jul 30 2000 Phillip K. Hornung - Fixed a nasty memory leak that was mostly affecting compressed files. - Fixed RPMs to default to the XMMS RPM installation location. Sorry! - Unwriteable files will now display a message explaining why the File Info box won't work. * Fri Jul 28 2000 Phillip K. Hornung - Initial alpha release of XymMS 0.9.0.