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 1J0jNx-0007Uu-Pb for garchives@archives.gentoo.org; Fri, 07 Dec 2007 20:01:22 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id lB7K1HR6030067; Fri, 7 Dec 2007 20:01:17 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id lB7K1G5X030021 for ; Fri, 7 Dec 2007 20:01:16 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 0990565AB6 for ; Fri, 7 Dec 2007 20:01:16 +0000 (UTC) Received: from aballier by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1J0jNq-000772-OG for gentoo-commits@lists.gentoo.org; Fri, 07 Dec 2007 20:01:14 +0000 From: "Alexis Ballier (aballier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libtheora: ChangeLog libtheora-1.0_beta2-r1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog libtheora-1.0_beta2-r1.ebuild X-VCS-Directories: media-libs/libtheora X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Alexis Ballier Date: Fri, 07 Dec 2007 20:01:14 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: c8e81119-dbf0-41ae-b6d7-9a9fefb51713 X-Archives-Hash: 4ecab92d27de7fe4dc16d613fd6c492f aballier 07/12/07 20:01:14 Modified: ChangeLog Added: libtheora-1.0_beta2-r1.ebuild Log: fix textrels, bug #200670, getting rid of pic useflag, readding ~x86-fbsd keyword as its fine there (Portage version: 2.1.4_rc8) Revision Changes Path 1.62 media-libs/libtheora/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libtheora/ChangeLog?rev=1.62&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libtheora/ChangeLog?rev=1.62&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libtheora/ChangeLog?r1=1.61&r2=1.62 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- ChangeLog 27 Nov 2007 20:54:56 -0000 1.61 +++ ChangeLog 7 Dec 2007 20:01:14 -0000 1.62 @@ -1,6 +1,13 @@ # ChangeLog for media-libs/libtheora # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.61 2007/11/27 20:54:56 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.62 2007/12/07 20:01:14 aballier Exp $ + +*libtheora-1.0_beta2-r1 (07 Dec 2007) + + 07 Dec 2007; Alexis Ballier + +files/libtheora-1.0_beta2-pic-fix.patch, +libtheora-1.0_beta2-r1.ebuild: + fix textrels, bug #200670, getting rid of pic useflag, readding ~x86-fbsd + keyword as its fine there 27 Nov 2007; Samuli Suominen files/libtheora-1.0_beta2-flags.patch: 1.1 media-libs/libtheora/libtheora-1.0_beta2-r1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta2-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta2-r1.ebuild?rev=1.1&content-type=text/plain Index: libtheora-1.0_beta2-r1.ebuild =================================================================== # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta2-r1.ebuild,v 1.1 2007/12/07 20:01:14 aballier Exp $ inherit autotools eutils DESCRIPTION="The Theora Video Compression Codec" HOMEPAGE="http://www.theora.org" SRC_URI="http://downloads.xiph.org/releases/theora/${P/_}.tar.bz2" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="doc encode examples" RDEPEND=">=media-libs/libogg-1.1 encode? ( >=media-libs/libvorbis-1.0.1 )" DEPEND="${RDEPEND} doc? ( app-doc/doxygen ) dev-util/pkgconfig" S=${WORKDIR}/${P/_} src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${P}-flags.patch epatch "${FILESDIR}"/${P}-pic-fix.patch AT_M4DIR="m4" eautoreconf } src_compile() { local myconf use doc || export ac_cv_prog_HAVE_DOXYGEN="false" econf --disable-dependency-tracking --disable-examples \ --disable-sdltest $(use_enable encode) ${myconf} emake || die "emake failed." } src_install() { emake DESTDIR="${D}" docdir="usr/share/doc/${PF}" \ install || die "emake install failed." dodoc AUTHORS CHANGES README prepalldocs if use examples; then rm examples/Makefile* insinto /usr/share/doc/${PF}/examples doins examples/* fi } -- gentoo-commits@gentoo.org mailing list