Initial import for Rawhide
This commit is contained in:
parent
9a1df1270a
commit
51af6219b2
@ -0,0 +1 @@
|
|||||||
|
frei0r-plugins-1.1.22.tar.gz
|
24
frei0r-plugins-1.1.21-libdir.patch
Normal file
24
frei0r-plugins-1.1.21-libdir.patch
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
diff -up frei0r-plugins-1.1.21/src/Makefile.am.libdir frei0r-plugins-1.1.21/src/Makefile.am
|
||||||
|
--- frei0r-plugins-1.1.21/src/Makefile.am.libdir 2008-06-07 15:21:48.000000000 +0200
|
||||||
|
+++ frei0r-plugins-1.1.21/src/Makefile.am 2008-06-07 15:23:30.000000000 +0200
|
||||||
|
@@ -112,7 +112,7 @@ AM_CPPFLAGS = -I@top_srcdir@/include
|
||||||
|
AM_CFLAGS = -I@top_srcdir@/include
|
||||||
|
AM_LDFLAGS = -module -avoid-version -Wc,-nostartfiles
|
||||||
|
|
||||||
|
-plugindir = @prefix@/lib/frei0r-1
|
||||||
|
+plugindir = @libdir@/frei0r-1
|
||||||
|
|
||||||
|
|
||||||
|
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
|
||||||
|
diff -up frei0r-plugins-1.1.21/src/Makefile.in.libdir frei0r-plugins-1.1.21/src/Makefile.in
|
||||||
|
--- frei0r-plugins-1.1.21/src/Makefile.in.libdir 2008-06-07 15:21:44.000000000 +0200
|
||||||
|
+++ frei0r-plugins-1.1.21/src/Makefile.in 2008-06-07 15:23:08.000000000 +0200
|
||||||
|
@@ -583,7 +583,7 @@ RGB_la_SOURCES = mixer3/RGB/RGB.c
|
||||||
|
AM_CPPFLAGS = -I@top_srcdir@/include
|
||||||
|
AM_CFLAGS = -I@top_srcdir@/include
|
||||||
|
AM_LDFLAGS = -module -avoid-version -Wc,-nostartfiles
|
||||||
|
-plugindir = @prefix@/lib/frei0r-1
|
||||||
|
+plugindir = @libdir@/frei0r-1
|
||||||
|
all: all-am
|
||||||
|
|
||||||
|
.SUFFIXES:
|
70
frei0r-plugins.spec
Normal file
70
frei0r-plugins.spec
Normal file
@ -0,0 +1,70 @@
|
|||||||
|
Name: frei0r-plugins
|
||||||
|
Version: 1.1.22
|
||||||
|
Release: 1%{?dist}
|
||||||
|
Summary: Frei0r - a minimalistic plugin API for video effects
|
||||||
|
|
||||||
|
Group: System Environment/Libraries
|
||||||
|
License: GPLv2+
|
||||||
|
URL: http://www.piksel.org/frei0r
|
||||||
|
Source0: http://propirate.net/frei0r/frei0r-plugins-%{version}.tar.gz
|
||||||
|
Patch0: frei0r-plugins-1.1.21-libdir.patch
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
|
BuildRequires: gavl-devel >= 0.2.3
|
||||||
|
BuildRequires: opencv-devel >= 1.0.0
|
||||||
|
|
||||||
|
|
||||||
|
%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/Libraries
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description -n frei0r-devel
|
||||||
|
The %{name}-devel package contains libraries and header files for
|
||||||
|
developing applications that use %{name}.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
%if %{_lib} == lib64
|
||||||
|
%patch0 -p1 -b .libdir
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure --disable-static
|
||||||
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||||
|
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%doc AUTHORS COPYING README
|
||||||
|
%{_libdir}/frei0r-1/*.so
|
||||||
|
|
||||||
|
%files -n frei0r-devel
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%{_includedir}/frei0r.h
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Tue Mar 24 2009 kwizart < kwizart at gmail.com > - 1.1.22-1
|
||||||
|
- Update to 1.1.22
|
||||||
|
- Prevent timestamp change when installing
|
||||||
|
|
||||||
|
* Tue Jul 22 2008 kwizart < kwizart at gmail.com > - 1.1.21-2
|
||||||
|
- Add gcc43 patches
|
||||||
|
|
||||||
|
* Sat Jun 7 2008 kwizart < kwizart at gmail.com > - 1.1.21-1
|
||||||
|
- Initial spec file for Fedora.
|
||||||
|
|
1
import.log
Normal file
1
import.log
Normal file
@ -0,0 +1 @@
|
|||||||
|
frei0r-plugins-1_1_22-1_fc10:HEAD:frei0r-plugins-1.1.22-1.fc10.src.rpm:1239699754
|
Loading…
Reference in New Issue
Block a user