Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libdvdnav: libdvdnav-0.1.10.ebuild ChangeLog
Date: Mon, 16 Jun 2008 11:44:10
Message-Id: E1K8D80-0005B0-Go@stork.gentoo.org
1 flameeyes 08/06/16 11:44:04
2
3 Modified: libdvdnav-0.1.10.ebuild ChangeLog
4 Log:
5 Disable building of examples. Closes bug #226339
6 (Portage version: 2.1.5.5)
7
8 Revision Changes Path
9 1.18 media-libs/libdvdnav/libdvdnav-0.1.10.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libdvdnav/libdvdnav-0.1.10.ebuild?rev=1.18&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libdvdnav/libdvdnav-0.1.10.ebuild?rev=1.18&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libdvdnav/libdvdnav-0.1.10.ebuild?r1=1.17&r2=1.18
14
15 Index: libdvdnav-0.1.10.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/libdvdnav/libdvdnav-0.1.10.ebuild,v
18 retrieving revision 1.17
19 retrieving revision 1.18
20 diff -u -r1.17 -r1.18
21 --- libdvdnav-0.1.10.ebuild 29 Jan 2008 21:41:39 -0000 1.17
22 +++ libdvdnav-0.1.10.ebuild 16 Jun 2008 11:44:03 -0000 1.18
23 @@ -1,8 +1,8 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdnav/libdvdnav-0.1.10.ebuild,v 1.17 2008/01/29 21:41:39 grobian Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdnav/libdvdnav-0.1.10.ebuild,v 1.18 2008/06/16 11:44:03 flameeyes Exp $
28
29 -inherit eutils
30 +inherit eutils base autotools
31
32 DESCRIPTION="Library for DVD navigation tools"
33 HOMEPAGE="http://sourceforge.net/projects/dvd/"
34 @@ -16,10 +16,25 @@
35 RDEPEND="media-libs/libdvdread"
36 DEPEND="${RDEPEND}"
37
38 +PATCHES=(
39 + "${FILESDIR}"/${P}-build.patch
40 + "${FILESDIR}"/${P}-dontbuild-examples.patch
41 +)
42 +
43 src_unpack() {
44 - unpack ${A}
45 + base_src_unpack
46 cd "${S}"
47 - epatch "${FILESDIR}"/${P}-build.patch
48 +
49 + eautoreconf
50 +}
51 +
52 +src_compile() {
53 + econf \
54 + --disable-examples \
55 + --disable-dependency-tracking \
56 + || die "econf failed"
57 +
58 + emake || die "emake failed"
59 }
60
61 src_install () {
62
63
64
65 1.41 media-libs/libdvdnav/ChangeLog
66
67 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libdvdnav/ChangeLog?rev=1.41&view=markup
68 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libdvdnav/ChangeLog?rev=1.41&content-type=text/plain
69 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libdvdnav/ChangeLog?r1=1.40&r2=1.41
70
71 Index: ChangeLog
72 ===================================================================
73 RCS file: /var/cvsroot/gentoo-x86/media-libs/libdvdnav/ChangeLog,v
74 retrieving revision 1.40
75 retrieving revision 1.41
76 diff -u -r1.40 -r1.41
77 --- ChangeLog 8 May 2008 01:17:46 -0000 1.40
78 +++ ChangeLog 16 Jun 2008 11:44:03 -0000 1.41
79 @@ -1,6 +1,11 @@
80 # ChangeLog for media-libs/libdvdnav
81 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
82 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdnav/ChangeLog,v 1.40 2008/05/08 01:17:46 beandog Exp $
83 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdnav/ChangeLog,v 1.41 2008/06/16 11:44:03 flameeyes Exp $
84 +
85 + 16 Jun 2008; Diego Pettenò <flameeyes@g.o>
86 + files/libdvdnav-0.1.10-build.patch,
87 + +files/libdvdnav-0.1.10-dontbuild-examples.patch, libdvdnav-0.1.10.ebuild:
88 + Disable building of examples. Closes bug #226339
89
90 08 May 2008; Steve Dibb <beandog@g.o>
91 -libdvdnav-4.1.1_p997-r1.ebuild:
92
93
94
95 --
96 gentoo-commits@l.g.o mailing list