commit bb36ab7c3472af599bf213e166508910f9746931
Author: Jakub Bogusz <[email protected]>
Date:   Thu Mar 31 21:30:22 2022 +0200

    - updated to 1.8.0

 frei0r.spec | 22 +++++++++-------------
 1 file changed, 9 insertions(+), 13 deletions(-)
---
diff --git a/frei0r.spec b/frei0r.spec
index 2129284..c423118 100644
--- a/frei0r.spec
+++ b/frei0r.spec
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-%bcond_with    opencv          # build without OpenCV support
+%bcond_with    opencv          # OpenCV support
 #
 %ifarch x32
 %undefine      with_opencv
@@ -9,20 +9,20 @@
 Summary:       Minimalistic plugin API for video effects - common package
 Summary(pl.UTF-8):     Minimalistyczne API wtyczek efektów wideo - wspólny 
pakiet
 Name:          frei0r
-Version:       1.7.0
-Release:       3
+Version:       1.8.0
+Release:       1
 License:       GPL v2+
 Group:         Libraries
 Source0:       
https://files.dyne.org/frei0r/releases/%{name}-plugins-%{version}.tar.gz
-# Source0-md5: 78a7c7511cbda93013147563dc7a3618
+# Source0-md5: 45ffe53925ce0a90ce1d838c05e0a3c0
 URL:           https://frei0r.dyne.org/
-BuildRequires: cmake
+BuildRequires: cmake >= 2.8
 BuildRequires: cairo-devel >= 1.0.0
 BuildRequires: doxygen
 BuildRequires: gavl-devel >= 0.2.3
 BuildRequires: libstdc++-devel
 %{?with_opencv:BuildRequires:  opencv-devel >= 1.0.0}
-BuildRequires: sed >= 4.0
+BuildRequires: pkgconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -121,15 +121,10 @@ Ten pakiet zawiera plik nagłówkowy API Frei0r.
 %prep
 %setup -q -n frei0r-plugins-%{version}
 
-%{__mv} AUTHORS.txt AUTHORS
-%{__mv} ChangeLog.txt ChangeLog
-%{__mv} README.txt README.md
-%{__mv} TODO.txt TODO
-
 %build
 mkdir -p build
 cd build
-%cmake ../ \
+%cmake .. \
        %{!?with_opencv:-DWITHOUT_OPENCV:BOOL=ON}
 
 %{__make}
@@ -145,7 +140,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog README.md TODO
+%doc AUTHORS.txt ChangeLog.txt README.txt
 %dir %{_libdir}/frei0r-1
 
 %files plugins
@@ -158,6 +153,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/frei0r-1/RGB.so
 %attr(755,root,root) %{_libdir}/frei0r-1/addition.so
 %attr(755,root,root) %{_libdir}/frei0r-1/addition_alpha.so
+%attr(755,root,root) %{_libdir}/frei0r-1/aech0r.so
 %attr(755,root,root) %{_libdir}/frei0r-1/alpha0ps.so
 %attr(755,root,root) %{_libdir}/frei0r-1/alphaatop.so
 %attr(755,root,root) %{_libdir}/frei0r-1/alphagrad.so
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/frei0r.git/commitdiff/bb36ab7c3472af599bf213e166508910f9746931

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to