packages: cinelerra-cv/cinelerra-cv.spec - fixed build for libpng-1.4.0 - r...
amateja
amateja at pld-linux.org
Fri Feb 12 11:23:16 CET 2010
Author: amateja Date: Fri Feb 12 10:23:16 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- fixed build for libpng-1.4.0
- release 3
---- Files affected:
packages/cinelerra-cv:
cinelerra-cv.spec (1.27 -> 1.28)
---- Diffs:
================================================================
Index: packages/cinelerra-cv/cinelerra-cv.spec
diff -u packages/cinelerra-cv/cinelerra-cv.spec:1.27 packages/cinelerra-cv/cinelerra-cv.spec:1.28
--- packages/cinelerra-cv/cinelerra-cv.spec:1.27 Sat Feb 6 21:58:17 2010
+++ packages/cinelerra-cv/cinelerra-cv.spec Fri Feb 12 11:23:11 2010
@@ -3,7 +3,7 @@
# - external libraries packages (is there any sense in that?)
#
%define snap 20100109
-%define rel 2
+%define rel 3
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
@@ -33,7 +33,7 @@
BuildRequires: libdv-devel
BuildRequires: libiec61883-devel >= 1.0.0
#BuildRequires: libmpeg3-devel >= 1.7
-BuildRequires: libpng-devel
+BuildRequires: libpng-devel >= 2:1.4.0
BuildRequires: libraw1394-devel >= 1.2.0
BuildRequires: libsndfile-devel >= 1.0.11
BuildRequires: libstdc++-devel >= 5:3.2.2
@@ -100,6 +100,7 @@
%patch0 -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
%build
rm -f m4/*.m4 *.m4
@@ -163,6 +164,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.28 2010/02/12 10:23:11 amateja
+- fixed build for libpng-1.4.0
+- release 3
+
Revision 1.27 2010/02/06 20:58:17 arekm
- release 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cinelerra-cv/cinelerra-cv.spec?r1=1.27&r2=1.28&f=u
More information about the pld-cvs-commit
mailing list