public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier (aballier)" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/ladspa-cmt: ChangeLog ladspa-cmt-1.16.ebuild
Date: Sun, 18 Nov 2007 16:13:59 +0000	[thread overview]
Message-ID: <E1ItmmV-0001V8-2n@stork.gentoo.org> (raw)

aballier    07/11/18 16:13:59

  Modified:             ChangeLog
  Added:                ladspa-cmt-1.16.ebuild
  Log:
  version bump, add rdf file for better classification of cmt plugins, bug #190426
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.26                 media-libs/ladspa-cmt/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ladspa-cmt/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ladspa-cmt/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ladspa-cmt/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	1 Nov 2007 20:55:03 -0000	1.25
+++ ChangeLog	18 Nov 2007 16:13:58 -0000	1.26
@@ -1,6 +1,13 @@
 # ChangeLog for media-libs/ladspa-cmt
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ChangeLog,v 1.25 2007/11/01 20:55:03 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ChangeLog,v 1.26 2007/11/18 16:13:58 aballier Exp $
+
+*ladspa-cmt-1.16 (18 Nov 2007)
+
+  18 Nov 2007; Alexis Ballier <aballier@gentoo.org> +files/cmt.rdf,
+  +ladspa-cmt-1.16.ebuild:
+  version bump, add rdf file for better classification of cmt plugins, bug
+  #190426
 
   01 Nov 2007; Raúl Porcel <armin76@gentoo.org> ladspa-cmt-1.15.ebuild:
   Add ~alpha wrt #196587, thanks to Tobias Klausmann for testing



1.1                  media-libs/ladspa-cmt/ladspa-cmt-1.16.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.16.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.16.ebuild?rev=1.1&content-type=text/plain

Index: ladspa-cmt-1.16.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.16.ebuild,v 1.1 2007/11/18 16:13:58 aballier Exp $

inherit eutils toolchain-funcs

IUSE=""

S="${WORKDIR}/cmt/src"
MY_P="cmt_src_${PV}"

DESCRIPTION="CMT (computer music toolkit) Lasdpa library plugins"
HOMEPAGE="http://www.ladspa.org/"
SRC_URI="http://www.ladspa.org/download/${MY_P}.tgz"

KEYWORDS="~alpha ~amd64 ~ppc ~ppc-macos ~ppc64 ~sparc ~x86"
LICENSE="LGPL-2.1"
SLOT="0"

DEPEND="media-libs/ladspa-sdk
	>=sys-apps/sed-4"

src_unpack() {
	unpack ${A}
	cd "${S}"

	sed -i \
		-e "/^CFLAGS/ s/-O3/${CFLAGS}/" \
		-e 's|/usr/local/include||g' \
		-e 's|/usr/local/lib||g' makefile \
			|| die "sed makefile failed"
	sed -i -e "s/^CXXFLAGS*/CXXFLAGS = ${CXXFLAGS} \$(INCLUDES) -Wall -fPIC\n#/" \
		 "${S}/makefile" || die "sed makefile failed (CXXFLAGS)"

	cd "${S}"
	use userland_Darwin && epatch "${FILESDIR}/${PN}-darwin.patch"
}

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

src_install() {
	insinto /usr/share/ladspa/rdf/
	doins "${FILESDIR}/cmt.rdf"
	insopts -m755
	insinto /usr/$(get_libdir)/ladspa
	doins ../plugins/*.so || die "doins failed"
	dodoc ../README       || die "dodoc failed"
	dohtml ../doc/*       || die "dohtml failed"
}



-- 
gentoo-commits@gentoo.org mailing list



             reply	other threads:[~2007-11-18 16:14 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-18 16:13 Alexis Ballier (aballier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-11-09 14:48 [gentoo-commits] gentoo-x86 commit in media-libs/ladspa-cmt: ChangeLog ladspa-cmt-1.16.ebuild Tobias Klausmann (klausman)
2009-12-23 19:59 Jeroen Roovers (jer)
2010-03-01 19:05 Jeroen Roovers (jer)
2012-08-03 16:35 Agostino Sarubbo (ago)
2012-08-06 21:15 Brent Baude (ranger)
2012-08-11 13:14 Markus Meier (maekke)
2012-09-09 17:11 Raul Porcel (armin76)
2012-11-27 11:55 Alexis Ballier (aballier)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1ItmmV-0001V8-2n@stork.gentoo.org \
    --to=aballier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox