public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Fabian Groffen (grobian)" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/phonon: ChangeLog phonon-4.6.0-r1.ebuild
Date: Sat, 29 Sep 2012 18:33:05 +0000 (UTC)	[thread overview]
Message-ID: <20120929183305.4B42E21600@flycatcher.gentoo.org> (raw)

grobian     12/09/29 18:33:05

  Modified:             ChangeLog phonon-4.6.0-r1.ebuild
  Log:
  Fix for and keyworded ~{ppc,x86,x64}-macos, force for amd64 hardened keyword problems
  
  (Portage version: 2.2.01.21143-prefix/cvs/Darwin i386, RepoMan options: --force)

Revision  Changes    Path
1.44                 media-libs/phonon/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/phonon/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	23 Sep 2012 04:25:32 -0000	1.43
+++ ChangeLog	29 Sep 2012 18:33:05 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/phonon
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/ChangeLog,v 1.43 2012/09/23 04:25:32 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/ChangeLog,v 1.44 2012/09/29 18:33:05 grobian Exp $
+
+  29 Sep 2012; Fabian Groffen <grobian@gentoo.org> phonon-4.6.0-r1.ebuild:
+  Fix for and keyworded ~{ppc,x86,x64}-macos
 
   23 Sep 2012; Anthony G. Basile <blueness@gentoo.org> phonon-4.6.0-r1.ebuild:
   stable arm, bug #431190



1.13                 media-libs/phonon/phonon-4.6.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon/phonon-4.6.0-r1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon/phonon-4.6.0-r1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon/phonon-4.6.0-r1.ebuild?r1=1.12&r2=1.13

Index: phonon-4.6.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/phonon/phonon-4.6.0-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- phonon-4.6.0-r1.ebuild	23 Sep 2012 04:25:32 -0000	1.12
+++ phonon-4.6.0-r1.ebuild	29 Sep 2012 18:33:05 -0000	1.13
@@ -1,12 +1,12 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/phonon-4.6.0-r1.ebuild,v 1.12 2012/09/23 04:25:32 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/phonon-4.6.0-r1.ebuild,v 1.13 2012/09/29 18:33:05 grobian Exp $
 
 EAPI=4
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="mirror://kde/stable/phonon/${PV}/src/${P}.tar.xz"
-	KEYWORDS="amd64 arm hppa ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+	KEYWORDS="amd64 arm hppa ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 else
 	SCM_ECLASS="git-2"
 	EGIT_REPO_URI="git://anongit.kde.org/${PN}"
@@ -63,3 +63,22 @@
 	)
 	cmake-utils_src_configure
 }
+
+src_install() {
+	cmake-utils_src_install
+	# fixup broken cmake system library installs
+	if [[ ${CHOST} == *-darwin* ]] ; then
+ 		local lib
+		for lib in "${EPREFIX}"/usr/lib/libphonon{.4,experimental.4.6.0}.dylib ; do
+			install_name_tool -id "${lib}" "${D}${lib}"
+		done
+		for lib in /usr/lib/libphononexperimental.4.dylib \
+			/usr/lib/qt4/plugins/designer/libphononwidgets.bundle ;
+		do
+			install_name_tool -change \
+				"lib/libphonon.4.dylib" \
+				"${EPREFIX}/usr/lib/libphonon.4.dylib" \
+				${ED}${lib}
+		done
+	fi
+}





             reply	other threads:[~2012-09-29 18:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-29 18:33 Fabian Groffen (grobian) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-12-30 16:30 [gentoo-commits] gentoo-x86 commit in media-libs/phonon: ChangeLog phonon-4.6.0-r1.ebuild Raul Porcel (armin76)
2012-09-21 23:11 Anthony G. Basile (blueness)
2012-09-21 10:53 Anthony G. Basile (blueness)
2012-09-19 22:45 Jeroen Roovers (jer)
2012-09-15 13:31 Agostino Sarubbo (ago)
2012-09-15 13:27 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=20120929183305.4B42E21600@flycatcher.gentoo.org \
    --to=grobian@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