summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris White <chriswhite@gentoo.org>2004-11-25 21:19:51 +0000
committerChris White <chriswhite@gentoo.org>2004-11-25 21:19:51 +0000
commite4e3d6a1ea55d2133e82ac032416337650348a9d (patch)
treec4f86755e570df23933d8b4b846ab72ce106d9f9 /media-video/avinfo
parentManifest fix (diff)
downloadhistorical-e4e3d6a1ea55d2133e82ac032416337650348a9d.tar.gz
historical-e4e3d6a1ea55d2133e82ac032416337650348a9d.tar.bz2
historical-e4e3d6a1ea55d2133e82ac032416337650348a9d.zip
Use custom cflags. Marked stable on x86 by testing on 17 uniquely encoded avi files on stable x86 system.
Diffstat (limited to 'media-video/avinfo')
-rw-r--r--media-video/avinfo/ChangeLog6
-rw-r--r--media-video/avinfo/Manifest10
-rw-r--r--media-video/avinfo/avinfo-1.0_alpha15.ebuild6
3 files changed, 13 insertions, 9 deletions
diff --git a/media-video/avinfo/ChangeLog b/media-video/avinfo/ChangeLog
index 5b300102f9c4..10f9d5a5e6ad 100644
--- a/media-video/avinfo/ChangeLog
+++ b/media-video/avinfo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/avinfo
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/avinfo/ChangeLog,v 1.1 2004/11/16 15:28:08 chriswhite Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/avinfo/ChangeLog,v 1.2 2004/11/25 21:19:51 chriswhite Exp $
+
+ 26 Nov 2004; Chris White <chriswhite@gentoo.org> avinfo-1.0_alpha15.ebuild:
+ Use custom cflags. Marked stable on x86 by testing on 17 uniquely encoded avi
+ files on stable x86 system.
*avinfo-1.0_alpha15 (17 Nov 2004)
diff --git a/media-video/avinfo/Manifest b/media-video/avinfo/Manifest
index d931887c1a17..e75aea0eeab8 100644
--- a/media-video/avinfo/Manifest
+++ b/media-video/avinfo/Manifest
@@ -1,14 +1,14 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 9746163bb0f75d33d543354792a7ae13 avinfo-1.0_alpha15.ebuild 635
+MD5 9f87dffda39ac5c559aef68bf2b647c4 ChangeLog 680
+MD5 b8a08e3c1c20196a639e132f0106ab28 avinfo-1.0_alpha15.ebuild 653
MD5 194354179c380c5dab0498d715fae079 metadata.xml 230
-MD5 6ec685fe68f462236c6af28d2be349e3 ChangeLog 491
MD5 ebc518a8585fd39dbe7888a14b38975b files/digest-avinfo-1.0_alpha15 62
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
-iD8DBQFBmhylFdQwWVoAgN4RAoaTAKC2SCBXADjwXupW4Y7i9NdyaD2TvQCfUglm
-CvmWmuxGPI9JaMrRrgiKdPI=
-=POEy
+iD8DBQFBpkyFFdQwWVoAgN4RAsKFAKCcAFh19/aYNyW5HURX/zTTgYF3FgCg7qZn
+wKa9HRkvsR+/3r305AXMYsA=
+=VyZE
-----END PGP SIGNATURE-----
diff --git a/media-video/avinfo/avinfo-1.0_alpha15.ebuild b/media-video/avinfo/avinfo-1.0_alpha15.ebuild
index 63405925801a..6e8f9d0d8912 100644
--- a/media-video/avinfo/avinfo-1.0_alpha15.ebuild
+++ b/media-video/avinfo/avinfo-1.0_alpha15.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/avinfo/avinfo-1.0_alpha15.ebuild,v 1.1 2004/11/16 15:28:08 chriswhite Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/avinfo/avinfo-1.0_alpha15.ebuild,v 1.2 2004/11/25 21:19:51 chriswhite Exp $
inherit eutils
@@ -11,7 +11,7 @@ SRC_URI="http://shounen.ru/soft/avinfo/${MY_P}.zip"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE=""
DEPEND=""
@@ -20,7 +20,7 @@ S=${WORKDIR}
src_compile() {
cd src
- emake OUTPUTNAME=avinfo || die
+ emake CFLAGS="${CFLAGS}" OUTPUTNAME=avinfo || die
}
src_install() {