File jack-stdio.spec of Package jack-stdio
#
# spec file for package jack-stdio
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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/
#
# norootforbuild
Name: jack-stdio
Version: 1.3
Release: 1
Summary: JACK audio-port for the unix commandline
Url: http://rg42.org/oss/jackstdio/
Source: %{name}-%{version}.tar.bz2
License: GPL-2.0
Group: Productivity/Multimedia/Sound/Utilities
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libjack-devel
%description
jack-stdio is a small tool that writes JACK audio-sample data to buffered standard output. jack-stdin reads raw audio data from standard-input and writes it to a JACK audio port.
jack-stdio works OOTB with JustEport as stdin to airtunes™ tool, and can be used with any command-line utilities like oggenc, sox, aacplusenc, lame, ffmpeg,..
Author:
--------
Robin Gareus <robin@gareus.org>
%prep
%setup -q
%build
make CFLAGS="$RPM_OPT_FLAGS"
%install
%makeinstall PREFIX=%{_prefix}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING
%_bindir/jack-stdout
%_bindir/jack-stdin
%doc %_mandir/man1/jack-stdout.1.gz
%doc %_mandir/man1/jack-stdin.1.gz
%changelog