public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/gavl: ChangeLog gavl-1.0.1.ebuild
Date: Tue, 25 Nov 2008 17:32:10 +0000	[thread overview]
Message-ID: <E1L51li-0005Cv-SH@stork.gentoo.org> (raw)

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
}






                 reply	other threads:[~2008-11-25 17:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=E1L51li-0005Cv-SH@stork.gentoo.org \
    --to=ssuominen@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