]> git.pld-linux.org Git - packages/cinelerra-cv.git/blobdiff - cinelerra-cv.spec
- fixes for newer libpng, rel .4
[packages/cinelerra-cv.git] / cinelerra-cv.spec
index 67e0c8a7a39934946c0c01a575dd7f4158f3f4ee..6d58e12b60ef8198ffa8828e972d6ba051f1cca9 100644 (file)
@@ -2,7 +2,7 @@
 # - external libraries packages (is there any sense in that?)
 #
 %define                snap    20100109
-%define                rel             3
+%define                rel             4
 Summary:       Cinelerra - capturing, editing and production of audio/video material
 Summary(pl.UTF-8):     Cinelerra - nagrywanie, obróbka i produkcja materiału audio/video
 Name:          cinelerra-cv
@@ -14,6 +14,7 @@ Group:                X11/Applications
 Source0:       %{name}-%{snap}.tar.bz2
 # Source0-md5: e130b134a9e691ae36d2bbb117fc530b
 Patch0:                %{name}-build.patch
+Patch1:                %{name}-libpng.patch
 URL:           http://cinelerra.org/
 BuildRequires: OpenEXR-devel >= 1.2.1
 BuildRequires: OpenGL-GLU-devel
@@ -97,6 +98,7 @@ Wersja społecznościowa.
 %prep
 %setup -q -n %{name}
 %patch0 -p1
+%patch1 -p1
 
 find -name Makefile.am | xargs %{__sed} -i -e 's#^LIBTOOL =.*##g'
 %{__sed} -i -e 's/png_check_sig((unsigned char\*)test, 8)/!png_sig_cmp((unsigned char\*)test, 0, 8)/g' cinelerra/filepng.C
This page took 0.12373 seconds and 4 git commands to generate.