* [gentoo-commits] gentoo-x86 commit in media-libs/ctl: ChangeLog ctl-1.4.1.ebuild
@ 2007-10-27 18:22 Alexis Ballier (aballier)
0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2007-10-27 18:22 UTC (permalink / raw
To: gentoo-commits
aballier 07/10/27 18:22:11
Modified: ChangeLog
Added: ctl-1.4.1.ebuild
Log:
version bump, bug #197219
(Portage version: 2.1.3.16)
Revision Changes Path
1.6 media-libs/ctl/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ctl/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ctl/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ctl/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/ctl/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 9 Oct 2007 16:55:31 -0000 1.5
+++ ChangeLog 27 Oct 2007 18:22:10 -0000 1.6
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/ctl
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/ctl/ChangeLog,v 1.5 2007/10/09 16:55:31 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ctl/ChangeLog,v 1.6 2007/10/27 18:22:10 aballier Exp $
+
+*ctl-1.4.1 (27 Oct 2007)
+
+ 27 Oct 2007; Alexis Ballier <aballier@gentoo.org> +ctl-1.4.1.ebuild:
+ version bump, bug #197219
09 Oct 2007; Raúl Porcel <armin76@gentoo.org> ctl-1.4.0.ebuild:
Add ~sparc wrt #189798
1.1 media-libs/ctl/ctl-1.4.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ctl/ctl-1.4.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ctl/ctl-1.4.1.ebuild?rev=1.1&content-type=text/plain
Index: ctl-1.4.1.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/ctl/ctl-1.4.1.ebuild,v 1.1 2007/10/27 18:22:10 aballier Exp $
DESCRIPTION="AMPAS' Color Transformation Language"
HOMEPAGE="http://sourceforge.net/projects/ampasctl"
SRC_URI="mirror://sourceforge/ampasctl/${P}.tar.gz"
LICENSE="AMPAS"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
IUSE="doc"
RDEPEND="media-libs/ilmbase"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_install() {
emake DESTDIR="${D}" install || die "install failed"
dodoc AUTHORS ChangeLog NEWS README
if use doc ; then
insinto "/usr/share/doc/${PF}"
doins doc/*.pdf
fi
rm -frv "${D}usr/share/doc/CTL"*
}
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/ctl: ChangeLog ctl-1.4.1.ebuild
@ 2010-08-23 19:01 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-08-23 19:01 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/08/23 19:01:17
Modified: ChangeLog ctl-1.4.1.ebuild
Log:
Punt .la files. USE="static-libs".
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.17 media-libs/ctl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ctl/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ctl/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ctl/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/ctl/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 8 Aug 2008 22:05:35 -0000 1.16
+++ ChangeLog 23 Aug 2010 19:01:17 -0000 1.17
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/ctl
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/ctl/ChangeLog,v 1.16 2008/08/08 22:05:35 aballier Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ctl/ChangeLog,v 1.17 2010/08/23 19:01:17 ssuominen Exp $
+
+ 23 Aug 2010; Samuli Suominen <ssuominen@gentoo.org> ctl-1.4.1.ebuild:
+ Punt .la files. USE="static-libs".
08 Aug 2008; Alexis Ballier <aballier@gentoo.org> -ctl-1.4.0.ebuild:
remove old
1.11 media-libs/ctl/ctl-1.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ctl/ctl-1.4.1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ctl/ctl-1.4.1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ctl/ctl-1.4.1.ebuild?r1=1.10&r2=1.11
Index: ctl-1.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/ctl/ctl-1.4.1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ctl-1.4.1.ebuild 8 Aug 2008 22:04:04 -0000 1.10
+++ ctl-1.4.1.ebuild 23 Aug 2010 19:01:17 -0000 1.11
@@ -1,8 +1,9 @@
-# Copyright 1999-2008 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/ctl/ctl-1.4.1.ebuild,v 1.10 2008/08/08 22:04:04 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ctl/ctl-1.4.1.ebuild,v 1.11 2010/08/23 19:01:17 ssuominen Exp $
-inherit base
+EAPI=2
+inherit eutils libtool
DESCRIPTION="AMPAS' Color Transformation Language"
HOMEPAGE="http://sourceforge.net/projects/ampasctl"
@@ -11,21 +12,26 @@
LICENSE="AMPAS"
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="doc"
+IUSE=""
RDEPEND="media-libs/ilmbase"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
-PATCHES=( "${FILESDIR}/${P}-gcc43.patch" )
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-gcc43.patch
+ elibtoolize
+}
+
+src_configure() {
+ econf \
+ --disable-dependency-tracking \
+ $(use_enable static-libs static)
+}
src_install() {
- emake DESTDIR="${D}" install || die "install failed"
+ emake DESTDIR="${D}" docdir=/usr/share/doc/${PF} install || die
dodoc AUTHORS ChangeLog NEWS README
- if use doc ; then
- insinto "/usr/share/doc/${PF}"
- doins doc/*.pdf
- fi
- rm -frv "${D}usr/share/doc/CTL"*
+ find "${D}" -name '*.la' -exec rm -f '{}' +
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/ctl: ChangeLog ctl-1.4.1.ebuild
@ 2012-05-05 8:02 Jeff Horelick (jdhore)
0 siblings, 0 replies; 4+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-05 8:02 UTC (permalink / raw
To: gentoo-commits
jdhore 12/05/05 08:02:44
Modified: ChangeLog ctl-1.4.1.ebuild
Log:
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Revision Changes Path
1.18 media-libs/ctl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ctl/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ctl/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ctl/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/ctl/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 23 Aug 2010 19:01:17 -0000 1.17
+++ ChangeLog 5 May 2012 08:02:44 -0000 1.18
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/ctl
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/ctl/ChangeLog,v 1.17 2010/08/23 19:01:17 ssuominen Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ctl/ChangeLog,v 1.18 2012/05/05 08:02:44 jdhore Exp $
+
+ 05 May 2012; Jeff Horelick <jdhore@gentoo.org> ctl-1.4.1.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
23 Aug 2010; Samuli Suominen <ssuominen@gentoo.org> ctl-1.4.1.ebuild:
Punt .la files. USE="static-libs".
1.13 media-libs/ctl/ctl-1.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ctl/ctl-1.4.1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ctl/ctl-1.4.1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ctl/ctl-1.4.1.ebuild?r1=1.12&r2=1.13
Index: ctl-1.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/ctl/ctl-1.4.1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ctl-1.4.1.ebuild 23 Aug 2010 19:05:29 -0000 1.12
+++ ctl-1.4.1.ebuild 5 May 2012 08:02:44 -0000 1.13
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/ctl/ctl-1.4.1.ebuild,v 1.12 2010/08/23 19:05:29 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ctl/ctl-1.4.1.ebuild,v 1.13 2012/05/05 08:02:44 jdhore Exp $
EAPI=2
inherit eutils libtool
@@ -16,7 +16,7 @@
RDEPEND="media-libs/ilmbase"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
src_prepare() {
epatch "${FILESDIR}"/${P}-gcc43.patch
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/ctl: ChangeLog ctl-1.4.1.ebuild
@ 2013-03-03 6:03 Ryan Hill (dirtyepic)
0 siblings, 0 replies; 4+ messages in thread
From: Ryan Hill (dirtyepic) @ 2013-03-03 6:03 UTC (permalink / raw
To: gentoo-commits
dirtyepic 13/03/03 06:03:04
Modified: ChangeLog ctl-1.4.1.ebuild
Log:
Fix build with GCC 4.7 (bug #426368).
(Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
Revision Changes Path
1.19 media-libs/ctl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ctl/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ctl/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ctl/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/ctl/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 5 May 2012 08:02:44 -0000 1.18
+++ ChangeLog 3 Mar 2013 06:03:04 -0000 1.19
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/ctl
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/ctl/ChangeLog,v 1.18 2012/05/05 08:02:44 jdhore Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ctl/ChangeLog,v 1.19 2013/03/03 06:03:04 dirtyepic Exp $
+
+ 03 Mar 2013; Ryan Hill <dirtyepic@gentoo.org> ctl-1.4.1.ebuild,
+ +files/ctl-1.4.1-gcc47.patch:
+ Fix build with GCC 4.7 (bug #426368).
05 May 2012; Jeff Horelick <jdhore@gentoo.org> ctl-1.4.1.ebuild:
dev-util/pkgconfig -> virtual/pkgconfig
1.14 media-libs/ctl/ctl-1.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ctl/ctl-1.4.1.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ctl/ctl-1.4.1.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ctl/ctl-1.4.1.ebuild?r1=1.13&r2=1.14
Index: ctl-1.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/ctl/ctl-1.4.1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ctl-1.4.1.ebuild 5 May 2012 08:02:44 -0000 1.13
+++ ctl-1.4.1.ebuild 3 Mar 2013 06:03:04 -0000 1.14
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/ctl/ctl-1.4.1.ebuild,v 1.13 2012/05/05 08:02:44 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ctl/ctl-1.4.1.ebuild,v 1.14 2013/03/03 06:03:04 dirtyepic Exp $
EAPI=2
inherit eutils libtool
@@ -20,6 +20,7 @@
src_prepare() {
epatch "${FILESDIR}"/${P}-gcc43.patch
+ epatch "${FILESDIR}"/${P}-gcc47.patch
elibtoolize
}
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-03-03 6:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-23 19:01 [gentoo-commits] gentoo-x86 commit in media-libs/ctl: ChangeLog ctl-1.4.1.ebuild Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2013-03-03 6:03 Ryan Hill (dirtyepic)
2012-05-05 8:02 Jeff Horelick (jdhore)
2007-10-27 18:22 Alexis Ballier (aballier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox