* [gentoo-commits] gentoo-x86 commit in media-video/y4mscaler: ChangeLog y4mscaler-9.0-r1.ebuild
@ 2008-10-31 12:23 Alexis Ballier (aballier)
0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2008-10-31 12:23 UTC (permalink / raw
To: gentoo-commits
aballier 08/10/31 12:23:20
Modified: ChangeLog
Added: y4mscaler-9.0-r1.ebuild
Log:
Fix build with latest mjpegtools, by Michael Mauch <michael.mauch@gmx.de>, bug #219063, respect ldflags and chost-prefixed g++
(Portage version: 2.2_rc12/cvs/Linux 2.6.27.4 x86_64)
Revision Changes Path
1.10 media-video/y4mscaler/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/y4mscaler/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/y4mscaler/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/y4mscaler/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/y4mscaler/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 31 Oct 2008 12:14:20 -0000 1.9
+++ ChangeLog 31 Oct 2008 12:23:20 -0000 1.10
@@ -1,6 +1,13 @@
# ChangeLog for media-video/y4mscaler
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/y4mscaler/ChangeLog,v 1.9 2008/10/31 12:14:20 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/y4mscaler/ChangeLog,v 1.10 2008/10/31 12:23:20 aballier Exp $
+
+*y4mscaler-9.0-r1 (31 Oct 2008)
+
+ 31 Oct 2008; Alexis Ballier <aballier@gentoo.org>
+ +files/y4mscaler-9.0-mjpeg-1.9.patch, +y4mscaler-9.0-r1.ebuild:
+ Fix build with latest mjpegtools, by Michael Mauch <michael.mauch@gmx.de>,
+ bug #219063, respect ldflags and chost-prefixed g++
31 Oct 2008; Alexis Ballier <aballier@gentoo.org> y4mscaler-9.0.ebuild:
shorten description
1.1 media-video/y4mscaler/y4mscaler-9.0-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/y4mscaler/y4mscaler-9.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/y4mscaler/y4mscaler-9.0-r1.ebuild?rev=1.1&content-type=text/plain
Index: y4mscaler-9.0-r1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/y4mscaler/y4mscaler-9.0-r1.ebuild,v 1.1 2008/10/31 12:23:20 aballier Exp $
inherit eutils toolchain-funcs
SRC_URI="http://www.mir.com/DMG/Software/${P}-src.tgz"
DESCRIPTION="A video scaler which operates on YUV4MPEG2 streams, as used by the tools in the MJPEGtools project."
HOMEPAGE="http://www.mir.com/DMG/Software/"
LICENSE="GPL-2"
DEPEND=">=media-video/mjpegtools-1.9.0_rc3"
KEYWORDS="~amd64 ~x86"
IUSE=""
SLOT="0"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}/${P}-mjpeg-1.9.patch"
# There's no 'configure' script (yet)
sed -i -e "s:CPU_OPT =:CPU_OPT = ${CXXFLAGS}:" Makefile
sed -i -e "s:^LDFLAGS =:LDFLAGS +=:" Makefile
tc-export CXX
}
src_install() {
# The program doesn't have an install routine (for now)
dobin y4mscaler || die
doman y4mscaler.1 || die
dodoc ChangeLog README TODO
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-10-31 12:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-31 12:23 [gentoo-commits] gentoo-x86 commit in media-video/y4mscaler: ChangeLog y4mscaler-9.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