OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 23-Apr-2009 19:43:49 Branch: HEAD Handle: 2009042318434800 Modified files: openpkg-src/dirac dirac.patch dirac.spec Log: modifying package: dirac-1.0.2 20090323 -> 20090423 Summary: Revision Changes Path 1.3 +7 -54 openpkg-src/dirac/dirac.patch 1.5 +2 -2 openpkg-src/dirac/dirac.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/dirac/dirac.patch ============================================================================ $ cvs diff -u -r1.2 -r1.3 dirac.patch --- openpkg-src/dirac/dirac.patch 23 Mar 2009 07:42:20 -0000 1.2 +++ openpkg-src/dirac/dirac.patch 23 Apr 2009 17:43:48 -0000 1.3 @@ -1,6 +1,6 @@ Index: dirac-1.0.2/Makefile.in --- dirac-1.0.2/Makefile.in.orig 2009-02-11 02:43:39 +0100 -+++ dirac-1.0.2/Makefile.in 2009-03-23 08:34:16 +0100 ++++ dirac-1.0.2/Makefile.in 2009-04-23 19:30:09 +0200 @@ -74,8 +74,7 @@ ETAGS = etags CTAGS = ctags @@ -21,9 +21,9 @@ @have_doxygen_fa...@doc_dir = @have_doxygen_t...@doc_dir = doc -Index: schroedinger-1.0.6/schroedinger.pc.in ---- schroedinger-1.0.6/schroedinger.pc.in.orig 2009-03-22 22:22:33 +0100 -+++ schroedinger-1.0.6/schroedinger.pc.in 2009-03-23 08:34:16 +0100 +Index: schroedinger-1.0.7/schroedinger.pc.in +--- schroedinger-1.0.7/schroedinger.pc.in.orig 2009-03-22 22:22:33 +0100 ++++ schroedinger-1.0.7/schroedinger.pc.in 2009-04-23 19:30:09 +0200 @@ -1,7 +1,7 @@ pref...@prefix@ exec_pref...@exec_prefix@ @@ -41,9 +41,9 @@ +Cflags: -I${includedir}/schroedinger -I${includedir} -Index: schroedinger-1.0.6/schroedinger/Makefile.in ---- schroedinger-1.0.6/schroedinger/Makefile.in.orig 2009-03-23 02:04:50 +0100 -+++ schroedinger-1.0.6/schroedinger/Makefile.in 2009-03-23 08:34:16 +0100 +Index: schroedinger-1.0.7/schroedinger/Makefile.in +--- schroedinger-1.0.7/schroedinger/Makefile.in.orig 2009-04-23 05:21:21 +0200 ++++ schroedinger-1.0.7/schroedinger/Makefile.in 2009-04-23 19:30:09 +0200 @@ -193,7 +193,7 @@ CTAGS = ctags DIST_SUBDIRS = cuda opengl @@ -53,50 +53,3 @@ ACLOCAL = @ACLOCAL@ ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ AMDEP_FALSE = @AMDEP_FALSE@ -Index: schroedinger-1.0.6/testsuite/motion.c ---- schroedinger-1.0.6/testsuite/motion.c.orig 2009-03-22 22:22:33 +0100 -+++ schroedinger-1.0.6/testsuite/motion.c 2009-03-23 08:36:50 +0100 -@@ -24,7 +24,7 @@ - } - - void --schro_frame_clear (SchroFrame *frame) -+my_schro_frame_clear (SchroFrame *frame) - { - schro_frame_data_clear (frame->components + 0); - schro_frame_data_clear (frame->components + 1); -@@ -67,11 +67,11 @@ - - dest = schro_frame_new_and_alloc (NULL, SCHRO_FRAME_FORMAT_S16_420, - video_format.width, video_format.height); -- schro_frame_clear(dest); -+ my_schro_frame_clear(dest); - - ref = schro_frame_new_and_alloc_extended (NULL, SCHRO_FRAME_FORMAT_U8_420, - video_format.width, video_format.height, 32); -- schro_frame_clear(ref); -+ my_schro_frame_clear(ref); - - uref = schro_upsampled_frame_new (ref); - -Index: schroedinger-1.0.6/testsuite/motion2.c ---- schroedinger-1.0.6/testsuite/motion2.c.orig 2009-03-22 22:22:33 +0100 -+++ schroedinger-1.0.6/testsuite/motion2.c 2009-03-23 08:37:02 +0100 -@@ -15,7 +15,7 @@ - #include <liboil/liboilrandom.h> - - void --schro_frame_clear (SchroFrame *frame) -+my_schro_frame_clear (SchroFrame *frame) - { - memset(frame->components[0].data, 0, frame->components[0].length); - memset(frame->components[1].data, 0, frame->components[1].length); -@@ -122,7 +122,7 @@ - dest_u8 = schro_frame_new_and_alloc (NULL, SCHRO_FRAME_FORMAT_U8_420, - video_format.width, video_format.height); - -- schro_frame_clear(dest); -+ my_schro_frame_clear(dest); - schro_frame_create_pattern(ref,1); - - motion_vectors = malloc(sizeof(SchroMotionVector) * @@ . patch -p0 <<'@@ .' Index: openpkg-src/dirac/dirac.spec ============================================================================ $ cvs diff -u -r1.4 -r1.5 dirac.spec --- openpkg-src/dirac/dirac.spec 18 Apr 2009 13:09:51 -0000 1.4 +++ openpkg-src/dirac/dirac.spec 23 Apr 2009 17:43:48 -0000 1.5 @@ -23,7 +23,7 @@ # package version %define V_dirac 1.0.2 -%define V_schroedinger 1.0.6 +%define V_schroedinger 1.0.7 # package information Name: dirac @@ -36,7 +36,7 @@ Group: Video License: MPL, MIT Version: %{V_dirac} -Release: 20090323 +Release: 20090423 # list of sources Source0: http://diracvideo.org/download/dirac-research/dirac-%{V_dirac}.tar.gz @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org