Search
j0ke.net Open Build Service
>
Projects
>
multimedia
>
libfreebob
> libfreebob.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File libfreebob.spec of Package libfreebob (Revision 4)
Currently displaying revision
4
,
show latest
# norootforbuild Name: libfreebob Summary: FreeBoB is a a generic Linux driver for BeBoB devices License: GPL URL: http://freebob.sourceforge.net/ Group: Hardware/Other Version: 1.0.3 Release: 1 Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: alsa BuildRequires: pkgconfig >= 0.9.0 BuildRequires: libraw1394-devel >= 1.2.1 BuildRequires: libiec61883-devel >= 1.1.0 BuildRequires: libavc1394-devel >= 0.5.3 BuildRequires: alsa-devel libxml2-devel BuildRequires: gcc-c++ %if %suse_version > 1010 BuildRequires: openSUSE-release %else BuildRequires: suse-release OR sles-release %endif %description FreeBoB is a driver for BeBoB which is the firmware. Currently, there is only one chip in the wild which is running this kind of software, the DM1000. But it is to be expected to find soon other chips (still prefix-labled with DM) which will running BeBoB versions. %package devel Summary: Development libs for libfreebob Group: Development/Libraries Requires: %{name} = %{version} %description devel Development libraries needed to build applications against libfreebob %if %suse_version >= 930 %debug_package %endif %prep %setup -q %build %configure %{__make} %install %makeinstall %clean rm -rf %{buildroot} %files %doc AUTHORS COPYING NEWS README %defattr(-, root, root) %_libdir/libfreebob.so %_libdir/libfreebob.so.0 %_libdir/libfreebob.so.0.1.0 %files devel %defattr(-, root, root) %_includedir/libfreebob/*.h %_libdir/*.*a %_libdir/pkgconfig/libfreebob.pc %changelog * Tue Jan 29 2008 Carsten Schoene <cs@linux-administrator.com> - import for SLE_10 build