public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/coin: ChangeLog coin-3.1.3-r1.ebuild
@ 2010-06-27  5:37 Maciej Mrozowski (reavertm)
  0 siblings, 0 replies; 2+ messages in thread
From: Maciej Mrozowski (reavertm) @ 2010-06-27  5:37 UTC (permalink / raw
  To: gentoo-commits

reavertm    10/06/27 05:37:07

  Modified:             ChangeLog coin-3.1.3-r1.ebuild
  Log:
  Add note about expat unbundling being broken, remove expat workaround (as it doesn't work in some cases, bug 325685)
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.36                 media-libs/coin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/coin/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/coin/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/coin/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/coin/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	26 Jun 2010 14:26:12 -0000	1.35
+++ ChangeLog	27 Jun 2010 05:37:07 -0000	1.36
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/coin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/coin/ChangeLog,v 1.35 2010/06/26 14:26:12 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/coin/ChangeLog,v 1.36 2010/06/27 05:37:07 reavertm Exp $
+
+  27 Jun 2010; Maciej Mrozowski <reavertm@gentoo.org> coin-3.1.3-r1.ebuild:
+  Add note about expat unbundling being broken, remove expat workaround (as
+  it doesn't work in some cases, bug 325685)
 
 *coin-3.1.3-r1 (26 Jun 2010)
 



1.2                  media-libs/coin/coin-3.1.3-r1.ebuild

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

Index: coin-3.1.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/coin/coin-3.1.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- coin-3.1.3-r1.ebuild	26 Jun 2010 14:26:12 -0000	1.1
+++ coin-3.1.3-r1.ebuild	27 Jun 2010 05:37:07 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/coin/coin-3.1.3-r1.ebuild,v 1.1 2010/06/26 14:26:12 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/coin/coin-3.1.3-r1.ebuild,v 1.2 2010/06/27 05:37:07 reavertm Exp $
 
 EAPI=2
 
@@ -18,6 +18,7 @@
 SLOT="0"
 IUSE="bzip2 debug doc javascript openal simage static-libs threads zlib"
 
+# NOTE: expat is not really needed as --enable-system-expat is broken
 RDEPEND="
 	dev-libs/expat
 	media-libs/fontconfig
@@ -50,8 +51,7 @@
 )
 
 src_configure() {
-	# Unforunately it links to static expat...
-	append-cppflags -I/usr/include/freetype2 -DUSE_SYSTEM_EXPAT
+	append-cppflags -I/usr/include/freetype2
 	# Prefer link-time linking over dlopen
 	econf \
 		htmldir="/usr/share/doc/${PF}/html" \






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

* [gentoo-commits] gentoo-x86 commit in media-libs/coin: ChangeLog coin-3.1.3-r1.ebuild
@ 2010-06-29  6:29 Maciej Mrozowski (reavertm)
  0 siblings, 0 replies; 2+ messages in thread
From: Maciej Mrozowski (reavertm) @ 2010-06-29  6:29 UTC (permalink / raw
  To: gentoo-commits

reavertm    10/06/29 06:29:26

  Modified:             ChangeLog coin-3.1.3-r1.ebuild
  Log:
  Remove excessive linking in pkgconfig (move link deps to Libs.private)
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.37                 media-libs/coin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/coin/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/coin/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/coin/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/coin/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	27 Jun 2010 05:37:07 -0000	1.36
+++ ChangeLog	29 Jun 2010 06:29:26 -0000	1.37
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/coin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/coin/ChangeLog,v 1.36 2010/06/27 05:37:07 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/coin/ChangeLog,v 1.37 2010/06/29 06:29:26 reavertm Exp $
+
+  29 Jun 2010; Maciej Mrozowski <reavertm@gentoo.org> coin-3.1.3-r1.ebuild,
+  +files/coin-3.1.3-pkgconfig-partial.patch:
+  Remove excessive linking in pkgconfig (move link deps to Libs.private)
 
   27 Jun 2010; Maciej Mrozowski <reavertm@gentoo.org> coin-3.1.3-r1.ebuild:
   Add note about expat unbundling being broken, remove expat workaround (as



1.3                  media-libs/coin/coin-3.1.3-r1.ebuild

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

Index: coin-3.1.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/coin/coin-3.1.3-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- coin-3.1.3-r1.ebuild	27 Jun 2010 05:37:07 -0000	1.2
+++ coin-3.1.3-r1.ebuild	29 Jun 2010 06:29:26 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/coin/coin-3.1.3-r1.ebuild,v 1.2 2010/06/27 05:37:07 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/coin/coin-3.1.3-r1.ebuild,v 1.3 2010/06/29 06:29:26 reavertm Exp $
 
 EAPI=2
 
@@ -48,6 +48,7 @@
 
 PATCHES=(
 	"${FILESDIR}/${PN}-3.1.0-javascript.patch"
+	"${FILESDIR}/${PN}-3.1.3-pkgconfig-partial.patch"
 )
 
 src_configure() {
@@ -88,6 +89,9 @@
 }
 
 src_install() {
+	# Remove Coin from Libs.private
+	sed -e '/Libs.private/s/ -lCoin//' -i Coin.pc || die
+
 	base_src_install
 
 	# Remove libtool files when not needed.






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

end of thread, other threads:[~2010-06-29  6:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-29  6:29 [gentoo-commits] gentoo-x86 commit in media-libs/coin: ChangeLog coin-3.1.3-r1.ebuild Maciej Mrozowski (reavertm)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-27  5:37 Maciej Mrozowski (reavertm)

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