public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/fmod: ChangeLog fmod-4.08.05.ebuild
@ 2007-10-17 14:53 Samuli Suominen (drac)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (drac) @ 2007-10-17 14:53 UTC (permalink / raw
  To: gentoo-commits

drac        07/10/17 14:53:00

  Modified:             ChangeLog
  Added:                fmod-4.08.05.ebuild
  Log:
  I'm so looking forward on reviewing this.
  (Portage version: 2.1.3.14)

Revision  Changes    Path
1.23                 media-libs/fmod/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/fmod/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	11 Feb 2007 02:41:01 -0000	1.22
+++ ChangeLog	17 Oct 2007 14:52:59 -0000	1.23
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/fmod
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/fmod/ChangeLog,v 1.22 2007/02/11 02:41:01 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/fmod/ChangeLog,v 1.23 2007/10/17 14:52:59 drac Exp $
+
+*fmod-4.08.05 (17 Oct 2007)
+
+  17 Oct 2007; Samuli Suominen <drac@gentoo.org> +fmod-4.08.05.ebuild:
+  Version bump to new slot for bug 121506.
 
 *fmod-3.75 (11 Feb 2007)
 



1.1                  media-libs/fmod/fmod-4.08.05.ebuild

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

Index: fmod-4.08.05.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/fmod/fmod-4.08.05.ebuild,v 1.1 2007/10/17 14:52:59 drac Exp $

inherit multilib versionator

MY_P=fmodapi$(delete_all_version_separators)linux

DESCRIPTION="music and sound effects library, and a sound processing system"
HOMEPAGE="http://www.fmod.org"
SRC_URI="x86? ( http://www.fmod.org/index.php/release/version/${MY_P}.tar.gz )
	amd64? ( http://www.fmod.org/index.php/release/version/${MY_P}64.tar.gz )"

LICENSE="fmod"
SLOT="1"
KEYWORDS="-* ~amd64 ~x86"
IUSE="doc examples"

DEPEND=""
RDEPEND="${DEPEND}"

RESTRICT="strip test"

QA_TEXTRELS="usr/lib*/libfmod*.so*"
QA_EXECSTACK="usr/lib*/libfmod*.so*"

if use amd64; then
	S="${WORKDIR}"/${MY_P}64
else
	S="${WORKDIR}"/${MY_P}
fi

src_compile() {
	echo "Nothing to compile."
}

src_install() {
	dolib {.,fmoddesignerapi}/api/lib/*

	dosym libfmodevent.so /usr/$(get_libdir)/libfmodevent.so.${PV}

	insinto /usr/include/fmodex
	doins {.,fmoddesignerapi}/api/inc/*

	if use examples; then
		insinto /usr/share/${PN}/examples
		doins -r {.,fmoddesignerapi}/examples/* tools/*
	fi

	dodoc documentation/*.txt

	use doc && dodoc documentation/*.pdf
}



-- 
gentoo-commits@gentoo.org mailing list



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

only message in thread, other threads:[~2007-10-17 15:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-17 14:53 [gentoo-commits] gentoo-x86 commit in media-libs/fmod: ChangeLog fmod-4.08.05.ebuild Samuli Suominen (drac)

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