diff options
author | 2004-11-25 21:19:51 +0000 | |
---|---|---|
committer | 2004-11-25 21:19:51 +0000 | |
commit | d2c00d789caff7fd96d5ebb95b9b0c86a8d70a50 (patch) | |
tree | 136028082dffd9a1f5d1a720ab6777fd6c35fe6a /media-video/avinfo | |
parent | Manifest fix (Manifest recommit) (diff) | |
download | gentoo-2-d2c00d789caff7fd96d5ebb95b9b0c86a8d70a50.tar.gz gentoo-2-d2c00d789caff7fd96d5ebb95b9b0c86a8d70a50.tar.bz2 gentoo-2-d2c00d789caff7fd96d5ebb95b9b0c86a8d70a50.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/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/avinfo/avinfo-1.0_alpha15.ebuild | 6 |
2 files changed, 8 insertions, 4 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/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() { |