xmms-smpeg/xmms-smpeg.spec

Name: xmms-smpeg
Summary: XMMS SMPEG Plugin
Version: 0.3.5
Release: 0.2
License: GPL
Group: Applications/Multimedia
URL: http://www.xmms.org/
Description: An MPEG plugin for XMMS using SDL/smpeg as backend.

CentOS 7 x86_64

The build could not start because of the following missing build requirements:

Build Status

CentOS 6 x86_64

The build could not start because of the following missing build requirements:

Build Status

Contents

The spec file used by the build system currently has the following contents:

# $Id$
# Authority: dag

%define xmms_inputdir %(xmms-config --input-plugin-dir)

%define real_name smpeg-xmms

Summary: XMMS SMPEG Plugin
Name: xmms-smpeg
Version: 0.3.5
Release: 0.2%{?dist}
License: GPL
Group: Applications/Multimedia
URL: http://www.xmms.org/

Source: ftp://ftp.lokigames.com/pub/open-source/smpeg/smpeg-xmms-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: xmms-devel, gtk+-devel >= 1.2.7, SDL-devel >= 1.1.5, smpeg-devel >= 0.4.1

%description
An MPEG plugin for XMMS using SDL/smpeg as backend.

%prep
%setup -n %{real_name}-%{version}

%build
%configure \
	--libdir="%{xmms_inputdir}"
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%makeinstall \
	libdir="%{buildroot}%{xmms_inputdir}"

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{xmms_inputdir}/*.so

%changelog
* Sat Apr 08 2006 Dries Verachtert <dries@ulyssis.org> - 0.3.5-0.2
- Rebuild for Fedora Core 5.

* Mon Apr 21 2003 Dag Wieers <dag@wieers.com> - 0.3.4-0
- Initial package. (using DAR)