From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1M1kuw-0002vn-45 for garchives@archives.gentoo.org; Wed, 06 May 2009 17:28:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93040E0548; Wed, 6 May 2009 17:28:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 526D1E0548 for ; Wed, 6 May 2009 17:28:25 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id EFFB564E9A for ; Wed, 6 May 2009 17:28:24 +0000 (UTC) Received: from ssuominen by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1M1kuq-0004jQ-B4 for gentoo-commits@lists.gentoo.org; Wed, 06 May 2009 17:28:20 +0000 From: "Samuli Suominen (ssuominen)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ssuominen@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-sound/exaile/files: exaile-0.3.0_alpha1-bytecompile.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: exaile-0.3.0_alpha1-bytecompile.patch X-VCS-Directories: media-sound/exaile/files X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Message-Id: Sender: Samuli Suominen Date: Wed, 06 May 2009 17:28:20 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 68b93dcc-aa9f-4c25-845b-9492887f9e6c X-Archives-Hash: b18704e218cda06b3d96ea4b19210df4 ssuominen 09/05/06 17:28:20 Added: exaile-0.3.0_alpha1-bytecompile.patch Log: Remove USE equalizer wrt #235717. Version bump and switch to using gst-= plugins-meta. (Portage version: 2.1.6.13/cvs/Linux x86_64) Revision Changes Path 1.1 media-sound/exaile/files/exaile-0.3.0_alpha1-bytecom= pile.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile= /files/exaile-0.3.0_alpha1-bytecompile.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile= /files/exaile-0.3.0_alpha1-bytecompile.patch?rev=3D1.1&content-type=3Dtex= t/plain Index: exaile-0.3.0_alpha1-bytecompile.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D - Don't try to install .py[co] files if they are not available - Don't compile at install phase diff -ur exaile-0.3.0a1.orig/Makefile exaile-0.3.0a1/Makefile --- exaile-0.3.0a1.orig/Makefile 2009-01-05 17:56:16.000000000 +0000 +++ exaile-0.3.0a1/Makefile 2009-05-06 20:21:34.000000000 +0000 @@ -42,25 +42,25 @@ cd plugins && make uninstall && cd .. =20 =20 -install: make-install-dirs compile +install: make-install-dirs install -m 644 exaile.py $(DESTDIR)$(PREFIX)$(LIBDIR)/exaile=09 - install -m 644 xl/*.py[co] $(DESTDIR)$(PREFIX)$(LIBDIR)/exaile/xl + -install -m 644 xl/*.py[co] $(DESTDIR)$(PREFIX)$(LIBDIR)/exaile/xl install -m 644 xl/*.py $(DESTDIR)$(PREFIX)$(LIBDIR)/exaile/xl - install -m 644 xl/metadata/*.py[co] \ + -install -m 644 xl/metadata/*.py[co] \ $(DESTDIR)$(PREFIX)$(LIBDIR)/exaile/xl/metadata install -m 644 xl/metadata/*.py \ $(DESTDIR)$(PREFIX)$(LIBDIR)/exaile/xl/metadata - install -m 644 xlgui/*.py[co] $(DESTDIR)$(PREFIX)$(LIBDIR)/exaile/xlgui + -install -m 644 xlgui/*.py[co] $(DESTDIR)$(PREFIX)$(LIBDIR)/exaile/xlgu= i install -m 644 xlgui/*.py $(DESTDIR)$(PREFIX)$(LIBDIR)/exaile/xlgui - install -m 644 xlgui/panel/*.py[co] \ + -install -m 644 xlgui/panel/*.py[co] \ $(DESTDIR)$(PREFIX)$(LIBDIR)/exaile/xlgui/panel install -m 644 xlgui/panel/*.py \ $(DESTDIR)$(PREFIX)$(LIBDIR)/exaile/xlgui/panel - install -m 644 xlgui/prefs/*.py[co] \ + -install -m 644 xlgui/prefs/*.py[co] \ $(DESTDIR)$(PREFIX)$(LIBDIR)/exaile/xlgui/prefs install -m 644 xlgui/prefs/*.py \ $(DESTDIR)$(PREFIX)$(LIBDIR)/exaile/xlgui/prefs - install -m 644 lib/*.py[co] $(DESTDIR)$(PREFIX)$(LIBDIR)/exaile/lib + -install -m 644 lib/*.py[co] $(DESTDIR)$(PREFIX)$(LIBDIR)/exaile/lib install -m 644 lib/*.py $(DESTDIR)$(PREFIX)$(LIBDIR)/exaile/lib for f in `find po -name exaile.mo` ; do \ install -d -m 755 \ diff -ur exaile-0.3.0a1.orig/plugins/Makefile exaile-0.3.0a1/plugins/Make= file --- exaile-0.3.0a1.orig/plugins/Makefile 2009-01-05 17:56:16.000000000 +0= 000 +++ exaile-0.3.0a1/plugins/Makefile 2009-05-06 20:21:28.000000000 +0000 @@ -13,9 +13,9 @@ =20 compile: python -m compileall . - python -O -m compileall . + -python -O -m compileall . =20 -install: compile +install: mkdir -p $(DESTDIR)$(PREFIX)$(PLUGINSDIR) for plugin in $(INSTALL_PLUGINS); do \ cp -r $${plugin} $(DESTDIR)$(PREFIX)$(PLUGINSDIR) ; \