Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-misc/zoneminder: ChangeLog zoneminder-1.24.2.ebuild
Date: Mon, 22 Feb 2010 15:39:21
Message-Id: E1NjaNT-0008VY-0G@stork.gentoo.org
1 ssuominen 10/02/22 15:39:19
2
3 Modified: ChangeLog zoneminder-1.24.2.ebuild
4 Log:
5 Fix building with jpeg-8 (previous declaration of jpeg_mem_src and jpeg_mem_dest) wrt #305201, thanks to Alex. P. Burlutsky for patch.
6 (Portage version: 2.2_rc63/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.38 www-misc/zoneminder/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/zoneminder/ChangeLog?rev=1.38&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/zoneminder/ChangeLog?rev=1.38&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/zoneminder/ChangeLog?r1=1.37&r2=1.38
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-misc/zoneminder/ChangeLog,v
18 retrieving revision 1.37
19 retrieving revision 1.38
20 diff -u -r1.37 -r1.38
21 --- ChangeLog 16 Sep 2009 11:58:25 -0000 1.37
22 +++ ChangeLog 22 Feb 2010 15:39:18 -0000 1.38
23 @@ -1,6 +1,11 @@
24 # ChangeLog for www-misc/zoneminder
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/www-misc/zoneminder/ChangeLog,v 1.37 2009/09/16 11:58:25 tanderson Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/www-misc/zoneminder/ChangeLog,v 1.38 2010/02/22 15:39:18 ssuominen Exp $
29 +
30 + 22 Feb 2010; Samuli Suominen <ssuominen@g.o>
31 + +files/1.24.2/zm_jpeg.patch, zoneminder-1.24.2.ebuild:
32 + Fix building with jpeg-8 (previous declaration of jpeg_mem_src and
33 + jpeg_mem_dest) wrt #305201, thanks to Alex. P. Burlutsky for patch.
34
35 16 Sep 2009; Thomas Anderson <tanderson@g.o> metadata.xml:
36 Fix email address.
37
38
39
40 1.2 www-misc/zoneminder/zoneminder-1.24.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/zoneminder/zoneminder-1.24.2.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/zoneminder/zoneminder-1.24.2.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/zoneminder/zoneminder-1.24.2.ebuild?r1=1.1&r2=1.2
45
46 Index: zoneminder-1.24.2.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/www-misc/zoneminder/zoneminder-1.24.2.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- zoneminder-1.24.2.ebuild 3 Aug 2009 11:19:59 -0000 1.1
53 +++ zoneminder-1.24.2.ebuild 22 Feb 2010 15:39:18 -0000 1.2
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2009 Gentoo Foundation
56 +# Copyright 1999-2010 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/www-misc/zoneminder/zoneminder-1.24.2.ebuild,v 1.1 2009/08/03 11:19:59 gentoofan23 Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/www-misc/zoneminder/zoneminder-1.24.2.ebuild,v 1.2 2010/02/22 15:39:18 ssuominen Exp $
60
61 inherit eutils autotools depend.php depend.apache multilib
62
63 @@ -49,7 +49,7 @@
64 need_apache
65 need_php_httpd
66
67 -S="${WORKDIR}"/${MY_PN}-${MY_PV}
68 +S=${WORKDIR}/${MY_PN}-${MY_PV}
69
70 pkg_setup() {
71 require_php_with_use mysql sockets apache2
72 @@ -63,6 +63,7 @@
73 epatch "${FILESDIR}"/${PATCH_PV}/zm_create.sql.in.patch
74 epatch "${FILESDIR}"/${PATCH_PV}/zm_remote_camera_http.patch
75 epatch "${FILESDIR}"/${PATCH_PV}/db_upgrade_script_location.patch
76 + epatch "${FILESDIR}"/${PATCH_PV}/zm_jpeg.patch
77
78 eautoreconf
79 }