public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier (aballier)" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libass: libass-0.9.8.ebuild ChangeLog
Date: Sun, 27 Sep 2009 09:24:45 +0000	[thread overview]
Message-ID: <E1Mrpzp-0005Nr-7U@stork.gentoo.org> (raw)

aballier    09/09/27 09:24:45

  Modified:             ChangeLog
  Added:                libass-0.9.8.ebuild
  Log:
  version bump
  (Portage version: 2.2_rc42/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 media-libs/libass/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libass/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libass/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libass/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libass/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	12 Aug 2009 08:22:16 -0000	1.15
+++ ChangeLog	27 Sep 2009 09:24:44 -0000	1.16
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/libass
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libass/ChangeLog,v 1.15 2009/08/12 08:22:16 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libass/ChangeLog,v 1.16 2009/09/27 09:24:44 aballier Exp $
+
+*libass-0.9.8 (27 Sep 2009)
+
+  27 Sep 2009; Alexis Ballier <aballier@gentoo.org> +libass-0.9.8.ebuild:
+  version bump
 
   12 Aug 2009; Alexis Ballier <aballier@gentoo.org> libass-0.9.7.ebuild:
   enable fontconfig by default per upstream recommendations



1.1                  media-libs/libass/libass-0.9.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libass/libass-0.9.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libass/libass-0.9.8.ebuild?rev=1.1&content-type=text/plain

Index: libass-0.9.8.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libass/libass-0.9.8.ebuild,v 1.1 2009/09/27 09:24:44 aballier Exp $

EAPI=2

DESCRIPTION="Library for SSA/ASS subtitles rendering"
HOMEPAGE="http://code.google.com/p/libass/"
SRC_URI="http://libass.googlecode.com/files/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="enca +fontconfig png"

RDEPEND="fontconfig? ( >=media-libs/fontconfig-2.2.0 )
	>=media-libs/freetype-2.1.10
	png? ( >=media-libs/libpng-1.2.15 )
	virtual/libiconv
	enca? ( app-i18n/enca )"

DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_configure() {
	econf \
		$(use_enable enca) \
		$(use_enable fontconfig) \
		$(use_enable png)
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc Changelog
}






             reply	other threads:[~2009-09-27  9:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-27  9:24 Alexis Ballier (aballier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-12-20 11:53 [gentoo-commits] gentoo-x86 commit in media-libs/libass: libass-0.9.8.ebuild ChangeLog Markos Chandras (hwoarang)
2010-01-02 14:08 Christian Faulhammer (fauli)
2010-01-06 19:11 Brent Baude (ranger)
2010-01-07 18:56 Brent Baude (ranger)
2010-01-23 16:29 Tobias Klausmann (klausman)
2010-01-31 15:57 Raul Porcel (armin76)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1Mrpzp-0005Nr-7U@stork.gentoo.org \
    --to=aballier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox