aballier 15/01/27 13:51:21 Modified: ChangeLog Added: libass-0.12.1.ebuild Log: version bump Signed-off-by: [email protected] (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.81 media-libs/libass/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libass/ChangeLog?rev=1.81&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libass/ChangeLog?rev=1.81&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libass/ChangeLog?r1=1.80&r2=1.81 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/libass/ChangeLog,v retrieving revision 1.80 retrieving revision 1.81 diff -u -r1.80 -r1.81 --- ChangeLog 3 Dec 2014 17:09:06 -0000 1.80 +++ ChangeLog 27 Jan 2015 13:51:21 -0000 1.81 @@ -1,6 +1,11 @@ # ChangeLog for media-libs/libass -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libass/ChangeLog,v 1.80 2014/12/03 17:09:06 aballier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libass/ChangeLog,v 1.81 2015/01/27 13:51:21 aballier Exp $ + +*libass-0.12.1 (27 Jan 2015) + + 27 Jan 2015; Alexis Ballier <[email protected]> +libass-0.12.1.ebuild: + version bump *libass-0.12.0 (03 Dec 2014) 1.1 media-libs/libass/libass-0.12.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libass/libass-0.12.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libass/libass-0.12.1.ebuild?rev=1.1&content-type=text/plain Index: libass-0.12.1.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.1.ebuild,v 1.1 2015/01/27 13:51:21 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 ~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 }
