[proaudio] [1792] =dev-libs/libinstpatch-1.0.0 bump

[ Thread Index | Date Index | More lists.tuxfamily.org/proaudio Archives ]


Revision: 1792
Author:   gavlee
Date:     2010-11-02 21:37:05 +0100 (Tue, 02 Nov 2010)
Log Message:
-----------
=dev-libs/libinstpatch-1.0.0 bump

Modified Paths:
--------------
    trunk/overlays/proaudio/dev-libs/libinstpatch/ChangeLog
    trunk/overlays/proaudio/dev-libs/libinstpatch/Manifest

Added Paths:
-----------
    trunk/overlays/proaudio/dev-libs/libinstpatch/libinstpatch-1.0.0.ebuild

Modified: trunk/overlays/proaudio/dev-libs/libinstpatch/ChangeLog
===================================================================
--- trunk/overlays/proaudio/dev-libs/libinstpatch/ChangeLog	2010-10-28 10:28:19 UTC (rev 1791)
+++ trunk/overlays/proaudio/dev-libs/libinstpatch/ChangeLog	2010-11-02 20:37:05 UTC (rev 1792)
@@ -1,7 +1,13 @@
 # ChangeLog for dev-libs/libinstpatch
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*libinstpatch-1.0.0 (02 Nov 2010)
+
+  02 Nov 2010; Gavin Pryke <gavinlee303@xxxxxxxxxxxxxx>
+  +libinstpatch-1.0.0.ebuild:
+  bump
+
   31 Mar 2010; Stephane Angot <sa@xxxxxxxxx> libinstpatch-1.0.0_pre1.ebuild, libinstpatch-9999.ebuild:
   header update
   added keyword "~ppc" to 1.0.0_pre1 for /media-sound/swami compatibility

Modified: trunk/overlays/proaudio/dev-libs/libinstpatch/Manifest
===================================================================
--- trunk/overlays/proaudio/dev-libs/libinstpatch/Manifest	2010-10-28 10:28:19 UTC (rev 1791)
+++ trunk/overlays/proaudio/dev-libs/libinstpatch/Manifest	2010-11-02 20:37:05 UTC (rev 1792)
@@ -1,5 +1,7 @@
+DIST libinstpatch-1.0.0.tar.gz 1158291 RMD160 4cbecfb3851981ddbf0b01739a340679ca529cd5 SHA1 7a347558cc71528e3b475302e4f6a3cd727ffc51 SHA256 8943e2226d97609104365f0105be87b326a0b2335cea22d29604a45f8ef1cee7
 DIST libinstpatch-1.0.0pre1.tar.gz 950962 RMD160 e6c6b50709fff56cdaacbe6933092b7c4ef593c9 SHA1 06abb4c7c554a47293040759f04de68c55c01617 SHA256 1d0877a1d996dae2496ae1b9c97980cc38064be8e178432461c93d451082d8b7
+EBUILD libinstpatch-1.0.0.ebuild 841 RMD160 3f2f17d6d127b505d2b0e8127ca490eced8d108c SHA1 c42d01a212464e19b12e28ea0501fd4a4d1bc171 SHA256 7728c8b8a2369e10a53945ce0e515df41a2934ebe48aad097a438e70d5d27b7e
 EBUILD libinstpatch-1.0.0_pre1.ebuild 973 RMD160 cd753e04cc43c6dfb1c4202ef76c5a65a3f7566f SHA1 2c7fcec4ed42e37a7b99cca3771ce11ccd089461 SHA256 6da446c0a76c37e303412a167523cea563c86c0b8d1baacffe5fd0f80194ea21
 EBUILD libinstpatch-9999.ebuild 934 RMD160 db37c5edd7f7ba0825f54864c6957770845089ff SHA1 22069f335f405e0517dfd801c9ea2681525e61b1 SHA256 3f9fb49f31900f7f79ff6b1a7fd479464838e7d4b0278d7b5c19e2852a9f2e22
-MISC ChangeLog 403 RMD160 5c2e5f0885160ffc2362edfa2945c3f8d4c554d9 SHA1 e857a9a58f000afcffc683184f731552e98cf282 SHA256 e9d4a97ff28aeb8764694215c92de0fbf3452bac9e00fa5f36048a1addd60496
+MISC ChangeLog 532 RMD160 1fd1716dd2ffd258d0003001143e795756dc3ebb SHA1 5ead4bdd31474f0831af4b06a73a0a2c1c97987e SHA256 390e7f3b8f676e402a6c51c455dde549ac4ce3032921b89f4ccf9a5854422ab9
 MISC metadata.xml 268 RMD160 facc07bd885f20615a1f2555069329c642e1a566 SHA1 2456bdb8a218c9d477d2d6ee4bf158de070c7be4 SHA256 96629b266b743f566c29158d4498edeeb1cd6b1f0cd9629e42d4f10b4da82f89

Added: trunk/overlays/proaudio/dev-libs/libinstpatch/libinstpatch-1.0.0.ebuild
===================================================================
--- trunk/overlays/proaudio/dev-libs/libinstpatch/libinstpatch-1.0.0.ebuild	                        (rev 0)
+++ trunk/overlays/proaudio/dev-libs/libinstpatch/libinstpatch-1.0.0.ebuild	2010-11-02 20:37:05 UTC (rev 1792)
@@ -0,0 +1,39 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+
+PYTHON_DEPEND="python? 2:2.4"
+
+inherit eutils python
+
+RESTRICT="mirror"
+DESCRIPTION="SoundFont editor library from the Swami project"
+HOMEPAGE="http://swami.sourceforge.net/";
+SRC_URI="mirror://sourceforge/swami/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="debug nls python"
+
+RDEPEND=">=media-libs/libsndfile-1.0.0
+	>=dev-libs/glib-2.0
+	python? ( dev-python/pygtk )"
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig"
+
+src_configure() {
+	econf --disable-dependency-tracking \
+		--disable-rpath \
+		--with-pic \
+		$(use_enable debug) \
+		$(use_enable nls) \
+		$(use_enable python) || die "econf failed"
+}
+
+src_install() {
+	make DESTDIR="${D}" install || die
+	dodoc AUTHORS ChangeLog NEWS README
+}


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/