public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-plugins/vamp-libxtract-plugins: ChangeLog vamp-libxtract-plugins-0.6.6.20121204.ebuild
@ 2014-01-18 12:56 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2014-01-18 12:56 UTC (permalink / raw
  To: gentoo-commits

aballier    14/01/18 12:56:17

  Modified:             ChangeLog
  Added:                vamp-libxtract-plugins-0.6.6.20121204.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.10                 media-plugins/vamp-libxtract-plugins/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vamp-libxtract-plugins/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	30 Dec 2010 12:58:31 -0000	1.9
+++ ChangeLog	18 Jan 2014 12:56:17 -0000	1.10
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/vamp-libxtract-plugins
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vamp-libxtract-plugins/ChangeLog,v 1.9 2010/12/30 12:58:31 aballier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vamp-libxtract-plugins/ChangeLog,v 1.10 2014/01/18 12:56:17 aballier Exp $
+
+*vamp-libxtract-plugins-0.6.6.20121204 (18 Jan 2014)
+
+  18 Jan 2014; Alexis Ballier <aballier@gentoo.org>
+  +vamp-libxtract-plugins-0.6.6.20121204.ebuild:
+  version bump
 
   30 Dec 2010; Alexis Ballier <aballier@gentoo.org>
   vamp-libxtract-plugins-0.4.5.20081202.ebuild:



1.1                  media-plugins/vamp-libxtract-plugins/vamp-libxtract-plugins-0.6.6.20121204.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vamp-libxtract-plugins/vamp-libxtract-plugins-0.6.6.20121204.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vamp-libxtract-plugins/vamp-libxtract-plugins-0.6.6.20121204.ebuild?rev=1.1&content-type=text/plain

Index: vamp-libxtract-plugins-0.6.6.20121204.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/vamp-libxtract-plugins/vamp-libxtract-plugins-0.6.6.20121204.ebuild,v 1.1 2014/01/18 12:56:17 aballier Exp $

EAPI=2
inherit eutils multilib toolchain-funcs

DESCRIPTION="Low-level feature extraction plugins using Jamie Bullock's libxtract library to provide around 50 spectral and other features"
HOMEPAGE="http://www.vamp-plugins.org/"
SRC_URI="http://code.soundsoftware.ac.uk/attachments/download/618/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""

RDEPEND="=sci-libs/fftw-3*
	>=media-libs/libxtract-0.6.6
	media-libs/vamp-plugin-sdk"
DEPEND="${RDEPEND}"

src_prepare() {
	sed -e "s/-O3//" -e "s/ -Wl,-Bstatic//" -i Makefile
}

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

src_install() {
	insinto /usr/$(get_libdir)/vamp
	doins vamp-libxtract.{so,cat} || die "doins failed"
	dodoc README STATUS
}





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

* [gentoo-commits] gentoo-x86 commit in media-plugins/vamp-libxtract-plugins: ChangeLog vamp-libxtract-plugins-0.6.6.20121204.ebuild
@ 2014-02-24  2:24 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 2+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2014-02-24  2:24 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    14/02/24 02:24:45

  Modified:             ChangeLog
                        vamp-libxtract-plugins-0.6.6.20121204.ebuild
  Log:
  x86 stable wrt bug #470516
  
  (Portage version: 2.2.7/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)

Revision  Changes    Path
1.11                 media-plugins/vamp-libxtract-plugins/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vamp-libxtract-plugins/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	18 Jan 2014 12:56:17 -0000	1.10
+++ ChangeLog	24 Feb 2014 02:24:45 -0000	1.11
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/vamp-libxtract-plugins
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vamp-libxtract-plugins/ChangeLog,v 1.10 2014/01/18 12:56:17 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vamp-libxtract-plugins/ChangeLog,v 1.11 2014/02/24 02:24:45 phajdan.jr Exp $
+
+  24 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  vamp-libxtract-plugins-0.6.6.20121204.ebuild:
+  x86 stable wrt bug #470516
 
 *vamp-libxtract-plugins-0.6.6.20121204 (18 Jan 2014)
 



1.2                  media-plugins/vamp-libxtract-plugins/vamp-libxtract-plugins-0.6.6.20121204.ebuild

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

Index: vamp-libxtract-plugins-0.6.6.20121204.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vamp-libxtract-plugins/vamp-libxtract-plugins-0.6.6.20121204.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vamp-libxtract-plugins-0.6.6.20121204.ebuild	18 Jan 2014 12:56:17 -0000	1.1
+++ vamp-libxtract-plugins-0.6.6.20121204.ebuild	24 Feb 2014 02:24:45 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vamp-libxtract-plugins/vamp-libxtract-plugins-0.6.6.20121204.ebuild,v 1.1 2014/01/18 12:56:17 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vamp-libxtract-plugins/vamp-libxtract-plugins-0.6.6.20121204.ebuild,v 1.2 2014/02/24 02:24:45 phajdan.jr Exp $
 
 EAPI=2
 inherit eutils multilib toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND="=sci-libs/fftw-3*





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

end of thread, other threads:[~2014-02-24  2:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-24  2:24 [gentoo-commits] gentoo-x86 commit in media-plugins/vamp-libxtract-plugins: ChangeLog vamp-libxtract-plugins-0.6.6.20121204.ebuild PaweA Hajdan (phajdan.jr)
  -- strict thread matches above, loose matches on Subject: below --
2014-01-18 12:56 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