diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-04-21 09:09:00 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-04-21 09:09:00 +0000 |
commit | 4876599f680911c0826d6fe6e3481262732587c2 (patch) | |
tree | 03ac8cb7c072e0ef85a8ae8d0bf70784121cf6f0 /sci-geosciences/grass/grass-6.4.1-r1.ebuild | |
parent | Stable for amd64, wrt bug #412833 (diff) | |
download | historical-4876599f680911c0826d6fe6e3481262732587c2.tar.gz historical-4876599f680911c0826d6fe6e3481262732587c2.tar.bz2 historical-4876599f680911c0826d6fe6e3481262732587c2.zip |
Add libav-0.8 patch to build with new ffmpeg variants. Remove older and stabilise revision on all archs as only change is rename of one file. Fixes bug#390827 and bug#392371.
Package-Manager: portage-2.2.0_alpha100/cvs/Linux x86_64
Diffstat (limited to 'sci-geosciences/grass/grass-6.4.1-r1.ebuild')
-rw-r--r-- | sci-geosciences/grass/grass-6.4.1-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-geosciences/grass/grass-6.4.1-r1.ebuild b/sci-geosciences/grass/grass-6.4.1-r1.ebuild index 4c3e593dfee8..5a2b06a232db 100644 --- a/sci-geosciences/grass/grass-6.4.1-r1.ebuild +++ b/sci-geosciences/grass/grass-6.4.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.4.1-r1.ebuild,v 1.2 2012/03/04 09:50:16 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.4.1-r1.ebuild,v 1.3 2012/04/21 09:09:00 scarabeus Exp $ EAPI=3 @@ -18,7 +18,7 @@ SRC_URI="http://grass.osgeo.org/${MY_PM}/source/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="6" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ppc ~ppc64 x86" IUSE="X cairo cxx ffmpeg fftw gmath jpeg motif mysql nls odbc opengl png postgres python readline sqlite tiff truetype wxwidgets" TCL_DEPS=" @@ -92,6 +92,7 @@ PATCHES=( "${FILESDIR}"/${P}-libpng15.patch "${FILESDIR}"/${P}-nopycompile.patch "${FILESDIR}"/${P}-timer_flags.patch + "${FILESDIR}"/${P}-libav-0.8.patch ) pkg_setup() { |