public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/libclthreads: ChangeLog libclthreads-2.4.0-r1.ebuild
@ 2015-03-18 11:48 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2015-03-18 11:48 UTC (permalink / raw
  To: gentoo-commits

aballier    15/03/18 11:48:09

  Modified:             ChangeLog
  Added:                libclthreads-2.4.0-r1.ebuild
  Log:
  update makefile patch to create proper lib symlinks, bug #418065 by Rodrigo Severo
  
  Signed-off-by: aballier@gentoo.org
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.15                 media-libs/libclthreads/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libclthreads/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	18 Mar 2015 10:04:08 -0000	1.14
+++ ChangeLog	18 Mar 2015 11:48:09 -0000	1.15
@@ -1,6 +1,13 @@
 # ChangeLog for media-libs/libclthreads
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libclthreads/ChangeLog,v 1.14 2015/03/18 10:04:08 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libclthreads/ChangeLog,v 1.15 2015/03/18 11:48:09 aballier Exp $
+
+*libclthreads-2.4.0-r1 (18 Mar 2015)
+
+  18 Mar 2015; Alexis Ballier <aballier@gentoo.org>
+  +libclthreads-2.4.0-r1.ebuild, +files/libclthreads-2.4.0-Makefile.patch:
+  update makefile patch to create proper lib symlinks, bug #418065 by Rodrigo
+  Severo
 
   18 Mar 2015; Alexis Ballier <aballier@gentoo.org> libclthreads-1.0.2.ebuild,
   libclthreads-2.2.1.ebuild, libclthreads-2.4.0.ebuild:



1.1                  media-libs/libclthreads/libclthreads-2.4.0-r1.ebuild

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

Index: libclthreads-2.4.0-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libclthreads/libclthreads-2.4.0-r1.ebuild,v 1.1 2015/03/18 11:48:09 aballier Exp $

EAPI=5

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://kokkinizita.linuxaudio.org/linuxaudio/index.html"
SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${MY_P}.tar.bz2"

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

src_prepare() {
	epatch "${FILESDIR}/${PN}-2.4.0-Makefile.patch"
}

src_compile() {
	tc-export CC CXX
	emake
}

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





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

only message in thread, other threads:[~2015-03-18 11:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-18 11:48 [gentoo-commits] gentoo-x86 commit in media-libs/libclthreads: ChangeLog libclthreads-2.4.0-r1.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