Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37039891
en ru br
Репозитории ALT
S:1.7.0-alt2
5.1: 1.2-alt0.M51.1
4.1: 1.1.19-alt2
www.altlinux.org/Changes

Группа :: Видео
Пакет: frei0r-plugins

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define bname frei0r
%define major_ver 1
%define minor_ver 2

Name: %bname-plugins
Version: %major_ver.%minor_ver
Release: alt0.M51.1
Summary: Frei0r - a minimalistic plugin API for video effects
License: %lgpl2plus
Group: Video
URL: http://www.piksel.org/frei0r
Source: http://propirate.net/frei0r/%name-%version.tar
Patch: %name-%version-%release.patch
Packager: Alexey Shabalin <shaba at altlinux.ru>

BuildRequires(pre): rpm-build-licenses
BuildRequires: gcc-c++
BuildRequires: libgavl-devel >= 0.2.3
BuildRequires: libopencv-devel >= 1.0.0
BuildRequires: doxygen fonts-ttf-dejavu graphviz

%description
It is a minimalistic plugin API for video sources and filters. The behaviour of
the effects can be controlled from the host by simple parameters. The intent is
to solve the recurring reimplementation or adaptation issue of standard effect

%package -n frei0r-devel
Summary: Development files for %name
Group: Development/C
Requires: %name = %version-%release

%description -n frei0r-devel
The %name-devel package contains libraries and header files for
developing applications that use %name.

%package -n frei0r-devel-doc
Summary: Development documentation for %name
Group: Development/Documentation
BuildArch: noarch

%description -n frei0r-devel-doc
This package contains development documentation for %name

%package facedetect
Summary: Face detect plugin for %name
Group: Video
Requires: %name = %version-%release
Requires: libopencv-utils-data

%description facedetect
Face detect plugin for %name

%prep
%setup
%patch -p1

%build
%__aclocal
%__autoheader
%__libtoolize --automake -c
%__automake --add-missing -c
%__autoconf
%configure --disable-static

# workaround cvconfig.h

/bin/ln -s -- config.h include/cvconfig.h

%make_build

%install
%make DESTDIR=%buildroot install

%files
%doc AUTHORS COPYING README
%dir %_libdir/%bname-%major_ver
%_libdir/%bname-%major_ver/*.so
%exclude %_libdir/%bname-%major_ver/facebl0r.so

%files -n frei0r-devel
%_includedir/frei0r.h
%_pkgconfigdir/*.pc

%files -n frei0r-devel-doc
%_defaultdocdir/%name-%major_ver.%minor_ver.*/*

%files facedetect
%_libdir/%bname-%major_ver/facebl0r.so

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin