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/libprojectm: ChangeLog libprojectm-2.0.1-r1.ebuild
Date: Tue, 22 Dec 2009 13:22:35 +0000	[thread overview]
Message-ID: <E1NN4h9-0003z2-Dl@stork.gentoo.org> (raw)

aballier    09/12/22 13:22:35

  Modified:             ChangeLog
  Added:                libprojectm-2.0.1-r1.ebuild
  Log:
  fix .pc file wrt libdir, this causes build failures for packages using pkgconfig to detect projectM
  (Portage version: 2.2_rc60/cvs/Linux x86_64)

Revision  Changes    Path
1.34                 media-libs/libprojectm/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libprojectm/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	10 Dec 2009 19:45:11 -0000	1.33
+++ ChangeLog	22 Dec 2009 13:22:35 -0000	1.34
@@ -1,6 +1,13 @@
 # ChangeLog for media-libs/libprojectm
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libprojectm/ChangeLog,v 1.33 2009/12/10 19:45:11 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libprojectm/ChangeLog,v 1.34 2009/12/22 13:22:35 aballier Exp $
+
+*libprojectm-2.0.1-r1 (22 Dec 2009)
+
+  22 Dec 2009; Alexis Ballier <aballier@gentoo.org>
+  +libprojectm-2.0.1-r1.ebuild, +files/libprojectm-2.0.1-pcfix.patch:
+  fix .pc file wrt libdir, this causes build failures for packages using
+  pkgconfig to detect projectM
 
 *libprojectm-2.0.1 (10 Dec 2009)
 



1.1                  media-libs/libprojectm/libprojectm-2.0.1-r1.ebuild

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

Index: libprojectm-2.0.1-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libprojectm/libprojectm-2.0.1-r1.ebuild,v 1.1 2009/12/22 13:22:35 aballier Exp $

EAPI=2
inherit cmake-utils flag-o-matic eutils

MY_P=${P/m/M}-Source ; MY_P=${MY_P/lib}

DESCRIPTION="A graphical music visualization plugin similar to milkdrop"
HOMEPAGE="http://projectm.sourceforge.net"
SRC_URI="mirror://sourceforge/projectm/${MY_P}.tar.gz"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="debug"

RDEPEND=">=media-libs/ftgl-2.1.3_rc5
	media-libs/freetype:2
	media-libs/mesa
	media-libs/glew
	sys-libs/zlib"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

S=${WORKDIR}/${MY_P}

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

src_configure() {
	append-ldflags $(no-as-needed)
	cmake-utils_src_configure
}






             reply	other threads:[~2009-12-22 13:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-22 13:22 Alexis Ballier (aballier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-05-07  9:16 [gentoo-commits] gentoo-x86 commit in media-libs/libprojectm: ChangeLog libprojectm-2.0.1-r1.ebuild Agostino Sarubbo (ago)
2012-05-08  7:26 Andreas Schuerch (nativemad)
2012-05-29 14:10 Alexis Ballier (aballier)
2012-05-31 15:13 Jeroen Roovers (jer)
2012-07-29 17:33 Raul Porcel (armin76)
2012-12-07 23:08 Agostino Sarubbo (ago)

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=E1NN4h9-0003z2-Dl@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