polynomial-c    15/07/27 11:37:28

  Modified:             ChangeLog
  Added:                ams-2.1.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
981CA6FC)

Revision  Changes    Path
1.31                 media-sound/ams/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ams/ChangeLog?rev=1.31&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ams/ChangeLog?rev=1.31&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ams/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/ams/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   2 Mar 2013 21:53:05 -0000       1.30
+++ ChangeLog   27 Jul 2015 11:37:28 -0000      1.31
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/ams
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ams/ChangeLog,v 1.30 2013/03/02 
21:53:05 hwoarang Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ams/ChangeLog,v 1.31 2015/07/27 
11:37:28 polynomial-c Exp $
+
+*ams-2.1.1 (27 Jul 2015)
+
+  27 Jul 2015; Lars Wendler <polynomia...@gentoo.org> +ams-2.1.1.ebuild,
+  +files/ams-2.1.1-dl.patch:
+  Version bump.
 
   02 Mar 2013; Markos Chandras <hwoar...@gentoo.org> ams-2.0.1.ebuild:
   Move Qt dependencies to the new category



1.1                  media-sound/ams/ams-2.1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ams/ams-2.1.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ams/ams-2.1.1.ebuild?rev=1.1&content-type=text/plain

Index: ams-2.1.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/ams/ams-2.1.1.ebuild,v 1.1 
2015/07/27 11:37:28 polynomial-c Exp $

EAPI=4
inherit autotools eutils flag-o-matic multilib

DESCRIPTION="Alsa Modular Software Synthesizer"
HOMEPAGE="http://alsamodular.sourceforge.net";
SRC_URI="mirror://sourceforge/alsamodular/${P}.tar.bz2"

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

RDEPEND="media-libs/alsa-lib
        media-sound/jack-audio-connection-kit
        dev-qt/qtgui:4
        dev-qt/qtopengl:4
        media-libs/ladspa-sdk
        media-libs/libclalsadrv
        !dev-ruby/amrita"
DEPEND="${RDEPEND}
        virtual/pkgconfig"

DOCS="AUTHORS ChangeLog NEWS README THANKS"

src_prepare() {
        epatch "${FILESDIR}"/${P}-dl.patch
        eautoreconf
}

src_configure() {
        append-ldflags -L/usr/$(get_libdir)/qt4
        econf
}




Reply via email to