public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-plugins/amb-plugins: amb-plugins-0.8.1.ebuild ChangeLog
@ 2011-01-24 12:00 Alexis Ballier (aballier)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2011-01-24 12:00 UTC (permalink / raw
  To: gentoo-commits

aballier    11/01/24 12:00:04

  Modified:             ChangeLog
  Added:                amb-plugins-0.8.1.ebuild
  Log:
  version bump, by Gavin Pryke <gavinlee303@googlemail.com>, bug #349953
  
  (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  media-plugins/amb-plugins/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/amb-plugins/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/amb-plugins/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/amb-plugins/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/amb-plugins/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	2 Oct 2009 22:54:41 -0000	1.4
+++ ChangeLog	24 Jan 2011 12:00:04 -0000	1.5
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/amb-plugins
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/amb-plugins/ChangeLog,v 1.4 2009/10/02 22:54:41 maekke Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/amb-plugins/ChangeLog,v 1.5 2011/01/24 12:00:04 aballier Exp $
+
+*amb-plugins-0.8.1 (24 Jan 2011)
+
+  24 Jan 2011; Alexis Ballier <aballier@gentoo.org> +amb-plugins-0.8.1.ebuild,
+  +files/amb-plugins-0.8.1-Makefile.patch:
+  version bump, by Gavin Pryke <gavinlee303@googlemail.com>, bug #349953
 
   02 Oct 2009; Markus Meier <maekke@gentoo.org> amb-plugins-0.4.0.ebuild:
   amd64/x86 stable, bug #286773



1.1                  media-plugins/amb-plugins/amb-plugins-0.8.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/amb-plugins/amb-plugins-0.8.1.ebuild?rev=1.1&view=markup
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

Index: amb-plugins-0.8.1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $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 $

EAPI=3

inherit base multilib toolchain-funcs eutils

MY_P=${P/amb/AMB}

DESCRIPTION="AMB-plugins ladspa plugin package. Filters by Fons Adriaensen"
HOMEPAGE="http://www.kokkinizita.net/linuxaudio/"
SRC_URI="http://www.kokkinizita.net/linuxaudio/downloads/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="media-libs/ladspa-sdk"
RDEPEND="${DEPEND}"

S=${WORKDIR}/${MY_P}

PATCHES=( "${FILESDIR}/${P}-Makefile.patch" )

src_compile() {
	tc-export CXX
	emake || die
}

src_install() {
	dodoc AUTHORS README
	insinto /usr/$(get_libdir)/ladspa
	insopts -m0755
	doins *.so
}






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-plugins/amb-plugins: amb-plugins-0.8.1.ebuild ChangeLog
@ 2011-12-11  9:21 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-12-11  9:21 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/12/11 09:21:26

  Modified:             amb-plugins-0.8.1.ebuild ChangeLog
  Log:
  x86 stable wrt bug #392795
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.2                  media-plugins/amb-plugins/amb-plugins-0.8.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/amb-plugins/amb-plugins-0.8.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/amb-plugins/amb-plugins-0.8.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/amb-plugins/amb-plugins-0.8.1.ebuild?r1=1.1&r2=1.2

Index: amb-plugins-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/amb-plugins/amb-plugins-0.8.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- amb-plugins-0.8.1.ebuild	24 Jan 2011 12:00:04 -0000	1.1
+++ amb-plugins-0.8.1.ebuild	11 Dec 2011 09:21:25 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/amb-plugins/amb-plugins-0.8.1.ebuild,v 1.2 2011/12/11 09:21:25 phajdan.jr Exp $
 
 EAPI=3
 
@@ -13,7 +13,7 @@
 SRC_URI="http://www.kokkinizita.net/linuxaudio/downloads/${MY_P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 DEPEND="media-libs/ladspa-sdk"



1.6                  media-plugins/amb-plugins/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/amb-plugins/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/amb-plugins/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/amb-plugins/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/amb-plugins/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	24 Jan 2011 12:00:04 -0000	1.5
+++ ChangeLog	11 Dec 2011 09:21:25 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/amb-plugins
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/amb-plugins/ChangeLog,v 1.5 2011/01/24 12:00:04 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/amb-plugins/ChangeLog,v 1.6 2011/12/11 09:21:25 phajdan.jr Exp $
+
+  11 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  amb-plugins-0.8.1.ebuild:
+  x86 stable wrt bug #392795
 
 *amb-plugins-0.8.1 (24 Jan 2011)
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-plugins/amb-plugins: amb-plugins-0.8.1.ebuild ChangeLog
@ 2011-12-13 23:32 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2011-12-13 23:32 UTC (permalink / raw
  To: gentoo-commits

ago         11/12/13 23:32:33

  Modified:             amb-plugins-0.8.1.ebuild ChangeLog
  Log:
  Stable for AMD64, wrt bug #392795
  
  (Portage version: 2.1.10.39/cvs/Linux i686)

Revision  Changes    Path
1.3                  media-plugins/amb-plugins/amb-plugins-0.8.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/amb-plugins/amb-plugins-0.8.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/amb-plugins/amb-plugins-0.8.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/amb-plugins/amb-plugins-0.8.1.ebuild?r1=1.2&r2=1.3

Index: amb-plugins-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/amb-plugins/amb-plugins-0.8.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- amb-plugins-0.8.1.ebuild	11 Dec 2011 09:21:25 -0000	1.2
+++ amb-plugins-0.8.1.ebuild	13 Dec 2011 23:32:33 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/amb-plugins/amb-plugins-0.8.1.ebuild,v 1.2 2011/12/11 09:21:25 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/amb-plugins/amb-plugins-0.8.1.ebuild,v 1.3 2011/12/13 23:32:33 ago Exp $
 
 EAPI=3
 
@@ -13,7 +13,7 @@
 SRC_URI="http://www.kokkinizita.net/linuxaudio/downloads/${MY_P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="media-libs/ladspa-sdk"



1.7                  media-plugins/amb-plugins/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/amb-plugins/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/amb-plugins/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/amb-plugins/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/amb-plugins/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	11 Dec 2011 09:21:25 -0000	1.6
+++ ChangeLog	13 Dec 2011 23:32:33 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for media-plugins/amb-plugins
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/amb-plugins/ChangeLog,v 1.6 2011/12/11 09:21:25 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/amb-plugins/ChangeLog,v 1.7 2011/12/13 23:32:33 ago Exp $
+
+  13 Dec 2011; Agostino Sarubbo <ago@gentoo.org> amb-plugins-0.8.1.ebuild:
+  Stable for AMD64, wrt bug #392795
 
   11 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   amb-plugins-0.8.1.ebuild:






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-12-13 23:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-11  9:21 [gentoo-commits] gentoo-x86 commit in media-plugins/amb-plugins: amb-plugins-0.8.1.ebuild ChangeLog PaweA Hajdan (phajdan.jr)
  -- strict thread matches above, loose matches on Subject: below --
2011-12-13 23:32 Agostino Sarubbo (ago)
2011-01-24 12:00 Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox