Summary: MPEG video plugin for XMMS. Summary(ja): XMMS 用 MPEG ビデオプラグイン Name: smpeg-xmms Version: 0.3.5 Release: 0vl2 Copyright: GPL Group: System Environment/Libraries Source0: ftp://ftp.xmms.org/xmms/plugins/smpeg-xmms/%{name}-%{version}.tar.gz #Patch10: %{name}-%{version}-CFLAGS.patch URL: http://www.xmms.org/xmms BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildPrereq: smpeg-devel SDL-devel xmms-devel Vendor: Project Vine Distribution: Vine Linux %description A MPEG video plugin for XMMS. Supports hardware acceleration in Xfree 4.x if available, fullscreen, resizeable window, VCD support, aspected ratio when resizing the window, etc. %prep rm -rf %{buildroot} %setup -q #%patch10 -p1 %build %ifarch ia64 %define optflags -O2 -fPIC %endif %configure --libdir=`xmms-config --input-plugin-dir` make %install rm -rf %{buildroot} %makeinstall libdir=%{buildroot}/`xmms-config --input-plugin-dir` %clean rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-, root, root) %{_libdir}/xmms/Input/* %changelog * Sun Jun 02 2002 Satoshi MACHINO 0.3.5-0vl2 - fixed date in changelog ;P * Sun Jun 02 2002 Satoshi MACHINO 0.3.5-0vl1 - updated smpeg-xmms-0.3.5 - fixed URL tag - dropped CFLAGS.patch * Fri Apr 13 2001 MATSUBAYASHI 'Shaolin' Kohji - 0.3.1-2vl2 - added Patch0 for newer glib/gtk+ * Wed Dec 20 2000 Jun Nishii - 0.3.1-2vl1 * Mon Nov 13 2000 Bill Nottingham - fix ia64 build (non-fPIC code in shared object) * Wed Aug 30 2000 Preston Brown - initial RPM.