public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier (aballier)" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libmodplug: ChangeLog libmodplug-0.8.7.ebuild
Date: Wed, 29 Apr 2009 07:35:48 +0000	[thread overview]
Message-ID: <E1Lz4Ka-0005jl-GC@stork.gentoo.org> (raw)

aballier    09/04/29 07:35:48

  Modified:             ChangeLog
  Added:                libmodplug-0.8.7.ebuild
  Log:
  version bump, bug #266913
  (Portage version: 2.2_rc31/cvs/Linux x86_64)

Revision  Changes    Path
1.38                 media-libs/libmodplug/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libmodplug/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	14 Apr 2008 14:06:31 -0000	1.37
+++ ChangeLog	29 Apr 2009 07:35:48 -0000	1.38
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/libmodplug
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libmodplug/ChangeLog,v 1.37 2008/04/14 14:06:31 flameeyes Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libmodplug/ChangeLog,v 1.38 2009/04/29 07:35:48 aballier Exp $
+
+*libmodplug-0.8.7 (29 Apr 2009)
+
+  29 Apr 2009; Alexis Ballier <aballier@gentoo.org>
+  +libmodplug-0.8.7.ebuild:
+  version bump, bug #266913
 
 *libmodplug-0.8.4-r3 (14 Apr 2008)
 



1.1                  media-libs/libmodplug/libmodplug-0.8.7.ebuild

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

Index: libmodplug-0.8.7.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libmodplug/libmodplug-0.8.7.ebuild,v 1.1 2009/04/29 07:35:48 aballier Exp $

inherit eutils autotools

DESCRIPTION="Library for playing MOD-like music files"
SRC_URI="mirror://sourceforge/modplug-xmms/${P}.tar.gz"
HOMEPAGE="http://modplug-xmms.sourceforge.net/"

LICENSE="GPL-2"
SLOT="0"
#-sparc: 1.0 - Bus Error on play
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh -sparc ~x86 ~x86-fbsd"
IUSE=""

RDEPEND=""
DEPEND="dev-util/pkgconfig"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}/${PN}-0.8.4-timidity-patches.patch"
	epatch "${FILESDIR}/${PN}-0.8.4-endian.patch"

	sed -i -e 's:-ffast-math::' "${S}/configure.in"

	eautoreconf
}

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc AUTHORS ChangeLog README TODO

	# Remove unneeded libtool files
	find "${D}" -name '*.la' -delete
}

pkg_postinst() {
	elog "Since version 0.8.4 onward, libmodplug supports MIDI playback."
	elog "unfortunately to work correctly, this needs timidity patches,"
	elog "but the code does not support the needed 'source' directive to"
	elog "work with the patches currently in portage. For this reason it"
	elog "will not work as intended yet."
}






             reply	other threads:[~2009-04-29  7:35 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-29  7:35 Alexis Ballier (aballier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-04-29 14:39 [gentoo-commits] gentoo-x86 commit in media-libs/libmodplug: ChangeLog libmodplug-0.8.7.ebuild Jeroen Roovers (jer)
2009-05-01 13:48 Olivier Crete (tester)
2009-05-01 14:08 Markus Meier (maekke)
2009-05-03 12:24 Tobias Klausmann (klausman)
2009-05-03 12:36 Brent Baude (ranger)
2009-05-04 15:48 Raul Porcel (armin76)
2010-02-03 10:03 Fabian Groffen (grobian)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1Lz4Ka-0005jl-GC@stork.gentoo.org \
    --to=aballier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox