public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/libclxclient: ChangeLog libclxclient-3.6.1.ebuild
@ 2008-04-19 13:49 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2008-04-19 13:49 UTC (permalink / raw
  To: gentoo-commits

aballier    08/04/19 13:49:36

  Modified:             ChangeLog
  Added:                libclxclient-3.6.1.ebuild
  Log:
  version bump, bug #218248
  (Portage version: 2.1.5_rc4)

Revision  Changes    Path
1.12                 media-libs/libclxclient/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libclxclient/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libclxclient/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libclxclient/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libclxclient/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	19 Apr 2007 21:47:17 -0000	1.11
+++ ChangeLog	19 Apr 2008 13:49:36 -0000	1.12
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/libclxclient
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libclxclient/ChangeLog,v 1.11 2007/04/19 21:47:17 aballier Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libclxclient/ChangeLog,v 1.12 2008/04/19 13:49:36 aballier Exp $
+
+*libclxclient-3.6.1 (19 Apr 2008)
+
+  19 Apr 2008; Alexis Ballier <aballier@gentoo.org>
+  +files/libclxclient-3.6.1-Makefile.patch, +libclxclient-3.6.1.ebuild:
+  version bump, bug #218248
 
 *libclxclient-3.3.2 (19 Apr 2007)
 



1.1                  media-libs/libclxclient/libclxclient-3.6.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libclxclient/libclxclient-3.6.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libclxclient/libclxclient-3.6.1.ebuild?rev=1.1&content-type=text/plain

Index: libclxclient-3.6.1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libclxclient/libclxclient-3.6.1.ebuild,v 1.1 2008/04/19 13:49:36 aballier Exp $

inherit eutils multilib toolchain-funcs

MY_P=${P/lib/}

S="${WORKDIR}/${MY_P}"

DESCRIPTION="An audio library by Fons Adriaensen <fons.adriaensen@skynet.be>"
HOMEPAGE="http://www.kokkinizita.net/linuxaudio/"
SRC_URI="http://www.kokkinizita.net/linuxaudio/downloads/${MY_P}.tar.bz2"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

RDEPEND="x11-libs/libX11
	x11-libs/libXft
	>=media-libs/freetype-2
	>=media-libs/libclthreads-2.4.0"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}/${P}-Makefile.patch"
}

src_compile() {
	tc-export CC CXX
	emake PREFIX="/usr" LIBDIR="$(get_libdir)" || die "emake failed"
}

src_install() {
	emake PREFIX="/usr" LIBDIR="$(get_libdir)" DESTDIR="${D}" install || die "make install failed"
	dodoc AUTHORS
}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

only message in thread, other threads:[~2008-04-19 13:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-19 13:49 [gentoo-commits] gentoo-x86 commit in media-libs/libclxclient: ChangeLog libclxclient-3.6.1.ebuild Alexis Ballier (aballier)

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