[packages/cinelerra-cv] - partial update to 20121104

arekm arekm at pld-linux.org
Sun Nov 4 15:11:56 CET 2012


commit 5be8da7e594199714fe54aed73db2c55655f81e8
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sun Nov 4 15:11:53 2012 +0100

    - partial update to 20121104

 cinelerra-cv-build.patch | 58 +-----------------------------------------------
 cinelerra-cv.spec        | 10 ++++-----
 2 files changed, 6 insertions(+), 62 deletions(-)
---
diff --git a/cinelerra-cv.spec b/cinelerra-cv.spec
index d957f57..f09fb9b 100644
--- a/cinelerra-cv.spec
+++ b/cinelerra-cv.spec
@@ -1,18 +1,18 @@
 # TODO:
 # - external libraries packages (is there any sense in that?)
 #
-%define		snap	20110704
-%define		rel	7
+%define		snap	20121104
+%define		rel	1
 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
-Version:	2.1
+Version:	2.2
 Release:	0.%{snap}.%{rel}
 License:	GPL
 Group:		X11/Applications
 # git clone git://git.cinelerra.org/j6t/cinelerra.git cinelerra-cv
 Source0:	%{name}-%{snap}.tar.bz2
-# Source0-md5:	99a1936170a2e5d211bea0fd628b09ae
+# Source0-md5:	06b92b01fa6ba32ca4622922f2cbaa68
 Patch0:		%{name}-build.patch
 Patch1:		%{name}-desktop.patch
 # http://bugs.cinelerra.org/raw-attachment/ticket/949/remove-support-v4l-buzz-k2-6-38.diff
@@ -101,7 +101,7 @@ Wersja społecznościowa.
 %setup -q -n %{name}
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
+#%patch2 -p1
 %patch3 -p1
 
 find -name Makefile.am | xargs %{__sed} -i -e 's#^LIBTOOL =.*##g'
diff --git a/cinelerra-cv-build.patch b/cinelerra-cv-build.patch
index 1633a75..3c6cb13 100644
--- a/cinelerra-cv-build.patch
+++ b/cinelerra-cv-build.patch
@@ -1,18 +1,5 @@
 --- cinelerra-cv-2.1/configure.in.org	2006-11-26 03:33:50.056844000 +0100
 +++ cinelerra-cv-2.1/configure.in	2006-11-26 03:33:55.053156250 +0100
-@@ -7,7 +7,11 @@
- 
- AM_INIT_AUTOMAKE
- AC_CONFIG_HEADER(config.h)
--AM_GNU_GETTEXT([external])
-+
-+AC_PROG_CC
-+AC_GNU_SOURCE
-+
-+AM_GNU_GETTEXT
- AM_GNU_GETTEXT_VERSION(0.12.1)
- AM_PROG_AS
- 
 @@ -99,14 +99,6 @@
  	LIBS=`echo "$LIBS" | sed -e s/-lasound//g`
  fi
@@ -85,47 +72,4 @@
  
  
  #include <libintl.h>
---- cinelerra-cv/cinelerra/Makefile.am~	2011-04-06 19:57:22.664917219 +0200
-+++ cinelerra-cv/cinelerra/Makefile.am	2011-04-06 20:02:23.865421062 +0200
-@@ -19,26 +19,26 @@
- 
- if BUILDINFO_GIT
- GITVERSION=$(shell if [ -d $(top_srcdir)/.git ]; then cd $(top_srcdir); git rev-parse HEAD; else echo "unknown"; fi)
--	echo '#define REPOMAINTXT " GIT::$(GITVERSION) $(BUILDINFO_NONRC_S) (C) 2010 Heroine Virtual Ltd.\n at FFMPEG_EXTERNALTEXT@\nCompiled on $(BUILDDATE)"' >> versioninfo.h
-+	echo '#define REPOMAINTXT " GIT::$(GITVERSION) $(BUILDINFO_NONRC_S) (C) 2010 Heroine Virtual Ltd. @FFMPEG_EXTERNALTEXT@ Compiled on $(BUILDDATE)"' >> versioninfo.h
- 	echo '#define REPOABOUTPREFTXT "Git SHA-1: $(GITVERSION)"' >> versioninfo.h
- else
- 
- if BUILDINFO_SVN
- SVNVERSION=$(shell if [ -d $(top_srcdir)/.svn ]; then svnversion $(top_srcdir); else echo "unknown"; fi)
--	echo '#define REPOMAINTXT      " SVN $(SVNVERSION) $(BUILDINFO_NONRC_S) (C) 2010 Heroine Virtual Ltd.\n at FFMPEG_EXTERNALTEXT@\nCompiled on $(BUILDDATE)"' >> versioninfo.h
-+	echo '#define REPOMAINTXT      " SVN $(SVNVERSION) $(BUILDINFO_NONRC_S) (C) 2010 Heroine Virtual Ltd. @FFMPEG_EXTERNALTEXT@ Compiled on $(BUILDDATE)"' >> versioninfo.h
- 	echo '#define REPOABOUTPREFTXT "SVN Version: $(SVNVERSION) $(BUILDINFO_NONRC_S)"' >> versioninfo.h
- 
- else
- if BUILDINFO_CUST
- 
--	echo '#define REPOMAINTXT      " $(BUILDINFO_CUSTOM_TAG) (C) 2010 Heroine Virtual Ltd.\n at FFMPEG_EXTERNALTEXT@\nCompiled on $(BUILDDATE)"' >> versioninfo.h
-+	echo '#define REPOMAINTXT      " $(BUILDINFO_CUSTOM_TAG) (C) 2010 Heroine Virtual Ltd. @FFMPEG_EXTERNALTEXT@ Compiled on $(BUILDDATE)"' >> versioninfo.h
- 	echo '#define REPOABOUTPREFTXT "$(BUILDINFO_CUSTOM_TAG)"' >> versioninfo.h
- 
- 
- else # (no repository)
- 
- 
--	echo '#define REPOMAINTXT      "(C) 2010 Heroine Virtual Ltd.\nCompiled on $(BUILDDATE)"' >> versioninfo.h
-+	echo '#define REPOMAINTXT      "(C) 2010 Heroine Virtual Ltd. Compiled on $(BUILDDATE)"' >> versioninfo.h
- 	echo '#define REPOABOUTPREFTXT ""' >> versioninfo.h
- endif
- endif
---- cinelerra-cv/guicast/Makefile.am~	2011-04-06 20:40:24.939828081 +0200
-+++ cinelerra-cv/guicast/Makefile.am	2011-04-06 20:47:51.613590918 +0200
-@@ -1,7 +1,7 @@
- lib_LTLIBRARIES = libguicast.la
- noinst_PROGRAMS=bootstrap
- 
--libguicast_la_LIBADD = $(OPENGL_LIBS) -lXxf86vm -lXv -lXext -lX11 $(X_EXTRA_LIBS)
-+libguicast_la_LIBADD = $(OPENGL_LIBS) -lXxf86vm -lXv -lXext -lX11 $(X_EXTRA_LIBS) -lpng $(top_builddir)/quicktime/libquicktimehv.la
- libguicast_la_LDFLAGS = $(X_LIBS) -version-info 1:0:0 
- libguicast_la_SOURCES = \
- 	bcbar.C \
+
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cinelerra-cv.git/commitdiff/5be8da7e594199714fe54aed73db2c55655f81e8



More information about the pld-cvs-commit mailing list