public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/bio2jack: ChangeLog bio2jack-0.9-r1.ebuild bio2jack-0.7.ebuild bio2jack-0.9.ebuild bio2jack-0.4.ebuild
@ 2010-12-02 18:24 Diego Petteno (flameeyes)
  0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2010-12-02 18:24 UTC (permalink / raw
  To: gentoo-commits

flameeyes    10/12/02 18:24:28

  Modified:             ChangeLog
  Added:                bio2jack-0.9-r1.ebuild
  Removed:              bio2jack-0.7.ebuild bio2jack-0.9.ebuild
                        bio2jack-0.4.ebuild
  Log:
  Remove old versions (yes this means removing stable versions) as they are generated from prebuild tarballs that are not properly cleared out, add new revision that clears out the prebuilt files before proceeding, and also work when automake 1.9 is not installed in the system.
  
  (Portage version: 2.2.0_alpha6/cvs/Linux x86_64)

Revision  Changes    Path
1.37                 media-libs/bio2jack/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/bio2jack/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	14 Oct 2010 07:30:01 -0000	1.36
+++ ChangeLog	2 Dec 2010 18:24:24 -0000	1.37
@@ -1,6 +1,15 @@
 # ChangeLog for media-libs/bio2jack
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/bio2jack/ChangeLog,v 1.36 2010/10/14 07:30:01 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/bio2jack/ChangeLog,v 1.37 2010/12/02 18:24:24 flameeyes Exp $
+
+*bio2jack-0.9-r1 (02 Dec 2010)
+
+  02 Dec 2010; Diego E. Pettenò <flameeyes@gentoo.org> -bio2jack-0.4.ebuild,
+  -bio2jack-0.7.ebuild, -bio2jack-0.9.ebuild, +bio2jack-0.9-r1.ebuild:
+  Remove old versions (yes this means removing stable versions) as they are
+  generated from prebuild tarballs that are not properly cleared out, add new
+  revision that clears out the prebuilt files before proceeding, and also work
+  when automake 1.9 is not installed in the system.
 
   14 Oct 2010; Tim Harder <radhermit@gentoo.org> bio2jack-0.9.ebuild:
   Remove --disable-dependency-tracking as it causes the static-libs USE flag



1.1                  media-libs/bio2jack/bio2jack-0.9-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/bio2jack/bio2jack-0.9-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/bio2jack/bio2jack-0.9-r1.ebuild?rev=1.1&content-type=text/plain

Index: bio2jack-0.9-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/bio2jack/bio2jack-0.9-r1.ebuild,v 1.1 2010/12/02 18:24:24 flameeyes Exp $

EAPI="3"

inherit autotools

DESCRIPTION="A library for porting blocked I/O OSS/ALSA audio applications to JACK"
HOMEPAGE="http://bio2jack.sourceforge.net/"
SRC_URI="mirror://sourceforge/bio2jack/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="static-libs"

RDEPEND="media-sound/jack-audio-connection-kit
	media-libs/libsamplerate"
DEPEND="${RDEPEND}"

S=${WORKDIR}/${PN}

src_prepare() {
	# upstream does not provide a real release, it releases a tarball
	# with a _prebuilt_ copy of bio2jack. Drop all of the built stuff
	# and recreate autotools from scratch, then build.
	rm -rf *.a *.o *.la *.lo .libs .deps Makefile config.{log,status} stamp-h1 stamp || die

	eautoreconf
}

src_configure() {
	econf \
		--disable-dependency-tracking \
		--enable-shared \
		$(use_enable static-libs static)
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dobin bio2jack-config || die
	dodoc AUTHORS ChangeLog NEWS README || die
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-12-02 18:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-02 18:24 [gentoo-commits] gentoo-x86 commit in media-libs/bio2jack: ChangeLog bio2jack-0.9-r1.ebuild bio2jack-0.7.ebuild bio2jack-0.9.ebuild bio2jack-0.4.ebuild Diego Petteno (flameeyes)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox