File gst-dsp.spec of Package gst-dsp
#
# spec file for package gst-dsp
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 Guillaume GARDET <guillaume@opensuse.org>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: gst-dsp
Version: 0.10.2
Release: 0.0
Summary: GStreamer plug-in to access TI OMAP3-like DSP algorithms
License: LGPL-2.1
Group: Productivity/Multimedia/Video/Players
Url: http://code.google.com/p/gst-dsp/
Source: gst-dsp-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gstreamer-0_10-devel
Requires: gstreamer-0_10
Requires: tidsp-binaries
ExclusiveArch: armv7hl
%description
This package contains the GStreamer plug-in to access TI OMAP3-like DSP algorithms.
%prep
%setup -q
%build
make
%install
%make_install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
/%{_bindir}/gst-dsp-parse
/%{_libdir}/gstreamer-0.10/libgstdsp.so
%changelog