diff options
author | Marc Hildebrand <zypher@gentoo.org> | 2005-06-12 10:03:04 +0000 |
---|---|---|
committer | Marc Hildebrand <zypher@gentoo.org> | 2005-06-12 10:03:04 +0000 |
commit | 81787410c74c9e0e212110385b9936be093f0de9 (patch) | |
tree | 5fd31941a1bf45029b7fc89b41a0cccc2b9b5cfd /media-video/gephex | |
parent | Stable on amd64. (diff) | |
download | gentoo-2-81787410c74c9e0e212110385b9936be093f0de9.tar.gz gentoo-2-81787410c74c9e0e212110385b9936be093f0de9.tar.bz2 gentoo-2-81787410c74c9e0e212110385b9936be093f0de9.zip |
minor syntax fix
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-video/gephex')
-rw-r--r-- | media-video/gephex/gephex-0.4.3.ebuild | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/media-video/gephex/gephex-0.4.3.ebuild b/media-video/gephex/gephex-0.4.3.ebuild index 32eeebda523a..b4605a493654 100644 --- a/media-video/gephex/gephex-0.4.3.ebuild +++ b/media-video/gephex/gephex-0.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/gephex/gephex-0.4.3.ebuild,v 1.3 2005/06/12 09:00:15 zypher Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/gephex/gephex-0.4.3.ebuild,v 1.4 2005/06/12 10:03:04 zypher Exp $ DESCRIPTION="GePhex is a modular video effect framework." HOMEPAGE="http://www.gephex.org" @@ -14,14 +14,14 @@ KEYWORDS="~ppc ~x86" DEPEND="virtual/x11 >=x11-libs/qt-3 - sdl? (>=media-libs/libsdl-1.2.6-r3) - sdl? (>=media-libs/sdl-image-1.2.3) - png? (>=media-libs/libpng-1.2.5-r4) - sdl? (>=media-libs/sdl-ttf-2.0.6) - alsa? (>=media-libs/alsa-lib-0.9.8) - avi? (>=media-video/avifile-0.7.38.20030710) + sdl? ( >=media-libs/libsdl-1.2.6-r3 ) + sdl? ( >=media-libs/sdl-image-1.2.3 ) + png? ( >=media-libs/libpng-1.2.5-r4 ) + sdl? ( >=media-libs/sdl-ttf-2.0.6 ) + alsa? ( >=media-libs/alsa-lib-0.9.8 ) + avi? ( >=media-video/avifile-0.7.38.20030710 ) aalib? ( >=media-libs/aalib-1.4_rc4-r2 ) - opengl? (virtual/opengl)" + opengl? ( virtual/opengl )" RDEPEND=${DEPEND} @@ -36,13 +36,13 @@ src_compile() { econf \ `use_enable mmx` \ `use_enable static` \ - `use_with aalib AALIB`\ - `use_with ffmpeg FFMPEG`\ - `use_with alsa ASOUNDLIB`\ - `use_with oss OSS`\ - `use_with v4l V4L`\ - `use_with joystick LINUX_JOYSTICK`\ - `use_with opengl GL`\ + `use_with aalib AALIB` \ + `use_with ffmpeg FFMPEG` \ + `use_with alsa ASOUNDLIB` \ + `use_with oss OSS` \ + `use_with v4l V4L` \ + `use_with joystick LINUX_JOYSTICK` \ + `use_with opengl GL` \ `use_with sdl SDL` \ `use_with png LIBPNG` \ `use_with mpeg MPEG3` \ |