* [gentoo-commits] gentoo-x86 commit in media-libs/libass: ChangeLog libass-0.10.1.ebuild
@ 2012-10-17 19:09 Alexis Ballier (aballier)
0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2012-10-17 19:09 UTC (permalink / raw
To: gentoo-commits
aballier 12/10/17 19:09:06
Modified: ChangeLog
Added: libass-0.10.1.ebuild
Log:
version bump
(Portage version: 2.2.0_alpha140/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path
1.53 media-libs/libass/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libass/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libass/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libass/ChangeLog?r1=1.52&r2=1.53
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libass/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog 15 May 2012 13:02:07 -0000 1.52
+++ ChangeLog 17 Oct 2012 19:09:06 -0000 1.53
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/libass
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libass/ChangeLog,v 1.52 2012/05/15 13:02:07 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libass/ChangeLog,v 1.53 2012/10/17 19:09:06 aballier Exp $
+
+*libass-0.10.1 (17 Oct 2012)
+
+ 17 Oct 2012; Alexis Ballier <aballier@gentoo.org> +libass-0.10.1.ebuild:
+ version bump
15 May 2012; Alexis Ballier <aballier@gentoo.org> libass-0.10.0.ebuild:
keyword ~amd64-fbsd
1.1 media-libs/libass/libass-0.10.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libass/libass-0.10.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libass/libass-0.10.1.ebuild?rev=1.1&content-type=text/plain
Index: libass-0.10.1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libass/libass-0.10.1.ebuild,v 1.1 2012/10/17 19:09:06 aballier Exp $
EAPI=4
DESCRIPTION="Library for SSA/ASS subtitles rendering"
HOMEPAGE="http://code.google.com/p/libass/"
SRC_URI="http://libass.googlecode.com/files/${P}.tar.xz"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~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.4.2 )
>=media-libs/freetype-2.4:2
virtual/libiconv
>=dev-libs/fribidi-0.19.0
harfbuzz? ( >=media-libs/harfbuzz-0.9.5 )
enca? ( app-i18n/enca )"
DEPEND="${RDEPEND}
virtual/pkgconfig"
DOCS="Changelog"
src_configure() {
econf \
$(use_enable enca) \
$(use_enable fontconfig) \
$(use_enable harfbuzz) \
$(use_enable static-libs static)
}
src_install() {
default
find "${ED}" -name '*.la' -delete
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/libass: ChangeLog libass-0.10.1.ebuild
@ 2013-01-15 13:14 Alexis Ballier (aballier)
0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2013-01-15 13:14 UTC (permalink / raw
To: gentoo-commits
aballier 13/01/15 13:14:58
Modified: ChangeLog libass-0.10.1.ebuild
Log:
bump min. harfbuzz version
(Portage version: 2.2.0_alpha152/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path
1.55 media-libs/libass/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libass/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libass/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libass/ChangeLog?r1=1.54&r2=1.55
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libass/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog 15 Jan 2013 13:06:30 -0000 1.54
+++ ChangeLog 15 Jan 2013 13:14:58 -0000 1.55
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libass
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libass/ChangeLog,v 1.54 2013/01/15 13:06:30 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libass/ChangeLog,v 1.55 2013/01/15 13:14:58 aballier Exp $
+
+ 15 Jan 2013; Alexis Ballier <aballier@gentoo.org> libass-0.10.1.ebuild:
+ bump min. harfbuzz version
15 Jan 2013; Alexis Ballier <aballier@gentoo.org> -libass-0.9.8.ebuild,
-libass-0.9.11.ebuild, -libass-0.9.12.ebuild, -libass-0.10.0.ebuild:
1.2 media-libs/libass/libass-0.10.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libass/libass-0.10.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libass/libass-0.10.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libass/libass-0.10.1.ebuild?r1=1.1&r2=1.2
Index: libass-0.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libass/libass-0.10.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libass-0.10.1.ebuild 17 Oct 2012 19:09:06 -0000 1.1
+++ libass-0.10.1.ebuild 15 Jan 2013 13:14:58 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libass/libass-0.10.1.ebuild,v 1.1 2012/10/17 19:09:06 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libass/libass-0.10.1.ebuild,v 1.2 2013/01/15 13:14:58 aballier Exp $
EAPI=4
@@ -17,7 +17,7 @@
>=media-libs/freetype-2.4:2
virtual/libiconv
>=dev-libs/fribidi-0.19.0
- harfbuzz? ( >=media-libs/harfbuzz-0.9.5 )
+ harfbuzz? ( >=media-libs/harfbuzz-0.9.11 )
enca? ( app-i18n/enca )"
DEPEND="${RDEPEND}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/libass: ChangeLog libass-0.10.1.ebuild
@ 2013-01-15 13:19 Alexis Ballier (aballier)
0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2013-01-15 13:19 UTC (permalink / raw
To: gentoo-commits
aballier 13/01/15 13:19:51
Modified: ChangeLog libass-0.10.1.ebuild
Log:
enable harfbuzz by default, as upstream does, by Nikoli, bug #452210
(Portage version: 2.2.0_alpha152/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path
1.56 media-libs/libass/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libass/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libass/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libass/ChangeLog?r1=1.55&r2=1.56
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libass/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog 15 Jan 2013 13:14:58 -0000 1.55
+++ ChangeLog 15 Jan 2013 13:19:51 -0000 1.56
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libass
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libass/ChangeLog,v 1.55 2013/01/15 13:14:58 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libass/ChangeLog,v 1.56 2013/01/15 13:19:51 aballier Exp $
+
+ 15 Jan 2013; Alexis Ballier <aballier@gentoo.org> libass-0.10.1.ebuild:
+ enable harfbuzz by default, as upstream does, by Nikoli, bug #452210
15 Jan 2013; Alexis Ballier <aballier@gentoo.org> libass-0.10.1.ebuild:
bump min. harfbuzz version
1.3 media-libs/libass/libass-0.10.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libass/libass-0.10.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libass/libass-0.10.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libass/libass-0.10.1.ebuild?r1=1.2&r2=1.3
Index: libass-0.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libass/libass-0.10.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libass-0.10.1.ebuild 15 Jan 2013 13:14:58 -0000 1.2
+++ libass-0.10.1.ebuild 15 Jan 2013 13:19:51 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libass/libass-0.10.1.ebuild,v 1.2 2013/01/15 13:14:58 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libass/libass-0.10.1.ebuild,v 1.3 2013/01/15 13:19:51 aballier Exp $
EAPI=4
@@ -11,7 +11,7 @@
LICENSE="ISC"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~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"
+IUSE="+enca +fontconfig +harfbuzz static-libs"
RDEPEND="fontconfig? ( >=media-libs/fontconfig-2.4.2 )
>=media-libs/freetype-2.4:2
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/libass: ChangeLog libass-0.10.1.ebuild
@ 2013-06-19 21:51 Jeroen Roovers (jer)
0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2013-06-19 21:51 UTC (permalink / raw
To: gentoo-commits
jer 13/06/19 21:51:16
Modified: ChangeLog libass-0.10.1.ebuild
Log:
Stable for HPPA (bug #470762).
(Portage version: 2.2.0_alpha181/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.57 media-libs/libass/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libass/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libass/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libass/ChangeLog?r1=1.56&r2=1.57
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libass/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog 15 Jan 2013 13:19:51 -0000 1.56
+++ ChangeLog 19 Jun 2013 21:51:16 -0000 1.57
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libass
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libass/ChangeLog,v 1.56 2013/01/15 13:19:51 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libass/ChangeLog,v 1.57 2013/06/19 21:51:16 jer Exp $
+
+ 19 Jun 2013; Jeroen Roovers <jer@gentoo.org> libass-0.10.1.ebuild:
+ Stable for HPPA (bug #470762).
15 Jan 2013; Alexis Ballier <aballier@gentoo.org> libass-0.10.1.ebuild:
enable harfbuzz by default, as upstream does, by Nikoli, bug #452210
1.4 media-libs/libass/libass-0.10.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libass/libass-0.10.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libass/libass-0.10.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libass/libass-0.10.1.ebuild?r1=1.3&r2=1.4
Index: libass-0.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libass/libass-0.10.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libass-0.10.1.ebuild 15 Jan 2013 13:19:51 -0000 1.3
+++ libass-0.10.1.ebuild 19 Jun 2013 21:51:16 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libass/libass-0.10.1.ebuild,v 1.3 2013/01/15 13:19:51 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libass/libass-0.10.1.ebuild,v 1.4 2013/06/19 21:51:16 jer Exp $
EAPI=4
@@ -10,7 +10,7 @@
LICENSE="ISC"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~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.4.2 )
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-06-19 21:51 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-15 13:19 [gentoo-commits] gentoo-x86 commit in media-libs/libass: ChangeLog libass-0.10.1.ebuild Alexis Ballier (aballier)
-- strict thread matches above, loose matches on Subject: below --
2013-06-19 21:51 Jeroen Roovers (jer)
2013-01-15 13:14 Alexis Ballier (aballier)
2012-10-17 19:09 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