Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/amb-plugins: amb-plugins-0.8.1.ebuild ChangeLog
Date: Mon, 24 Jan 2011 12:00:14
Message-Id: 20110124120004.98C7C20054@flycatcher.gentoo.org
1 aballier 11/01/24 12:00:04
2
3 Modified: ChangeLog
4 Added: amb-plugins-0.8.1.ebuild
5 Log:
6 version bump, by Gavin Pryke <gavinlee303@××××××××××.com>, bug #349953
7
8 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 media-plugins/amb-plugins/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/amb-plugins/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/amb-plugins/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/amb-plugins/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-plugins/amb-plugins/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 2 Oct 2009 22:54:41 -0000 1.4
24 +++ ChangeLog 24 Jan 2011 12:00:04 -0000 1.5
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-plugins/amb-plugins
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/amb-plugins/ChangeLog,v 1.4 2009/10/02 22:54:41 maekke Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/amb-plugins/ChangeLog,v 1.5 2011/01/24 12:00:04 aballier Exp $
31 +
32 +*amb-plugins-0.8.1 (24 Jan 2011)
33 +
34 + 24 Jan 2011; Alexis Ballier <aballier@g.o> +amb-plugins-0.8.1.ebuild,
35 + +files/amb-plugins-0.8.1-Makefile.patch:
36 + version bump, by Gavin Pryke <gavinlee303@××××××××××.com>, bug #349953
37
38 02 Oct 2009; Markus Meier <maekke@g.o> amb-plugins-0.4.0.ebuild:
39 amd64/x86 stable, bug #286773
40
41
42
43 1.1 media-plugins/amb-plugins/amb-plugins-0.8.1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/amb-plugins/amb-plugins-0.8.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/amb-plugins/amb-plugins-0.8.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: amb-plugins-0.8.1.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/media-plugins/amb-plugins/amb-plugins-0.8.1.ebuild,v 1.1 2011/01/24 12:00:04 aballier Exp $
53
54 EAPI=3
55
56 inherit base multilib toolchain-funcs eutils
57
58 MY_P=${P/amb/AMB}
59
60 DESCRIPTION="AMB-plugins ladspa plugin package. Filters by Fons Adriaensen"
61 HOMEPAGE="http://www.kokkinizita.net/linuxaudio/"
62 SRC_URI="http://www.kokkinizita.net/linuxaudio/downloads/${MY_P}.tar.bz2"
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE=""
67
68 DEPEND="media-libs/ladspa-sdk"
69 RDEPEND="${DEPEND}"
70
71 S=${WORKDIR}/${MY_P}
72
73 PATCHES=( "${FILESDIR}/${P}-Makefile.patch" )
74
75 src_compile() {
76 tc-export CXX
77 emake || die
78 }
79
80 src_install() {
81 dodoc AUTHORS README
82 insinto /usr/$(get_libdir)/ladspa
83 insopts -m0755
84 doins *.so
85 }