public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/amanith: ChangeLog amanith-0.3-r2.ebuild
@ 2008-12-04 20:52 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2008-12-04 20:52 UTC (permalink / raw
  To: gentoo-commits

maekke      08/12/04 20:52:48

  Modified:             ChangeLog amanith-0.3-r2.ebuild
  Log:
  fix for bug #247744, do not try to install plugins, when they aren't built.
  (Portage version: 2.1.6_rc2/cvs/Linux 2.6.28-rc6 i686)

Revision  Changes    Path
1.6                  media-libs/amanith/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/amanith/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	11 Aug 2008 22:38:49 -0000	1.5
+++ ChangeLog	4 Dec 2008 20:52:48 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/amanith
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/amanith/ChangeLog,v 1.5 2008/08/11 22:38:49 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/amanith/ChangeLog,v 1.6 2008/12/04 20:52:48 maekke Exp $
+
+  04 Dec 2008; Markus Meier <maekke@gentoo.org> amanith-0.3-r2.ebuild:
+  fix for bug #247744, do not try to install plugins, when they aren't
+  built.
 
   11 Aug 2008; Ben de Groot <yngwin@gentoo.org> amanith-0.3-r2.ebuild:
   Fix split qt4 deps wrt bug 217161.



1.3                  media-libs/amanith/amanith-0.3-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/amanith/amanith-0.3-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/amanith/amanith-0.3-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/amanith/amanith-0.3-r2.ebuild?r1=1.2&r2=1.3

Index: amanith-0.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/amanith/amanith-0.3-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- amanith-0.3-r2.ebuild	11 Aug 2008 22:38:49 -0000	1.2
+++ amanith-0.3-r2.ebuild	4 Dec 2008 20:52:48 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/amanith/amanith-0.3-r2.ebuild,v 1.2 2008/08/11 22:38:49 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/amanith/amanith-0.3-r2.ebuild,v 1.3 2008/12/04 20:52:48 maekke Exp $
 
 EAPI="1"
 inherit eutils toolchain-funcs qt4
@@ -57,7 +57,10 @@
 }
 
 src_install() {
-	dolib.so lib/*.so* plugins/*.so* || die
+	dolib.so lib/*.so* || die
+	if use jpeg || use png || use truetype ; then
+		dolib.so plugins/*.so* || die
+	fi
 
 	insinto /usr/include
 	doins -r include/amanith || die






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

* [gentoo-commits] gentoo-x86 commit in media-libs/amanith: ChangeLog amanith-0.3-r2.ebuild
@ 2009-07-19 19:18 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-07-19 19:18 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/07/19 19:18:55

  Modified:             ChangeLog amanith-0.3-r2.ebuild
  Log:
  Fix building with GCC 4.4 wrt #269245, thanks to Victor Ostorga.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  media-libs/amanith/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/amanith/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	4 Dec 2008 20:52:48 -0000	1.6
+++ ChangeLog	19 Jul 2009 19:18:55 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/amanith
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/amanith/ChangeLog,v 1.6 2008/12/04 20:52:48 maekke Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/amanith/ChangeLog,v 1.7 2009/07/19 19:18:55 ssuominen Exp $
+
+  19 Jul 2009; Samuli Suominen <ssuominen@gentoo.org> amanith-0.3-r2.ebuild,
+  +files/amanith-0.3-gcc44.patch:
+  Fix building with GCC 4.4 wrt #269245, thanks to Victor Ostorga.
 
   04 Dec 2008; Markus Meier <maekke@gentoo.org> amanith-0.3-r2.ebuild:
   fix for bug #247744, do not try to install plugins, when they aren't



1.4                  media-libs/amanith/amanith-0.3-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/amanith/amanith-0.3-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/amanith/amanith-0.3-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/amanith/amanith-0.3-r2.ebuild?r1=1.3&r2=1.4

Index: amanith-0.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/amanith/amanith-0.3-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- amanith-0.3-r2.ebuild	4 Dec 2008 20:52:48 -0000	1.3
+++ amanith-0.3-r2.ebuild	19 Jul 2009 19:18:55 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/amanith/amanith-0.3-r2.ebuild,v 1.3 2008/12/04 20:52:48 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/amanith/amanith-0.3-r2.ebuild,v 1.4 2009/07/19 19:18:55 ssuominen Exp $
 
 EAPI="1"
 inherit eutils toolchain-funcs qt4
@@ -21,7 +21,7 @@
 	truetype? ( >=media-libs/freetype-2.2.1 )
 	|| ( x11-libs/qt-gui:4 =x11-libs/qt-4.3* )"
 
-S="${WORKDIR}/${PN}"
+S=${WORKDIR}/${PN}
 
 src_unpack() {
 	unpack ${A}
@@ -35,6 +35,7 @@
 	epatch "${FILESDIR}"/${P}-system-glew.patch
 	epatch "${FILESDIR}"/${P}-system-libjpeg.patch
 	epatch "${FILESDIR}"/${P}-system-libpng.patch
+	epatch "${FILESDIR}"/${P}-gcc44.patch
 
 	rm -rf 3rdpart include/GL || die
 	sed -i -e '/SUBDIRS/s:3rdpart::' amanith.pro || die






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

* [gentoo-commits] gentoo-x86 commit in media-libs/amanith: ChangeLog amanith-0.3-r2.ebuild
@ 2009-12-25 18:14 Ben de Groot (yngwin)
  0 siblings, 0 replies; 4+ messages in thread
From: Ben de Groot (yngwin) @ 2009-12-25 18:14 UTC (permalink / raw
  To: gentoo-commits

yngwin      09/12/25 18:14:58

  Modified:             ChangeLog amanith-0.3-r2.ebuild
  Log:
  Remove deprecated dependency on x11-libs/qt
  (Portage version: 2.2_rc56/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  media-libs/amanith/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/amanith/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	19 Jul 2009 19:18:55 -0000	1.7
+++ ChangeLog	25 Dec 2009 18:14:57 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/amanith
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/amanith/ChangeLog,v 1.7 2009/07/19 19:18:55 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/amanith/ChangeLog,v 1.8 2009/12/25 18:14:57 yngwin Exp $
+
+  25 Dec 2009; Ben de Groot <yngwin@gentoo.org> amanith-0.3-r2.ebuild:
+  Remove deprecated dependency on x11-libs/qt
 
   19 Jul 2009; Samuli Suominen <ssuominen@gentoo.org> amanith-0.3-r2.ebuild,
   +files/amanith-0.3-gcc44.patch:



1.5                  media-libs/amanith/amanith-0.3-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/amanith/amanith-0.3-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/amanith/amanith-0.3-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/amanith/amanith-0.3-r2.ebuild?r1=1.4&r2=1.5

Index: amanith-0.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/amanith/amanith-0.3-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- amanith-0.3-r2.ebuild	19 Jul 2009 19:18:55 -0000	1.4
+++ amanith-0.3-r2.ebuild	25 Dec 2009 18:14:57 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/amanith/amanith-0.3-r2.ebuild,v 1.4 2009/07/19 19:18:55 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/amanith/amanith-0.3-r2.ebuild,v 1.5 2009/12/25 18:14:57 yngwin Exp $
 
 EAPI="1"
 inherit eutils toolchain-funcs qt4
@@ -19,7 +19,7 @@
 	opengl? ( media-libs/glew )
 	png? ( >=media-libs/libpng-1.2.10 )
 	truetype? ( >=media-libs/freetype-2.2.1 )
-	|| ( x11-libs/qt-gui:4 =x11-libs/qt-4.3* )"
+	x11-libs/qt-gui:4"
 
 S=${WORKDIR}/${PN}
 






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

* [gentoo-commits] gentoo-x86 commit in media-libs/amanith: ChangeLog amanith-0.3-r2.ebuild
@ 2010-11-08 23:13 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2010-11-08 23:13 UTC (permalink / raw
  To: gentoo-commits

maekke      10/11/08 23:13:02

  Modified:             ChangeLog amanith-0.3-r2.ebuild
  Log:
  change jpeg dep to virtual/jpeg
  
  (Portage version: 2.1.9.24/cvs/Linux i686)

Revision  Changes    Path
1.9                  media-libs/amanith/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/amanith/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	25 Dec 2009 18:14:57 -0000	1.8
+++ ChangeLog	8 Nov 2010 23:13:02 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/amanith
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/amanith/ChangeLog,v 1.8 2009/12/25 18:14:57 yngwin Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/amanith/ChangeLog,v 1.9 2010/11/08 23:13:02 maekke Exp $
+
+  08 Nov 2010; Markus Meier <maekke@gentoo.org> amanith-0.3-r2.ebuild:
+  change jpeg dep to virtual/jpeg
 
   25 Dec 2009; Ben de Groot <yngwin@gentoo.org> amanith-0.3-r2.ebuild:
   Remove deprecated dependency on x11-libs/qt



1.6                  media-libs/amanith/amanith-0.3-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/amanith/amanith-0.3-r2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/amanith/amanith-0.3-r2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/amanith/amanith-0.3-r2.ebuild?r1=1.5&r2=1.6

Index: amanith-0.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/amanith/amanith-0.3-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- amanith-0.3-r2.ebuild	25 Dec 2009 18:14:57 -0000	1.5
+++ amanith-0.3-r2.ebuild	8 Nov 2010 23:13:02 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/amanith/amanith-0.3-r2.ebuild,v 1.5 2009/12/25 18:14:57 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/amanith/amanith-0.3-r2.ebuild,v 1.6 2010/11/08 23:13:02 maekke Exp $
 
 EAPI="1"
 inherit eutils toolchain-funcs qt4
@@ -15,7 +15,7 @@
 IUSE="examples jpeg opengl png truetype"
 
 DEPEND="
-	jpeg? ( >=media-libs/jpeg-6b )
+	jpeg? ( virtual/jpeg )
 	opengl? ( media-libs/glew )
 	png? ( >=media-libs/libpng-1.2.10 )
 	truetype? ( >=media-libs/freetype-2.2.1 )






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

end of thread, other threads:[~2010-11-08 23:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-04 20:52 [gentoo-commits] gentoo-x86 commit in media-libs/amanith: ChangeLog amanith-0.3-r2.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2009-07-19 19:18 Samuli Suominen (ssuominen)
2009-12-25 18:14 Ben de Groot (yngwin)
2010-11-08 23:13 Markus Meier (maekke)

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