Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/cinelerra/files: cinelerra-cvs-defaultx264tocqp.patch cinelerra-libtool22.diff
Date: Tue, 24 Jun 2008 12:23:24
Message-Id: E1KB7YN-00048y-0F@stork.gentoo.org
1 hanno 08/06/24 12:23:19
2
3 Added: cinelerra-cvs-defaultx264tocqp.patch
4 cinelerra-libtool22.diff
5 Log:
6 move cinelerra-cvs to cinelerra
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.25.8 i686)
8
9 Revision Changes Path
10 1.1 media-video/cinelerra/files/cinelerra-cvs-defaultx264tocqp.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra/files/cinelerra-cvs-defaultx264tocqp.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra/files/cinelerra-cvs-defaultx264tocqp.patch?rev=1.1&content-type=text/plain
14
15 Index: cinelerra-cvs-defaultx264tocqp.patch
16 ===================================================================
17 Index: cinelerra-cvs/quicktime/qth264.c
18 ===================================================================
19 --- cinelerra-cvs.orig/quicktime/qth264.c
20 +++ cinelerra-cvs/quicktime/qth264.c
21 @@ -506,6 +506,7 @@ static quicktime_h264_codec_t* init_comm
22
23 codec = (quicktime_h264_codec_t*)codec_base->priv;
24 x264_param_default(&codec->param);
25 + codec->param.rc.i_rc_method = X264_RC_CQP;
26
27
28 return codec;
29
30
31
32 1.1 media-video/cinelerra/files/cinelerra-libtool22.diff
33
34 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra/files/cinelerra-libtool22.diff?rev=1.1&view=markup
35 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra/files/cinelerra-libtool22.diff?rev=1.1&content-type=text/plain
36
37 Index: cinelerra-libtool22.diff
38 ===================================================================
39 --- hvirtual/configure.in.1 2008-06-23 23:32:05.000000000 +0200
40 +++ hvirtual/configure.in 2008-06-23 23:32:48.000000000 +0200
41 @@ -20,10 +20,8 @@
42 AC_PROG_LIBTOOL
43
44 # hack for libtool 1.5 -- this is ugly and probably wrong, but works
45 -if test `libtool --version | grep ltmain.sh | cut -b 25-27` = "1.5"; then
46 - LTC_FLAGS="--tag=CC"
47 - LTCXX_FLAGS="--tag=CXX"
48 -fi
49 +LTC_FLAGS="--tag=CC"
50 +LTCXX_FLAGS="--tag=CXX"
51 AC_SUBST(LTC_FLAGS)
52 AC_SUBST(LTCXX_FLAGS)
53
54
55
56
57 --
58 gentoo-commits@l.g.o mailing list