From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IfOhq-0001eE-Rz for garchives@archives.gentoo.org; Tue, 09 Oct 2007 23:41:43 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l99NUVKN012527; Tue, 9 Oct 2007 23:30:31 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.1/8.14.0) with ESMTP id l99NSQDR010060 for ; Tue, 9 Oct 2007 23:28:26 GMT Received: from gentoo.org (c-67-171-150-177.hsd1.or.comcast.net [67.171.150.177]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 855C1642BF; Tue, 9 Oct 2007 23:28:25 +0000 (UTC) Date: Tue, 9 Oct 2007 16:28:23 -0700 From: Donnie Berkholz To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in media-video/vlc: ChangeLog vlc-0.9.0_alpha20071009.ebuild Message-ID: <20071009232823.GG962@supernova> References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-09) X-Archives-Salt: c9f156a8-0c58-4b6e-b138-617b2eca2e07 X-Archives-Hash: 2ee75e117fc31c319ce2e3c9b8b28fac On 22:23 Tue 09 Oct , Alexis Ballier (aballier) wrote: > 1.1 media-video/vlc/vlc-0.9.0_alpha20071009.ebuild > > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20071009.ebuild?rev=1.1&view=markup > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20071009.ebuild?rev=1.1&content-type=text/plain > IUSE="a52 3dfx debug altivec httpd vlm gnutls live v4l v4l2 cdda ogg matroska > dvb dvd vcd vcdx dts flac mpeg vorbis theora X opengl truetype svg fbcon svga > oss aalib ggi libcaca esd arts alsa wxwindows ncurses xosd lirc stream > mp3 xv bidi sdl sdl-image png xml samba daap mod speex shout rtsp > win32codecs skins hal avahi xinerama cddb directfb upnp nsplugin seamonkey > optimisememory libnotify jack musepack x264 dc1394 lua gnome pvr taglib > musicbrainz dbus libgcrypt id3tag cdio ffmpeg twolame" > > RDEPEND=" > ffmpeg? ( >=media-video/ffmpeg-0.4.9_p20050226-r1 ) > cdda? ( >=dev-libs/libcdio-0.72 > cddb? ( >=media-libs/libcddb-1.2.0 ) ) > live? ( >=media-plugins/live-2007.02.20 ) > dvd? ( media-libs/libdvdread > media-libs/libdvdcss > >=media-libs/libdvdnav-0.1.9 > media-libs/libdvdplay ) > esd? ( media-sound/esound ) > ogg? ( media-libs/libogg ) > matroska? ( > >=dev-libs/libebml-0.7.6 > >=media-libs/libmatroska-0.8.0 ) > mp3? ( media-libs/libmad ) > a52? ( >=media-libs/a52dec-0.7.4-r3 ) > dts? ( media-libs/libdca ) > flac? ( media-libs/libogg > >=media-libs/flac-1.1.2 ) > mpeg? ( >=media-libs/libmpeg2-0.3.2 ) > vorbis? ( media-libs/libvorbis ) > theora? ( media-libs/libtheora ) > truetype? ( media-libs/freetype > media-fonts/ttf-bitstream-vera ) [crop another 30 or so] Both the IUSE list and this dep list would be vastly easier to parse if they were ordered alphabetically. > if use nsplugin; then > if use seamonkey; then > XPIDL=/usr/lib/seamonkey > MOZILLA_CONFIG=/usr/lib/seamonkey/seamonkey-config > else > XPIDL=/usr/lib/mozilla-firefox > MOZILLA_CONFIG=/usr/lib/mozilla-firefox/firefox-config > fi > fi Should this be get_libdir() ? > > econf \ > $(use_enable altivec) \ > $(use_enable stream sout) \ > $(use_enable httpd) \ > $(use_enable gnutls) \ > $(use_enable v4l) \ > $(use_enable v4l2) \ > $(use_enable cdda) $(use_enable cdda cddax)\ > $(use_enable cddb libcddb) \ [crop another 30 or so] Another place where ordering would help. Thanks, Donnie -- gentoo-dev@gentoo.org mailing list