public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/libass: ChangeLog libass-0.9.6.ebuild
@ 2009-06-27  9:23 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2009-06-27  9:23 UTC (permalink / raw
  To: gentoo-commits

aballier    09/06/27 09:23:54

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

Revision  Changes    Path
1.13                 media-libs/libass/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libass/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	4 Apr 2009 18:57:22 -0000	1.12
+++ ChangeLog	27 Jun 2009 09:23:54 -0000	1.13
@@ -1,6 +1,12 @@
 # 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.12 2009/04/04 18:57:22 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libass/ChangeLog,v 1.13 2009/06/27 09:23:54 aballier Exp $
+
+*libass-0.9.6 (27 Jun 2009)
+
+  27 Jun 2009; Alexis Ballier <aballier@gentoo.org> +libass-0.9.6.ebuild,
+  +files/libass-0.9.6_automagic.patch:
+  version bump
 
   04 Apr 2009; <solar@gentoo.org> libass-0.9.5.ebuild:
   - Keyword ~arm



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

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

Index: libass-0.9.6.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.6.ebuild,v 1.1 2009/06/27 09:23:54 aballier Exp $

inherit autotools eutils

DESCRIPTION="Library for SSA/ASS subtitles rendering"
HOMEPAGE="http://sourceforge.net/projects/libass/"
SRC_URI="mirror://sourceforge/libass/${P}.tar.bz2"

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

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

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

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}/${P}_automagic.patch"
	eautoreconf
}

src_compile() {
	econf \
		$(use_with enca) \
		$(use_with iconv) \
		$(use_with png)
	emake || die "make failed"
}

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






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-27  9:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-27  9:23 [gentoo-commits] gentoo-x86 commit in media-libs/libass: ChangeLog libass-0.9.6.ebuild Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox