public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/m2vrequantizer: m2vrequantizer-0.0.1.ebuild m2vrequantizer-0.0.2_pre20060306.ebuild m2vrequantizer-20060306.ebuild
@ 2011-01-22 23:55 Joerg Bornkessel (hd_brummy)
  0 siblings, 0 replies; only message in thread
From: Joerg Bornkessel (hd_brummy) @ 2011-01-22 23:55 UTC (permalink / raw
  To: gentoo-commits

hd_brummy    11/01/22 23:55:50

  Modified:             m2vrequantizer-0.0.1.ebuild
  Added:                m2vrequantizer-0.0.2_pre20060306.ebuild
  Removed:              m2vrequantizer-20060306.ebuild
  Log:
  eapi=2; LDFLAGS wrt #337882; moved 2060306 to 0.0.2_pre20060306 to fix versionsconflict, wrt #198960
  
  (Portage version: 2.1.9.25/cvs/Linux i686, RepoMan options: --force)

Revision  Changes    Path
1.4                  media-video/m2vrequantizer/m2vrequantizer-0.0.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/m2vrequantizer/m2vrequantizer-0.0.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/m2vrequantizer/m2vrequantizer-0.0.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/m2vrequantizer/m2vrequantizer-0.0.1.ebuild?r1=1.3&r2=1.4

Index: m2vrequantizer-0.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/m2vrequantizer/m2vrequantizer-0.0.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- m2vrequantizer-0.0.1.ebuild	27 Nov 2007 11:55:55 -0000	1.3
+++ m2vrequantizer-0.0.1.ebuild	22 Jan 2011 23:55:50 -0000	1.4
@@ -1,6 +1,8 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/m2vrequantizer/m2vrequantizer-0.0.1.ebuild,v 1.3 2007/11/27 11:55:55 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/m2vrequantizer/m2vrequantizer-0.0.1.ebuild,v 1.4 2011/01/22 23:55:50 hd_brummy Exp $
+
+EAPI="2"
 
 REQUANT="M2VRequantizer"
 REQUANT_VN="20030925"
@@ -16,6 +18,7 @@
 IUSE=""
 
 DEPEND=""
+RDEPEND="${DEPEND}"
 
 S=${WORKDIR}/${JAU_FILE}
 
@@ -28,7 +31,7 @@
 
 	cd "${WORKDIR}/${REQUANT}-${REQUANT_VN}/src"
 	gcc -c ${CFLAGS} main.c -o requant.o
-	gcc ${CFLAGS} requant.o -o requant -lm
+	gcc ${CFLAGS} ${LDFLAGS} requant.o -o requant -lm
 }
 
 src_install() {



1.1                  media-video/m2vrequantizer/m2vrequantizer-0.0.2_pre20060306.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/m2vrequantizer/m2vrequantizer-0.0.2_pre20060306.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/m2vrequantizer/m2vrequantizer-0.0.2_pre20060306.ebuild?rev=1.1&content-type=text/plain

Index: m2vrequantizer-0.0.2_pre20060306.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/m2vrequantizer/m2vrequantizer-0.0.2_pre20060306.ebuild,v 1.1 2011/01/22 23:55:50 hd_brummy Exp $

EAPI="2"

MY_P="${PN/m2vr/M2VR}-20060306"

DESCRIPTION="Tool to requantize mpeg2 videos"
HOMEPAGE="http://www.metakine.com/products/dvdremaster/modules.html"
SRC_URI="mirror://vdrfiles/requant/${MY_P}.tgz"

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

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

S=${WORKDIR}/M2VRequantiser

src_prepare() {

	sed -i "s:#elif defined(__i386__):#elif defined(__i386__) || defined(__amd64__):" main.c
}

src_compile() {

	gcc -c ${CFLAGS} main.c -o requant.o
	gcc ${CFLAGS} ${LDFLAGS} requant.o -o requant -lm
}

src_install() {

	dobin requant
}






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

only message in thread, other threads:[~2011-01-22 23:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-22 23:55 [gentoo-commits] gentoo-x86 commit in media-video/m2vrequantizer: m2vrequantizer-0.0.1.ebuild m2vrequantizer-0.0.2_pre20060306.ebuild m2vrequantizer-20060306.ebuild Joerg Bornkessel (hd_brummy)

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