public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/gavl: ChangeLog gavl-1.0.1.ebuild
@ 2008-11-25 17:32 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2008-11-25 17:32 UTC (permalink / raw
  To: gentoo-commits

ssuominen    08/11/25 17:32:10

  Modified:             ChangeLog
  Added:                gavl-1.0.1.ebuild
  Log:
  Version bump for bug 238810, thanks to yngwin for reporting.
  (Portage version: 2.2_rc15/cvs/Linux 2.6.27-gentoo-r3 i686)

Revision  Changes    Path
1.7                  media-libs/gavl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gavl/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	24 Nov 2008 16:35:02 -0000	1.6
+++ ChangeLog	25 Nov 2008 17:32:10 -0000	1.7
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/gavl
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gavl/ChangeLog,v 1.6 2008/11/24 16:35:02 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gavl/ChangeLog,v 1.7 2008/11/25 17:32:10 ssuominen Exp $
+
+*gavl-1.0.1 (25 Nov 2008)
+
+  25 Nov 2008; <ssuominen@gentoo.org> +files/gavl-1.0.1-cflags.patch,
+  +gavl-1.0.1.ebuild:
+  Version bump for bug 238810, thanks to yngwin for reporting.
 
   24 Nov 2008; <ssuominen@gentoo.org> -gavl-0.2.7-r2.ebuild,
   gavl-1.0.0.ebuild:



1.1                  media-libs/gavl/gavl-1.0.1.ebuild

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

Index: gavl-1.0.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/gavl/gavl-1.0.1.ebuild,v 1.1 2008/11/25 17:32:10 ssuominen Exp $

inherit autotools eutils

DESCRIPTION="library for handling uncompressed audio and video data"
HOMEPAGE="http://gmerlin.sourceforge.net"
SRC_URI="mirror://sourceforge/gmerlin/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"

RDEPEND=""
DEPEND="doc? ( app-doc/doxygen )"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}"/${P}-cflags.patch
	sed -i -e "s:-mfpmath=387::g" configure.ac || die "sed failed."
	AT_M4DIR="m4" eautoreconf
}

src_compile() {
	# --disable-libpng because it's only used for tests
	econf $(use_with doc doxygen) --disable-libpng \
		--without-cpuflags --disable-dependency-tracking \
		--docdir=/usr/share/doc/${PF}/html
	emake || die "emake failed."
}

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






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

only message in thread, other threads:[~2008-11-25 17:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-25 17:32 [gentoo-commits] gentoo-x86 commit in media-libs/gavl: ChangeLog gavl-1.0.1.ebuild Samuli Suominen (ssuominen)

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