Summary: BMP effect plugin for pitch/speed control Name: bmp-scizzor Version: 1.3.3 Release: 2.n0i.2 License: GPL Group: Applications/Multimedia URL: http://scizzor.sourceforge.net/ Source: http://prdownloads.sourceforge.net/scizzor/scizzor-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: bmp-devel, pkgconfig %define plugin_dir %(pkg-config --variable=effect_plugin_dir bmp) %description Beep Media Player effect plugin for pitch/speed control. Features: - Sliders for pitch and speed control. - Chop button to chop once on the beat. - No chop overlap to reduce echo effect from plugin. - Volume lock keeps volume level same before effect. - Optional spin button, and optional drawing of scale value. %prep %setup -n scizzor %build export BEEPCFLAGS="$RPM_OPT_FLAGS -DBMP $(pkg-config --cflags bmp)" export BEEPLDFLAGS="$(pkg-config --libs bmp)" %{__make} -e bmp %install %{__rm} -rf $RPM_BUILD_ROOT %{__install} -D -m 0755 scizzor-bmp.so $RPM_BUILD_ROOT%{plugin_dir}/scizzor-bmp.so %clean %{__rm} -rf $RPM_BUILD_ROOT %files %defattr(-, root, root, 0755) %{plugin_dir}/*.so %changelog * Tue Sep 20 2005 Marius FERARU 1.3.3-2.n0i.2 - rebuild * Thu Dec 30 2004 Marius FERARU 1.3.3-1.n0i.1 - initial spec