Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
ffado.2721
ffado.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ffado.spec of Package ffado.2721
# # spec file for package ffado # # Copyright (c) 2016 SUSE LINUX 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/ # %if 0%{?suse_version} >= 1230 %define _udevrulesdir /usr/lib/udev %else %define _udevrulesdir /lib/udev %endif Name: ffado %define tname libffado Version: 2.1.0 Release: 0 Summary: FireWire 1394 support for audio devices, svn snapshot License: GPL-2.0+ Group: Productivity/Multimedia/Other Url: http://www.ffado.org/ Source0: %{tname}-%{version}.tar.bz2 Source1: baselibs.conf # The svn repository is actually down, the changes are not update: don't use it #Source2: ChangeLog # No current date and time allowed. Patch0: libffado-date_time.patch Patch1: fix-build.patch BuildRequires: alsa-devel BuildRequires: dbus-1-python-devel BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: libavc1394-devel BuildRequires: libconfig++-devel BuildRequires: libdbus-c++-devel BuildRequires: libexpat-devel BuildRequires: libiec61883-devel >= 1.1.0 BuildRequires: libraw1394-devel >= 1.3.0 BuildRequires: libxml++-devel BuildRequires: pkg-config BuildRequires: scons BuildRequires: update-desktop-files BuildRequires: xdg-utils BuildRequires: pkgconfig(dbus-1) >= 1.0 Requires: libffado2 = %{version} Recommends: ffado-mixer = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build %{py_requires} %description FFADO aims to provide a generic, open-source solution to support FireWire(IEEE1394, iLink) based (semi-) professional audio interfaces. It's the successor of the FreeBoB project. FFADO is a volunteer-based community effort, trying to provide Linux with at least the same level of functionality that is present on the other operating systems. The range of FireWire Audio Devices that we would like to support is broad: from pure audio interfaces over mixed audio-control devices to DSP algorithm devices. This is a snapshot of svn revision 1855 %package -n libffado-devel Summary: Development files for ffado Group: Development/Libraries/C and C++ Requires: glibc-devel Requires: libconfig-devel Requires: libdbus-c++-devel Requires: libffado2 = %{version} %description -n libffado-devel This package supplys the files necessary to develop applications that use the FFADO libraries and api. %package -n libffado2 Summary: FireWire 1394 support for audio devices Group: System/Libraries %description -n libffado2 This package provides the libffado shared library that provides a unified programming interface to configure and use all supported devices. Currently this library is used by the 'firewire' backends of the jack audio connection kit sound server. This backend provides audio and midi support, and is available in jackd. Access to the device internal configuration (e,g, internal mixer) is exposed using the ffado-dbus-server daemon. This daemon exposes the configurable parameters of all detected devices through DBUS. The ffadomixer application in support/mixer presents a GUI to control these parameters (only for officially supported devices). %prep %setup -n %{tname}-%{version} -q %patch0 %patch1 -p1 # The svn repo is actually unavailable #cp %{SOURCE2} . %build export EXTRA_FLAGS="-Wno-deprecated-declarations --std=gnu++11" %ifarch %arm export EXTRA_FLAGS="${EXTRA_FLAGS} -fPIC" %endif #export DBUS1_FLAGS="$DBUS1_FLAGS -lpthread" scons %{?jobs:--jobs=%jobs} \ PREFIX=%{_prefix} \ LIBDIR=%{_libdir} \ MANDIR=%{_mandir} \ UDEVDIR=%{_udevrulesdir} \ ENABLE_GENERICAVC=yes \ SERIALIZE_USE_EXPAT=no \ DEBUG=no \ ENABLE_ALL=yes \ PYPKGDIR=%{python_sitelib} \ ENABLE_OPTIMIZATIONS=yes \ BUILD_TESTS=yes \ ENABLE_DICE=true \ COMPILE_FLAGS="%{optflags} -fno-strict-aliasing -ggdb ${EXTRA_FLAGS}" %install scons DESTDIR=%{buildroot} install %fdupes -s %{buildroot}%{_datadir} %post -n libffado2 -p /sbin/ldconfig %postun -n libffado2 -p /sbin/ldconfig %files %defattr(-,root,root) %doc README %doc AUTHORS %doc LICENSE.GPLv2 %doc LICENSE.GPLv3 #%doc ChangeLog %{_bindir}/dumpiso_mod %{_bindir}/gen-loadpulses %{_bindir}/scan-devreg %{_bindir}/test-avccmd %{_bindir}/test-bufferops %{_bindir}/test-clock_nanosleep %{_bindir}/test-devicestringparser %{_bindir}/test-dice-eap %{_bindir}/test-echomixer %{_bindir}/test-enhanced-mixer %{_bindir}/test-focusrite %{_bindir}/test-fw410 %{_bindir}/test-ieee1394service %{_bindir}/test-ipcringbuffer %{_bindir}/test-messagequeue %{_bindir}/test-scs %{_bindir}/test-shm %{_bindir}/test-streamdump %{_bindir}/test-sysload %{_bindir}/test-timestampedbuffer %{_bindir}/test-volume %{_bindir}/test-watchdog %{_bindir}/unmute-ozonic %{_bindir}/test-cycle-time %{_bindir}/set-default-router-config-dice-eap %{_datadir}/dbus-1/services/org.ffado.Control.service %{_bindir}/ffado* %{_datadir}/%{tname} %{_mandir}/man1/ffado-bridgeco-downloader.1.gz %{_mandir}/man1/ffado-dbus-server.1.gz %{_mandir}/man1/ffado-diag.1.gz %{_mandir}/man1/ffado-dice-firmware.1.gz %{_mandir}/man1/ffado-fireworks-downloader.1.gz %files -n libffado-devel %defattr(-,root,root) %dir %{_includedir}/%{tname} %{_includedir}/%{tname}/*.h %{_libdir}/%{tname}*.so %{_libdir}/pkgconfig/%{tname}.pc %files -n libffado2 %defattr(-,root,root) %{_libdir}/%{tname}.so.2* %dir %{_udevrulesdir} %{_udevrulesdir}/60-ffado.rules %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor