From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6AF0F138CD1 for ; Mon, 11 May 2015 07:33:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF3C2E081C; Mon, 11 May 2015 07:33:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C1BCE081C for ; Mon, 11 May 2015 07:33:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37E3F3406DD for ; Mon, 11 May 2015 07:33:56 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2139) id 9742D9E0; Mon, 11 May 2015 06:39:28 +0000 (UTC) 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/libass: libass-0.12.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libass-0.12.2.ebuild ChangeLog X-VCS-Directories: media-libs/libass X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150511063928.9742D9E0@oystercatcher.gentoo.org> Date: Mon, 11 May 2015 06:39:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 00979fa0-9ac2-4a79-b686-1f763c988dbf X-Archives-Hash: b824c3963d6361f4ded624be597a6e0b aballier 15/05/11 06:39:28 Modified: ChangeLog Added: libass-0.12.2.ebuild Log: version bump Signed-off-by: Alexis Ballier (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 160F534A) Revision Changes Path 1.83 media-libs/libass/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libass/ChangeLog?rev=1.83&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libass/ChangeLog?rev=1.83&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libass/ChangeLog?r1=1.82&r2=1.83 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/libass/ChangeLog,v retrieving revision 1.82 retrieving revision 1.83 diff -u -r1.82 -r1.83 --- ChangeLog 3 Mar 2015 08:39:05 -0000 1.82 +++ ChangeLog 11 May 2015 06:39:28 -0000 1.83 @@ -1,6 +1,11 @@ # ChangeLog for media-libs/libass # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libass/ChangeLog,v 1.82 2015/03/03 08:39:05 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libass/ChangeLog,v 1.83 2015/05/11 06:39:28 aballier Exp $ + +*libass-0.12.2 (11 May 2015) + + 11 May 2015; Alexis Ballier +libass-0.12.2.ebuild: + version bump 03 Mar 2015; Yixun Lan libass-0.12.1.ebuild: add arm64 support, tested on A53 board 1.1 media-libs/libass/libass-0.12.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libass/libass-0.12.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libass/libass-0.12.2.ebuild?rev=1.1&content-type=text/plain Index: libass-0.12.2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/libass/libass-0.12.2.ebuild,v 1.1 2015/05/11 06:39:28 aballier Exp $ EAPI=5 inherit eutils multilib-minimal DESCRIPTION="Library for SSA/ASS subtitles rendering" HOMEPAGE="http://github.com/libass/libass" SRC_URI="http://github.com/libass/libass/releases/download/${PV}/${P}.tar.xz" LICENSE="ISC" SLOT="0/5" # subslot = libass soname version KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="+enca +fontconfig +harfbuzz static-libs" RDEPEND="fontconfig? ( >=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}] ) >=media-libs/freetype-2.5.0.1:2[${MULTILIB_USEDEP}] >=virtual/libiconv-0-r1[${MULTILIB_USEDEP}] >=dev-libs/fribidi-0.19.5-r1[${MULTILIB_USEDEP}] harfbuzz? ( >=media-libs/harfbuzz-0.9.12[truetype,${MULTILIB_USEDEP}] ) enca? ( >=app-i18n/enca-1.14-r1[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND} virtual/pkgconfig" X86_CPU_OPTS="abi_x86_32 abi_x86_64" for i in ${X86_CPU_OPTS} ; do DEPEND="${DEPEND} ${i}? ( dev-lang/yasm )" done DOCS="Changelog" multilib_src_configure() { ECONF_SOURCE="${S}" econf \ $(use_enable enca) \ $(use_enable fontconfig) \ $(use_enable harfbuzz) \ $(use_enable static-libs static) } multilib_src_install_all() { einstalldocs prune_libtool_files }