/[gentoo-x86]/media-video/m2vrequantizer/m2vrequantizer-0.0.1.ebuild
Gentoo

Contents of /media-video/m2vrequantizer/m2vrequantizer-0.0.1.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations) (download)
Tue Nov 27 11:55:55 2007 UTC (5 years, 5 months ago) by zzam
Branch: MAIN
Changes since 1.2: +4 -4 lines
Fixed quoting.
(Portage version: 2.1.4_rc3)

1 # Copyright 1999-2007 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/media-video/m2vrequantizer/m2vrequantizer-0.0.1.ebuild,v 1.2 2007/07/12 02:40:43 mr_bones_ Exp $
4
5 REQUANT="M2VRequantizer"
6 REQUANT_VN="20030925"
7 JAU_FILE="repackmpeg2-v0.9"
8
9 DESCRIPTION="Tool to requantize/shrink mpeg2 videos"
10 HOMEPAGE="http://www.jausoft.com"
11 SRC_URI="mirror://vdrfiles/requant/${JAU_FILE}.tar.bz2"
12
13 KEYWORDS="x86 ~amd64"
14 SLOT="0"
15 LICENSE="GPL-2"
16 IUSE=""
17
18 DEPEND=""
19
20 S=${WORKDIR}/${JAU_FILE}
21
22 src_unpack() {
23 unpack ${A}
24 tar xjf "${S}"/${REQUANT}-${REQUANT_VN}.tar.bz2
25 }
26
27 src_compile() {
28
29 cd "${WORKDIR}/${REQUANT}-${REQUANT_VN}/src"
30 gcc -c ${CFLAGS} main.c -o requant.o
31 gcc ${CFLAGS} requant.o -o requant -lm
32 }
33
34 src_install() {
35
36 dobin "${WORKDIR}/${REQUANT}-${REQUANT_VN}/src/requant"
37 }

  ViewVC Help
Powered by ViewVC 1.1.13