%lib_package smpeg-0.4 0 Summary: SDL MPEG Library Name: smpeg Version: 0.4.5 Release: 10_cvs20060129.0.1%{?dist} License: LGPL Group: System Environment/Libraries #Source: ftp://sunsite.dk/pub/os/linux/loki/open-source/smpeg/%{name}-%{version}.tar.gz Source: smpeg-20060129.tar.bz2 Patch0: smpeg-SDL_endian.patch Patch2: smpeg-0.4.4-gcc32.patch URL: http://www.lokigames.com/development/smpeg.php3 BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: gcc-c++ BuildRequires: autoconf, automake BuildRequires: SDL-devel >= 1.2.0 BuildRequires: arts-devel >= 7:1.0.0 BuildRequires: gtk+-devel >= 1.2.1 BuildRequires: libGL-devel, libGLU-devel %description SMPEG is based on UC Berkeley's mpeg_play software MPEG decoder and SPLAY, an mpeg audio decoder created by Woo-jae Jung. We have completed the initial work to wed these two projects in order to create a general purpose MPEG video/audio player for the Linux OS. %package gtv Summary: A simple MPEG video and audio player Group: Applications/Multimedia Requires: %{name} = %{version} %description gtv A simple MPEG video and audio player using smpeg %prep %setup -q -n %{name} %patch0 -p1 %patch2 -p0 -b .gcc32 %build #automake-1.4 -a #autoconf sh -x ./autogen.sh %configure make %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} mkdir -p %{buildroot}/etc/X11/applnk/Multimedia cat > %{buildroot}/etc/X11/applnk/Multimedia/gtv.desktop < develfiles.list << EOF %defattr(-,root,root,-) %{_bindir}/smpeg-config EOF %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc CHANGES COPYING README %{_libdir}/lib*.so.* %{_bindir}/plaympeg %{_mandir}/man1/plaympeg* #%{_bindir}/smpeg-config #%{_datadir}/aclocal/* %files gtv %defattr(-,root,root,-) %config(missingok) /etc/X11/applnk/Multimedia/gtv.desktop %{_bindir}/gtv %{_bindir}/glmovie %{_mandir}/man1/gtv* %changelog * Sat Jun 14 2008 Axel Thimm - 0.4.5-10_cvs20060129.0.1 - Fix not utf-8 specfile entries. * Wed Mar 27 2002 Than Ngo 0.4.4-9 - fix bug #62090 * Tue Feb 26 2002 Than Ngo 0.4.4-8 - fix to build in new enviroment * Thu Jan 24 2002 Bernhard Rosenkraenzer 0.4.4-7 - Rebuild to get rid of superfluous dependencies [dependencies removed in SDL 1.2.3-5] - Move gtv to a separate package. * Mon Jan 7 2002 Bernhard Rosenkraenzer 0.4.4-4 - Rebuild with new aRts - Fix build with gcc 3.1 and automake 1.5 * Mon Jul 23 2001 Than Ngo - fix buildprereq dependency (bug #49701) - Copyright->License * Tue Jul 10 2001 Elliot Lee - Rebuild to remove libXv/libXxf86dga deps * Sun Jun 24 2001 Bernhard Rosenkraenzer 0.4.4-1 - 0.4.4 * Sun Apr 15 2001 Bernhard Rosenkraenzer - 0.4.3, SDL 1.2.0 - Clean up specfile - Add missing aclocal file, needed for the current SDL_mixer to build * Tue Feb 27 2001 Preston Brown - don't own manpage dir * Mon Jan 22 2001 Than Ngo - updated to 0.4.2, which fixes many bugs (Bug #21354) * Tue Oct 2 2000 Than Ngo - update to 0.4.1 - clean up specfile * Mon Aug 07 2000 Than Ngo - add swedish translation (Bug #15336) * Wed Jul 12 2000 Prospector - automatic rebuild * Fri Jun 16 2000 Preston Brown - better .desktop entry * Thu Jun 15 2000 Preston Brown - fix up for Winston, use FHS paths * Fri Mar 3 2000 Sam Lantinga - Split package into development and runtime packages