* [gentoo-commits] gentoo-x86 commit in media-plugins/live: live-2012.04.21.ebuild ChangeLog
@ 2012-05-09 18:42 Fabian Groffen (grobian)
0 siblings, 0 replies; 2+ messages in thread
From: Fabian Groffen (grobian) @ 2012-05-09 18:42 UTC (permalink / raw
To: gentoo-commits
grobian 12/05/09 18:42:26
Modified: live-2012.04.21.ebuild ChangeLog
Log:
Fix compilation on Solaris as per instructions in liveMedia/include/Locale.hh
(Portage version: 2.2.01.20430-prefix/cvs/SunOS i386)
Revision Changes Path
1.2 media-plugins/live/live-2012.04.21.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/live/live-2012.04.21.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/live/live-2012.04.21.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/live/live-2012.04.21.ebuild?r1=1.1&r2=1.2
Index: live-2012.04.21.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/live/live-2012.04.21.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- live-2012.04.21.ebuild 24 Apr 2012 13:01:41 -0000 1.1
+++ live-2012.04.21.ebuild 9 May 2012 18:42:26 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/live/live-2012.04.21.ebuild,v 1.1 2012/04/24 13:01:41 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/live/live-2012.04.21.ebuild,v 1.2 2012/05/09 18:42:26 grobian Exp $
EAPI=3
inherit flag-o-matic eutils toolchain-funcs multilib
@@ -38,12 +38,12 @@
case ${CHOST} in
*-solaris*)
use static-libs && { sed -i \
- -e '/^COMPILE_OPTS /s/$/ -DSOLARIS/' \
+ -e '/^COMPILE_OPTS /s/$/ -DSOLARIS -DXLOCALE_NOT_USED/' \
-e '/^LIBS_FOR_CONSOLE_APPLICATION /s/$/ -lsocket -lnsl/' \
live-static/config.gentoo \
|| die ; }
sed -i \
- -e '/^COMPILE_OPTS /s/$/ -DSOLARIS/' \
+ -e '/^COMPILE_OPTS /s/$/ -DSOLARIS -DXLOCALE_NOT_USED/' \
-e '/^LIBS_FOR_CONSOLE_APPLICATION /s/$/ -lsocket -lnsl/' \
live-shared/config.gentoo-so-r1 \
|| die
1.155 media-plugins/live/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/live/ChangeLog?rev=1.155&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/live/ChangeLog?rev=1.155&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/live/ChangeLog?r1=1.154&r2=1.155
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/live/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- ChangeLog 24 Apr 2012 13:01:39 -0000 1.154
+++ ChangeLog 9 May 2012 18:42:26 -0000 1.155
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/live
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/live/ChangeLog,v 1.154 2012/04/24 13:01:39 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/live/ChangeLog,v 1.155 2012/05/09 18:42:26 grobian Exp $
+
+ 09 May 2012; Fabian Groffen <grobian@gentoo.org> live-2012.04.21.ebuild:
+ Fix compilation on Solaris as per instructions in liveMedia/include/Locale.hh
*live-2012.04.21 (24 Apr 2012)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/live: live-2012.04.21.ebuild ChangeLog
@ 2012-06-15 13:31 Fabian Groffen (grobian)
0 siblings, 0 replies; 2+ messages in thread
From: Fabian Groffen (grobian) @ 2012-06-15 13:31 UTC (permalink / raw
To: gentoo-commits
grobian 12/06/15 13:31:47
Modified: live-2012.04.21.ebuild ChangeLog
Log:
Fix building shared library on Darwin
(Portage version: 2.2.01.20430-prefix/cvs/SunOS i386)
Revision Changes Path
1.3 media-plugins/live/live-2012.04.21.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/live/live-2012.04.21.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/live/live-2012.04.21.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/live/live-2012.04.21.ebuild?r1=1.2&r2=1.3
Index: live-2012.04.21.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/live/live-2012.04.21.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- live-2012.04.21.ebuild 9 May 2012 18:42:26 -0000 1.2
+++ live-2012.04.21.ebuild 15 Jun 2012 13:31:47 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/live/live-2012.04.21.ebuild,v 1.2 2012/05/09 18:42:26 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/live/live-2012.04.21.ebuild,v 1.3 2012/06/15 13:31:47 grobian Exp $
EAPI=3
inherit flag-o-matic eutils toolchain-funcs multilib
@@ -61,6 +61,7 @@
-e '/^LINK /s/$/ /' \
-e '/^LIBRARY_LINK /s/=.*$/= $(CXX) -o /' \
-e '/^LIBRARY_LINK_OPTS /s:-shared.*$:-undefined suppress -flat_namespace -dynamiclib -install_name '"${EPREFIX}/usr/$(get_libdir)/"'$@:' \
+ -e '/^LIB_SUFFIX /s/so/dylib/' \
live-shared/config.gentoo-so-r1 \
|| die shared
;;
1.156 media-plugins/live/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/live/ChangeLog?rev=1.156&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/live/ChangeLog?rev=1.156&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/live/ChangeLog?r1=1.155&r2=1.156
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/live/ChangeLog,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- ChangeLog 9 May 2012 18:42:26 -0000 1.155
+++ ChangeLog 15 Jun 2012 13:31:47 -0000 1.156
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/live
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/live/ChangeLog,v 1.155 2012/05/09 18:42:26 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/live/ChangeLog,v 1.156 2012/06/15 13:31:47 grobian Exp $
+
+ 15 Jun 2012; Fabian Groffen <grobian@gentoo.org> live-2012.04.21.ebuild:
+ Fix building shared library on Darwin
09 May 2012; Fabian Groffen <grobian@gentoo.org> live-2012.04.21.ebuild:
Fix compilation on Solaris as per instructions in liveMedia/include/Locale.hh
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-06-15 13:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-09 18:42 [gentoo-commits] gentoo-x86 commit in media-plugins/live: live-2012.04.21.ebuild ChangeLog Fabian Groffen (grobian)
-- strict thread matches above, loose matches on Subject: below --
2012-06-15 13:31 Fabian Groffen (grobian)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox